summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-07-11Remove asynchronous read support in uvm_swap_get().Martin Pieuchot
2022-07-11remove duplicate 'if (err)' line in iwm_auth()Stefan Sperling
2022-07-11r1.3 converted the clock rates from kHz to Hz, so we shouldn't multiply byJonathan Matthew
2022-07-10Add missing `pipex_list_mtx' mutex(9) around all sessions loop withinVitaliy Makkoveev
2022-07-10if_detach() should wait until concurrent (*if_qstart)() interface startVitaliy Makkoveev
2022-07-10Add _cb suffix to callback fields in struct ifmedia. Makes codeAlexander Bluhm
2022-07-10Remove trailing whitespace. No code change.Mike Larkin
2022-07-10Remove trailing whitespace. No code change.Mike Larkin
2022-07-10Add missing device_unref() calls.Visa Hankala
2022-07-09Fix the error path of the 'SIOCSIFMTU' pppoe_ioctl() case. Return errorVitaliy Makkoveev
2022-07-09Add suspend/resume supportMark Kettenis
2022-07-09Add suspend/resume support.Mark Kettenis
2022-07-09Add support for calling the CPU_OFF and SYSTEM_SUSPEND functions.Mark Kettenis
2022-07-09Unwrap klist from struct selinfo as this code no longer uses selwakeup().Visa Hankala
2022-07-09Consistently use uint64_t.Mark Kettenis
2022-07-08Display parameters exposed to userland as percentages (backlight, brightness,Miod Vallat
2022-07-07drm/fourcc: fix integer type usage in uapi headerJonathan Gray
2022-07-07drm/i915/gem: add missing elseJonathan Gray
2022-07-07drm/amdgpu: To flush tlb for MMHUB of RAVEN seriesJonathan Gray
2022-07-07Revert "drm/amdgpu/display: set vblank_disable_immediate for DC"Jonathan Gray
2022-07-07Revert previous attempt at serializing `uo_refs'.Martin Pieuchot
2022-07-07remove a DPRINTF() from iwm(4) which no longer makes any senseStefan Sperling
2022-07-07retire NexGen CPU identification codeDaniel Dickman
2022-07-05Remove old poll/select wakeup mechanism.Visa Hankala
2022-07-05Missing header change that should have gone with xhci_acpi.c r1.8Theo Buehler
2022-07-05workaround link training problems on s3 resume with alder lakeJonathan Gray
2022-07-04Add support for the dual role controllers integrated on the QualcommMark Kettenis
2022-07-04Use destination buffer size as strlcpy() bound, not source; harmless here forMiod Vallat
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-07-02Unlock peer in the SOCK_STREAM and SOCK_SEQPACKET error path.Vitaliy Makkoveev
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2022-07-02Remove unused device poll functions.Visa Hankala
2022-07-01Make fine grained unix(4) domain sockets locking. Use the per-socketVitaliy Makkoveev
2022-06-30Reduce allocations and possible failures in uvm_pagermapin/out().Martin Pieuchot
2022-06-30Fix bwfm(4) crash during detach on USB.Stefan Sperling
2022-06-30As we now have two bios_consdev_t structures, make use of the old oneAnton Lindqvist
2022-06-30Allow sysctl mib CTL_NET.PF_INET6 with a length of 3 in PLEDGE_VMINFO.Claudio Jeker
2022-06-30Remove an incorrect KASSERT() introduced in previous.Martin Pieuchot
2022-06-30amd64/pmap: Change the wording of a panic stringMike Larkin
2022-06-30vmm(4): reference count vm's and vcpu'sDave Voutila
2022-06-30amd64 pmap: Zero out the EPTP on pmap_createMike Larkin
2022-06-29Pass a pointer to mbuf pointer further down into ip6_process_hopopts()Alexander Bluhm
2022-06-29Between the calls to art_match() and SRPL_FIRST() another CPU mayAlexander Bluhm
2022-06-29Remove switch(4) remains.Vitaliy Makkoveev
2022-06-29remove archaic comment from original import of i386 pmapDave Voutila
2022-06-29Regen syscalls files as they were meant to be, correcting the "created from:"...Jeremie Courreges-Anglas
2022-06-29Unlock the pledge(2) system callJeremie Courreges-Anglas
2022-06-29Simplify the locking dance around pledge_syscall()Jeremie Courreges-Anglas
2022-06-29Use READ_ONCE() when saving pr->ps_pledge to a local variableJeremie Courreges-Anglas
2022-06-29Pass down the pointer to mbuf pointer into ip6_hbhchcheck(). ThisAlexander Bluhm