index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
tty_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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