summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_clist.c
Commit message (Expand)AuthorAgeFilesLines
* Put cbstat() under #ifdef DDBphk1995-11-201-4/+3
* Make putc and b_to_q deal with clists with no reserved blocks in a morepeter1995-11-021-13/+5
* Clean up the previous commit I did on this file.peter1995-11-011-5/+9
* Make a putc()/b_to_q() to a clist that hasn't had cblocks reservedpeter1995-10-311-5/+15
* Fix clist limits. They were usually one too low. E.g., for a limit ofbde1995-10-251-7/+15
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-3/+13
* Optimize the zeroing of quotes. b_to_q() was always taking about 20% ofbde1995-07-111-32/+46
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Fix cblock starvation bugs by reserving enough cblocks for minimalbde1994-11-261-64/+127
* Don't attempt to free null cblocks. There may be less to free thanbde1994-10-301-1/+3
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-3/+3
* Removed prototype for cblock_alloc_cblocks (and moved it into tty.h).dg1994-09-131-3/+1
* Added $Id$dg1994-08-021-0/+5
* Don't panic if we can't malloc a cblock...just print a console messagedg1994-05-291-2/+4
* Completed version of my clist management code. Requires hooks in tty.cdg1994-05-271-71/+249
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-100/+328
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+159
OpenPOWER on IntegriCloud