| Commit message (Expand) | Author | Age | Files | Lines |
* | easy size for free(); ok beck |  deraadt | 2015-09-28 | 1 | -2/+2 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -5/+5 |
* | Nuke yet more obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | use mallocarray where arguments are multipled. ok deraadt |  tedu | 2014-07-13 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | use explicit_bzero for stack and freed variables |  tedu | 2014-07-09 | 1 | -3/+3 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -2/+2 |
* | Move p_sigacts from struct proc to struct process. |  guenther | 2014-03-22 | 1 | -2/+2 |
* | Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@ |  naddy | 2013-12-13 | 1 | -14/+1 |
* | poll(2) on a closed tty should return POLLIN|POLLHUP in revents |  millert | 2013-10-11 | 1 | -6/+6 |
* | Back out POLLHUP change until a problem with xterm hanging on close |  millert | 2013-10-06 | 1 | -5/+5 |
* | poll(2) on a closed tty should return POLLIN|POLLHUP in revents |  millert | 2013-10-04 | 1 | -5/+5 |
* | Fix a bug in ptcwrite() that could result in up to 100 lost bytes |  millert | 2013-01-02 | 1 | -3/+3 |
* | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in |  guenther | 2012-04-22 | 1 | -3/+3 |
* | Recommit the reverted sigacts change now that the NFS use-after-free |  guenther | 2011-07-05 | 1 | -2/+2 |
* | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 2011-07-02 | 1 | -2/+2 |
* | Revert the sigacts diff: NFS can apparently retain pointers to processes |  guenther | 2011-04-18 | 1 | -2/+2 |
* | Correct the sharing of the signal handling state: stuff that should |  guenther | 2011-04-15 | 1 | -2/+2 |
* | Move PPWAIT flag from struct proc to process, so that rthreads in |  guenther | 2011-04-03 | 1 | -2/+2 |
* | dead store; found by clang |  deraadt | 2010-09-24 | 1 | -2/+1 |
* | Every time you ignore uiomove() return value, $DEITY kills a little |  miod | 2010-08-06 | 1 | -2/+4 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -4/+5 |
* | ptm needs no read/write, just use enodev. |  nicm | 2010-07-21 | 1 | -23/+1 |
* | remove support for compat_sunos (and m68k4k). ok deraadt guenther |  tedu | 2010-07-02 | 1 | -16/+1 |
* | Move common code for waking up writers on a tty into a function. |  nicm | 2010-07-02 | 1 | -8/+2 |
* | Allow tty drivers to request larger buffers at attach time using a |  deraadt | 2010-06-28 | 1 | -9/+9 |
* | Some of the line disciplines want to check for suser. Better to pass them |  tedu | 2010-04-12 | 1 | -3/+3 |
* | Add a case so that FIONREAD on the master side of a pty returns the size |  nicm | 2010-04-02 | 1 | -2/+10 |
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -4/+1 |
* | Use suser when possible. Suggested by miod@. |  fgsch | 2009-10-31 | 1 | -2/+2 |
* | Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writers |  nicm | 2009-10-30 | 1 | -1/+2 |
* | Remove a redundant if (maxpty == npty) in check_pty - this is also tested by |  nicm | 2009-10-14 | 1 | -5/+1 |
* | Having pty_isfree_locked() be inlined may make pty allocation a tiny |  deraadt | 2009-09-29 | 1 | -2/+3 |
* | Fix integer truncation in pcread() and ptcwrite(). ok miod, otto, deraadt. |  stefan | 2008-08-02 | 1 | -6/+6 |
* | check TIOCSIG for 0 and do not send that to psignal() and pgsignal() |  deraadt | 2008-05-07 | 1 | -4/+4 |
* | scrub local stack-based buffers in the tty subsystem. tested by a lot of |  deraadt | 2008-04-10 | 1 | -25/+44 |
* | Use M_ZERO in a few more places to shave bytes from the kernel. |  art | 2007-09-07 | 1 | -6/+5 |
* | Add a name argument to the RWLOCK_INITIALIZER macro. |  thib | 2007-05-29 | 1 | -2/+3 |
* | Typos grab bag of the month, eyeballed by jmc@ |  miod | 2006-03-04 | 1 | -2/+2 |
* | Fix logic botch when checking for COMPAT_SUNOS binary specifics; repairs |  miod | 2006-01-18 | 1 | -6/+8 |
* | ansi/deregister. No binary change. |  jsg | 2005-12-21 | 1 | -71/+36 |
* | Fix a crash in ptmioctl() in the error path when the master has |  millert | 2005-11-21 | 1 | -3/+5 |
* | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ |  pedro | 2005-05-26 | 1 | -2/+2 |
* | When setting kern.tty.maxptys, store the old value in oldp, not |  millert | 2005-01-28 | 1 | -17/+15 |
* | Set atime and mtime when giving out a new pty. With help from tholo@ |  millert | 2004-12-19 | 1 | -2/+11 |
* | * add a missing vput() if VOP_SETATTR() fails. |  pat | 2004-12-07 | 1 | -2/+4 |
* | remove p arg from fdplock |  tedu | 2004-07-22 | 1 | -2/+2 |
* | I was wrong. The assymetry created by the proc argument to rw_enter_write |  art | 2004-07-21 | 1 | -3/+3 |
* | go away statics |  niklas | 2004-07-09 | 1 | -3/+3 |
* | Crank max ptys to 992. We now have 62 pty/tty pairs for each letter |  millert | 2004-04-11 | 1 | -5/+5 |