summaryrefslogtreecommitdiff
path: root/sys/kern/tty_tty.c
AgeCommit message (Expand)Author
2010-06-24Clean up vnode lock operations pass 2:hannken
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-04-03Remove calls to now obsolete vn_start_write() and vn_finished_write().hannken
2007-03-09- Make the proclist_lock a mutex. The write:read ratio is unfavourable,ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-11-01remove some __unused from function parameters.yamt
2006-10-12- sprinkle __unused on function decls.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-12-08Use ANSI function decls, sprinkle static.thorpej
2005-02-26nuke trailing whitespaceperry
2003-10-15Add the gating of system calls that cause modifications to the underlyinghannken
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-11-12add RCSIDslukem
2000-03-30Get rid of register declarations.augustss
1998-03-01Merge with Lite2 + local changesfvdl
1996-09-07Implement poll(2).mycroft
1996-03-30Eliminate kern_conf.hchristos
1996-02-04First pass at prototypingchristos
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-12upgrade to 4.4-Lite's tty code. our bug fixes included, some might need GC.cgd
1994-05-04Rename a lot of process flags.cgd
1993-12-18Canonicalize all #includes.mycroft
1993-11-24don't permit TIOCSCTTY on /dev/tty, or kernel recursion happensderaadt
1993-06-27ANSIfications - removed all implicit function return types and argumentandrew
1993-05-22add include of select.h if necessary for protos, or delete if extraneouscgd
1993-05-20add $Id$ strings, and clean up file headers where necessarycgd
1993-05-18make kernel select interface be one-stop shopping & clean it all up.cgd
1993-03-21initial import of 386bsd-0.1 sourcescgd