summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-06(diskfs_clear_directory):Miles Bader
Supply DEPTH & NEW_DEPTH arguments to diskfs_lookup.
1997-02-06(diskfs_start_bootstrap, diskfs_S_exec_startup_get_info,Miles Bader
diskfs_execboot_fsys_startup, diskfs_S_fsys_init): Supply DEPTH argument to diskfs_make_peropen.
1997-02-06(diskfs_lookup):Miles Bader
Add DEPTH & NEW_DEPTH arguments. (diskfs_make_peropen): Add DEPTH argument. (struct peropen): Add DEPTH field.
1997-02-06.Miles Bader
1997-02-06Initial checkinMiles Bader
1997-02-06(diskfs_S_fsys_getfile):Miles Bader
Implement (code from ufs).
1997-02-06(diskfs_S_file_getfh):Miles Bader
Implement (code from ufs).
1997-02-06.Miles Bader
1997-02-06(diskfs_S_file_getfh, diskfs_S_fsys_getfile): Functions removed.Miles Bader
1997-02-06(diskfs_S_fsys_getfile):Miles Bader
Pass new DEPTH argument to diskfs_make_peropen.
1997-02-06(w_get_host):Miles Bader
Don't use strlen on it if *HOST is 0.
1997-02-05.Miles Bader
1997-02-05(pager_memcpy):Miles Bader
`preempter' -> `preemptor'.
1997-02-05.Miles Bader
1997-02-05(fsck):Miles Bader
In non-automatic mode, print a warning if a filesystem is of a type that can't be fscked.
1997-02-05(fstypes_get):Miles Bader
Improve error behavior a bit. Fill in FSTYPE in the case where we added a new type. (fs_set_mntent): Avoid null deferences.
1997-02-05.Miles Bader
1997-02-05(main):Miles Bader
Add S_IROOT to TERM_MODE.
1997-02-05(FSSRCS):Miles Bader
Add dir-reparent.c.
1997-02-05Doc fix.Miles Bader
1997-02-05(preemptor):Miles Bader
Renamed from `preempter'; type & init changed as well. (diskfs_start_disk_pager): `preempter' -> `preemptor'.
1997-02-05Initial checkin.Miles Bader
1997-02-05.Miles Bader
1997-02-05(check_hashbang):Miles Bader
`preempter' -> `preemptor'.
1997-02-04.Miles Bader
1997-02-04(S_socket_bind):Miles Bader
Return EADDRNOTAVAIL if ADDR is 0. (S_socket_send): Don't deref ADDR if it's 0.
1997-02-04.Miles Bader
1997-02-04(pid_find, task_find, task_find_nocreate, reqport_find):Miles Bader
Don't dereference P if it's 0.
1997-01-20(dir_reparent): Make PARENT a mach_port_t, not a file_t, so that librariesMiles Bader
that do type translations of file_t won't get bogus arguments for ports in other filesystems.
1997-01-20ObsoleteMiles Bader
1996-12-17(main):Miles Bader
Implement --bottom/--tail/-b. (options): Update doc for --top. Add --head and --bottom/--tail/-b options.
1996-12-17.Miles Bader
1996-12-17(psout):Miles Bader
Use last N processes if TOP is negative.
1996-12-12(trivfs_S_file_chmod):Miles Bader
Turn off S_ITRANS bits, and turn on S_IROOT in TERM_MODE.
1996-12-05Sat Nov 23 16:30:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* psout.c (psout): Delete var REMOVE.
1996-12-05Sat Nov 23 16:28:36 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* users.c: Include <hurd/iohelp.h>. (trivfs_S_file_chmod): Bother to fill in ST.
1996-12-05*** empty log message ***Thomas Bushnell
1996-12-05Sat Nov 23 16:24:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* file-set-translator.c (netfs_S_file_set_translator): Delete var I.
1996-12-05Sat Nov 23 16:26:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* priv.h (mach_host_elf_machine): New prototype. * hostarch.c: Include "priv.h".
1996-12-05.Miles Bader
1996-11-20.Miles Bader
1996-11-20(netfs_S_fsys_syncfs):Miles Bader
Use iohelp_create_iouser, not iohelp_make_iouser.
1996-11-20(HURDLIBS): Add iohelp.Miles Bader
1996-11-20.Miles Bader
1996-11-20(trivfs_S_io_stat):Miles Bader
Clear S_ITRANS and set S_IROOT in ST->st_mode (before calling trivfs_modify_stat).
1996-11-20.Miles Bader
1996-11-20(diskfs_S_file_chown):Miles Bader
If NP->author_tracks_uid, modify NP->dn_stat.st_author as well.
1996-11-20(struct node):Miles Bader
Add author_tracks_uid field.
1996-11-20(diskfs_create_node):Miles Bader
If NP->author_tracks_uid, modify NP->dn_stat.st_author as well.
1996-11-20.Miles Bader