aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/msgbuf.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* - Clean up timestamps in msgbuf code. The timestamps should now beEitan Adler2012-03-191-3/+2
* Add a timestamp to the msgbuf output in order to determine when whenEitan Adler2012-02-161-1/+3
* Increase MSGBUF_SIZE.David E. O'Brien2011-10-071-1/+1
* Fix apparent garbage in the message buffer.Kenneth D. Merry2011-05-311-7/+14
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-0/+1
* Make /dev/klog and kern.msgbuf* MPSAFE.Ed Schouten2009-11-031-0/+1
* up the default msgbuf limit to 64k.. a verbose boot on i386 on modernJohn-Mark Gurney2006-09-031-4/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Increase the message buffer size on AMD64. Such machines can have a lotDavid E. O'Brien2005-01-011-0/+4
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Fixed some style bugs (spaces instead of tabs in macro definitions ...).Bruce Evans2004-02-181-11/+11
* Backed out previous commit since it just causes panics unless a specialBruce Evans2004-02-171-1/+1
* Increase the size of MSGBUF_SIZE if booted with -v.David E. O'Brien2004-02-161-1/+1
* Replace the code for reading and writing the kernel message bufferIan Dowse2003-06-221-4/+22
* Add a checksum to the kernel message buffer, and update it everyIan Dowse2003-03-281-0/+1
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbufThomas Moestl2002-11-141-6/+6
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-1/+1
* Remove __PAlfred Perlstein2002-03-191-1/+1
* style(9) the structure definitions.David E. O'Brien2001-09-051-1/+1
* Replace logwakeup() with "int msgbuftrigger". There is littlePoul-Henning Kamp2000-12-201-1/+1
* Increase the default msgbuf size from 8k to 32k. Boot -v easilyPeter Wemm2000-01-291-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-6/+9
* Make the size of the msgbuf (dmesg) a "normal" option.Poul-Henning Kamp1998-05-191-4/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Increase default msgbuf to 8k.Poul-Henning Kamp1997-01-181-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Made msgbuf range checking more robust and clean.David Greenman1995-08-071-6/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+2
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+46