Age | Commit message (Expand) | Author |
2019-07-09 | The system calls getgroups(2) and setgroups(2) pass the number of | Alexander Bluhm |
2019-07-09 | resync | Sebastien Marie |
2019-07-09 | unlock pipe(2) and pipe2(2) syscalls | Sebastien Marie |
2019-07-09 | Fix previous commit which made src-node have a reference for the kif. | YASUOKA Masahiko |
2019-07-09 | unstub dma_fence_wait_any_timeout() call in amdgpu_sa_bo_new() | Jonathan Gray |
2019-07-09 | unstub amdgpu_cs_wait_any_fence() | Jonathan Gray |
2019-07-09 | Use wake_up_process() instead of wakeup() in dma_fence_default_wait_cb() | Jonathan Gray |
2019-07-09 | add dma_fence_wait_any_timeout() required for parts of amdgpu | Jonathan Gray |
2019-07-09 | Fix whitespace issue. | Patrick Wildt |
2019-07-09 | ure(4) and url(4) need ifmedia attribute. | Kevin Lo |
2019-07-08 | Remove trailing whitespace from a macro | Mike Larkin |
2019-07-08 | Remove some "set but not used" variables in ahci(4)'s hibernate code. | Mike Larkin |
2019-07-08 | amd64 pmap: remove a "set but not used" variable, found when building the | Mike Larkin |
2019-07-08 | vmm(4): remove a "set but not used" variable, found when building the | Mike Larkin |
2019-07-08 | Untangle code setting the scheduling priority of a thread. | Martin Pieuchot |
2019-07-08 | free(9) sizes for M_RTABLE. | Martin Pieuchot |
2019-07-08 | When an unlink failed due to unveil, the use count of the inode was | Alexander Bluhm |
2019-07-08 | remove duplicate hdmi.h include | Jonathan Gray |
2019-07-08 | uncomment aggr(4) to make it easier for people to try | David Gwynne |
2019-07-07 | print the cpu model in the correct place (only) | Theo de Raadt |
2019-07-07 | tweak config pending handling so it waits for all ports to finish scanning | David Gwynne |
2019-07-07 | Use timeout_add_msec(9) | kn |
2019-07-07 | Eliminate duplicate code in xxx_detach(). | Kevin Lo |
2019-07-06 | Re-add some printf's as they were originally. | Kevin Lo |
2019-07-06 | Ensure Rx/Tx resources are freed during interface stop. | Kevin Lo |
2019-07-05 | Use timeout_add_msec(9) | kn |
2019-07-05 | Fix vpci_bus_map() if the case where the "child" space in the "ranges" | Mark Kettenis |
2019-07-05 | If there is no explicit device class match for a given boot device, | Visa Hankala |
2019-07-05 | Since on a SCAN each node is provided in its own event, | Patrick Wildt |
2019-07-05 | Use multi-threaded task queues to prevent deadlocks in the case where a | Mark Kettenis |
2019-07-05 | pretend to handle setting trunkproto, but only support setting it to lacp | David Gwynne |
2019-07-05 | fix the $OpenBSD$ tag | David Gwynne |
2019-07-05 | initialise sc_lacp_timeout to AGGR_LACP_TIMEOUT_SLOW, not 0; | David Gwynne |
2019-07-05 | iterate over distributing ports when populating the tx map, not all ports | David Gwynne |
2019-07-05 | init the log of tx times to somewhere in the past when adding a port. | David Gwynne |
2019-07-05 | move a declaration before a statement. | David Gwynne |
2019-07-05 | report a port as active to userland if it is muxed | David Gwynne |
2019-07-05 | tweak mtu handling and propagate mtu setting to trunkports | David Gwynne |
2019-07-05 | add aggr, but leave it commented out for now. | David Gwynne |
2019-07-05 | wire up aggr | David Gwynne |
2019-07-05 | add aggr(4), a dedicated driver that implements 802.1AX link aggregation | David Gwynne |
2019-07-05 | record when trunk takes over an interface by setting ac_trunkport | David Gwynne |
2019-07-05 | add ac_trunkport to arpcom so trunks can coordinate owning an interface | David Gwynne |
2019-07-04 | Fix a free size panic when detaching a crypto softraid on i386. | Alexander Bluhm |
2019-07-04 | Remove a useless kernel lock from the TCP socket splicing path. | Alexander Bluhm |
2019-07-04 | when the mac address changes, update the mac/vlan filters accordingly. | Jonathan Matthew |
2019-07-04 | drm/amdgpu: simplify Raven, Raven2, and Picasso handling | Jonathan Gray |
2019-07-04 | drm/amdgpu: use IP presence to free uvd and vce handles | Jonathan Gray |
2019-07-04 | drm/amdgpu/soc15: clean up picasso support | Jonathan Gray |
2019-07-04 | drm/amdgpu: add new raven series device | Jonathan Gray |