aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_clist.c
Commit message (Expand)AuthorAgeFilesLines
* Attached simple external ddb commands `show rtc', `show pgrpdump'Bruce Evans1996-09-141-5/+4
* Killed sections 3 and 4 of my copyright as I don't agree with it (I believeDavid Greenman1996-04-081-7/+25
* Convert DDB to new-style option.Garrett Wollman1996-01-041-1/+2
* Fixed staticization of DDB functions.Bruce Evans1995-12-141-2/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-4/+4
* Put cbstat() under #ifdef DDBPoul-Henning Kamp1995-11-201-4/+3
* Make putc and b_to_q deal with clists with no reserved blocks in a morePeter Wemm1995-11-021-13/+5
* Clean up the previous commit I did on this file.Peter Wemm1995-11-011-5/+9
* Make a putc()/b_to_q() to a clist that hasn't had cblocks reservedPeter Wemm1995-10-311-5/+15
* Fix clist limits. They were usually one too low. E.g., for a limit ofBruce Evans1995-10-251-7/+15
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-3/+13
* Optimize the zeroing of quotes. b_to_q() was always taking about 20% ofBruce Evans1995-07-111-32/+46
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Fix cblock starvation bugs by reserving enough cblocks for minimalBruce Evans1994-11-261-64/+127
* Don't attempt to free null cblocks. There may be less to free thanBruce Evans1994-10-301-1/+3
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-3/+3
* Removed prototype for cblock_alloc_cblocks (and moved it into tty.h).David Greenman1994-09-131-3/+1
* Added $Id$David Greenman1994-08-021-0/+5
* Don't panic if we can't malloc a cblock...just print a console messageDavid Greenman1994-05-291-2/+4
* Completed version of my clist management code. Requires hooks in tty.cDavid Greenman1994-05-271-71/+249
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-100/+328
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+159