Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2021-11-29 | regen | Vitaliy Makkoveev | |
2021-10-27 | regen | Visa Hankala | |
2021-06-04 | regen | mvs | |
2021-06-02 | regen | mvs | |
2021-05-12 | regen | Martin Pieuchot | |
2021-05-11 | regen | mvs | |
2021-05-11 | regen | mvs | |
2021-05-11 | regen | mvs | |
2021-05-11 | regen | mvs | |
2021-05-06 | regen | anton | |
2021-05-04 | syscalls.c, init_sysent.c, syscall.h, syscallargs.h: regen | cheloha | |
Regen after unlocking getitimer(2) and setitimer(2). ok anton@, mpi@ | |||
2021-03-18 | regen | mvs | |
2021-01-18 | regen | mvs | |
2020-03-18 | regen | anton | |