aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* .Miles Bader1997-02-052-0/+14
|
* (pager_memcpy):Miles Bader1997-02-051-5/+5
| | | | `preempter' -> `preemptor'.
* .Miles Bader1997-02-051-0/+12
|
* (fsck):Miles Bader1997-02-051-2/+5
| | | | | In non-automatic mode, print a warning if a filesystem is of a type that can't be fscked.
* (fstypes_get):Miles Bader1997-02-051-17/+29
| | | | | | | Improve error behavior a bit. Fill in FSTYPE in the case where we added a new type. (fs_set_mntent): Avoid null deferences.
* .Miles Bader1997-02-054-0/+26
|
* (main):Miles Bader1997-02-051-1/+1
| | | | Add S_IROOT to TERM_MODE.
* (FSSRCS):Miles Bader1997-02-053-19/+21
| | | | Add dir-reparent.c.
* Doc fix.Miles Bader1997-02-051-2/+2
|
* (preemptor):Miles Bader1997-02-051-7/+7
| | | | | | Renamed from `preempter'; type & init changed as well. (diskfs_start_disk_pager): `preempter' -> `preemptor'.
* Initial checkin.Miles Bader1997-02-053-0/+91
|
* .Miles Bader1997-02-051-0/+4
|
* (check_hashbang):Miles Bader1997-02-051-3/+3
| | | | `preempter' -> `preemptor'.
* .Miles Bader1997-02-041-0/+5
|
* (S_socket_bind):Miles Bader1997-02-041-4/+5
| | | | | | Return EADDRNOTAVAIL if ADDR is 0. (S_socket_send): Don't deref ADDR if it's 0.
* .Miles Bader1997-02-041-0/+5
|
* (pid_find, task_find, task_find_nocreate, reqport_find):Miles Bader1997-02-041-5/+5
| | | | Don't dereference P if it's 0.
* (dir_reparent): Make PARENT a mach_port_t, not a file_t, so that librariesMiles Bader1997-01-201-1/+9
| | | | | that do type translations of file_t won't get bogus arguments for ports in other filesystems.
* ObsoleteMiles Bader1997-01-201-141/+0
|
* (main):Miles Bader1996-12-171-1/+8
| | | | | | | Implement --bottom/--tail/-b. (options): Update doc for --top. Add --head and --bottom/--tail/-b options.
* .Miles Bader1996-12-171-0/+7
|
* (psout):Miles Bader1996-12-171-2/+9
| | | | Use last N processes if TOP is negative.
* (trivfs_S_file_chmod):Miles Bader1996-12-121-1/+1
| | | | Turn off S_ITRANS bits, and turn on S_IROOT in TERM_MODE.
* Sat Nov 23 16:30:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-12-052-1/+4
| | | | * psout.c (psout): Delete var REMOVE.
* Sat Nov 23 16:28:36 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-12-052-2/+8
| | | | | * users.c: Include <hurd/iohelp.h>. (trivfs_S_file_chmod): Bother to fill in ST.
* *** empty log message ***Thomas Bushnell1996-12-052-1/+3
|
* Sat Nov 23 16:24:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-12-052-1/+5
| | | | | * file-set-translator.c (netfs_S_file_set_translator): Delete var I.
* Sat Nov 23 16:26:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-12-053-1/+8
| | | | | * priv.h (mach_host_elf_machine): New prototype. * hostarch.c: Include "priv.h".
* .Miles Bader1996-12-051-2/+2
|
* .Miles Bader1996-11-202-0/+9
|
* (netfs_S_fsys_syncfs):Miles Bader1996-11-201-1/+1
| | | | Use iohelp_create_iouser, not iohelp_make_iouser.
* (HURDLIBS): Add iohelp.Miles Bader1996-11-201-2/+1
|
* .Miles Bader1996-11-201-0/+5
|
* (trivfs_S_io_stat):Miles Bader1996-11-201-2/+2
| | | | | Clear S_ITRANS and set S_IROOT in ST->st_mode (before calling trivfs_modify_stat).
* .Miles Bader1996-11-202-3/+7
|
* (diskfs_S_file_chown):Miles Bader1996-11-201-0/+2
| | | | If NP->author_tracks_uid, modify NP->dn_stat.st_author as well.
* (struct node):Miles Bader1996-11-201-0/+2
| | | | Add author_tracks_uid field.
* (diskfs_create_node):Miles Bader1996-11-201-0/+2
| | | | If NP->author_tracks_uid, modify NP->dn_stat.st_author as well.
* .Miles Bader1996-11-202-0/+11
|
* (read_disknode):Miles Bader1996-11-201-1/+14
| | | | | | | 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.
* (read_node):Miles Bader1996-11-201-2/+3
| | | | If SBLOCK->s_creator_os != EXT2_OS_HURD, set NP->author_tracks_uid to true.
* .Miles Bader1996-11-191-0/+11
|
* (diskfs_set_translator):Miles Bader1996-11-191-10/+11
| | | | | | | | | | 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.
* (ffs_alloc):Miles Bader1996-11-191-1/+1
| | | | Use S_IPTRANS in NP->dn_stat.st_mode instead of NP->istranslated.
* .Miles Bader1996-11-192-0/+30
|
* (diskfs_set_translator):Miles Bader1996-11-191-8/+11
| | | | | | | | | 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.
* (diskfs_alloc_node):Miles Bader1996-11-191-1/+1
| | | | Clear S_IPTRANS bit in ST->st_mode instead of NP->istranslated.
* (diskfs_S_dir_lookup):Miles Bader1996-11-191-2/+2
| | | | Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
* (diskfs_S_dir_rmdir):Miles Bader1996-11-191-1/+1
| | | | Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
* (struct node):Miles Bader1996-11-191-1/+0
| | | | Remove istranslated field.