summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1996-11-20(read_disknode):Miles Bader
If SBLOCK->fs_inodefmt < FS_44INODEFMT, set ST->st_author to st->st_uid, and NP->author_tracks_uid to true. (diskfs_validate_author_change): New function.
1996-11-20(read_node):Miles Bader
If SBLOCK->s_creator_os != EXT2_OS_HURD, set NP->author_tracks_uid to true.
1996-11-19.Miles Bader
1996-11-19(diskfs_set_translator):Miles Bader
Frob S_IPTRANS bit in mode bits instead of NP->istranslated. (write_node): Don't write any bits in S_ITRANS to disk. (read_disknode): When setting ST->st_mode, Clear S_ITRANS bits, and set S_IPTRANS if necessary. Don't set NP->istranslated anymore.
1996-11-19(ffs_alloc):Miles Bader
Use S_IPTRANS in NP->dn_stat.st_mode instead of NP->istranslated.
1996-11-19.Miles Bader
1996-11-19(diskfs_set_translator):Miles Bader
Frob S_IPTRANS bit rather than istranslated field. (write_node): Don't write S_IPTRANS to disk. (read_node): Set S_IPTRANS bit in ST->st_mode (and clear S_ITRANS) rather than NP->istranslated.
1996-11-19(diskfs_alloc_node):Miles Bader
Clear S_IPTRANS bit in ST->st_mode instead of NP->istranslated.
1996-11-19(diskfs_S_dir_lookup):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1996-11-19(diskfs_S_dir_rmdir):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1996-11-19(struct node):Miles Bader
Remove istranslated field.
1996-11-19(diskfs_S_file_get_translator):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1996-11-19(diskfs_S_file_invoke_translator):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1996-11-19(diskfs_S_file_set_translator):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1996-11-19(diskfs_S_fsys_getroot):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1996-11-19(diskfs_drop_node):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1996-11-19(_diskfs_translator_callback1_fn):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1996-11-19(diskfs_S_file_get_translator_cntl):Miles Bader
Use MACH_MSG_TYPE_MOVE_SEND to return *ctl, rather than COPY. Correctly test for errors from fshelp_fetch_control.
1996-11-19(diskfs_S_io_stat):Miles Bader
Set S_IATRANS & S_IROOT bits in st_mode field of returned buffer if appropiate.