Age | Commit message (Expand) | Author |
2019-07-04 | note that authentication is required, unless otherwise configured. | Ted Unangst |
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 | fatal() if getgrnam() cannot find "tty" | Theo de Raadt |
2019-07-04 | stat() returns precisely -1 to indicate error | Theo de Raadt |
2019-07-04 | PKG_TMPDIR now defaults to /tmp instead of /var/tmp | Theo Buehler |
2019-07-04 | get vartmp to point to /tmp | Marc Espie |
2019-07-04 | unhardcode error message, suggested by otto@ | Marc Espie |
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 |