Age | Commit message (Expand) | Author |
2022-03-31 | Move knote_processexit() call from exit1() to the reaper(). | Todd C. Miller |
2022-03-27 | sys/vnode.h cleanup for vnode_hold_list, vnode_free_list, struct freelst | Sebastien Marie |
2022-03-25 | add an exception to the CPU_ID_AA64ISAR0 in pledged applications so that | Robert Nagy |
2022-03-21 | Header netinet/in_pcb.h includes sys/mutex.h now. Recommit mutex | Alexander Bluhm |
2022-03-18 | Cleanup reference counting. Remove #ifdef DIAGNOSTIC to keep the | Alexander Bluhm |
2022-03-18 | Use the refcnt API with struct plimit. | Visa Hankala |
2022-03-17 | Use the refcnt API with struct ucred. | Visa Hankala |
2022-03-16 | Remove an unneeded include. | Visa Hankala |
2022-03-16 | Use the refcnt API in kqueue. | Visa Hankala |
2022-03-16 | Add refcnt_shared() and refcnt_read() | Visa Hankala |
2022-03-14 | Unbreak the tree, revert commitid aZ8fm4iaUnTCc0ul | Theo Buehler |
2022-03-14 | pf_socket_lookup() calls in_pcbhashlookup() in the PCB layer. To | Alexander Bluhm |
2022-03-11 | Revert part of rev 1.293. Using cursig() to deliver masked signals | Claudio Jeker |
2022-03-10 | Use atomic load and store functions to access refcnt and wait | Alexander Bluhm |
2022-02-25 | Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com | Philip Guenther |
2022-02-25 | add setrtable to pledge("id"). from Matthew Martin | Ted Unangst |
2022-02-25 | Move pr_attach and pr_detach to a new structure pr_usrreqs that can | Philip Guenther |
2022-02-24 | regen | Vitaliy Makkoveev |
2022-02-24 | Unlock getsockname(2) syscall. For inet and UNIX sockets it fills passed | Vitaliy Makkoveev |
2022-02-22 | Since other exported commandnames were increased to 24 and graduated into | Theo de Raadt |
2022-02-22 | Start using new _MAXCOMLEN (a proper string expanded to 24 bytes | Theo de Raadt |
2022-02-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2022-02-21 | anscestors -> ancestors | Jonathan Gray |
2022-02-21 | consisitent -> consistent | Jonathan Gray |
2022-02-21 | expliclitly -> explicitly | Jonathan Gray |
2022-02-19 | The suspend/resume code sleeps-not-allowed phases are protected with | Theo de Raadt |
2022-02-19 | tsleep() prints a stack trace when cold==2. The suspend/resume code has | Theo de Raadt |
2022-02-17 | Writes to the ps_flags field of struct process should be atomic. | Rob Pierce |
2022-02-16 | return unique errors (I chose some errno values.. ) for the various | Theo de Raadt |
2022-02-16 | Reduce code duplication in socket event filters. | Visa Hankala |
2022-02-16 | unifdef PROC_PC | Jonathan Gray |
2022-02-16 | If the lid is closed, suspend_finish() now returns EAGAIN, so go to the top | Theo de Raadt |
2022-02-16 | change MD gosleep() and sleep_finish() to return int, the MI code will be | Theo de Raadt |
2022-02-15 | Reintroduce ps state flag 'c' indicating chrooted process (via PS_BITS). | Rob Pierce |
2022-02-15 | Since acpitoshiba brightness button processing no longer plays games | Theo de Raadt |
2022-02-15 | when the MI suspend code encounters problems, we need a way to | Theo de Raadt |
2022-02-15 | unifdef TIOCHPCL, 4.3BSD compat ioctl | Jonathan Gray |
2022-02-15 | MI disable_lid_wakeups() is not needed, x86 systems can do this | Theo de Raadt |
2022-02-14 | Introduce a signal context that is used to pass signal related information | Claudio Jeker |
2022-02-14 | update sbchecklowmem() to better detect actual mbuf memory usage. | David Gwynne |
2022-02-13 | Move some MI pieces out of suspend_mp/resume_mp | Theo de Raadt |
2022-02-13 | Use knote_modify() and knote_process() in obvious places. | Visa Hankala |
2022-02-13 | Rename knote_modify() to knote_assign() | Visa Hankala |
2022-02-12 | Reduce code duplication in pipe event filters | Visa Hankala |
2022-02-11 | Inline klist_empty() for more economic machine code. | Visa Hankala |
2022-02-11 | the sleep_clocks() hook is not needed because the architectures which | Theo de Raadt |
2022-02-10 | Duplicate "park disk" code, so that the SUSPEND case can be MI, it is only | Theo de Raadt |
2022-02-08 | The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing. | Theo de Raadt |
2022-02-08 | use sizeof(long) - 1 in m_pullup to determine payload alignment. | David Gwynne |
2022-02-08 | poll(2): Switch to kqueue backend | Visa Hankala |