Age | Commit message (Expand) | Author |
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 |
2014-12-17 | remove lock.h from uvm_extern.h. another holdover from the simpletonlock | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-10 | convert bcopy to memcpy. ok millert | Ted Unangst |
2014-12-01 | clist's chained, and could get fairly long which is why there was a | Theo de Raadt |
2014-11-18 | include unistd.h instead of picking it up accidentally. noted by jsg | Ted Unangst |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-07-13 | use mallocarray where arguments are multipled. ok deraadt | Ted Unangst |
2014-07-13 | If the only process in the pgrp is in the middle of exiting, it might | Philip Guenther |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-06-06 | Allocate the struct itty array in ttystats_init() with M_ZERO. | Matthew Dempsky |