summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-33/+34
* Dike out a highly insecure UCONSOLE option.ru2002-04-031-4/+14
* Fix leakage of p_pgrp lock.tanimura2002-04-021-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-5/+7
* Remove __P.alfred2002-03-191-14/+14
* Fixes to make select/poll mpsafe.alfred2002-03-141-2/+2
* Stop abusing the pgrpsess_lock.tanimura2002-03-111-3/+3
* Fix lock leakage and late unlock.tanimura2002-03-021-3/+3
* Fix a typo (?) in previous commit told ttyprintf() to print the integerphk2002-02-241-1/+1
* Lock struct pgrp, session and sigio.tanimura2002-02-231-53/+142
* Fix a couple of style bugs introduced (or touched by) previous commit.peter2002-02-071-2/+0
* Pre-KSE/M3 commit.julian2002-02-071-1/+5
* utime/stime.tv_sec are elapsed times, not relative to 1970. We canpeter2001-11-171-4/+4
* You cannot cast a time_t to quad_t and printf it with %lld. quad_t ispeter2001-11-161-2/+2
* o Move suser() calls in kern/ to using suser_xxx() with an explicitrwatson2001-11-011-4/+4
* Make ttyprintf() of tv_sec value type agnostic.dillon2001-10-291-4/+4
* KSE Milestone 2julian2001-09-121-8/+19
* Fix a warning on alpha (real problem) and make pstat -t work as a bonus.peter2001-09-101-1/+1
* Export the tk_nin and tk_nout variables (number of tty input/outputtmm2001-08-041-0/+4
* Unifdef DEV_SNP; snp(4) no longer requires these ugly hacks.dd2001-05-221-27/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-2/+8
* implement OCRNL, ONOCR, and ONLRETassar2001-03-041-1/+11
* Fix tab breakage from last commit.jlemon2001-02-171-2/+2
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+89
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Turn '#if NSNP > 0' into an option.peter2001-01-291-6/+6
* - Catch up to proc flag changes.jhb2001-01-241-2/+3
* - All of proc_compare needs sched_lock, so hold it for the for loop thatjhb2001-01-201-40/+20
* Be more careful with sched_lock in the SIGINFO handler. Specifically, dojhb2001-01-201-10/+21
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Protect p_stat with sched_lock.jhb2000-12-021-0/+12
* Kernel support for erase2 character.jkh2000-11-281-3/+12
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+2
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Move t_timeout initializing to ttyregisterache2000-05-011-1/+1
* Set t_timeout to its default sysctl value only once in ttyopenache2000-05-011-1/+3
* Add sysctl variable to set initial drainwait timeout on ttyopen, default toache2000-04-301-1/+5
* Add default 5min timeout for output drain to stop hanging on exit or in otherache2000-04-271-0/+2
* Fix a bug where SIGIO was not being delivered to a process requestingarchie2000-04-051-0/+2
* Back out previous commit; it was premature.archie2000-01-281-57/+0
* When an attempt to install a line discipline fails, check forarchie2000-01-281-0/+57
* This is a partial commit of the patch from PR 14914:phk1999-11-161-2/+2
* sigset_t change (part 2 of 5)marcel1999-09-291-13/+15
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-0/+29
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-0/+8
* This patch clears the way for removing a number of tty relatedphk1999-09-251-32/+4
OpenPOWER on IntegriCloud