summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_log.c
Commit message (Collapse)AuthorAgeFilesLines
* Second batch of cleanup changes.phk1995-10-291-3/+1
| | | | | This time mostly making a lot of things static and some unused variables here and there.
* 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
| | | | | | if an invalid ioctl is done on /dev/klog. logioctl() needs to return an errno instead of -1 on a failed ioctl. Submitted by: Mike Pritchard <mpp@mpp.com>
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-1/+2
| | | | GCC a lot more silent.
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-4/+4
| | | | | | | | cycles. While waiting there I added a lot of the extra ()'s I have, (I have never used LISP to any extent). So I compiled the kernel with -Wall and shut up a lot of "suggest you add ()'s", removed a bunch of unused var's and added a couple of declarations here and there. Having a lap-top is highly recommended. My kernel still runs, yell at me if you kernel breaks.
* Added $Id$dg1994-08-021-0/+1
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+6
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+232
OpenPOWER on IntegriCloud