summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-19Wrap sending imsg to the RDE in a function and make sure that the ibufClaudio Jeker
2018-09-19Try to turn this into an actual regress test.Kenneth R Westerback
2018-09-19Do not abort when the ca privenc runs into a timeout.Reyk Floeter
2018-09-19Report duplex state correctly for adapters with firmware interface versionsJonathan Matthew
2018-09-19Free edid_buf after use so to fix possible memory leak.Claudio Jeker
2018-09-19In mue_iff() move the initialization of the hash table up so that is doneRicardo Mestre
2018-09-19rename the ill-named "flags" member to "as_host" in domain structure.Eric Faurot
2018-09-19Delete checks of the CST bit_width ('vendor') field, as new Ryzen machinesPhilip Guenther
2018-09-19Various clean up items for disks.ccardenas
2018-09-19Make "ssh-add -q" do what it says on the tin: silence output fromDamien Miller
2018-09-18Updating time counters without memory barriers is wrong. PutAlexander Bluhm
2018-09-18Update to compiler-rt 6.0.0.Patrick Wildt
2018-09-18syncTheo de Raadt
2018-09-186.5 packages keyChristian Weisgerber
2018-09-186.5 base keyTheo de Raadt
2018-09-18whitespace fix; no binary changeanton
2018-09-18Backport support for option -a to addr2line, which will display each addressanton
2018-09-18Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes.Todd C. Miller
2018-09-18The dmesg buffer is sufficiently large now that using the accumulatedChristian Weisgerber
2018-09-18s/mulitprotocol/multiprotocol/ in error textStuart Henderson
2018-09-18vmm(4): Reset host LDTR on exit for SVMMike Larkin
2018-09-18Start testing the roa backend (test 5) and cleanup tool in general.Claudio Jeker
2016-09-05Import libcompiler_rt 3.9.0, LLVM's replacement for libgcc.Pascal Stumpf
2018-09-18Backend for roa-sets. This combines as_sets and prefix-set tries to doClaudio Jeker
2018-09-18Fix typo in previous: group_from_gid(st->st_gid, 1), not st_uid.Theo Buehler
2018-09-18fix a crash when prefix length is not specifieddenis
2018-09-18Increase minimum size for /usr/obj partition to 5 Gig. This allowsAlexander Bluhm
2018-09-18grow arm64 ramdiskTheo de Raadt
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