summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2019-07-06Re-add some printf's as they were originally.Kevin Lo
2019-07-06Ensure Rx/Tx resources are freed during interface stop.Kevin Lo
2019-07-05Use timeout_add_msec(9)kn
2019-07-05Fix vpci_bus_map() if the case where the "child" space in the "ranges"Mark Kettenis
2019-07-05If there is no explicit device class match for a given boot device,Visa Hankala
2019-07-05Since on a SCAN each node is provided in its own event,Patrick Wildt
2019-07-05Use multi-threaded task queues to prevent deadlocks in the case where aMark Kettenis
2019-07-05pretend to handle setting trunkproto, but only support setting it to lacpDavid Gwynne
2019-07-05fix the $OpenBSD$ tagDavid Gwynne
2019-07-05initialise sc_lacp_timeout to AGGR_LACP_TIMEOUT_SLOW, not 0;David Gwynne
2019-07-05iterate over distributing ports when populating the tx map, not all portsDavid Gwynne
2019-07-05init the log of tx times to somewhere in the past when adding a port.David Gwynne
2019-07-05move a declaration before a statement.David Gwynne
2019-07-05report a port as active to userland if it is muxedDavid Gwynne
2019-07-05tweak mtu handling and propagate mtu setting to trunkportsDavid Gwynne
2019-07-05add aggr, but leave it commented out for now.David Gwynne
2019-07-05wire up aggrDavid Gwynne
2019-07-05add aggr(4), a dedicated driver that implements 802.1AX link aggregationDavid Gwynne
2019-07-05record when trunk takes over an interface by setting ac_trunkportDavid Gwynne
2019-07-05add ac_trunkport to arpcom so trunks can coordinate owning an interfaceDavid Gwynne
2019-07-04Fix a free size panic when detaching a crypto softraid on i386.Alexander Bluhm
2019-07-04Remove a useless kernel lock from the TCP socket splicing path.Alexander Bluhm
2019-07-04when the mac address changes, update the mac/vlan filters accordingly.Jonathan Matthew
2019-07-04drm/amdgpu: simplify Raven, Raven2, and Picasso handlingJonathan Gray
2019-07-04drm/amdgpu: use IP presence to free uvd and vce handlesJonathan Gray
2019-07-04drm/amdgpu/soc15: clean up picasso supportJonathan Gray
2019-07-04drm/amdgpu: add new raven series deviceJonathan Gray