| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 1 | -2/+2 |
* | Revert stuff which accidentally ended up in the previous commit. | Poul-Henning Kamp | 2003-07-22 | 1 | -1/+1 |
* | Don't attempt to inline large functions mb_alloc() and mb_free(), | Poul-Henning Kamp | 2003-07-22 | 1 | -1/+1 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -5/+5 |
* | Make cblock_alloc_cblocks() spell its own name | Yaroslav Tykhiy | 2001-03-27 | 1 | -1/+1 |
* | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Quiet warnings on an Alpha. CBSIZE has long type and causes the other | Peter Wemm | 1999-07-01 | 1 | -3/+5 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -13/+13 |
* | Support compiling with `gcc -ansi'. | Bruce Evans | 1998-04-15 | 1 | -3/+3 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -2/+2 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 1 | -2/+1 |
* | Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, then | Bruce Evans | 1997-03-05 | 1 | -2/+7 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Attached simple external ddb commands `show rtc', `show pgrpdump' | Bruce Evans | 1996-09-14 | 1 | -5/+4 |
* | Killed sections 3 and 4 of my copyright as I don't agree with it (I believe | David Greenman | 1996-04-08 | 1 | -7/+25 |
* | Convert DDB to new-style option. | Garrett Wollman | 1996-01-04 | 1 | -1/+2 |
* | Fixed staticization of DDB functions. | Bruce Evans | 1995-12-14 | 1 | -2/+2 |
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | Poul-Henning Kamp | 1995-12-14 | 1 | -4/+4 |
* | Put cbstat() under #ifdef DDB | Poul-Henning Kamp | 1995-11-20 | 1 | -4/+3 |
* | Make putc and b_to_q deal with clists with no reserved blocks in a more | Peter Wemm | 1995-11-02 | 1 | -13/+5 |
* | Clean up the previous commit I did on this file. | Peter Wemm | 1995-11-01 | 1 | -5/+9 |
* | Make a putc()/b_to_q() to a clist that hasn't had cblocks reserved | Peter Wemm | 1995-10-31 | 1 | -5/+15 |
* | Fix clist limits. They were usually one too low. E.g., for a limit of | Bruce Evans | 1995-10-25 | 1 | -7/+15 |
* | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | David Greenman | 1995-09-09 | 1 | -4/+4 |
* | Reviewed by: julian with quick glances by bruce and others | Julian Elischer | 1995-08-28 | 1 | -3/+13 |
* | Optimize the zeroing of quotes. b_to_q() was always taking about 20% of | Bruce Evans | 1995-07-11 | 1 | -32/+46 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -3/+3 |
* | Fix cblock starvation bugs by reserving enough cblocks for minimal | Bruce Evans | 1994-11-26 | 1 | -64/+127 |
* | Don't attempt to free null cblocks. There may be less to free than | Bruce Evans | 1994-10-30 | 1 | -1/+3 |
* | While in the real world, I had a bad case of being swapped out for a lot of | Poul-Henning Kamp | 1994-09-25 | 1 | -3/+3 |
* | Removed prototype for cblock_alloc_cblocks (and moved it into tty.h). | David Greenman | 1994-09-13 | 1 | -3/+1 |
* | Added $Id$ | David Greenman | 1994-08-02 | 1 | -0/+5 |
* | Don't panic if we can't malloc a cblock...just print a console message | David Greenman | 1994-05-29 | 1 | -2/+4 |
* | Completed version of my clist management code. Requires hooks in tty.c | David Greenman | 1994-05-27 | 1 | -71/+249 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -100/+328 |
* | BSD 4.4 Lite Kernel Sources | Rodney W. Grimes | 1994-05-24 | 1 | -0/+159 |