Age | Commit message (Expand) | Author |
2019-07-04 | unbreak, mkdtemp returns a scalar | Marc Espie |
2019-07-04 | Fix manual openssl(1) crl | Kinichiro Inoguchi |
2019-07-04 | Fix manual openssl(1) ca | Kinichiro Inoguchi |
2019-07-04 | Add a dummy attr_writebuf() so that this code links again. | Claudio Jeker |
2019-07-04 | add a beautify test... which obviously found bugs, ahah | Marc Espie |
2019-07-04 | gc old code (unused since it couldn't work without a state) | Marc Espie |
2019-07-04 | when the mac address changes, update the mac/vlan filters accordingly. | Jonathan Matthew |
2019-07-04 | add server time.cloudflare.com. | Theo de Raadt |
2019-07-04 | Use v02 let's encrypt API key as in the example file | solene |
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 |
2019-07-04 | drm/amdgpu: add ip blocks for picasso (v2) | Jonathan Gray |
2019-07-04 | drm/amdgpu: enable vcn powergating for PCO | Jonathan Gray |
2019-07-04 | drm/amdgpu: Enable SDMA power gating for PCO | Jonathan Gray |
2019-07-04 | drm/amdgpu: Add pg support for gfxoff for PCO | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso for amdgpu kms | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso support for sdma_v4 | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso support for gfx_v9_0 | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso support for gmc | Jonathan Gray |
2019-07-04 | drm/amdgpu: add clockgating support for picasso | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso support for vcn | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso ucode loading method | Jonathan Gray |
2019-07-04 | drm/amdgpu: initilize picasso psp firmwares support | Jonathan Gray |
2019-07-04 | drm/amdgpu: Add support of powerplay for picasso | Jonathan Gray |
2019-07-04 | drm/amd/display/dm: add picasso support | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso support for vm | Jonathan Gray |
2019-07-04 | drm/amdgpu: add soc15 support for picasso | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso to asic_type enum | Jonathan Gray |
2019-07-04 | Make seqlock_init() take an IPL argument so the engine stats lock which | Jonathan Gray |
2019-07-04 | set ierrs and oerrs titles when changing fails/drops/errs, not ierrs twice | David Gwynne |
2019-07-03 | Add tsleep_nsec(9), msleep_nsec(9), and rwsleep_nsec(9). | cheloha |
2019-07-03 | Skip thermal zones without "trips" or "cooling-maps" nodes. | Mark Kettenis |
2019-07-03 | OF_finddevice(9) returns -1 if the node in question couldn't be found. | Mark Kettenis |
2019-07-03 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Patrick Wildt |
2019-07-03 | selfinsert() can't be called directly from a startup file or by | Mark Lumsden |
2019-07-03 | prevent mandoc from segfaulting if /tmp is not writable | Marc Espie |
2019-07-03 | Lock the kernel when removing file descriptors from the descriptor | Visa Hankala |
2019-07-03 | refine the error handling | Marc Espie |
2019-07-03 | make error message more explicit, so that ppl don't get confused by the | Marc Espie |
2019-07-03 | use ifiq_input return values to apply backpressure to rings. | David Gwynne |
2019-07-03 | oops, DEBUG=-g wasn't for the tree. | David Gwynne |
2019-07-03 | wire up net.link.ifrxq.pressure_return and pressure_drop | David Gwynne |
2019-07-03 | add the kernel side of net.link.ifrxq.pressure_return and pressure_drop | David Gwynne |
2019-07-03 | prepare sysctl net mib to allow runtime tuning of rx q pressure thresholds | David Gwynne |
2019-07-03 | Add a default case to subtype switch in the table v2 parser. | Claudio Jeker |
2019-07-03 | Remove unneccessary type cast | Claudio Jeker |
2019-07-03 | Forgotten va_copy/va_end; on some archs that is really needed. ok benno@ | Otto Moerbeek |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |