Age | Commit message (Expand) | Author |
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 |
2022-02-07 | Delete STACKGAPLEN: this exec-time allocation at the top of the | Philip Guenther |
2022-02-06 | Simplify cursig() a bit and make sure that signals are always sent to | Claudio Jeker |
2022-02-04 | whitelist resolv.conf for stat. go dns library does this. | Ted Unangst |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-25 | Capture a repeated pattern into sysctl_securelevel_int function | Greg Steuck |
2022-01-20 | snprintf(9) allows NULL string if size is 0. But doing NULL pointer | Alexander Bluhm |
2022-01-20 | Shifting signed integers left by 31 is undefined behavior in C. | Alexander Bluhm |
2022-01-20 | initial support for drm sync files, fences associated with file | Jonathan Gray |
2022-01-18 | Properly handle read-only clusters in m_pullup(9). | Alexander Bluhm |
2022-01-17 | Allow more memory ranges in hibernate | Mike Larkin |
2022-01-11 | regen | Vitaliy Makkoveev |
2022-01-11 | Unlock getpeername(2). For inet and unix sockets it follows the code | Vitaliy Makkoveev |
2022-01-11 | move kern_unveil.c to use DPRINTF() | Sebastien Marie |
2022-01-09 | Add an UNVEIL_USERSET flag which is set when a unveil node is added via | Claudio Jeker |
2022-01-07 | hibernate_clear_signature() is only used by hibernate_resume(), so | Philip Guenther |
2022-01-07 | Extract the slice from the zeroth swap device instead of assuming | Philip Guenther |
2022-01-04 | Use the device we read the hibernate signature from for the entire | Philip Guenther |
2022-01-02 | immediatly -> immediately | Theo Buehler |
2022-01-02 | Stop writing big-endian checksums into the little-endian GPT | Kenneth R Westerback |
2022-01-01 | copyright++; | Jonathan Gray |
2021-12-29 | Do not allow send/receive of kcov descriptors as the file descriptor can | Anton Lindqvist |
2021-12-26 | Rework garbage collector for unix(4) sockets. | Vitaliy Makkoveev |
2021-12-25 | kqueue: Invalidate revoked vnodes' knotes on the fly | Visa Hankala |
2021-12-24 | Make poll/select version of filt_solisten() more similar to soo_poll(). | Visa Hankala |
2021-12-23 | sync | Philip Guenther |
2021-12-23 | Roll the syscalls that have an off_t argument to remove the explicit padding. | Philip Guenther |
2021-12-23 | Use TAILQ_FOREACH to traverse the disk list in sysctl_diskinit(). | Alexander Bluhm |
2021-12-22 | While malloc sleeps, the disk list could change during sysctl. Then | Alexander Bluhm |
2021-12-21 | Let malloc return an error as opposed of panicking when sysctl | Anton Lindqvist |
2021-12-20 | Make filt_dead() selectively inactive with EVFILT_EXCEPT | Visa Hankala |
2021-12-20 | Run seltrue/dead event filter in modify and process callbacks | Visa Hankala |
2021-12-15 | Adjust pty and tty event filters | Visa Hankala |
2021-12-14 | Cover all state checks and updates with spltty() in filt_ttyread(). | Visa Hankala |
2021-12-13 | acct(4) ac_tty shouldn't need NODEV from sys/param.h (which is kernel API), | Theo de Raadt |
2021-12-13 | Revise EVFILT_EXCEPT filters | Visa Hankala |
2021-12-13 | Prevent kevent(2) use of EVFILT_EXCEPT with FIFOs and pipes | Visa Hankala |
2021-12-12 | Add vnode parameter to VOP_STRATEGY() | Visa Hankala |
2021-12-11 | Clarify usage of __EV_POLL and __EV_SELECT | Visa Hankala |
2021-12-10 | Revert "kbind(2): disable system call if not initialized before | Philip Guenther |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-12-08 | Fix select(2) exceptfds handling of FIFOs and pipes | Visa Hankala |
2021-12-07 | Delete the last emulation callbacks: we're Just ELF, so declare | Philip Guenther |
2021-12-07 | Continue to delete emulation support: we only have one sigcode and | Philip Guenther |
2021-12-07 | Add EVFILT_EXCEPT filter for pipes | Visa Hankala |