Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change a bunch of (<blah> *)0 to NULL. | 2016-03-14 | 1 | -6/+6 | |
| | | | | ok beck@ deraadt@ | ||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | convert bcopy to memcpy. ok millert | 2014-12-10 | 1 | -3/+3 | |
| | |||||
* | pass size argument to free() | 2014-11-03 | 1 | -3/+3 | |
| | | | | ok doug tedu | ||||
* | bzero -> memset. for the speeds. | 2014-07-13 | 1 | -2/+2 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -3/+3 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | use explicit_bzero for stack and freed variables | 2014-07-09 | 1 | -3/+3 | |
| | |||||
* | A couple of trivial spacing and comment fixes. | 2012-05-24 | 1 | -5/+5 | |
| | | | | ok miod blambert | ||||
* | unputc should clear the character removed in the buffers like getc. | 2012-05-24 | 1 | -1/+3 | |
| | | | | ok matthew miod deraadt | ||||
* | When clearing quote bits in getc and q_to_b, clear from the c_cf (the | 2012-05-24 | 1 | -3/+3 | |
| | | | | | | first, that is being removed) rather than c_cl (the last). ok matthew miod deraadt | ||||
* | Kill unused cinit(), and skip some diagnostic printf if option | 2010-11-11 | 1 | -12/+3 | |
| | | | | DIAGNOSTIC is not set. ok deraadt@ | ||||
* | >15 year old buffer-read-1-byte-too-far in clrbits() [code I wrote, yeah] | 2009-11-13 | 1 | -4/+6 | |
| | | | | | | with a subtle change to make it more clear (and more cache friendly) netbsd pr 42312, found by tlambert@apple.com ok miod | ||||
* | clalloc() can't fail, so there's no need to handle failure cases. | 2009-07-19 | 1 | -15/+11 | |
| | | | | | | | | Change to void function. Also, no need to have global tty stats pointer, so just return it from clalloc, as the caller frees it immediately anyway. ok miod@ | ||||
* | purge memory in the tty clist rings as we advance; tested by a few | 2008-03-31 | 1 | -3/+7 | |
| | |||||
* | Use M_ZERO in a few more places to shave bytes from the kernel. | 2007-09-07 | 1 | -7/+5 | |
| | | | | eyeballed and ok dlg@ | ||||
* | ansi/deregister. No binary change. | 2005-12-21 | 1 | -50/+23 | |
| | |||||
* | remove terms 3 and 4 of some of my licences | 2003-06-02 | 1 | -6/+1 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -3/+3 | |
| | |||||
* | QBITS is always defined, no point in having all those cofusing ifdefs. | 2001-09-28 | 1 | -48/+3 | |
| | |||||
* | Redundant prototypes. | 2001-09-28 | 1 | -5/+1 | |
| | |||||
* | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | 2001-07-05 | 1 | -4/+1 | |
| | | | | everywhhere. | ||||
* | KNF | 2001-06-22 | 1 | -3/+3 | |
| | |||||
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | 2001-05-16 | 1 | -8/+1 | |
| | |||||
* | spelling | 2001-01-25 | 1 | -2/+2 | |
| | |||||
* | replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations; art@ ok | 2000-09-27 | 1 | -6/+6 | |
| | |||||
* | clear rings before freeing them | 2000-08-04 | 1 | -3/+7 | |
| | |||||
* | KNF | 2000-08-04 | 1 | -7/+7 | |
| | |||||
* | a teeny bit more care | 1996-10-07 | 1 | -1/+2 | |
| | |||||
* | clear quotes not buf; from hbriceno@lcs.mit.edu | 1996-10-07 | 1 | -3/+3 | |
| | |||||
* | catq: must spltty before playing | 1996-06-06 | 1 | -2/+9 | |
| | |||||
* | catq() optimizations; if to queue is empty, swapping clist structures is faster | 1996-06-05 | 1 | -1/+16 | |
| | |||||
* | From NetBSD: 960217 merge | 1996-03-03 | 1 | -7/+13 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+549 | |