Age | Commit message (Expand) | Author |
2021-05-19 | In ttyinfo() check that ps_vmspace isn't NULL before calculating the | Mark Kettenis |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-02-08 | Revert the convertion of per-process thread into a SMR_TAILQ. | Martin Pieuchot |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-07 | Convert the per-process thread list into a SMR_TAILQ. | Martin Pieuchot |
2020-09-09 | Introduce a helper to check if a signal is ignored or masked by a thread. | Martin Pieuchot |
2020-07-22 | pstat -t was showing bogus column data on ttys, in modes where | Theo de Raadt |
2020-07-20 | cleanup ttrstrt; no functional change; ok dlg | Theo de Raadt |
2020-07-20 | Sigh. Only the ptyc case should tsleep in ttyretype, since others can | Theo de Raadt |
2020-07-15 | Scott Cheloha convinces me the newly added tsleep_nsec should be tsleep, | Theo de Raadt |
2020-07-14 | Use a rwlock to protect the ttylist, rather than having ttymalloc/ttyfree | Theo de Raadt |
2020-07-14 | A pty write containing VDISCARD, VREPRINT, or various retyping cases of | Theo de Raadt |
2020-06-15 | Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found. | Martin Pieuchot |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-08 | Do not wait indefinitely for flushing when closing a tty. | 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-02-08 | Replace ttkqflush() with klist_invalidate() to handle knote list | Visa Hankala |
2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). | Martin Pieuchot |
2020-01-08 | Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and | Visa Hankala |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-07-19 | ttysleep(): drop unused timeout parameter | cheloha |
2019-07-09 | Use timeout_add_msec(9) | kn |
2019-06-01 | Revert to using the SCHED_LOCK() to protect time accounting. | Martin Pieuchot |
2019-05-31 | Use a per-process mutex to protect time accounting instead of SCHED_LOCK(). | Martin Pieuchot |
2019-05-13 | When killing a process, the signal is handled by any thread that | Alexander Bluhm |
2018-09-06 | fix whitespace | Jonathan Gray |
2018-08-05 | Decouple unveil from the pledge flags, by adding dedicated unveil flags | Bob Beck |
2018-06-16 | base and ports are now clean of TIOCSTI uses. The #define can now be removed. | Theo de Raadt |
2018-05-02 | Remove proc from the parameters of vn_lock(). The parameter is | Visa Hankala |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
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-02-06 | reduce scope of variable a bit to avoid shadowing | Ted Unangst |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-06-29 | Due to risks known for decades, TIOCSTI now performs no action, and simply | Theo de Raadt |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2016-07-10 | POSIX specifies that if a processing calling tcsetpgrp() is in the | Todd C. Miller |
2016-05-17 | Allow sendsyslog(2) with LOG_CONS even when /dev/console has not | Alexander Bluhm |
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 | TIOCCONS will probably never be permitted, but it is good style to set | Theo de Raadt |
2015-08-28 | Modify ttystats_init() to tell us about the buffer size, so that we | Theo de Raadt |
2015-08-26 | two simple free() sizes | Theo de Raadt |
2015-07-20 | Fix tty hiwat handling a bit | Stefan Fritsch |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-13 | Add dmesg -s support, to view the output of rc(8) system startup messages. | Marco Pfatschbacher |