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