aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_log.c
Commit message (Expand)AuthorAgeFilesLines
* Document kern.log_wakeups_per_second.John Baldwin2021-08-041-2/+2
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* MFcalloutng (r244255 by mav, with minor changes):Davide Italiano2013-03-041-12/+11
* Add kqueue support to /dev/klog.Konstantin Belousov2012-02-011-0/+48
* Finish r210923, 210926. Mark some devices as eternal.Konstantin Belousov2011-01-041-1/+2
* Make /dev/klog and kern.msgbuf* MPSAFE.Ed Schouten2009-11-031-32/+41
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Use dynamic major number allocation.Poul-Henning Kamp2005-02-271-3/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Replace the code for reading and writing the kernel message bufferIan Dowse2003-06-221-18/+7
* Fix a divide-by-zero on kern.log_wakeups_per_second tunable.Bosko Milekic2003-06-201-0/+8
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-1/+1
* uiomove-related caddr_t -> void * (just the low-hanging fruit)Dag-Erling Smørgrav2003-03-021-1/+1
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbufThomas Moestl2002-11-141-9/+6
* Fix the calculations of the length of the unread message bufferThomas Moestl2002-10-201-2/+2
* In an SMP environment post-Giant it is no longer safe to blindlyDon Lewis2002-10-031-2/+2
* more caddr_t removal.Alfred Perlstein2002-06-291-2/+1
* Make funsetown() take a 'struct sigio **' so that the locking canAlfred Perlstein2002-05-061-1/+1
* Redo the sigio locking.Alfred Perlstein2002-05-011-1/+1
* Use the passed in thread to selrecord() instead of curthread.John Baldwin2001-09-211-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* syslogd gets kernel log messages only once every 30 seconds orPoul-Henning Kamp2001-05-231-4/+7
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Replace logwakeup() with "int msgbuftrigger". There is littlePoul-Henning Kamp2000-12-201-12/+2
* Delay waking up processes select'ing on the log device directly fromJohn Baldwin2000-12-151-0/+29
* Kill some bogus "register" keywords.Poul-Henning Kamp2000-12-081-31/+11
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-20/+3
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-4/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+22
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+1
* I got another batch of suggestions for cosmetic changes from bde.Don Lewis1998-11-111-2/+2
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-12/+18
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-4/+1
* Make the size of the msgbuf (dmesg) a "normal" option.Poul-Henning Kamp1998-05-191-6/+7
* Don't depend on "implicit int" or bloat the data section in theBruce Evans1998-02-201-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* Removed unused #includes.Bruce Evans1997-10-281-2/+1
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-2/+4