Age | Commit message (Expand) | Author |
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 |
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 |