| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rate limit the "xxx bytes read from" message to a maximum of one per | Paul Traina | 1996-09-26 | 1 | -4/+10 |
| * | If we're running through the FTP setup dialog the *first* time, skip | Paul Traina | 1996-09-26 | 1 | -5/+11 |
| * | If we're unable to open /dev/ttyv0, assume that we're on a single tty system | Paul Traina | 1996-09-26 | 4 | -10/+14 |
| * | If /install.cfg exists on the local floppy (or if LOAD_CONFIG_FILE is defined | Paul Traina | 1996-09-26 | 2 | -40/+86 |
| * | Really eliminated includes of the "temporary" backwards compatibility | Bruce Evans | 1996-09-24 | 1 | -1/+15 |
| * | Eliminated includes of the "temporary" backwards compatibility header | Bruce Evans | 1996-09-24 | 4 | -9/+18 |
| * | add missing comma(s) in .Xr macros | Wolfram Schneider | 1996-09-23 | 3 | -3/+8 |
| * | Fix one byte buffer overflow | Andrey A. Chernov | 1996-09-22 | 1 | -1/+1 |
| * | Remove some gratutious screen saves. | Jordan K. Hubbard | 1996-09-22 | 2 | -12/+2 |
| * | Fix & expansion (from pw_gecos field), sizeof buf used when | Andrey A. Chernov | 1996-09-21 | 1 | -1/+1 |
| * | fix .Xr macro | Wolfram Schneider | 1996-09-21 | 1 | -2/+2 |
| * | ts_sec -> tv_sec | Nate Williams | 1996-09-20 | 3 | -8/+8 |
| * | aarghh! what is it with this CVSROOT/val-tags regexp anyway? how | Peter Wemm | 1996-09-19 | 2 | -2/+2 |
| * | Merge import conflicts | Peter Wemm | 1996-09-19 | 13 | -235/+586 |
| * | This commit was generated by cvs2svn to compensate for changes in r18366, | Peter Wemm | 1996-09-19 | 11 | -124/+179 |
| |\ |
|
| | * | Import of sendmail-8.7.6 | Peter Wemm | 1996-09-19 | 24 | -356/+765 |
| | * | This commit was manufactured by cvs2svn to create branch 'SENDMAIL'. | cvs2svn | 1996-08-21 | 1 | -0/+76 |
| * | | Don't call copySelf() when upgrading. | Jordan K. Hubbard | 1996-09-18 | 1 | -7/+1 |
| * | | warn if reach group line limit (>200 users, >1024 bytes per line) | Wolfram Schneider | 1996-09-17 | 1 | -1/+10 |
| * | | Delete old routed(8). | Garrett Wollman | 1996-09-16 | 18 | -10763/+0 |
| * | | Disable build of old routed. | Garrett Wollman | 1996-09-16 | 1 | -2/+2 |
| * | | Remove some bogosities I introduced with the init file hack (not serious, | Jordan K. Hubbard | 1996-09-15 | 5 | -10/+17 |
| * | | Toss the mkaliases script into the attic and remove its install | Bill Paul | 1996-09-15 | 2 | -14/+1 |
| * | | Do not backup master.passwd if pwd_mkdb returned an error. This | Wolfram Schneider | 1996-09-14 | 1 | -13/+3 |
| * | | Don't use __dead or __pure in user code. They were obfuscations | Bruce Evans | 1996-09-14 | 1 | -2/+2 |
| * | | Make passwords no longer echo or display. Because of this, we now also | Jordan K. Hubbard | 1996-09-11 | 1 | -4/+16 |
| * | | Argh! there's no need for moused to be setuid-root! Now that it | Peter Wemm | 1996-09-10 | 1 | -3/+3 |
| * | | gut and overhaul moused, it was simply not working for me on any mouse | Peter Wemm | 1996-09-10 | 1 | -48/+224 |
| * | | personal (ie: with the crontab command) cron tabs were broken by the | Peter Wemm | 1996-09-10 | 1 | -2/+2 |
| * | | Change strcpy() to strncpy() in several places, and give gethostname() | Bill Fenner | 1996-09-10 | 1 | -5/+5 |
| * | | Fix for the problem that moused hangs if it is started from /etc/rc | Søren Schmidt | 1996-09-09 | 1 | -2/+2 |
| * | | Doh! Actually read the patch I applied and see what it was *trying* to do, | Jordan K. Hubbard | 1996-09-09 | 1 | -4/+5 |
| * | | Fix some buffer overflow problems... | Paul Traina | 1996-09-08 | 1 | -3/+3 |
| * | | Various minor improvements. | Jordan K. Hubbard | 1996-09-08 | 6 | -14/+64 |
| * | | Add dequeue script for the record. | Peter Wemm | 1996-09-07 | 1 | -0/+6 |
| * | | make it slightly less verbose while creating queue entries.. | Peter Wemm | 1996-09-07 | 1 | -3/+9 |
| * | | make the "-l logfile" option actually do something.. | Peter Wemm | 1996-09-07 | 1 | -1/+4 |
| * | | After queueing deltas, send out an initial two mails since that will cover | Peter Wemm | 1996-09-07 | 1 | -0/+3 |
| * | | fts_children() returns NULL if there are no files. If there was a failure | Peter Wemm | 1996-09-07 | 1 | -3/+6 |
| * | | - resync with configs running on freefall | Peter Wemm | 1996-09-07 | 7 | -12/+33 |
| * | | When looking for "group daemon" (since that's what's in mtree), make sure | Peter Wemm | 1996-09-07 | 1 | -4/+7 |
| * | | remove devconf tools from make tree. | Poul-Henning Kamp | 1996-09-06 | 1 | -2/+2 |
| * | | Remove lsdev. Devconf never grew up. | Poul-Henning Kamp | 1996-09-06 | 5 | -567/+0 |
| * | | Turn on SO_KEEPALIVE on network connections. Since we limit the number | Peter Wemm | 1996-09-06 | 1 | -0/+5 |
| * | | Rewrite part of the compression support so that it does not leave | Peter Wemm | 1996-09-06 | 1 | -9/+52 |
| * | | PR#2724 in NetBSD notes that newsyslog save log files even if the number | Jordan K. Hubbard | 1996-09-06 | 1 | -6/+15 |
| * | | Close a security hole in anonymous ftp setup. | Jordan K. Hubbard | 1996-09-06 | 1 | -2/+2 |
| * | | Fixed DPADD. | Bruce Evans | 1996-09-05 | 9 | -18/+29 |
| * | | When updating a password via the standard RPC handler, reset the password | Bill Paul | 1996-09-05 | 1 | -2/+3 |
| * | | typo | Adam David | 1996-09-05 | 1 | -1/+1 |