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