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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
p_sigignore moved into struct sigacts. move one which was missed.
ps
2003-05-14
1
-1
/
+1
*
- Merge struct procsig with struct sigacts.
jhb
2003-05-13
1
-2
/
+2
*
- Use a local struct proc variable to improve readability.
jhb
2003-04-17
1
-11
/
+11
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-13
/
+19
*
Make TTYHOG tunable.
das
2003-03-05
1
-0
/
+1
*
Change the process flags P_KSES to be P_THREADED.
julian
2003-02-27
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Move the tty related statistics counters to live with the tty code.
phk
2003-02-16
1
-0
/
+5
*
Lock the proc around accessing p_siglist in ttycheckoutq() in the
tjr
2003-02-10
1
-3
/
+14
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
In an SMP environment post-Giant it is no longer safe to blindly
truckman
2002-10-03
1
-1
/
+1
*
Rename the mutex thread and process states to use a more generic 'LOCK'
jhb
2002-10-02
1
-3
/
+3
*
Back our kernel support for reliable signal queues.
jmallett
2002-10-01
1
-9
/
+5
*
First half of implementation of ksiginfo, signal queues, and such. This
jmallett
2002-09-30
1
-5
/
+9
*
Completely redo thread states.
julian
2002-09-11
1
-6
/
+7
*
Clear up confusion in ugly code. ^T gave wrong results for RSS.
julian
2002-07-18
1
-4
/
+9
*
Part 1 of KSE-III
julian
2002-06-29
1
-10
/
+43
*
Display the mutex name in the ^T status line if the selected thread
iedowse
2002-06-20
1
-2
/
+3
*
Nit: kern.ttys is of type S,xtty, not S,tty.
des
2002-05-31
1
-1
/
+1
*
Add some checks to prevent NULL dereferences.
des
2002-05-28
1
-3
/
+6
*
Add NAI copyright.
des
2002-05-28
1
-0
/
+8
*
Introduce struct xtty, used when exporting tty information to userland.
des
2002-05-28
1
-5
/
+30
*
ANSIfy (significant portions were already partly ANSIfied)
des
2002-05-25
1
-115
/
+42
*
Remove register.
des
2002-05-25
1
-51
/
+51
*
Automated whitespace cleanup.
des
2002-05-25
1
-10
/
+10
*
Make funsetown() take a 'struct sigio **' so that the locking can
alfred
2002-05-06
1
-1
/
+1
*
Redo the sigio locking.
alfred
2002-05-01
1
-2
/
+2
*
- Lock proctree_lock instead of pgrpsess_lock.
jhb
2002-04-16
1
-33
/
+34
*
Dike out a highly insecure UCONSOLE option.
ru
2002-04-03
1
-4
/
+14
*
Fix leakage of p_pgrp lock.
tanimura
2002-04-02
1
-1
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-5
/
+7
*
Remove __P.
alfred
2002-03-19
1
-14
/
+14
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
1
-2
/
+2
*
Stop abusing the pgrpsess_lock.
tanimura
2002-03-11
1
-3
/
+3
*
Fix lock leakage and late unlock.
tanimura
2002-03-02
1
-3
/
+3
*
Fix a typo (?) in previous commit told ttyprintf() to print the integer
phk
2002-02-24
1
-1
/
+1
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
1
-53
/
+142
*
Fix a couple of style bugs introduced (or touched by) previous commit.
peter
2002-02-07
1
-2
/
+0
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-1
/
+5
*
utime/stime.tv_sec are elapsed times, not relative to 1970. We can
peter
2001-11-17
1
-4
/
+4
*
You cannot cast a time_t to quad_t and printf it with %lld. quad_t is
peter
2001-11-16
1
-2
/
+2
*
o Move suser() calls in kern/ to using suser_xxx() with an explicit
rwatson
2001-11-01
1
-4
/
+4
*
Make ttyprintf() of tv_sec value type agnostic.
dillon
2001-10-29
1
-4
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-8
/
+19
*
Fix a warning on alpha (real problem) and make pstat -t work as a bonus.
peter
2001-09-10
1
-1
/
+1
*
Export the tk_nin and tk_nout variables (number of tty input/output
tmm
2001-08-04
1
-0
/
+4
*
Unifdef DEV_SNP; snp(4) no longer requires these ugly hacks.
dd
2001-05-22
1
-27
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-1
/
+2
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-2
/
+8
[next]