summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_log.c
Commit message (Expand)AuthorAgeFilesLines
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-20/+3
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-111-2/+2
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-12/+18
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-4/+1
* Make the size of the msgbuf (dmesg) a "normal" option.phk1998-05-191-6/+7
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-201-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Removed unused #includes.bde1997-10-281-2/+1
* Fixed gratuitous ANSIisms.bde1997-09-161-2/+4
* Extend select hook to support pollpeter1997-09-141-16/+16
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-241-2/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Quiet a couple of -Wunused warnings.wollman1996-07-091-1/+3
* Fixed name of /dev/fs/klog (it's not "log").bde1996-03-271-3/+4
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-2/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-26/+23
* Completed function declarations and/or added prototypes.bde1995-12-021-1/+2
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+43
* Second batch of cleanup changes.phk1995-10-291-3/+1
* Made msgbuf range checking more robust and clean.dg1995-08-071-15/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Bruce is right - ENOTTY is more appropriate than EINVAL in this case.jkh1995-04-291-2/+2
* fixes the ioctl routine to not chew up massive amounts of kernel timejkh1995-04-291-2/+2
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-1/+2
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-4/+4
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+6
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+232
OpenPOWER on IntegriCloud