aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed reset port address of PC-9801-108.KATO Takenori1997-01-291-1/+1
* Fix typo .->, for default separators in login_getcaplist().David Nugent1997-01-291-1/+2
* Completed fixes with login_getcapsize().David Nugent1997-01-291-1/+2
* Added -Wall to CFLAGS, cleaned up (all avoidable) warnings.David Nugent1997-01-292-2/+3
* 1) Fixed bug in free()ing internal string/array whereDavid Nugent1997-01-291-24/+32
* #include <sys/stat.h> for umask() prototype.David Nugent1997-01-291-0/+1
* Merge 1.46 -> 1.47 changes.Masafumi Max NAKANE1997-01-291-21/+16
* Update to reflect the current mount.h.Mike Pritchard1997-01-291-18/+42
* Add 1997 to my copyright.Justin T. Gibbs1997-01-291-5/+7
* Add 1997 to my copyright.Justin T. Gibbs1997-01-292-136/+377
* Update to reflect the current types.h.Mike Pritchard1997-01-291-19/+26
* Add 1997 to my copyright.Justin T. Gibbs1997-01-292-16/+7
* Straighten out Portugal and Russia.Jordan K. Hubbard1997-01-291-20/+15
* Make media re-init a user choice.Jordan K. Hubbard1997-01-292-12/+22
* Move the call to TimerService() into main.c - just after the select()Brian Somers1997-01-293-1/+36
* Do media initialization at correct time for upgrade too.Jordan K. Hubbard1997-01-292-30/+36
* Update Russian FTP sites according to Mikhail A. Sokolov's currentJordan K. Hubbard1997-01-293-3/+9
* Death to another bad idea: Don't auto-mount CDROM on startup.Jordan K. Hubbard1997-01-293-21/+0
* Merge 1.45 -> 1.46 changes.Masafumi Max NAKANE1997-01-281-1/+7
* Merge 1.201 -> 1.202 changes.Masafumi Max NAKANE1997-01-281-2/+2
* The option "fstype" does not handle the argument "msdos" correctly.Wolfram Schneider1997-01-281-7/+4
* Synchronize with sys/i386/conf/options.i386 revision 1.34.KATO Takenori1997-01-282-0/+4
* Some of these cards are always in promiscous mode :-(Poul-Henning Kamp1997-01-281-15/+12
* Change Brent J. Nordquist's e-mail address.Satoshi Asami1997-01-281-1/+1
* Update to reflect current fs.h.Mike Pritchard1997-01-281-2/+21
* Oops, fix white space in last commit.David Greenman1997-01-281-1/+1
* Fix signal handler race condition.David Greenman1997-01-281-0/+5
* Update to match current include files.Mike Pritchard1997-01-281-2/+17
* Update to reflect current acct.h.Mike Pritchard1997-01-281-6/+3
* Update the man page to reflect the current state ofMike Pritchard1997-01-281-5/+6
* Change to comment for fs_passno to reflect that it appliesMike Pritchard1997-01-281-1/+1
* Some various mdoc cleanup.Mike Pritchard1997-01-282-8/+8
* Add 3rd Russian mirrorAndrey A. Chernov1997-01-281-0/+6
* Document the "#if (defined(__unix__) || defined(unix))" way of includingDavid E. O'Brien1997-01-281-5/+16
* I was porting something from sysV world and found our cross referencesDavid E. O'Brien1997-01-273-0/+3
* Answer some recently asked questions.Jordan K. Hubbard1997-01-271-3/+20
* Make even more copies of hostnames obtained by inet_ntoa(). iruserok()Joerg Wunsch1997-01-271-5/+18
* Fixed EXTRAVNODES ifdef.Bruce Evans1997-01-271-3/+3
* Set the soft openfiles limit to maxfiles instead of to NOFILE.Bruce Evans1997-01-271-2/+5
* Removed bogus options CHILD_MAX and OPEN_MAX.Bruce Evans1997-01-273-39/+0
* Removed bogus options CHILD_MAX and OPEN_MAX.Bruce Evans1997-01-271-4/+5
* Added KBD_MAXRETRY and PSM_NO_RESET.Bruce Evans1997-01-272-0/+4
* Added lots of undocumented options KBD*, MSG*, NBUF, NMBCLUSTERS, PSM*,Bruce Evans1997-01-273-0/+84
* Removed non-options MSGMAX, SEMAEM, SEMUSZ and SEMVMX.Bruce Evans1997-01-271-4/+0
* Removed #undef of MSGMAX, so that a warning gets printed if it isBruce Evans1997-01-271-1/+0
* DTRT with a release string of "none" and use the correct (updated)Jordan K. Hubbard1997-01-275-8/+8
* Merge 8.8.4 -> 8.8.5 changes onto mainlinePeter Wemm1997-01-2717-171/+407
* This commit was generated by cvs2svn to compensate for changes in r22028,Peter Wemm1997-01-2715-94/+399
|\
| * Import sendmail 8.8.5. See RELEASE_NOTES for changes.Peter Wemm1997-01-2733-265/+857
* | Use shifts instead of multiplications and `|' instead of `+' to simplifyBruce Evans1997-01-272-8/+12