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