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