Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-02 | regen | Vitaliy Makkoveev | |
2024-05-18 | Regen | Philip Guenther | |
2024-05-10 | Regen | Claudio Jeker | |
2024-04-24 | Regen | Claudio Jeker | |
2024-04-15 | Regen after sigsuspend and __thrsigdivert unlock | Claudio Jeker | |
2024-04-05 | sync | Theo de Raadt | |
2024-03-28 | sys | Theo de Raadt | |
2024-03-25 | regen | Vitaliy Makkoveev | |
2024-01-26 | regen | Vitaliy Makkoveev | |
2023-12-19 | sync | Theo de Raadt | |
2023-12-12 | sync | Theo de Raadt | |
2023-12-10 | sync | Theo de Raadt | |
2023-12-07 | sync | Theo de Raadt | |
2023-11-29 | regen syscalls | Alexander Bluhm | |
2023-08-20 | regen | Visa Hankala | |
2023-07-24 | Regen | Miod Vallat | |
2023-05-18 | regen | Vitaliy Makkoveev | |
2023-05-04 | regen | Vitaliy Makkoveev | |
2023-02-27 | sync | Theo de Raadt | |
2023-02-25 | regen | Vitaliy Makkoveev | |
2023-02-16 | regen | Claudio Jeker | |
2023-02-16 | sync | Theo de Raadt | |
2023-02-14 | regen | Vitaliy Makkoveev | |
2023-02-13 | regen | Vitaliy Makkoveev | |
2023-02-11 | sync | Theo de Raadt | |
2023-02-11 | sync for __syscall removal | Theo de Raadt | |
2023-01-07 | regen | Philip Guenther | |
2022-12-17 | regen after minherit(2) unlock | Klemens Nanni | |
2022-11-30 | regen | Vitaliy Makkoveev | |
2022-11-09 | regen | Martin Pieuchot | |
2022-11-08 | Regen | Martin Pieuchot | |
2022-10-25 | regen | Mark Kettenis | |
2022-10-07 | sync | Theo de Raadt | |
2022-09-03 | regen | Moritz Buhl | |
2022-09-03 | Make recvmmsg and sendmmsg look more alike. change the flag type | Moritz Buhl | |
to int like other flag parameters, NetBSD uses unsigned int, FreeBSD and Linux do int. OK bluhm@ | |||
2022-09-03 | regen | Moritz Buhl | |
2022-09-03 | add the sendmmsg syscall that allows sending multiple msghdrs at | Moritz Buhl | |
once. libc, man page, and regress parts to come. With input from jca@, bluhm@. OK bluhm@ | |||
2022-09-02 | regen | Moritz Buhl | |
2022-09-02 | add the recvmmsg syscall that allows receiving multiple msghdrs at | Moritz Buhl | |
once. libc, man page, and regress parts to come. With input from jca@, guenther@, bluhm@. OK bluhm@ | |||
2022-08-01 | sync | Theo de Raadt | |
2022-07-20 | sync | Theo de Raadt | |
2022-07-15 | sync | Theo de Raadt | |
2022-06-29 | Regen syscalls files as they were meant to be, correcting the "created ↵ | Jeremie Courreges-Anglas | |
from:" info Cluebat from miod@ | |||
2022-06-29 | Unlock the pledge(2) system call | Jeremie Courreges-Anglas | |
Protect the ps_pledge/ps_execpledge fields with ps_mtx. Shuffle the code to call unveil_destroy() outside the critical section. Only writes to those fields are protected. Since we may only remove bits from those fields, garbage values should do no harm even when a read crosses a write on 32 bits systems. Input claudio@ kettenis@ deraadt@, ok deraadt@ | |||
2022-05-16 | regen | Vitaliy Makkoveev | |
2022-05-01 | regen | Ted Unangst | |
2022-02-24 | regen | Vitaliy Makkoveev | |
2022-01-11 | regen | Vitaliy Makkoveev | |
2021-12-23 | sync | Philip Guenther | |
2021-12-07 | Delete the last emulation callbacks: we're Just ELF, so declare | Philip Guenther | |
exec_elf_fixup() and coredump_elf() in <sys/exec_elf.h> and call them and the MD setregs() directly in kern_exec.c and kern_sig.c Also delete e_name[] (only used by sysctl), e_errno (unused), and e_syscallnames[] (only used by SYSCALL_DEBUG) and constipate syscallnames to 'const char *const[]' ok kettenis@ |