Age | Commit message (Expand) | Author |
2023-01-12 | Use solock() instead solock_shared() within sys_getsockopt(). Otherwise | Vitaliy Makkoveev |
2023-01-09 | setthrname() should return EINVAL, not ENAMETOOLONG, when the | Philip Guenther |
2023-01-07 | regen | Philip Guenther |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2023-01-06 | Replace last user of copystr() with strlcpy(). NFCI | Miod Vallat |
2023-01-05 | after a few trap.c were fixed to fault with the right access, the | Theo de Raadt |
2023-01-02 | Add tfind_user(), for getting a proc* given a user-space TID and | Philip Guenther |
2023-01-01 | copyright++; | Jonathan Gray |
2022-12-31 | timeout: rename "timeout_at_ts" to "timeout_abs_ts" | Scott Soule Cheloha |
2022-12-31 | sysctl_clockintr: clear "sum" with memset before copyout(9) | Scott Soule Cheloha |
2022-12-29 | Add ktrace struct tracepoints for siginfo_t to the kernel side of | Philip Guenther |
2022-12-27 | Fix array bounds mismatch with clang 15 | Patrick Wildt |
2022-12-26 | Replace two (void)copystr(..., NULL) with equivalent (void)strlcpy() calls. | Miod Vallat |
2022-12-23 | wrap a line better | Theo de Raadt |
2022-12-21 | The location of the aux info vector is now cached in ps_auxinfo of struct | Claudio Jeker |
2022-12-21 | fix a mangled comment | Theo de Raadt |
2022-12-19 | Add WTRAPPED opiton for waitid(2) to control whether CMD_TRAPPED | Philip Guenther |
2022-12-17 | regen after minherit(2) unlock | Klemens Nanni |
2022-12-17 | Unlock minherit(2) | Klemens Nanni |
2022-12-13 | timecounting: add getbinruntime(), getnsecruntime() | Scott Soule Cheloha |
2022-12-12 | Revert sb_state changes to unbreak tree. | Theo Buehler |
2022-12-11 | This time, socket's buffer lock requires solock() to be held. As a part of | Vitaliy Makkoveev |
2022-12-07 | Document 'uidinfo' structure locks. | Vitaliy Makkoveev |
2022-12-07 | If the called of ypconnect(2) is root, the socket should acquire a | Theo de Raadt |
2022-12-05 | zap a pile of dangling tabs | Theo de Raadt |
2022-12-05 | Avoid event counter re-insert in evcount_percpu() | Visa Hankala |
2022-11-30 | Use shared socket/net lock for IP sockets | Klemens Nanni |
2022-11-30 | regen | Vitaliy Makkoveev |
2022-11-30 | Unlock getsockopt(2) and setsockopt(2). Unlock them both because at | Vitaliy Makkoveev |
2022-11-28 | Simplify return path of (*pr_ctloutput)() return value in sogetopt(). | Vitaliy Makkoveev |
2022-11-26 | Merge uipc_bind() with unp_bind(). Unlike other unp_*() functions, | Vitaliy Makkoveev |
2022-11-23 | cache ps_auxinfo inside the kernel, to avoid codedump() reading the | Moritz Buhl |
2022-11-19 | Push kernel lock into pru_control() aka. in6_control() / in_control() | Klemens Nanni |
2022-11-17 | stack growth from setrlimit was never updated to set UVM_ET_STACK on | Theo de Raadt |
2022-11-15 | style(9) fix. No functional change. | Vitaliy Makkoveev |
2022-11-14 | Fix tag type and buffer limit in DT_TEXTREL lookup. | Visa Hankala |
2022-11-13 | Split out handlers for SOCK_DGRAM unix(4) sockets from SOCK_STREAM and | Vitaliy Makkoveev |
2022-11-11 | Revert last until we can guarantee gh_guid can't escape to the | Kenneth R Westerback |
2022-11-11 | timeout(9): remove timeout_set_kclock(), TIMEOUT_INITIALIZER_KCLOCK() | Scott Soule Cheloha |
2022-11-11 | Use the first 8 bytes of GPT gh_guid as the default d_uid. gh_guid is | Kenneth R Westerback |
2022-11-10 | Add mbr_get_fstype() and use it to translate MBR dp_typ fields | Kenneth R Westerback |
2022-11-10 | Put CPUs in the lowest P-state just before the final suspend step. The | Mark Kettenis |
2022-11-10 | Add support for per-cpu event counters, to be used for clock and IPI | Jonathan Matthew |
2022-11-10 | fix build after 1.298 | Jonathan Gray |
2022-11-09 | Remove kernel lock here since msleep() with PCATCH no longer requires it. | Claudio Jeker |
2022-11-09 | Some limited setsockopt/getsockopt are allowed in pledge "stdio". | Theo de Raadt |
2022-11-09 | Simplify the overly complex VXLOCK handling in spec_close. | Claudio Jeker |
2022-11-09 | timeout(9): remove TIMEOUT_KCLOCK flag | Scott Soule Cheloha |
2022-11-09 | regen | Martin Pieuchot |
2022-11-09 | gpt_get_fstype() doesn't modify its parameter so make said | Kenneth R Westerback |