aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix this thing to work properly with multiple tlan adapters; incrementBill Paul1998-08-041-1/+3
* Correct an irritating documentation error.Mike Smith1998-08-041-2/+2
* Copy in the nfs_diskless structure if NFS_ROOT is defined. A previousMike Smith1998-08-033-6/+6
* keep more up to date..Julian Elischer1998-08-033-17/+13
* Major ppbus updates from the author.Mike Smith1998-08-0323-1361/+4286
* Fixed bitrot in prototypes in synopsis.Bruce Evans1998-08-031-5/+5
* FIxed missing include in synopsis.Bruce Evans1998-08-0311-11/+22
* FIxed bitrot in prototype in synopsis.Bruce Evans1998-08-031-3/+5
* Use explicitly sized types when digging through packet headers.Doug Rabson1998-08-031-9/+9
* Changed prototype in synopsis to match prototype in <pthread.h>.Bruce Evans1998-08-039-9/+9
* Fixed missing header in synopsis.Bruce Evans1998-08-031-1/+2
* isnetworktty -> isnettty. ttyent.h has already gone through 3Bruce Evans1998-08-032-6/+6
* Added the `saver' key definition. The saver key will activate the screenKazutaka YOKOTA1998-08-033-3/+13
* 1. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA1998-08-038-442/+920
* Fixed garbage after comment after #endif. Fixed reversed sense of sameBruce Evans1998-08-031-2/+2
* Sync with sys/i386/isa/syscons.h revision 1.38.KATO Takenori1998-08-031-1/+2
* Sync with sys/i386/isa/syscons.c revision up to 1.271.KATO Takenori1998-08-031-12/+46
* Sync with sys/i386/i386/userconfig.c revision 1.106.KATO Takenori1998-08-031-2/+4
* - When the system is shut down, switch to the vty0 if possible.Kazutaka YOKOTA1998-08-033-9/+51
* Fix the bug which always reallocated the cut buffer wheneverKazutaka YOKOTA1998-08-033-21/+54
* Don't accept the blank time value, if it is too big.Kazutaka YOKOTA1998-08-033-6/+12
* - Set bell pitch in hertz and duration in msecs.Kazutaka YOKOTA1998-08-032-6/+14
* - Add new bell types: "quiet.normal" and "quiet.visual".Kazutaka YOKOTA1998-08-036-12/+36
* Fixed building -current under 2.2.6 using `make world'. Moved someBruce Evans1998-08-033-13/+29
* Use errx() instead of err() for malloc failures. -Wall. Do not dotPhilippe Charnier1998-08-032-13/+14
* Document -n (soft-update) flag.Philippe Charnier1998-08-032-21/+21
* .Nm swapon -> .Nm.Philippe Charnier1998-08-032-12/+11
* Correct use of .Nm and .Ev.Philippe Charnier1998-08-032-31/+34
* Typo: i. e. -> i.e.Philippe Charnier1998-08-033-14/+13
* Correct use of .Nm. Add rcsid. Do not dot terminate err(3) strings. Spelling.Philippe Charnier1998-08-032-17/+19
* Correct use of .Nm, add .An.Philippe Charnier1998-08-031-7/+9
* This commit was generated by cvs2svn to compensate for changes in r38032,Peter Wemm1998-08-03341-0/+97632
|\
| * Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch undervendor/sendmail/8.9.1Peter Wemm1998-08-03514-23854/+25139
* | Ignore (effectively) SIGTSTP if we're already in the process of tstoping.Tim Vanderhoek1998-08-031-0/+1
* | Updates for the ThunderLAN driver:Bill Paul1998-08-032-32/+136
* | The pthreads standard has been published. Change:Alexander Langer1998-08-0372-141/+141
* | A style fix for my previous commit.Alexander Langer1998-08-023-3/+3
* | Add missing "else", without whom the prev. commit is a null change.Tim Vanderhoek1998-08-021-4/+3
* | Fixed a race condition during the first lock/trylock of a staticallyAlexander Langer1998-08-023-12/+63
* | Fixed printf format errors.Bruce Evans1998-08-024-11/+11
* | Fixed printf format errors.Bruce Evans1998-08-029-20/+24
* | Fixed printf format errors.Bruce Evans1998-08-0210-26/+32
* | Fixed printf format errors. gcc should have a macro HOST_PTR_PRINTF_TYPEBruce Evans1998-08-026-17/+20
* | Fixed printf format errors.Bruce Evans1998-08-023-7/+7
* | Fixed printf format warnings for non-errors. This change is null unlessBruce Evans1998-08-021-0/+4
* | Fixed printf format errors (time_t is not necessarily long).Bruce Evans1998-08-021-3/+5
* | Oops, the SRCDIR=${.OBJDIR} hack is still necessary, (since bsd.doc.mkBruce Evans1998-08-021-1/+1
* | Cleaned up. tmac.srefs was in both SRCS and EXTRAS. TheBruce Evans1998-08-021-10/+10
* | Don't use `::' to break dependencies. Cleaned some nearby things.Bruce Evans1998-08-021-6/+5
* | Use a different hack in the ${DFILE} rule to keep indirect dependenciesBruce Evans1998-08-021-18/+11