Age | Commit message (Expand) | Author |
2021-06-07 | Kill SS_ASYNC and only check SB_ASYNC when async signals are wanted. | Martin Pieuchot |
2021-06-04 | regen | mvs |
2021-06-04 | Unlock connect(2). Again. | mvs |
2021-06-02 | Use the same logic in all copies of gpt_chk_mbr(), relaxing the | Kenneth R Westerback |
2021-06-02 | Enable pool cache on knote pool | Visa Hankala |
2021-06-02 | regen | mvs |
2021-06-02 | Unlock setrtable(2). Local copy of `ps_rtableid' used to make checks | mvs |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-06-01 | Make spoofed disklabel boundstart and boundend default to the bounds | Kenneth R Westerback |
2021-05-31 | Redefine ADJFREQ_MIN to avoid undefined behaviour (when not using -fwrapv) | Visa Hankala |
2021-05-30 | Declare all struct protosw as constant. | Alexander Bluhm |
2021-05-28 | Add f_modify and f_process callbacks to socket filterops. | Visa Hankala |
2021-05-27 | Relax criteria for recognizing GPT formatted media by allowing the | Kenneth R Westerback |
2021-05-26 | Fix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIVATE futex(2) | Mark Kettenis |
2021-05-26 | Use `so_lock' to protect key management (PF_KEY) sockets. This can be | mvs |
2021-05-25 | As network features are not added dynamically, the domain structures | Alexander Bluhm |
2021-05-19 | In ttyinfo() check that ps_vmspace isn't NULL before calculating the | Mark Kettenis |
2021-05-18 | Move potential sleeping m_getclr(9) out of `unp_lock' within unp_bind(). | mvs |
2021-05-17 | Increase the default buffer space using on PF_UNIX sockets to 8k. | Claudio Jeker |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-05-14 | Whitespace tweaks and a couple of stray u_int* in gpt_chk_mbr(). | Kenneth R Westerback |
2021-05-14 | Tweak the two copies of gpt_chk_mbr() to return the index of the MBR | Kenneth R Westerback |
2021-05-13 | Do `so_rcv' cleanup with sblock() held. | mvs |
2021-05-13 | Use NULL instead of 0 for mbuf(9) pointers. | mvs |
2021-05-13 | Assign NULL instead of 0 to `control' within sendit(). It's mbuf(9) | mvs |
2021-05-13 | Move ktrfds() below fdpunlock(). This fixes lock order issue between | mvs |
2021-05-12 | regen | Martin Pieuchot |
2021-05-12 | Revert unlock of connect(2), bind(2), listen(2) and shutdown(2). | Martin Pieuchot |
2021-05-11 | timeout_barrier(9), timeout_del_barrier(9): remove kernel lock | cheloha |
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 |