summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-16Prettier installation of dotfiles for root and login.Michael I. Bushnell
1996-07-16(argp_help): Set the lmargin after printing the start of the usage message,Miles Bader
so that it won't get indented.
1996-07-16(diskfs_lookup): And do it correctly, at that.Michael I. Bushnell
1996-07-16(diskfs_checkdirmod): diskfs_isowner returns error or zero, so invertMichael I. Bushnell
sense of tests.
1996-07-16(diskfs_lookup): If we get an error from diskfs_checkdirmod,Michael I. Bushnell
diskfs_nput the node we picked up; the caller won't want it.
1996-07-16(diskfs_rename_dir): When unlocking FDP, only do it if we FDP != TDP.Michael I. Bushnell
Also, only do step two (changing .. in the directory being moved) if FDP != TDP.
1996-07-15Comment out tty00 entry.Michael I. Bushnell
1996-07-15still more changes.Michael I. Bushnell
1996-07-15many changes.Michael I. Bushnell
1996-07-15Create /var/run/uptime *after* clearing /var/run. Always createMichael I. Bushnell
/var/run/mtab to keep e2fsck happy.
1996-07-15add commentMichael I. Bushnell
1996-07-15Rewritten; much nicer now.Michael I. Bushnell
1996-07-15Add helpful success/failure messages.Miles Bader
1996-07-15Only read first block of disk as mbr.Miles Bader
"in)" -> "in".
1996-07-15(dist-files): Add INSTALL-GRUB-MBR.Miles Bader
(install-dist): Install INSTALL-GRUB-MBR.
1996-07-15Get rid of hostname setting from /etc/hostname.Miles Bader
1996-07-15Initial revisionMiles Bader
1996-07-15That's STATIC ufs.Michael I. Bushnell
1996-07-14(CRASH SERVER):Michael I. Bushnell
1996-07-14(netfs_S_io_reauthenticate): fixpMichael I. Bushnell
1996-07-14(STEP VI):Michael I. Bushnell
1996-07-14Make ptys too.Michael I. Bushnell
1996-07-14Setup /servers/crash too.Michael I. Bushnell
1996-07-14Rewritten to get the right things installed in the right places.Michael I. Bushnell
1996-07-14(DIST_FILES):Michael I. Bushnell
1996-07-14Initial revisionMichael I. Bushnell
1996-07-14(other-subdirs): Add `include'.Michael I. Bushnell
1996-07-14(install-hdrs): New target; eq to install.Michael I. Bushnell
1996-07-14(install-hdrs) [library]: Depend on installed copies of headers.Michael I. Bushnell
(install-hdrs): Provide default target.
1996-07-14(%-install-hdrs, install-hdrs): New targets.Michael I. Bushnell
1996-07-14(install): Install $(other-subdirs) too.Michael I. Bushnell
1996-07-14(install-dist): Install COPYING.LIB and COPYING.Michael I. Bushnell
Fix commands to install most everything from $(srcdir).
1996-07-14*** empty log message ***Michael I. Bushnell
1996-07-14various changes.Michael I. Bushnell
1996-07-14(S_io_reauthenticate): Repeat sock_create_port andMichael I. Bushnell
auth_server_authenticate for as long as we get EINTR.
1996-07-14(S_io_reauthenticate): Repeat auth_server_authenticate for as long asMichael I. Bushnell
we get EINTR. Deal with other errors without crashing.
1996-07-14(trivfs_S_io_reauthenticate): Repeat ports_create_port,Michael I. Bushnell
auth_server_authenticate, io_restrict_auth, and *trivfs_protid_create_hook for as long as we get EINTR. Deal with other errors without crashing.
1996-07-14(netfs_S_io_reauthenticate): Repeat auth_server_authenticate for asMichael I. Bushnell
long as we get EINTR. Tolerate other errors without crashing as well.
1996-07-14(diskfs_S_io_reauthenticate): Create send right outside of loop.Michael I. Bushnell
1996-07-14(diskfs_S_io_reauthenticate): Repeat diskfs_start_protid andMichael I. Bushnell
auth_server_authenticate for as we get EINTR.
1996-07-13(installed_rootdots): Fix rule.Michael I. Bushnell
1996-07-13Always touch /dev/null.Michael I. Bushnell
If OVERRIDE_CONF, then $(installed_rootdots) and $(installed_conf) depend on it. $(installed_logins) always depend on /dev/null.
1996-07-13(override_spec):Michael I. Bushnell
1996-07-13(DIST_FILES): New variable.Michael I. Bushnell
Move rules to past `include ../Makeconf'.
1996-07-13(ROOTDOTS, installed_rootdots): New variables.Michael I. Bushnell
(install): Depend on $(installed_rootdots). ($(installed_rootdots): New target.
1996-07-13Initial revisionMichael I. Bushnell
1996-07-13(LOGINDOTS, installed_logins): New variables.Michael I. Bushnell
install: Depend on $(installed_logins). ($(installed_logins)): New rule.
1996-07-13Initial revisionMichael I. Bushnell
1996-07-13(SYSCONFFILES): Added passwd.Michael I. Bushnell
1996-07-13(dist-files): install boot-menu.grub.Michael I. Bushnell
(install-dist): install boot-menu.grub.