Age | Commit message (Expand) | Author |
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 |
2022-10-21 | automatically mark immutable certain regions in program&ld.so LOADs. | Theo de Raadt |
2022-10-17 | Change pru_abort() return type to the type of void and make pru_abort() | Vitaliy Makkoveev |
2022-10-16 | Rather than marking MAP_STACK on entries for sigaltstack() [2 days ago], | Theo de Raadt |
2022-10-15 | During the MAP_STACK introduction in 2018, sigaltstack() became a | Theo de Raadt |
2022-10-12 | Extend struct todr_chip_handle with a todr_quality member. This allows us | Mark Kettenis |
2022-10-12 | The sigaltstack() MAP_STACK re-map mechanism is incompatible with immutable | Theo de Raadt |
2022-10-11 | Give checkdisklabel() a new parameter supplying the dev_t of the | Kenneth R Westerback |
2022-10-08 | The stack can also be marked immutable, because we expect no sane program | Theo de Raadt |
2022-10-08 | The signal trampoline and timekeep regions can be marked immutable at | Theo de Raadt |
2022-10-07 | sync | Theo de Raadt |