Age | Commit message (Expand) | Author |
2021-05-11 | regen | mvs |
2021-05-11 | Unlock shutdown(2). | mvs |
2021-05-11 | regen | mvs |
2021-05-11 | Unlock listen(2). | mvs |
2021-05-11 | regen | mvs |
2021-05-11 | Unlock connect(2). | mvs |
2021-05-11 | regen | mvs |
2021-05-11 | Unlock bind(2). | mvs |
2021-05-10 | Revert previous, it introduced a regression with breakpoints in gdb. | Martin Pieuchot |
2021-05-08 | Spoof GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a. | Kenneth R Westerback |
2021-05-06 | regen | anton |
2021-05-06 | Unlock lseek(2). | anton |
2021-05-06 | Refactor routines to stop/unstop processes and save the corresponding signal. | Martin Pieuchot |
2021-05-04 | Reorder the integer sysctl functions. Then the traditional 4.4BSD | Alexander Bluhm |
2021-05-04 | As the unbouded feature in sysctl_int_bounded() is no longer used, | Alexander Bluhm |
2021-05-04 | syscalls.c, init_sysent.c, syscall.h, syscallargs.h: regen | cheloha |
2021-05-04 | getitimer(2), setitimer(2): unlock syscalls | cheloha |
2021-05-01 | Update the remaining SYSCTL_INT_READONLY cases | gnezdo |
2021-05-01 | Implement per-socket `so_lock' rwlock(9) and use it to protect routing | mvs |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2021-04-30 | Rearrange the implementation of bounded sysctl. The primitive | Alexander Bluhm |
2021-04-30 | When terminating via pledge_fail() stop all threads, before issuing a | Theo de Raadt |
2021-04-29 | Remove netlock assertions from UNIX sockets layer. | mvs |
2021-04-28 | Introduce a global vnode_mtx and use it to make vn_lock() safe to be called | Claudio Jeker |
2021-04-26 | Revert per-socket `so_lock' rwlock(9) and use it to protect routing | Claudio Jeker |
2021-04-25 | Implement per-socket `so_lock' rwlock(9) and use it to protect routing | mvs |
2021-04-23 | Remove the sysctl kern.allowdt code from kernel if dt(4) is not | Alexander Bluhm |
2021-04-22 | kqueue: Make timer re-addition reset existing timer | Visa Hankala |
2021-04-21 | Convert remaining uvm_km_zalloc(9) to km_alloc(9). | Martin Pieuchot |
2021-03-25 | Permit kern.somaxconn when the unix pledge is used. Previously this was only | Aaron Bieber |
2021-03-23 | Make a child execute fork_return() only if PTRACE_FORK has been specified. | Martin Pieuchot |
2021-03-23 | Skip first frame when saving stacktraces, it's always witness_checkorder(). | Martin Pieuchot |
2021-03-21 | makes `struct execsw' to: | Sebastien Marie |
2021-03-21 | Use uppercases for defines. | Martin Pieuchot |
2021-03-20 | namei: reorganize a bit the error path for simples cases | Sebastien Marie |
2021-03-18 | regen | mvs |
2021-03-18 | Unlock sendsyslog(2). Console output still requires kernel lock to be | mvs |
2021-03-16 | handle theoretical case of sigfillsz not being pow2-sized on some | Theo de Raadt |
2021-03-12 | Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic | Martin Pieuchot |
2021-03-10 | The ktrace record for recvmsg/recvfrom could contain extract bits in | Theo de Raadt |
2021-03-10 | spelling | Jonathan Gray |
2021-03-09 | Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8) | Alexander Bluhm |
2021-03-08 | Revert commitid: AZrsCSWEYDm7XWuv; | Claudio Jeker |
2021-03-08 | Move a KERNEL_ASSERT_LOCKED() from single_thread_clear() to cursig(). | Martin Pieuchot |
2021-03-08 | Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic. | Martin Pieuchot |
2021-03-08 | Remove the workaround which identified Go executables, and permitted them | Theo de Raadt |
2021-03-06 | ansi | Jonathan Gray |
2021-03-04 | Merge issignal() and CURSIG() in preparation for turning it mp-safe. | Martin Pieuchot |
2021-02-27 | Replace stray direct call of f_event with filter_event(). | Visa Hankala |
2021-02-25 | let m_copydata use a void * instead of caddr_t | David Gwynne |