Age | Commit message (Expand) | Author |
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 |
2019-07-07 | Fix manual openssl(1) pkcs12, req, verify and x509 | Kinichiro Inoguchi |
2019-07-07 | Remove some set but never used variables. ok daraadt@ | Darren Tucker |
2019-07-06 | Fix Makemaker manpage section detection | Andrew Fresh |
2019-07-06 | Make sure we use the svc_handle for the negotiated major version of the | Mark Kettenis |
2019-07-06 | Pad message since newer firmware doesn't like it without padding. | Mark Kettenis |
2019-07-06 | Correctly adjust mouse position if the status line is at the top and | Nicholas Marriott |
2019-07-06 | Correctly clear underscore colour in grid_get_cell1, also fix struct | Nicholas Marriott |
2019-07-06 | oops. added but not committed. Reminded by Patrick | Marc Espie |
2019-07-06 | Re-add some printf's as they were originally. | Kevin Lo |
2019-07-06 | Ensure Rx/Tx resources are freed during interface stop. | Kevin Lo |
2019-07-05 | Add forgotten copyright notice, found by Jason Thorpe <thorpej at me.com>. | Alexandre Ratchov |
2019-07-05 | zap an extra space in usage(); | Jason McIntyre |
2019-07-05 | Use timeout_add_msec(9) | kn |
2019-07-05 | Fix vpci_bus_map() if the case where the "child" space in the "ranges" | Mark Kettenis |
2019-07-05 | If there is no explicit device class match for a given boot device, | Visa Hankala |
2019-07-05 | Make mg display the correct file name in the minibuffer if you load | Mark Lumsden |