Age | Commit message (Expand) | Author |
2017-04-04 | cp -p the bootblocks to RELEASEDIR; ok tb | Theo de Raadt |
2017-04-03 | warn format string should be literal. | Frederic Cambus |
2017-04-03 | Change parse_string() to take an optional integer pointer that can | Kenneth R Westerback |
2017-04-03 | Add caveat telling it's better to always read a data byte when passing | Otto Moerbeek |
2017-04-03 | Send and receive 1 byte of data in addition to the control message. This is | Otto Moerbeek |
2017-04-03 | WSDISPLAY_MAXFONTCOUNT macro was introduced in sys/dev/wscons/wsconsio.h | Frederic Cambus |
2017-04-03 | Simplify read_string() to just read the characters between the '"'s. | Kenneth R Westerback |
2017-04-03 | check return from pread, don't divide -1 for count | Ted Unangst |
2017-04-03 | use recallocarray() because the array contains data that can be observed | Theo de Raadt |
2017-04-03 | initialize regmatch_t always, fixes grep -o "" | Ted Unangst |
2017-04-03 | provide size to free(9) | Theo de Raadt |
2017-04-03 | Fix silly code that printfs NULL when there are no fractional seconds | Bob Beck |
2017-04-03 | Tweak parse_string() to not consume the ';'. Simplifies/shortens | Kenneth R Westerback |
2017-04-03 | Tweak 'expecting' parse_warn() messages to be more consistent. | Kenneth R Westerback |
2017-04-03 | Compute address for ll/sc only once. | Visa Hankala |
2017-04-02 | Less convoluted code in soshutdown() | Theo de Raadt |
2017-04-02 | The character buffer should be resized using recallocarray() | Theo de Raadt |
2017-04-02 | Always use return value of asprintf to determine success/failure, | Theo de Raadt |
2017-04-02 | Check return value of asprintf(), and don't use 0 as a char * | Tom Cosgrove |
2017-04-02 | Change parse_string() warning from "filename must be a string" to | Kenneth R Westerback |
2017-04-02 | Filter out RDTSCP, needed to handle solaris guests. We set the VMX control | Mike Larkin |
2017-04-02 | note that some hosts never generate tuples and are ignored; | Jason McIntyre |
2017-04-02 | update currency exchange rates; | Jason McIntyre |
2017-04-02 | On ARMv8, the translation table walk is fully coherent so there is no | Mark Kettenis |
2017-04-02 | printf format strings should be literals. Reminded by clang. | Visa Hankala |
2017-04-02 | Drop address conversion cruft. | Visa Hankala |
2017-04-02 | Fix tcp stats reporting | Jeremie Courreges-Anglas |
2017-04-02 | add overdrive 1000 | Jonathan Gray |
2017-04-02 | Fix an out-of-bounds memory access with 64-bit armaps. | Visa Hankala |
2017-04-02 | Bring back the wait instruction into the idle loop, but only on octeon. | Visa Hankala |
2017-04-02 | Replace snprintf(NULL, malloc, snprintf.... with the much better asprintf. | Theo de Raadt |
2017-04-02 | Prefer pread() over lseek()+read() | Philip Guenther |
2017-04-02 | normalize order of arguments to if () | Theo de Raadt |
2017-04-02 | Make dma range buffer cache pages visible in systat io | Bob Beck |
2017-04-02 | unlock tree, we are now hacking on 6.1-current | Theo de Raadt |
2017-04-01 | MDT... | Theo de Raadt |
2017-03-31 | The default for the "Server directory?" question can possibly come | Robert Peichaer |
2017-03-31 | Be quiet in case /var/syspatch/ is empty and that there's no remote sig | Antoine Jacoutot |
2017-03-30 | skip floppyB until more space is found | Theo de Raadt |
2017-03-30 | Xr acpisbs | Joshua Stein |
2017-03-30 | sync | Theo de Raadt |
2017-03-30 | add a manpage for acpisbs, remove caveat from acpibat | Joshua Stein |
2017-03-30 | Only close the SA if an error happens before ikev2_msg_init() was called | Patrick Wildt |
2017-03-30 | Disable client-initiated renegotiation. | Joel Sing |
2017-03-30 | correct NBPFILTER #ifdef's | Theo de Raadt |
2017-03-30 | sync | Theo de Raadt |
2017-03-30 | these free() size choices appear to be wrong. joel has a diff that fixes | Theo de Raadt |
2017-03-30 | add signify public keys for syspatch for the current and next release | Robert Nagy |
2017-03-30 | Use m_devget(9) to replace code that does more or less the same but assumes | Mark Kettenis |
2017-03-30 | Set interface flag to VMIFF_UP when using -i option. This way vmd will make | Claudio Jeker |