summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-07-12Remove unnecessary extern declarations.Visa Hankala
2019-07-12Make rootdev parsing a little saner. The "rootdev=" prefix can beVisa Hankala
2019-07-12sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.cheloha
2019-07-11Use "i" constrain instead of "n" constrain in inline assembly. Makes clangMark Kettenis
2019-07-11Kill commented-out wsfont_remove().Martin Pieuchot
2019-07-11listen(2) should return EINVAL if the socket is connected.Alexander Bluhm
2019-07-11fix NULL pointer dereference, reported and fix tested by sthenAlexandr Nedvedicky
2019-07-11zero pad and align FO_POSITION; no binary changeanton
2019-07-11include linux/string.h so drm_panel_orientation_quirks.c can get theJonathan Gray
2019-07-11drm/fb-helper: generic: Don't take module ref for fbconJonathan Gray
2019-07-11drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZEJonathan Gray
2019-07-11drm/amd/powerplay: use hardware fan control if no powerplay fan tableJonathan Gray
2019-07-11drm/i915/dmc: protect against reading random memoryJonathan Gray
2019-07-11drm: panel-orientation-quirks: Add quirk for GPD MicroPCJonathan Gray
2019-07-11drm: panel-orientation-quirks: Add quirk for GPD pocket2Jonathan Gray
2019-07-10Received SACK options are managed by a linked list at the TCP socket.Alexander Bluhm
2019-07-10Make read/write of the f_offset field belonging to struct file MP-safe;anton
2019-07-10Stop sleeping at PUSER.Martin Pieuchot
2019-07-10The USB video class specification has increased its probe bufferPatrick Wildt
2019-07-10Also dump interface association descriptor when debugging isPatrick Wildt
2019-07-10Implement Linux kthread interfaces.Mark Kettenis
2019-07-10+ixl (which was used to debug problems on T4-1)Theo de Raadt
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-07-09Use timeout_add_msec(9)kn
2019-07-09Add missing mtx_leave() in error path.Martin Pieuchot
2019-07-09resyncSebastien Marie
2019-07-09backout the unlock of pipe(2) and pipe2(2)Sebastien Marie
2019-07-09The system calls getgroups(2) and setgroups(2) pass the number ofAlexander Bluhm
2019-07-09resyncSebastien Marie
2019-07-09unlock pipe(2) and pipe2(2) syscallsSebastien Marie
2019-07-09Fix previous commit which made src-node have a reference for the kif.YASUOKA Masahiko
2019-07-09unstub dma_fence_wait_any_timeout() call in amdgpu_sa_bo_new()Jonathan Gray
2019-07-09unstub amdgpu_cs_wait_any_fence()Jonathan Gray
2019-07-09Use wake_up_process() instead of wakeup() in dma_fence_default_wait_cb()Jonathan Gray
2019-07-09add dma_fence_wait_any_timeout() required for parts of amdgpuJonathan Gray
2019-07-09Fix whitespace issue.Patrick Wildt
2019-07-09ure(4) and url(4) need ifmedia attribute.Kevin Lo
2019-07-08Remove trailing whitespace from a macroMike Larkin
2019-07-08Remove some "set but not used" variables in ahci(4)'s hibernate code.Mike Larkin
2019-07-08amd64 pmap: remove a "set but not used" variable, found when building theMike Larkin
2019-07-08vmm(4): remove a "set but not used" variable, found when building theMike Larkin
2019-07-08Untangle code setting the scheduling priority of a thread.Martin Pieuchot
2019-07-08free(9) sizes for M_RTABLE.Martin Pieuchot
2019-07-08When an unlink failed due to unveil, the use count of the inode wasAlexander Bluhm
2019-07-08remove duplicate hdmi.h includeJonathan Gray
2019-07-08uncomment aggr(4) to make it easier for people to tryDavid Gwynne
2019-07-07print the cpu model in the correct place (only)Theo de Raadt
2019-07-07tweak config pending handling so it waits for all ports to finish scanningDavid Gwynne
2019-07-07Use timeout_add_msec(9)kn
2019-07-07Eliminate duplicate code in xxx_detach().Kevin Lo