Age | Commit message (Expand) | Author |
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 |
2022-10-07 | Add mimmutable(2) system call which locks the permissions (PROT_*) of | Theo de Raadt |
2022-10-03 | System calls should not fail due to temporary memory shortage in | Alexander Bluhm |
2022-10-03 | Add a second membar producer into counters_zero(). Now it is | Alexander Bluhm |
2022-10-01 | The syscall table generation awk script was also used by compat layers | Theo de Raadt |
2022-09-28 | Fix memory corruptions with sysv semaphores due to sleeps in copyin, | Moritz Buhl |
2022-09-23 | Don't hardcode disk major device types inside DEBUG block. Use | Kenneth R Westerback |
2022-09-20 | Remove unused and unimplemented unp_drain(). | Vitaliy Makkoveev |
2022-09-18 | timecounting: tc_reset_quality: print notice if active counter changes | Scott Soule Cheloha |
2022-09-17 | bind() to AF_UNIX will now require unveil "w". "w" may seem a little odd | Theo de Raadt |
2022-09-16 | semctl1 and msgctl were introduced for binary compatibility for OpenBSD 3.5. | Moritz Buhl |
2022-09-15 | Remove unneeded interim DPRINTF() verbiage. Make DEBUG compile | Kenneth R Westerback |
2022-09-14 | AF_UNIX bind() must use UNVEIL_CREATE for namei() because it is creating | Theo de Raadt |
2022-09-13 | Change pru_rcvd() return type to the type of void. We have no interest | Vitaliy Makkoveev |
2022-09-11 | Remove the DKF_LABELVALID flag from struct disk. Instead, trust disk drivers | Miod Vallat |
2022-09-11 | Add #define's for GPT partition attribute bits REQUIRED, IGNORE | Kenneth R Westerback |
2022-09-05 | Pledge sendmmsg and recvmmsg with stdio similar to their non-loop | Moritz Buhl |
2022-09-05 | Use shared netlock in soreceive(). The UDP and IP divert layer | Alexander Bluhm |
2022-09-04 | Use pru_send function to check socket splicing compatibility. Only | Alexander Bluhm |
2022-09-03 | Move PRU_PEERADDR request to (*pru_peeraddr)(). | Vitaliy Makkoveev |
2022-09-03 | regen | Moritz Buhl |
2022-09-03 | Make recvmmsg and sendmmsg look more alike. change the flag type | Moritz Buhl |
2022-09-03 | Move PRU_SOCKADDR request to (*pru_sockaddr)() | Vitaliy Makkoveev |
2022-09-03 | whitespace | Mike Larkin |