summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_log.c
Commit message (Expand)AuthorAgeFilesLines
* MFcalloutng (r244255 by mav, with minor changes):davide2013-03-041-12/+11
* Add kqueue support to /dev/klog.kib2012-02-011-0/+48
* Finish r210923, 210926. Mark some devices as eternal.kib2011-01-041-1/+2
* Make /dev/klog and kern.msgbuf* MPSAFE.ed2009-11-031-32/+41
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Use dynamic major number allocation.phk2005-02-271-3/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Device megapatch 4/6:phk2004-02-211-0/+2
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Replace the code for reading and writing the kernel message bufferiedowse2003-06-221-18/+7
* Fix a divide-by-zero on kern.log_wakeups_per_second tunable.bmilekic2003-06-201-0/+8
* Use __FBSDID().obrien2003-06-111-1/+3
* 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
OpenPOWER on IntegriCloud