summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-18Rearrange ure_iff to resemble other drivers a bit more.Jonathan Matthew
2017-04-17/dev/rmt* is no longer relevant; from miodJason McIntyre
2017-04-17some freezero() callsTheo de Raadt
2017-04-17use freezero()Theo de Raadt
2017-04-17memset() of password field should be explicit_bzero().Theo de Raadt
2017-04-17freezero() can be used hereTheo de Raadt
2017-04-17skip mtree creation of two include dirs. gcc3 may still use them, butTheo de Raadt
2017-04-17The raw ip input functions are called from several places. Use theAlexander Bluhm
2017-04-17Use the address family passed down with pr_input to simplifyAlexander Bluhm
2017-04-17Use the address family passed down with pr_input to simplifyAlexander Bluhm
2017-04-17matthieu@ observes % pax (without any arguments) hits pledge violation,Theo de Raadt
2017-04-17Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order.Ingo Schwarze
2017-04-17Take a more radical approach to disabling colours: pretend we don'tPascal Stumpf
2017-04-17create a gross mechanism that can handle gcc-only, clang-only,Theo de Raadt
2017-04-17Use better types for checksum() parameters and local var fromKenneth R Westerback
2017-04-17consictently use .Dv NULL and a few other tweaks; ok schwarze@Otto Moerbeek
2017-04-17don't manipulate hdr.len, it's used internally by libutil now; ok florian@Otto Moerbeek
2017-04-17whitespace fixesOtto Moerbeek
2017-04-17don't manipulate hdr.len, it's used internally by libutil now; ok florian@Otto Moerbeek
2017-04-17Change build infrastructure to allow building both gcc and clang. ThisMark Kettenis
2017-04-17Recognize nl_langinfo(CODESET) return values "646" and "" as aliasesIngo Schwarze
2017-04-17Test syslogd(8) "last message repeated" feature and -r option.Alexander Bluhm
2017-04-17Add syslogd(8) option -r to suppress the summary line for pipe andAlexander Bluhm
2017-04-17test display of long URIsIngo Schwarze
2017-04-17implement display of long .Lk URIs to match -TasciiIngo Schwarze
2017-04-17Skip objc tests with clang.Mark Kettenis
2017-04-17Fix handling of trailing punctuation in .Lk.Ingo Schwarze
2017-04-17Change COMPILER_VERSION tests which limited additional warnings to gcc4Jonathan Gray
2017-04-17We need to update the ia6_updatetime when changing the vltime/pltimeFlorian Obser
2017-04-17Don't bother moving the cursor for empty lines.Nicholas Marriott
2017-04-17Remove a couple of redraw flags that no longer have any effect.Nicholas Marriott
2017-04-16Memory leak, from David CARLIER.Nicholas Marriott
2017-04-16Use EL1 to clear lines when redrawing the leftmost pane, rather thanNicholas Marriott
2017-04-16from brad: document rgephyJason McIntyre
2017-04-16Disable colored diagnostics in LLVM's lld.Patrick Wildt
2017-04-16According to termcap(3), char PC, *BC, *UP need to be extern. Fixes anTheo Buehler
2017-04-16Always evaluate expression in BUG_ON() macro to avoid unused variableAlexander Bluhm
2017-04-16Make sure these tests print "SKIPPED" if the necessary variables aren't set.Mark Kettenis
2017-04-16syncTheo de Raadt
2017-04-16Define EXT_IMPLICIT_NBIT like we do on sparc64 and mips64. Makes vaiousMark Kettenis
2017-04-16Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle.Mark Kettenis
2017-04-16Define DEF_WEAK like we do for ld.so to fix building this with clang.Mark Kettenis
2017-04-16Move comments into a block and uses {} to unconfuse reading.Theo de Raadt
2017-04-16Use %zu to print a size_t.Mark Kettenis
2017-04-16Replace fetch_and_add() with atomic_inc_int_nv() from <sys/atomic.h>Visa Hankala
2017-04-16Flip previously warm pages in the buffer cache to memory above the DMABob Beck
2017-04-16Statistics for high memory flips in the buffer cacheBob Beck
2017-04-16Remove some defines marked #ifdef notyet, which really is #ifdef notever.Mark Kettenis
2017-04-16Always return nonzero from _longjmp too.Mark Kettenis
2017-04-16Remove unused rnd_seed variable. Upstream made the same change 4 days ago.Mark Kettenis