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