summaryrefslogtreecommitdiffstats
path: root/sys/sys/msgbuf.h
Commit message (Expand)AuthorAgeFilesLines
* - Clean up timestamps in msgbuf code. The timestamps should now beeadler2012-03-191-3/+2
* Add a timestamp to the msgbuf output in order to determine when wheneadler2012-02-161-1/+3
* Increase MSGBUF_SIZE.obrien2011-10-071-1/+1
* Fix apparent garbage in the message buffer.ken2011-05-311-7/+14
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-0/+1
* Make /dev/klog and kern.msgbuf* MPSAFE.ed2009-11-031-0/+1
* up the default msgbuf limit to 64k.. a verbose boot on i386 on modernjmg2006-09-031-4/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Increase the message buffer size on AMD64. Such machines can have a lotobrien2005-01-011-0/+4
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Fixed some style bugs (spaces instead of tabs in macro definitions ...).bde2004-02-181-11/+11
* Backed out previous commit since it just causes panics unless a specialbde2004-02-171-1/+1
* Increase the size of MSGBUF_SIZE if booted with -v.obrien2004-02-161-1/+1
* Replace the code for reading and writing the kernel message bufferiedowse2003-06-221-4/+22
* Add a checksum to the kernel message buffer, and update it everyiedowse2003-03-281-0/+1
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuftmm2002-11-141-6/+6
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-1/+1
* Remove __Palfred2002-03-191-1/+1
* style(9) the structure definitions.obrien2001-09-051-1/+1
* Replace logwakeup() with "int msgbuftrigger". There is littlephk2000-12-201-1/+1
* Increase the default msgbuf size from 8k to 32k. Boot -v easilypeter2000-01-291-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-6/+9
* Make the size of the msgbuf (dmesg) a "normal" option.phk1998-05-191-4/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Increase default msgbuf to 8k.phk1997-01-181-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Made msgbuf range checking more robust and clean.dg1995-08-071-6/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+2
* Made them all idempotent.paul1994-08-211-1/+6
* Fix up some sloppy coding practices:wollman1994-08-181-2/+2
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+46
OpenPOWER on IntegriCloud