Age | Commit message (Expand) | Author |
2018-07-11 | s/wuth/with/ in comment | Martijn van Duren |
2018-07-11 | sync | Theo de Raadt |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-11 | Turn yesterday's optimistic ! in an XXX comment into a more cautious ? | Theo Buehler |
2018-07-11 | Using resolved after realpath(3) has failed is dangerous. Don't do it! | Martijn van Duren |
2018-07-11 | Make the output of the list command more sensible for the output device. | Martijn van Duren |
2018-07-11 | Helper function to shorten history. | Nicholas Marriott |
2018-07-11 | implement media type detection and forcing of link speed, lightly tested | Jonathan Matthew |
2018-07-11 | Rephrase the wording on the replacement string of the substitute command. | Martijn van Duren |
2018-07-11 | Add function comments. | Nicholas Marriott |
2018-07-11 | move declarations of hwrm message functions up to the top and make them | Jonathan Matthew |
2018-07-11 | don't bother checking the rx index matches what we expect, it works | Jonathan Matthew |
2018-07-11 | Remove an old and false comment. REALLOC now free(3)s the code if realloc | Martijn van Duren |
2018-07-11 | zap trailing whitespace; | Jason McIntyre |
2018-07-11 | Update EC regression tests. | Theo Buehler |
2018-07-10 | remove newd control leftovers | Florian Obser |
2018-07-10 | remove unused variable; pointed out by llvm | Florian Obser |
2018-07-10 | add ractl, the rad(8) control program | Florian Obser |
2018-07-10 | Indent labels by a space so they don't obliterate function names in diffs. | Theo Buehler |
2018-07-10 | ECC constant time scalar multiplication support. First step in overhauling | Theo Buehler |
2018-07-10 | Provide BN_swap_ct(), a constant time function that conditionally swaps | Theo Buehler |
2018-07-10 | Factor out a bit of ugly code that truncates the digest to the order_bits | Theo Buehler |
2018-07-10 | pledge(2) | friehm |
2018-07-10 | style (single-line ifs don't need braces) | Reyk Floeter |
2018-07-10 | $OpenBSD$ | Theo Buehler |
2018-07-10 | Now that all *_free() functions are NULL safe, we can generate the | Theo Buehler |
2018-07-10 | Return the VM pid to the vmd parent. This pid field already existed | Reyk Floeter |
2018-07-10 | Remove a debug message | Reyk Floeter |
2018-07-10 | When an interface doesn't have a layer 2 address in6_get_soii_ifid() | Florian Obser |
2018-07-10 | When an interface doesn't have a layer 2 address in6_get_ifid() | Florian Obser |
2018-07-10 | vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintf | Reyk Floeter |
2018-07-10 | Remove raw_usrreq and raw_cb, nothing is using them anymore. | Claudio Jeker |
2018-07-10 | Remove net/raw_cb.h from includes and replace the RAWSNDQ, RAWRCVQ with | Claudio Jeker |
2018-07-10 | machine/fpu.h is not needed on amd64 and does not exist on i386. | Alexander Bluhm |
2018-07-10 | we were refering to 10k states by default here as well, pt out by claudio | Henning Brauer |
2018-07-10 | where we were showing "set limit states 10000" make that 100k as well, | Henning Brauer |
2018-07-10 | Fix a few, but not all, clang warnings: Use "%s" to print modifiable | Theo Buehler |
2018-07-10 | Make legacy interrupts work in acpipci(4). | Mark Kettenis |
2018-07-10 | +addsub | Theo Buehler |
2018-07-10 | Add simple regression tests for BN_{,u}{add,sub}(3). With input from jca | Theo Buehler |
2018-07-10 | The year is 2018. | Henning Brauer |
2018-07-10 | "%%s: s" -> "%s: %s" in log_warn() | Kenneth R Westerback |
2018-07-10 | Import rad(8). | Florian Obser |
2018-07-10 | Tweak debug log messages | Reyk Floeter |
2018-07-10 | check-problems -> pkg_check-problems; | Jason McIntyre |
2018-07-10 | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard | Theo de Raadt |
2018-07-10 | rde_update_get_prefix() and friends should also verify the prefixlen. | Claudio Jeker |
1998-02-22 | Latest version from Cyclic | Thorsten Lockert |
1995-12-19 | raw import of cvs-1.6 | Theo de Raadt |
2018-07-10 | Tweak comments and explain some not so obvious things. | Robert Peichaer |