summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1996-07-13Initial revisionMichael I. Bushnell
1996-07-13Default paging on sd0b.Michael I. Bushnell
1996-07-13(install-dist): betterMichael I. Bushnell
1996-07-13(dist-files): Add servers.boot.Michael I. Bushnell
(install-dist): Install servers.boot. (dist-links): Create $(dist-root)/boot.
1996-07-13Initial revisionMichael I. Bushnell
1996-07-13(SYSCONFFILES): Added fstab.Michael I. Bushnell
1996-07-13Various changes.Michael I. Bushnell
1996-07-13Initial revisionMichael I. Bushnell
1996-07-13(SYSCONFFILES): Add hostname.Michael I. Bushnell
1996-07-13various changes.Michael I. Bushnell
1996-07-13(dog):Miles Bader
Get rid of `Beware of dog' -- it can't ever happen. Rename watch_login calls to check_login; don't use return value. (check_login): Renamed from watch_login. Change type to void. Exit if there's no such process.
1996-07-13(stop_pgrp): Fetch pgrp using correct call.Michael I. Bushnell
1996-07-12Only clean /tmp and /var/run if they are respectively directories.Michael I. Bushnell
1996-07-12(INSTALL-ps-ops, INSTALL-w-ops): New variables.Miles Bader
1996-07-12(main): Only start a watchdog timer if in a new login coll.Miles Bader
(watch_login): New function. (dog): Use watch_login. Get rid of wierd rules for root-gone-away.
1996-07-12(makelocalhardlink): Only do cleverness if TO already exists. If it'sMichael I. Bushnell
not there, just make the link.