Age | Commit message (Expand) | Author |
2022-09-02 | openpty() family of functions use /dev/ptm PTMGET to open a master+slave fd | Theo de Raadt |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2021-12-15 | Adjust pty and tty event filters | Visa Hankala |
2021-12-13 | Revise EVFILT_EXCEPT filters | Visa Hankala |
2021-10-24 | use NULL not 0 for pointer values in kern | Jonathan Gray |
2021-10-22 | Make EVFILT_EXCEPT handling separate from the read filter. | Martin Pieuchot |
2021-02-08 | Do not hold onto the fdplock longer then needed. Release the lock after | Claudio Jeker |
2021-02-04 | Revert previous commit. The vnode returned by ptm_vn_open() is open and | Claudio Jeker |
2021-02-04 | Prevent a lock order issue by shuffling code around. Instead of allocating | Claudio Jeker |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-09-09 | Introduce a helper to check if a signal is ignored or masked by a thread. | Martin Pieuchot |
2020-07-20 | Sigh. Only the ptyc case should tsleep in ttyretype, since others can | Theo de Raadt |
2020-07-14 | A pty write containing VDISCARD, VREPRINT, or various retyping cases of | Theo de Raadt |
2020-06-22 | Extend kqueue interface with EVFILT_EXCEPT filter. | Martin Pieuchot |
2020-06-15 | Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found. | Martin Pieuchot |
2020-05-21 | Add missing ICANON check in filt_ptcwrite(). | Martin Pieuchot |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-01-11 | Convert infinite sleeps to tsleep_nsec(9). | Martin Pieuchot |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-07-19 | ttysleep(): drop unused timeout parameter | cheloha |
2019-03-11 | Bring back revision 1.91 now that vmd has been fixed, repeating the | anton |
2019-03-06 | Revert revision 1.91. It results in significant log spam when | Theo Buehler |
2019-03-04 | When closing the slave end of a pty, generate an EOF event to any kqueue | anton |
2018-08-30 | Remove dead code related to tty allocation for ptys. Back in revision 1.17 of | anton |
2018-08-29 | Initialize device numbers for newly allocated ptys. Prevents a panic caused by | anton |
2018-08-05 | Decouple unveil from the pledge flags, by adding dedicated unveil flags | Bob Beck |
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 |