summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05Parse run-time optionsMiles Bader
1996-03-04Formerly main.c.~13~Miles Bader
1996-03-04entered into RCSMiles Bader
1996-03-02Initial revisionMiles Bader
1996-03-02Formerly 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-01Initial revisionMiles Bader
1996-02-29Formerly main.c.~11~Miles Bader
1996-02-29(argp_parse): Print an error message if appropiate when we know there are tooMiles Bader
many arguments.
1996-02-29Formerly main.c.~10~Miles Bader
1996-02-28(hol_entry_help): Handle null group headers nicely.Miles Bader
1996-02-28Formerly main.c.~9~Miles Bader
1996-02-28Initial revisionMiles Bader
1996-02-28Formerly nfs.c.~13~Michael I. Bushnell
1996-02-28Formerly main.c.~8~Michael I. Bushnell
1996-02-28Formerly mount.c.~11~Michael I. Bushnell
1996-02-27Initial revisionMiles 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-26entered into RCSMichael 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-26entered into RCSMichael I. Bushnell
1996-02-26entered into RCSMichael I. Bushnell
1996-02-26Initial revisionMiles Bader
1996-02-26entered into RCSMichael I. Bushnell
1996-02-26Formerly main.c.~15~Michael I. Bushnell
1996-02-24(ptyio_init): This can't be a constructor because it frobs INPUTQ, which isMiles Bader
assigned in main.
1996-02-24(main): Call ptyio_init if appropriate.Miles Bader
1996-02-24Declare ptyio_init.Miles Bader
1996-02-23(get_hypermetadata): Use diskfs_device_arg in unclean msgs.Roland McGrath
1996-02-22Formerly 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-21Implement 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
1996-02-20(_pager_seqnos_memory_object_lock_completed): Fix to be better.Michael I. Bushnell