summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_log.c
Commit message (Expand)AuthorAgeFilesLines
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-1/+1
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuftmm2002-11-141-9/+6
* Fix the calculations of the length of the unread message buffertmm2002-10-201-2/+2
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-031-2/+2
* more caddr_t removal.alfred2002-06-291-2/+1
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
* Redo the sigio locking.alfred2002-05-011-1/+1
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-211-1/+1
* KSE Milestone 2julian2001-09-121-6/+6
* syslogd gets kernel log messages only once every 30 seconds orphk2001-05-231-4/+7
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Replace logwakeup() with "int msgbuftrigger". There is littlephk2000-12-201-12/+2
* Delay waking up processes select'ing on the log device directly fromjhb2000-12-151-0/+29
* Kill some bogus "register" keywords.phk2000-12-081-31/+11
* 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
OpenPOWER on IntegriCloud