aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_clist.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.Alfred Perlstein2002-03-191-5/+5
* Make cblock_alloc_cblocks() spell its own nameYaroslav Tykhiy2001-03-271-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Quiet warnings on an Alpha. CBSIZE has long type and causes the otherPeter Wemm1999-07-011-3/+5
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-13/+13
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-3/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, thenBruce Evans1997-03-051-2/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* 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