summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-04-16remove -g from CFLAGS at florian's requestJonathan Gray
2017-04-16Different compilers and versions of compilers have different warnings.Jonathan Gray
2017-04-16Remove /etc/ssl/acme/. We don't need it now that we have a default acme-conf(5)Antoine Jacoutot
2017-04-16backout previous, data_len is not always initializedOtto Moerbeek
2017-04-16Remove -Werror to make dhcrelay6 on gcc3 architecture successfully.Kenji Aoyama
2017-04-15Build sparc64 kernels with -ffreestanding.Mark Kettenis
2017-04-15Document RB_TIMEBAD; delete RB_* that are obsolete/unimplementedPhilip Guenther
2017-04-15more streamlining, with help from bluhm;Jason McIntyre
2017-04-15After forced unmount of a file system that has other mount pointsAlexander Bluhm
2017-04-15Build full mandoc.db(5) databases by default using makewhatis(8)Ingo Schwarze
2017-04-15Take implementation for getsocket() from arp(8). This bringsAlexander Bluhm
2017-04-15Name global variable for routing socket rtsock like in ndp(8).Alexander Bluhm