Age | Commit message (Expand) | Author |
2018-09-18 | fix table commands under anchors | kn |
2018-09-18 | document parallel2 | Marc Espie |
2018-09-18 | cast HWRM_NA_SIGNATURE when shortening it to keep gcc happy, prodded by jsg@ | Jonathan Matthew |
2018-09-18 | backout last week of csh diffs. They are disasterously broken, on i386 | Theo de Raadt |
2018-09-18 | fix memory leak in ieee80211_end_scan() | Ricardo Mestre |
2018-09-18 | ellapsed -> elapsed; ok jmc@ | miko |
2018-09-18 | i forgot to sync sndiod with aucat/dsp.c rev 1.12 | miko |
2018-09-18 | clear p->ctx array with memset(); ok ratchov@ | miko |
2018-09-18 | Use user_from_uid(3) if getlogin(2) fails, storing the uid as a | Todd C. Miller |
2018-09-18 | Use user_from_uid(3) instead of getpwuid(3) and keep the passwd | Todd C. Miller |
2018-09-18 | Account from the fact that we store ech entry three times when | Todd C. Miller |
2018-09-18 | remove macros for xmalloc(), xcalloc() & xreallocarray() and just name the | miko |
2018-09-18 | fix order of arguments in fmt.Printf() | Theo Buehler |
2018-09-17 | Simplify initialization of asn1_cb; use correct spelling of NULL. | Theo Buehler |
2018-09-17 | typo in comment | Stuart Henderson |
2018-09-17 | Replace any() with strchr(3). | Martijn van Duren |
2018-09-17 | update the installed path for sendmail: from matt schwartz | Jason McIntyre |
2018-09-17 | clean up the amount of printf in usage(): from sascha paunovic | Jason McIntyre |
2018-09-17 | Use the strict pragma for better warnings. | Todd C. Miller |
2018-09-17 | When choosing a prime from the moduli file, avoid re-using the | Todd C. Miller |
2018-09-17 | Move tally mark printing out of the main benchmark loop; ok tb@ | cheloha |
2018-09-17 | Simplify VFS initialization. | Visa Hankala |
2018-09-17 | unveil(2) "path" (/dev/audioctl0 by default, or changed via args) with rw | Ricardo Mestre |
2018-09-17 | Do not acknowledge a received ack-only tcp packet that we would drop due to | friehm |
2018-09-17 | Rename struct as_set to struct irr_as_set to not conflict with bgpd. | Claudio Jeker |
2018-09-17 | avoid calling make_full for determining special file status, since we | Marc Espie |
2018-09-17 | simplify code path for backup relay and remove useless flag | Eric Faurot |
2018-09-17 | remove binary doc files that aren't really useful to have in-tree | Stuart Henderson |
2018-09-17 | merge conflicts | Stuart Henderson |
2018-09-17 | import unbound 1.7.3, testing from benno@ and Brad. | Stuart Henderson |
2018-09-17 | fix memory leaks in ieee80211_add_ess() | Jonathan Gray |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2018-09-16 | Fix length checks in the receive path of iwm(4). | Stefan Sperling |
2018-09-16 | The kernel does not set the address family for the socket addresses | Alexander Bluhm |
2018-09-16 | add missing default case to switch | Theo Buehler |
2018-09-16 | If a prefix without length was specifed in the config file, then | Alexander Bluhm |
2018-09-16 | EVP_aead_chacha20_poly1305() can't actually fail. | Theo Buehler |
2018-09-16 | Unbreak tree with 'char *' -> 'const char *' for | Kenneth R Westerback |
2018-09-16 | Add support for setting NVRAM variables. | Mark Kettenis |
2018-09-16 | Add missing includes for setpassent() and setgroupent(). | Todd C. Miller |
2018-09-16 | Adjust sparc64 bits after libunwind 6.0.0 update. | Mark Kettenis |
2018-09-16 | Various improvements to generate logical domain configurations that are | Mark Kettenis |
2018-09-16 | Rename *AesCcmOrGcm* into the slightly less ugly *AesAead*. | Theo Buehler |
2018-09-16 | Move vfsconf lookup code into dedicated functions. | Visa Hankala |
2018-09-16 | With prefixlen 128, mask_prefix() in rad(8) caused a stack overflow | Alexander Bluhm |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2018-09-16 | Use user_from_uid(3) and group_from_gid(3) in a few more places | Todd C. Miller |
2018-09-16 | Use user_from_uid(3) and group_from_gid(3) to avoid extra passwd | Todd C. Miller |
2018-09-16 | Use user_from_uid(3), group_from_gid(3), uid_from_user(3) and | Todd C. Miller |
2018-09-16 | Replace the local getname() and getuserid() functions with calls | Todd C. Miller |