summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_subr.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-2/+2
* Revert stuff which accidentally ended up in the previous commit.phk2003-07-221-1/+1
* Don't attempt to inline large functions mb_alloc() and mb_free(),phk2003-07-221-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Remove __P.alfred2002-03-191-5/+5
* Make cblock_alloc_cblocks() spell its own nameyar2001-03-271-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Quiet warnings on an Alpha. CBSIZE has long type and causes the otherpeter1999-07-011-3/+5
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-13/+13
* Support compiling with `gcc -ansi'.bde1998-04-151-3/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, thenbde1997-03-051-2/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-141-5/+4
* Killed sections 3 and 4 of my copyright as I don't agree with it (I believedg1996-04-081-7/+25
* Convert DDB to new-style option.wollman1996-01-041-1/+2
* Fixed staticization of DDB functions.bde1995-12-141-2/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-4/+4
* 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