aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_msgbuf.c
Commit message (Expand)AuthorAgeFilesLines
* msgbuf: Light detailing (const'ify and bool'itize)Kyle Evans2018-08-091-1/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+1
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* - Clean up timestamps in msgbuf code. The timestamps should now beEitan Adler2012-03-191-35/+19
* Add a timestamp to the msgbuf output in order to determine when whenEitan Adler2012-02-161-8/+45
* Fix a bug introduced in revision 222537.Kenneth D. Merry2011-05-311-0/+2
* Fix apparent garbage in the message buffer.Kenneth D. Merry2011-05-311-18/+171
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Put the message about msgbuf cksum mismatch under bootverbose and tellPoul-Henning Kamp2003-09-051-2/+5
* Replace the code for reading and writing the kernel message bufferIan Dowse2003-06-221-0/+239