Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-05 | Include "netfs.h", not "priv.h". | Miles Bader | |
1996-03-05 | (OTHERSRCS): Add startup-argp.c, set-options.c, get-options.c, | Miles Bader | |
parse-runtime-options.c, & unparse-runtime-options.c. (FSYSSRCS): Add fsys-set-options.c & fsys-get-options.c. (FSSRCS): Add file-get-fs-options.c. | |||
1996-03-05 | Parse run-time options | Miles Bader | |
1996-03-04 | Formerly main.c.~13~ | Miles Bader | |
1996-03-04 | entered into RCS | Miles Bader | |
1996-03-02 | Initial revision | Miles Bader | |
1996-03-02 | Formerly main.c.~12~ | Miles Bader | |
1996-03-02 | (hol_entry_help): Don't print extraneous blank lines. | Miles Bader | |
1996-03-01 | (targets, SRCS): | Miles Bader | |
Add portinfo & portinfo.c. Remove clri & clri.c. | |||
1996-03-01 | Initial revision | Miles Bader | |
1996-02-29 | Formerly main.c.~11~ | Miles Bader | |
1996-02-29 | (argp_parse): Print an error message if appropiate when we know there are too | Miles Bader | |
many arguments. | |||
1996-02-29 | Formerly main.c.~10~ | Miles Bader | |
1996-02-28 | (hol_entry_help): Handle null group headers nicely. | Miles Bader | |
1996-02-28 | Formerly main.c.~9~ | Miles Bader | |
1996-02-28 | Initial revision | Miles Bader | |
1996-02-28 | Formerly nfs.c.~13~ | Michael I. Bushnell | |
1996-02-28 | Formerly main.c.~8~ | Michael I. Bushnell | |
1996-02-28 | Formerly mount.c.~11~ | Michael I. Bushnell | |
1996-02-27 | Initial revision | Miles Bader | |
1996-02-26 | (ports_interrupt_rpc_on_notification): Only set PN->prev_req_p if PN != 0. | Miles Bader | |
1996-02-26 | (ports_interrupt_rpc_on_notification): | Miles Bader | |
Only set _PORTS_NOTIFICATIONS->prevp if _PORTS_NOTIFICATIONS != 0. | |||
1996-02-26 | entered into RCS | Michael I. Bushnell | |
1996-02-26 | (check_hashbang): Correctly deal with interpreter lines having no argument. | Miles Bader | |
1996-02-26 | (main): Don't print a newline after `Pausing...' msg. | Miles Bader | |
1996-02-26 | entered into RCS | Michael I. Bushnell | |
1996-02-26 | entered into RCS | Michael I. Bushnell | |
1996-02-26 | Initial revision | Miles Bader | |
1996-02-26 | entered into RCS | Michael I. Bushnell | |
1996-02-26 | Formerly main.c.~15~ | Michael I. Bushnell | |
1996-02-24 | (ptyio_init): This can't be a constructor because it frobs INPUTQ, which is | Miles Bader | |
assigned in main. | |||
1996-02-24 | (main): Call ptyio_init if appropriate. | Miles Bader | |
1996-02-24 | Declare ptyio_init. | Miles Bader | |
1996-02-23 | (get_hypermetadata): Use diskfs_device_arg in unclean msgs. | Roland McGrath | |
1996-02-22 | Formerly ethernet.c.~17~ | Michael I. Bushnell | |
1996-02-21 | (fshelp_set_active): | Miles Bader | |
When EXCL, make sure the active translator is really active. | |||
1996-02-21 | (fshelp_fetch_root): Make sure the returned fsys control port is valid. | Miles Bader | |
1996-02-21 | (_pager_seqnos_memory_object_init): Be picky about always releasing SEQNO. | Miles Bader | |
1996-02-21 | (_pager_seqnos_memory_object_lock_completed): | Miles Bader | |
Be picky about always releasing SEQNO. | |||
1996-02-21 | (_pager_seqnos_memory_object_lock_completed): | Miles Bader | |
Get rid of bletcherous semi. Make barf more voluminous. | |||
1996-02-21 | (uptime): Use %.2f format for load average numbers. | Roland McGrath | |
1996-02-21 | (diskfs_S_file_set_translator): Add EROFS check. | Roland McGrath | |
1996-02-21 | Implement proper handling of the filesystem `clean bit'. | Roland McGrath | |
(ufs_clean): New variable. (get_hypermetadata): Set it from the fs_clean flag. If not clean, complain and force read-only. Complain when ignoring COMPAT_BSD42. (diskfs_set_hypermetadata): Set the clean flag in the superblock when CLEAN and fs was clean to start with. (copy_sblock): Remove bogus clean flag frobnication. | |||
1996-02-21 | (SRCS): Add barf.c. | Miles Bader | |
1996-02-21 | (_pager_seqnos_memory_object_lock_completed): Use barf instead of printf. | Miles Bader | |
1996-02-21 | (_pager_lock_object): Use barf instead of printf. | Miles Bader | |
1996-02-21 | (_pager_seqnos_memory_object_terminate): | Miles Bader | |
Always wait for and release SEQNO if OBJECT is a valid pager. | |||
1996-02-21 | (_pager_seqnos_memory_object_data_request): | Miles Bader | |
Always wait for and release SEQNO if OBJECT is a valid pager. | |||
1996-02-21 | (_pager_do_write_request): | Miles Bader | |
Always wait for and release SEQNO if OBJECT is a valid pager. | |||
1996-02-20 | (_pager_lock_object): Print debugging message when SYNC. | Michael I. Bushnell | |