| Age | Commit message (Expand) | Author |
| 2009-10-11 | Check for zero length read here - and return zero. | dsl |
| 2009-10-02 | Put the tty opening policy back in the subsystem. | elad |
| 2009-08-01 | Don't return EWOULDBLOCK on an O_NONBLOCK tty file descriptor that has vmin > 0 | christos |
| 2009-04-25 | - Rearrange pg_delete() and pg_remove() (renamed pg_free), thus | rmind |
| 2009-01-22 | Avoid deadlock in tty code if a terminal emulation responds to | drochner |
| 2009-01-22 | malloc -> kmem_alloc | yamt |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-08-08 | ttywrite: g/c an unused variable (cnt). | uebayasi |
| 2008-07-31 | Display t_outcv* channels as "ttyout*", not "ttycan*". | uebayasi |
| 2008-06-16 | - PPWAIT is need only be locked by proc_lock, so move it to proc::p_lflag. | ad |
| 2008-05-25 | Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() | ad |
| 2008-05-03 | use sigismasked. no functional change. | yamt |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-22 | Give callout_halt() an additional 'kmutex_t *interlock' argument. If there | ad |
| 2008-04-21 | Fix TIOCSIG handling for SIGINFO. | ad |
| 2008-04-21 | ttygetinfo: fix a locking error in rev.1.215. | yamt |
| 2008-04-20 | ttys are allocated/freed infrequently enough that there is no point having | ad |
| 2008-04-20 | Improve ^T / SIGINFO handling: | ad |
| 2008-04-05 | - l_wmesg is not always valid. check l_wchan when using l_wmesg. | yamt |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-01-23 | Tons of process scope changes. | elad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-31 | Hang the correct processes when no output/input available. PR kern/37603. | ad |
| 2007-12-26 | Merge more changes from vmlocking2, mainly: | ad |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-12-04 | ttysigintr: proclist_lock can be taken now. | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-11-20 | Call ttstart() with tty_lock held. | ad |
| 2007-11-19 | Work around another funny until I figure out what is going wrong: somehow, | ad |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-14 | Fix some problems with the tty signalling code. | ad |
| 2007-11-07 | Merge tty changes from the vmlocking branch. | ad |
| 2007-11-06 | Merge scheduler changes from the vmlocking branch. All discussed on | ad |
| 2007-10-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-09-25 | Use selinit() / seldestroy(). | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-17 | merge yamt-idlelwp branch. asked by core@. some ports still needs work. | yamt |
| 2007-03-12 | Use mutexes/condvars. | ad |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | Acquire proclist_lock across the p_find() and pg_find() calls while | dsl |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-09-13 | Avoid NULL deref (this is called with lwp=NULL from ppp interrupt context) | martin |
| 2006-08-03 | PR/34129: Andreas Gustafsson: Nonblocking write to pty can return 0 | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |