Age | Commit message (Expand) | Author |
2022-02-15 | Do not create a buffer from an OSC 52 response if we have not sent a | Nicholas Marriott |
2022-02-15 | com at acpi like com at isa needs com_active() for suspend/resume support. | Claudio Jeker |
2022-02-15 | unifdef __OpenBSD__ | Jonathan Gray |
2022-02-15 | Backout previous "Unwire with map lock held" (commitid: SsVz7dLGFgR21kFe) | Klemens Nanni |
2022-02-15 | unifdef OpenBSD | Jonathan Gray |
2022-02-15 | consistently use __linux__ | Jonathan Gray |
2022-02-15 | Use knote_modify_fn() and knote_process_fn() in bpf. | Visa Hankala |
2022-02-15 | unifdef CDIOCCLOSE __OpenBSD__ | Jonathan Gray |
2022-02-15 | make use of pkg_* infra simplifications | Marc Espie |
2022-02-15 | simplify code based on afresh1@'s remark: indeed I always need to | Marc Espie |
2022-02-15 | document the unbound/host-bound options to PubkeyAuthentication; | Damien Miller |
2022-02-15 | only tweak ifp if_flags while holding NET_LOCK. | David Gwynne |
2022-02-15 | make tun_link_state take the ifnet pointer instead of tun_softc. | David Gwynne |
2022-02-15 | unifdef TIOCHPCL, 4.3BSD compat ioctl | Jonathan Gray |
2022-02-15 | remove unused and uneeded bits in a byte define | Jonathan Gray |
2022-02-15 | MI disable_lid_wakeups() is not needed, x86 systems can do this | Theo de Raadt |
2022-02-15 | The DVACT_POWERDOWN step was accidentally moved in relation to some MD | Theo de Raadt |
2022-02-15 | fix mask in hppa inst_trap_return() | Jonathan Gray |
2022-02-14 | Make sure we call acpi_resume_cpu() with the right ACPI state. This was | Mark Kettenis |
2022-02-14 | don't deref pointer before test it is safe | Jonathan Gray |
2022-02-14 | fix cmalo_media_change() test | Jonathan Gray |
2022-02-14 | Use fdisk -b to create the desired 1MB MSDOS boot partition | Kenneth R Westerback |
2022-02-14 | Unwire with map lock held | Klemens Nanni |
2022-02-14 | acpi_indicator() can take the softc*, instead of void* | Theo de Raadt |
2022-02-14 | Revert change to ps for displaying chrooted process. | Rob Pierce |
2022-02-14 | Whitespace nit. | Kenneth R Westerback |
2022-02-14 | Use iic_is_compatible(9) and use the more generic compatible string to | Mark Kettenis |
2022-02-14 | Pass the entire compatible property for devices attaching to the iic(4) bus. | Mark Kettenis |
2022-02-14 | Draw a bit more attention to transport switches between RRDP, RSYNC, and cache | Job Snijders |
2022-02-14 | Name the maximum number of deltas permitted in a RRDP Notification file | Job Snijders |
2022-02-14 | Delete incomplete implementation of bus_space_{alloc,free} in bus.h. | Kenji Aoyama |
2022-02-14 | OF_getproplen() returns -1 on error, so don't store result in size_t | Jonathan Gray |
2022-02-14 | Introduce a signal context that is used to pass signal related information | Claudio Jeker |
2022-02-14 | make db locking self-contained | Marc Espie |
2022-02-14 | Do not return error with -q, GitHub issue 3065. | Nicholas Marriott |
2022-02-14 | Add the EM_RISCV value to match <sys/exec_elf.h> | Kevin Lo |
2022-02-14 | pty test is not expected to fail any longer. | Visa Hankala |
2022-02-14 | reprint device name in attach error paths if needed | Jonathan Gray |
2022-02-14 | check return value of drm_attach_pci() | Jonathan Gray |
2022-02-14 | remove unused code | Jonathan Gray |
2022-02-14 | no need for ifndef __sparc64__ | Jonathan Gray |
2022-02-14 | update sbchecklowmem() to better detect actual mbuf memory usage. | David Gwynne |
2022-02-14 | change a NULL pa_memex test after use to an earlier KASSERT | Jonathan Gray |
2022-02-14 | Mark all the rpc 'ops' vectors, for auth, client, service, and xdr, | Philip Guenther |
2022-02-14 | test the correct pointer for acpi_intr_establish() result | Jonathan Gray |
2022-02-14 | OF_getproplen() returns -1 on error, so don't store result in size_t | Jonathan Gray |
2022-02-13 | The length value in bpf_movein() is casted to from size_t to u_int | Alexander Bluhm |
2022-02-13 | - for -a, get the brackets right | Jason McIntyre |
2022-02-13 | Handle the case in freechunks where not a single allocation has happened. | Otto Moerbeek |
2022-02-13 | sync | Stuart Henderson |