Age | Commit message (Expand) | Author |
2016-05-28 | rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3). | Todd C. Miller |
2016-05-28 | Hoist the opendev() call before the pledge because it can ioctl() when | Bob Beck |
2016-05-28 | Use getaddrinfo() instead of the non-standard gethostbyname2(). | Todd C. Miller |
2016-05-28 | Simplify search form: minus two visible control elements, minus | Ingo Schwarze |
2016-05-28 | Backout pf.c r1.972, pf_norm.c r1.184, ok claudio | Stuart Henderson |
2016-05-28 | Assume sabrelite/nitrogen has a bootefi enabled u-boot in flash and just | Jonathan Gray |
2016-05-28 | use efiboot in armv7 miniroot images | Jonathan Gray |
2016-05-28 | In iwm(4), don't parse nvram antenna data for 7k devices, they don't have it. | Stefan Sperling |
2016-05-28 | iwm(4) man page updates (new firmware version 16, 8260 device support) | Stefan Sperling |
2016-05-28 | Add support for Intel Wireless 8260 devices to iwm(4). | Stefan Sperling |
2016-05-28 | Fix file block size rounding and ensure it's large enough to store a | Alexandre Ratchov |
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |
2016-05-28 | Do the endpoint verification before opening the pipe on the selected | Marcus Glocker |
2016-05-28 | add sizes to free() calls for descrip tables | Ted Unangst |
2016-05-28 | no need to open key disk for writing, from bytevolcano. ok jung | Ted Unangst |
2016-05-27 | Padding cell is always the same so use a static. | Nicholas Marriott |
2016-05-27 | Break the save-last-cell code into a separate function (so it can be | Nicholas Marriott |
2016-05-27 | Most of the utf8_data is fixed so simplify utf8_set to use a memcpy. | Nicholas Marriott |
2016-05-27 | whitespaces grow bsd.rd, you know | Theo de Raadt |
2016-05-27 | tweak wording to avoid "firmware which are installed" | T.J. Townsend |
2016-05-27 | During install, set new 'wxallowed' mount option for the filesystem | Robert Peichaer |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2016-05-27 | Use getprogname() instead of __progname to make portability easier. | Nicholas Marriott |
2016-05-27 | No need to show the messages if we skip in case of /usr/lib on nfs. | Robert Peichaer |
2016-05-27 | Add function comments. | Robert Peichaer |
2016-05-27 | rename(2) operation requires "rpath cpath" at the underlying operation | Theo de Raadt |
2016-05-27 | Remove the non ELF macros | Theo de Raadt |
2016-05-27 | When resampling, use the exact resampling factor instead of the ratio | Alexandre Ratchov |
2016-05-27 | Flush rec buffer if there's less than one block space left and refill | Alexandre Ratchov |
2016-05-27 | Simplify slot_fill() and slot_flush(). No behaviour change | Alexandre Ratchov |
2016-05-27 | Make resamp_do() get the exact number input and output samples and | Alexandre Ratchov |
2016-05-27 | Per the libtls man page, tls_init() must be called prior to any other | Joel Sing |
2016-05-27 | Rename some of the internal error setting functions to more closely follow | Joel Sing |
2016-05-27 | Avoid leaking ca_mem when freeing a tls_config. | Joel Sing |
2016-05-27 | Fix function parameters that do not have an underscore prefix. | Joel Sing |
2016-05-27 | typo fixes; Anthony Coulter | Stuart Henderson |
2016-05-27 | Return "400 Bad Request" instead of "500 Server Internal Error" for | Kenneth R Westerback |
2016-05-27 | Revert CHAR_T removal. Some signedness flaws were introduced. | Martijn van Duren |
2016-05-27 | sync | Stuart Henderson |
2016-05-27 | Modify com_init to match the com driver initializaiton, and add | Bob Beck |
2016-05-26 | The destination string is declared as "s" but referred to as "dst" | Todd C. Miller |
2016-05-26 | Use "cc -E" instead of "cpp". OK deraadt@ natano@ | Todd C. Miller |
2016-05-26 | mklocale(1) can handle C-style and shell-style comments natively, | Todd C. Miller |
2016-05-26 | Zap the 'l' from ARFLAGS, totally useless these days. | Vadim Zhukov |
2016-05-26 | test the new utf8 module | Ingo Schwarze |
2016-05-26 | Re-introduce vnode-to-filename mapping | Stefan Kempf |
2016-05-26 | for textrels (sthen ran into one...): | Theo de Raadt |
2016-05-26 | Copy ELF headers into guest VM memory | Stefan Kempf |
2016-05-26 | whitespace found during review | Theo de Raadt |
2016-05-26 | The doforce variable isn't modified anywhere. Also, the only filesystem | Martin Natano |