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_pts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+1
*
Fix bad function type passed to destroy_dev_sched_cb().
peter
2007-07-05
1
-1
/
+2
*
Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from the clone handler.
kib
2007-07-03
1
-10
/
+16
*
Canonicalize copyrights in some files I hold copyrights on:
rwatson
2007-01-08
1
-1
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-2
/
+5
*
Increment nb_allocated while holding the pt_mtx lock to avoid races.
jhb
2006-11-01
1
-1
/
+1
*
Comment and style tweak.
jhb
2006-11-01
1
-2
/
+2
*
Free tty struct after last close. This should fix the pty-leak by numbers.
mbr
2006-09-29
1
-1
/
+15
*
Fix our ioctl(2) implementation when the argument is "int". New
ru
2006-09-27
1
-0
/
+11
*
Also check use_pty in the ptmx clone lookup; this means that when ptmx
rwatson
2006-04-28
1
-0
/
+3
*
Allow root to open prison pts devices too.
csjp
2006-01-31
1
-1
/
+1
*
Move pts master devices into /dev/pty/ instead of littering /dev with them;
rwatson
2006-01-30
1
-2
/
+2
*
Rename use_old_pty variable to use_pts, as this more accurately reflects
rwatson
2006-01-28
1
-5
/
+4
*
Merge a bunch of changes that where done in tty_pty.c after tty_pts.c was
cognet
2006-01-27
1
-104
/
+7
*
Take into account that bits 0x0000ff00 can't be used for minor.
cognet
2006-01-27
1
-4
/
+7
*
Don't attempt to re-create the /dev entry for the slave part if it already
cognet
2006-01-26
1
-2
/
+6
*
Bring in a sysv-style pts implementation, as found in the rwatson_pts perforc...
cognet
2006-01-26
1
-0
/
+970