Age | Commit message (Expand) | Author |
2018-06-18 | Put file descriptors on shared data structures when they are completely | Martin Pieuchot |
2018-06-05 | Revert introduction of fdinsert(), a sanitify check triggers when | Martin Pieuchot |
2018-06-02 | Put file descriptors on shared data structures when they are completely | Martin Pieuchot |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-01-08 | Translate the TIOCSBRK & TIOCCBRK ioctl(2)s issued on a pty(4) slave to | Martin Pieuchot |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2017-07-04 | some of this code was written in an era when spaces cost extra. | Ted Unangst |
2017-02-11 | Add a flags argument to falloc() that lets it optionally set the | Philip Guenther |
2016-05-24 | Remove two sysctls which were introduced only for development of the | Theo de Raadt |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-01-28 | Convert to uiomove. Diff from Martin Natano. | Stefan Kempf |
2016-01-14 | Increase buffer sizes and watermarks for tty and ppp | Stefan Fritsch |
2015-12-05 | remove stale lint annotations | Ted Unangst |
2015-11-02 | move the pledgenote annotation from `struct proc' to `struct nameidata' | Sebastien Marie |
2015-10-28 | There are three situations where pty ioctl's result in a NDINIT. | Theo de Raadt |
2015-09-28 | easy size for free(); ok beck | Theo de Raadt |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-07-13 | use mallocarray where arguments are multipled. ok deraadt | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-09 | use explicit_bzero for stack and freed variables | Ted Unangst |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2013-12-13 | Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@ | Christian Weisgerber |
2013-10-11 | poll(2) on a closed tty should return POLLIN|POLLHUP in revents | Todd C. Miller |
2013-10-06 | Back out POLLHUP change until a problem with xterm hanging on close | Todd C. Miller |
2013-10-04 | poll(2) on a closed tty should return POLLIN|POLLHUP in revents | Todd C. Miller |
2013-01-02 | Fix a bug in ptcwrite() that could result in up to 100 lost bytes | Todd C. Miller |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-03 | Move PPWAIT flag from struct proc to process, so that rthreads in | Philip Guenthe |
2010-09-24 | dead store; found by clang | Theo de Raadt |
2010-08-06 | Every time you ignore uiomove() return value, $DEITY kills a little | Miod Vallat |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-21 | ptm needs no read/write, just use enodev. | Nicholas Marriott |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-02 | Add a case so that FIONREAD on the master side of a pty returns the size | Nicholas Marriott |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-30 | Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writers | Nicholas Marriott |
2009-10-14 | Remove a redundant if (maxpty == npty) in check_pty - this is also tested by | Nicholas Marriott |
2009-09-29 | Having pty_isfree_locked() be inlined may make pty allocation a tiny | Theo de Raadt |
2008-08-02 | Fix integer truncation in pcread() and ptcwrite(). ok miod, otto, deraadt. | Stefan Kempf |