summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09don't look into installurlMarc Espie
2019-07-09knob for testing, do not even look in installurl by defaultMarc Espie
2019-07-09Fix manual openssl(1) genrsaKinichiro Inoguchi
2019-07-09Convert openssl(1) genrsa to the newer style of option handlingKinichiro Inoguchi
2019-07-09a bit too enthusiastic in removing codeMarc Espie
2019-07-09byebye, superseded by genericMarc Espie
2019-07-09tweak the command runs to be able to inject code systematically, in orderMarc Espie
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-09cap the number of permiopen/permitlisten directives we're willing toDamien Miller
2019-07-09The non-standard .EX/.EE macro pair was invented for Version 9 AT&T UNIXIngo Schwarze
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-08fix typo: RCF -> RFCTheo Buehler
2019-07-08Clear search marks before resize, GitHub issue 1823.Nicholas Marriott
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-08more cleanup, in particular remove more braces around .Dv,Ingo Schwarze
2019-07-08Untangle code setting the scheduling priority of a thread.Martin Pieuchot
2019-07-08Get rid of an old convention of wrapping preprocessor constants in curlyanton
2019-07-08free(9) sizes for M_RTABLE.Martin Pieuchot
2019-07-08Add some padding bytes to syscall argument struct so that testsAlexander Bluhm
2019-07-08Fix manual openssl(1) dsa, ocsp, rsa and smimeKinichiro Inoguchi
2019-07-08Clean up pvkfmt.cKinichiro Inoguchi
2019-07-08uniform error messages on temp file creationMarc Espie
2019-07-08Use the clear history function for the 3J sequence rather than doing it manua...Nicholas Marriott
2019-07-08actually use error, we can delay fatal problemsMarc Espie
2019-07-08check ::Temp creationMarc Espie
2019-07-08error out if we can't create the temp fileMarc Espie
2019-07-08When an unlink failed due to unveil, the use count of the inode wasAlexander Bluhm
2019-07-08Fix instruction guard. This prevents the compiler from usingVisa Hankala
2019-07-08remove duplicate hdmi.h includeJonathan Gray
2019-07-08uncomment aggr(4) to make it easier for people to tryDavid Gwynne
2019-07-07fix one last edge case regarding PATH, allows simpler config.Ted Unangst
2019-07-07proper level of two messages, prompted by deraadt@Otto Moerbeek
2019-07-07Add support for version 3.0 of the "mdstore" protocol.Mark Kettenis
2019-07-07print the cpu model in the correct place (only)Theo de Raadt
2019-07-07use last_errorMarc Espie
2019-07-07tweak config pending handling so it waits for all ports to finish scanningDavid Gwynne
2019-07-07Tell user to look at manually running /usr/libexec/reorder_kernel in caseAntoine Jacoutot
2019-07-07Fix pvk format processing in libcryptoKinichiro Inoguchi
2019-07-07Use timeout_add_msec(9)kn
2019-07-07Sometimes ntp peers are unreliable (looking at you pool.ntp.org!)Otto Moerbeek
2019-07-07Eliminate duplicate code in xxx_detach().Kevin Lo