summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* revert unintended change that snuck in last commitbeck2019-07-151-2/+2
* Make realpath posixly correct by changing the kernel implementationbeck2019-07-152-9/+7
* Initialize struct inpcb pool not on demand, but during initialization.bluhm2019-07-153-9/+16
* Convert struct unpcb malloc(9) to pool_get(9).bluhm2019-07-153-6/+17
* revisit pipe initialization and buffer managementsemarie2019-07-151-35/+42
* Fix a direct map bug that affected machines with > 1023GB physicalmlarkin2019-07-151-23/+22
* Do not relock fdp in fdrelease(). This prevents unnecessary lockingvisa2019-07-154-18/+28
* unstub phm_irq_process()jsg2019-07-151-4/+0
* add PCI_BUS_NUM()jsg2019-07-151-1/+2
* put smbios date access under NBIOS > 0 instead of CONFIG_DMIjsg2019-07-151-3/+7
* Replace local method of determining rasops rotation withjsg2019-07-151-16/+8
* Add dmi functions used by drm_panel_orientation_quirks.c and enablejsg2019-07-154-4/+39
* store smbios date string in globally visible var for drmjsg2019-07-152-4/+15
* rename PIPE_WANT to PIPE_WANTD.semarie2019-07-142-11/+11
* newlen was a dead store, but what we could use is oldlen toflorian2019-07-141-13/+9
* Delete obsolete bits in a comment: mcontext is gone and struct reg is noguenther2019-07-141-3/+1
* Don't lock the struct unveil being created in the child when cloning theguenther2019-07-141-6/+12
* Panic for missing vp1 entry, do not panic for missing vp2 entry twice.drahn2019-07-131-4/+4
* Adjust the pmap_set_l* functions to a more reasonable API,drahn2019-07-131-50/+23
* pmap_page_protect() should not unmap pages after making them readonly.drahn2019-07-131-1/+2
* pipe_write() do opportunistic buffer resizing, when the buffer is empty.semarie2019-07-131-2/+3
* Count the number of TCP SACK options that were dropped due to thebluhm2019-07-123-10/+14
* Revert anton@ changes about read/write unlockingsolene2019-07-1212-145/+52
* Remove unnecessary extern declarations.visa2019-07-121-4/+1
* Make rootdev parsing a little saner. The "rootdev=" prefix can bevisa2019-07-123-25/+21
* sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.cheloha2019-07-124-6/+54
* Use "i" constrain instead of "n" constrain in inline assembly. Makes clangkettenis2019-07-111-3/+3
* Kill commented-out wsfont_remove().mpi2019-07-112-39/+2
* listen(2) should return EINVAL if the socket is connected.bluhm2019-07-111-4/+3
* fix NULL pointer dereference, reported and fix tested by sthensashan2019-07-111-3/+5
* zero pad and align FO_POSITION; no binary changeanton2019-07-111-2/+2
* include linux/string.h so drm_panel_orientation_quirks.c can get thejsg2019-07-111-1/+2
* drm/fb-helper: generic: Don't take module ref for fbconjsg2019-07-111-2/+4
* drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZEjsg2019-07-111-19/+0
* drm/amd/powerplay: use hardware fan control if no powerplay fan tablejsg2019-07-113-1/+8
* drm/i915/dmc: protect against reading random memoryjsg2019-07-111-0/+18
* drm: panel-orientation-quirks: Add quirk for GPD MicroPCjsg2019-07-111-0/+16
* drm: panel-orientation-quirks: Add quirk for GPD pocket2jsg2019-07-111-0/+16
* Received SACK options are managed by a linked list at the TCP socket.bluhm2019-07-102-3/+8
* Make read/write of the f_offset field belonging to struct file MP-safe;anton2019-07-1012-53/+145
* Stop sleeping at PUSER.mpi2019-07-103-6/+6
* The USB video class specification has increased its probe bufferpatrick2019-07-101-5/+12
* Also dump interface association descriptor when debugging ispatrick2019-07-101-1/+26
* Implement Linux kthread interfaces.kettenis2019-07-104-42/+141
* +ixl (which was used to debug problems on T4-1)deraadt2019-07-101-1/+2
* I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andderaadt2019-07-0911-23/+35
* Use timeout_add_msec(9)kn2019-07-091-19/+12
* Add missing mtx_leave() in error path.mpi2019-07-091-2/+4
* resyncsemarie2019-07-092-6/+6
* backout the unlock of pipe(2) and pipe2(2)semarie2019-07-092-16/+7