Age | Commit message (Expand) | Author |
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 |
2022-11-09 | Mark sched_yield(2) as NOLOCK. | Martin Pieuchot |
2022-11-08 | allow the KERN_AUTOCONF_SERIAL sysctl in pledge'd processes | Robert Nagy |
2022-11-08 | timeout(9): remove unused, undocumented timeout_in_nsec() interface | Scott Soule Cheloha |
2022-11-08 | tc_setclock: don't print a warning if tc_windup() rejects inittodr(9) time | Scott Soule Cheloha |
2022-11-08 | Push kernel lock down into ifioctl() | Klemens Nanni |
2022-11-08 | Regen | Martin Pieuchot |
2022-11-08 | Mark mmap(2), munmap(2) and mprotect(2) as NOLOCK. | Martin Pieuchot |
2022-11-07 | introduce a new kern.autoconf_serial sysctl that can be used by userland | Robert Nagy |
2022-11-07 | Nuke last references to d_drivedata. | Kenneth R Westerback |
2022-11-05 | clockintr(9): initial commit | Scott Soule Cheloha |
2022-11-05 | For textrel binaries, skipping immutability on text segments is not enough: | Theo de Raadt |
2022-11-03 | Style: always use *retval and never retval[0] in syscalls, | Philip Guenther |
2022-11-03 | Make scdebug_ret() behave like ktrsysret(), showing the off_t value | Philip Guenther |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-27 | Unfortunately there are still ugly text-relocation binaries in the wild. | Theo de Raadt |
2022-10-27 | VMCMD_SYSCALL cannot be incorporated into flags variable, because flags | Theo de Raadt |
2022-10-26 | Fix handling of PGIDs in wait4(2) that I broke with the previous commit. | Mark Kettenis |
2022-10-25 | regen | Mark Kettenis |
2022-10-25 | mplement waitid(2) which is now part of POSIX and used by mozilla. | Mark Kettenis |
2022-10-25 | Implement waitid(2) which is now part of POSIX and used by mozilla. | Mark Kettenis |
2022-10-23 | A better workaround for mips64 mimmutable problem. The problem is the | Theo de Raadt |
2022-10-22 | automatic immutable for base executable is not ready on mips | Theo de Raadt |
2022-10-21 | uvm_map_immutable() takes start,end, not start,end | Theo de Raadt |
2022-10-21 | the debug "name" parameter to uvm_map_immutable() is no longer needed | Theo de Raadt |
2022-10-21 | sigaltstack() was adapted to work on mimmutable regions (an unfortunate | Theo de Raadt |