openbsd
2018-09-19 mikofix message to reflect "rmidi" is the expected string...
2018-09-19 millertCompare against NULL, not '\0' for pointers. Quiets...
2018-09-19 mikosys/stat.h not needed here; ok ratchov@
2018-09-19 mpiAlways call bridge_iflist `bif'.
2018-09-19 claudioWrap sending imsg to the RDE in a function and make...
2018-09-19 krwTry to turn this into an actual regress test.
2018-09-19 reykDo not abort when the ca privenc runs into a timeout.
2018-09-19 jmatthewReport duplex state correctly for adapters with firmwar...
2018-09-19 claudioFree edid_buf after use so to fix possible memory leak.
2018-09-19 mestreIn mue_iff() move the initialization of the hash table...
2018-09-19 ericrename the ill-named "flags" member to "as_host" in...
2018-09-19 guentherDelete checks of the CST bit_width ('vendor') field...
2018-09-19 ccardenasVarious clean up items for disks.
2018-09-19 djmMake "ssh-add -q" do what it says on the tin: silence...
2018-09-18 bluhmUpdating time counters without memory barriers is wrong...
2018-09-18 patrickUpdate to compiler-rt 6.0.0.
2018-09-18 deraadtsync
2018-09-18 naddy6.5 packages key
2018-09-18 deraadt6.5 base key
2018-09-18 antonwhitespace fix; no binary change
2018-09-18 antonBackport support for option -a to addr2line, which...
2018-09-18 millertRestore the xmalloc(), xcalloc(), xreallocarray() and...
2018-09-18 naddyThe dmesg buffer is sufficiently large now that using...
2018-09-18 sthens/mulitprotocol/multiprotocol/ in error text
2018-09-18 mlarkinvmm(4): Reset host LDTR on exit for SVM
2018-09-18 claudioStart testing the roa backend (test 5) and cleanup...
2018-09-18 claudioBackend for roa-sets. This combines as_sets and prefix...
2018-09-18 tbFix typo in previous: group_from_gid(st->st_gid, 1...
2018-09-18 denisfix a crash when prefix length is not specified
2018-09-18 bluhmIncrease minimum size for /usr/obj partition to 5 Gig...
2018-09-18 deraadtgrow arm64 ramdisk
2018-09-18 knfix table commands under anchors
2018-09-18 espiedocument parallel2
2018-09-18 jmatthewcast HWRM_NA_SIGNATURE when shortening it to keep gcc...
2018-09-18 deraadtbackout last week of csh diffs. They are disasterously...
2018-09-18 mestrefix memory leak in ieee80211_end_scan()
2018-09-18 mikoellapsed -> elapsed; ok jmc@
2018-09-18 mikoi forgot to sync sndiod with aucat/dsp.c rev 1.12
2018-09-18 mikoclear p->ctx array with memset(); ok ratchov@
2018-09-18 millertUse user_from_uid(3) if getlogin(2) fails, storing...
2018-09-18 millertUse user_from_uid(3) instead of getpwuid(3) and keep...
2018-09-18 millertAccount from the fact that we store ech entry three...
2018-09-18 mikoremove macros for xmalloc(), xcalloc() & xreallocarray...
2018-09-18 tbfix order of arguments in fmt.Printf()
2018-09-17 tbSimplify initialization of asn1_cb; use correct spellin...
2018-09-17 sthentypo in comment
2018-09-17 martijnReplace any() with strchr(3).
2018-09-17 jmcupdate the installed path for sendmail: from matt schwartz
2018-09-17 jmcclean up the amount of printf in usage(): from sascha...
2018-09-17 millertUse the strict pragma for better warnings.
2018-09-17 millertWhen choosing a prime from the moduli file, avoid re...
2018-09-17 chelohaMove tally mark printing out of the main benchmark...
2018-09-17 visaSimplify VFS initialization.
2018-09-17 mestreunveil(2) "path" (/dev/audioctl0 by default, or changed...
2018-09-17 friehmDo not acknowledge a received ack-only tcp packet that...
2018-09-17 claudioRename struct as_set to struct irr_as_set to not confli...
2018-09-17 espieavoid calling make_full for determining special file...
2018-09-17 ericsimplify code path for backup relay and remove useless...
2018-09-17 sthenremove binary doc files that aren't really useful to...
2018-09-17 sthenmerge conflicts
2018-09-17 sthenimport unbound 1.7.3, testing from benno@ and Brad.
2018-09-17 jsgfix memory leaks in ieee80211_add_ess()
2018-09-16 stspFix length checks in the receive path of iwm(4).
2018-09-16 bluhmThe kernel does not set the address family for the...
2018-09-16 tbadd missing default case to switch
2018-09-16 bluhmIf a prefix without length was specifed in the config...
2018-09-16 tbEVP_aead_chacha20_poly1305() can't actually fail.
2018-09-16 krwUnbreak tree with 'char *' -> 'const char *' for
2018-09-16 kettenisAdd support for setting NVRAM variables.
2018-09-16 millertAdd missing includes for setpassent() and setgroupent().
2018-09-16 kettenisAdjust sparc64 bits after libunwind 6.0.0 update.
2018-09-16 kettenisVarious improvements to generate logical domain configu...
2018-09-16 tbRename *AesCcmOrGcm* into the slightly less ugly *AesAead*.
2018-09-16 visaMove vfsconf lookup code into dedicated functions.
2018-09-16 bluhmWith prefixlen 128, mask_prefix() in rad(8) caused...
2018-09-16 millertUse uid_from_user(3) and gid_from_group(3) in utilities...
2018-09-16 millertUse user_from_uid(3) and group_from_gid(3) in a few...
2018-09-16 millertUse user_from_uid(3) and group_from_gid(3) to avoid...
2018-09-16 millertUse user_from_uid(3), group_from_gid(3), uid_from_user...
2018-09-16 millertReplace the local getname() and getuserid() functions...
2018-09-15 tbanother typo. time to sleep
2018-09-15 tbtypos
2018-09-15 tbadd a brief comment on the acceptable AES CCM and AES...
2018-09-15 tbAlso exercise EVP_aead_aes_128_gcm() and EVP_aead_aes_2...
2018-09-15 tbrename checkChaCha20Poly1305{Open,Seal}() into checkAea...
2018-09-15 tbMerge AES CCM, AES GCM and ChaCha20 data structures...
2018-09-15 tbAdd missing conversion specifier
2018-09-15 inoguchiModify regress appstest.sh for interoperability testing...
2018-09-15 kettenisAdd support for version 2.0 of the mdstore protocol.
2018-09-15 mikostrsave() is hard-fail strdup() so simplify and rename...
2018-09-15 bentleyFix fortune underlines and use the right number of...
2018-09-14 mestreInitialize the TDB to NULL in ipsec_common_input() and
2018-09-14 bluhmDo not leak a file descriptor when opening nohup.out...
2018-09-14 claudioUnify and bump some of the NMBCLUSTERS defines. Some...
2018-09-14 inoguchiAdd interoperability test mode for regress appstest.sh
2018-09-14 naddyadd gapdummy.c to the "clean" target like other generat...
2018-09-14 naddyPass -L/usr/lib to the linker in preparation for switch...
2018-09-14 naddyPass CC/CFLAGS/LDFLAGS to the configure script. ok...
2018-09-14 bluhmIn general it is a bad idea to use one random secret...
2018-09-14 florianNo longer needed since the ping/ping6 unification.
next