| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't close f->f_file on F_TTY types on error returns from ttymsg() since | peter | 1996-11-26 | 1 | -4/+1 |
* | Make the handling of the /dev/ prefix for tty names more consistant. | peter | 1996-11-26 | 1 | -20/+28 |
* | bin/1974: core dump from amd when phkmalloc is set to AJ. | phk | 1996-11-25 | 1 | -3/+3 |
* | Correct the syntax of the example to reflect reality, and note that the | msmith | 1996-11-25 | 1 | -6/+6 |
* | Slow down the RIP and SAP broadcasts. At least some NW4.x machines can't | jhay | 1996-11-24 | 2 | -2/+16 |
* | Don't dump core on zero-size files. | phk | 1996-11-21 | 1 | -2/+2 |
* | Latest reality. | phk | 1996-11-20 | 6 | -6/+10 |
* | Got the bugger. Eric's now passing in a hint structure to dbopen() | jkh | 1996-11-20 | 1 | -0/+1 |
* | do not print 'illegal shell' for pseudo users news and xten | wosch | 1996-11-20 | 1 | -2/+2 |
* | Although I got rarpd to work, it was largely through kludgery. Bill | wpaul | 1996-11-19 | 2 | -48/+55 |
* | Remove two uninitialized and unused variables that used to cause a | joerg | 1996-11-19 | 1 | -3/+2 |
* | Completely re-vamped `tzsetup': | wollman | 1996-11-19 | 8 | -624/+656 |
* | typo | phk | 1996-11-19 | 1 | -2/+2 |
* | Dohw! Left out one important htonl() in update_arptab(). | wpaul | 1996-11-18 | 1 | -3/+3 |
* | Fix up new rarpd. | wpaul | 1996-11-18 | 4 | -723/+534 |
* | This commit was generated by cvs2svn to compensate for changes in r19855, | wpaul | 1996-11-18 | 1 | -0/+224 |
|\ |
|
| * | Import new version of rarpd from the BPF 1.1 distribution from LBL. | wpaul | 1996-11-18 | 4 | -282/+783 |
* | | put on my flame resistant suit and tempt fate by attempting to fix some of | peter | 1996-11-18 | 1 | -51/+69 |
* | | Merge conflicts from 8.8.3 import onto mainline. | peter | 1996-11-18 | 15 | -140/+575 |
* | | This commit was generated by cvs2svn to compensate for changes in r19841, | peter | 1996-11-18 | 17 | -359/+951 |
|\ \ |
|
| * | | Import sendmail-8.8.3 - this contains the official fix to replace the | peter | 1996-11-18 | 33 | -660/+1706 |
* | | | Update wording of the one message that was in the DIAGNOSTICS section. | fenner | 1996-11-17 | 1 | -1/+19 |
* | | | Make the case where there is no changes look less fatal. | phk | 1996-11-17 | 2 | -1/+6 |
* | | | install rmuser, addgroup, rmgroup in /usr/sbin | wosch | 1996-11-17 | 4 | -4/+574 |
* | | | Initialize memory obtained by malloc(). | joerg | 1996-11-16 | 1 | -2/+8 |
* | | | Provide a symlink for /bin/sh when the fixit floppy is mounted, so | joerg | 1996-11-16 | 2 | -2/+8 |
* | | | Fix core dump after printing usage message (pointed out by BDE). | se | 1996-11-16 | 1 | -2/+3 |
* | | | Check bogus and ignore against the relative name, not the absolute. | phk | 1996-11-16 | 1 | -16/+18 |
* | | | Improve mkctm.c so we can use it, and start using it. | phk | 1996-11-16 | 4 | -335/+173 |
* | | | Disallow non-root users to start in daemon mode. | peter | 1996-11-16 | 1 | -9/+22 |
* | | | Add vx to list of devices. | jkh | 1996-11-15 | 2 | -2/+4 |
* | | | Eek! When I added the YP_INTERDOMAIN and YP_SECURE support, I documented | wpaul | 1996-11-15 | 1 | -5/+5 |
* | | | oops, forgot to commit this. the sockaddr_un init code was missing | peter | 1996-11-15 | 1 | -4/+6 |
* | | | Fix harmless bugs found while hunting for chpass nis failure | peter | 1996-11-15 | 2 | -6/+6 |
* | | | Uninitialised length variable passed to accept(), causing random accept() | peter | 1996-11-15 | 1 | -2/+3 |
* | | | Use new ftpGetURL interface, as result, report FTP error | ache | 1996-11-14 | 1 | -4/+7 |
* | | | "over 600 packages" (geeze, this has been sitting uncommitted in my | jkh | 1996-11-14 | 2 | -4/+4 |
* | | | Bring forward doc changes from 2.2. Much will need changing for 3.0, | jkh | 1996-11-13 | 1 | -2/+2 |
* | | | Back out freebsd local change which always forced SMTP to assume an 8-bit | pst | 1996-11-13 | 1 | -2/+2 |
* | | | Manage UTMP entry if we're doing username/password PAP logins | pst | 1996-11-13 | 1 | -10/+32 |
* | | | Only save userconfig changes if the boot floppy version and the | jkh | 1996-11-12 | 2 | -4/+6 |
* | | | doc/1987, table heading in error. | phk | 1996-11-12 | 1 | -1/+1 |
* | | | Update to the unreleased mrouted 3.8a . This includes a minor | fenner | 1996-11-11 | 16 | -234/+602 |
* | | | Reviewed by: Bill fenner | julian | 1996-11-10 | 3 | -76/+227 |
* | | | Reviewed by: Bill fenner | julian | 1996-11-10 | 1 | -34/+30 |
* | | | Add sendmail option '-oi' | wosch | 1996-11-10 | 1 | -2/+3 |
* | | | Disgusting kludge to make depend rule work again in the fact of | jkh | 1996-11-09 | 2 | -24/+12 |
* | | | Whups, we need the VGA16 server by default too. | jkh | 1996-11-09 | 1 | -3/+3 |
* | | | 1. Saner ldconfig path. | jkh | 1996-11-09 | 3 | -7/+7 |
* | | | 1. Take out console setup in options now that Joerg has moved it into | jkh | 1996-11-09 | 7 | -1502/+1459 |