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