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