Age | Commit message (Expand) | Author |
2017-04-17 | Take a more radical approach to disabling colours: pretend we don't | Pascal Stumpf |
2017-04-17 | create a gross mechanism that can handle gcc-only, clang-only, | Theo de Raadt |
2017-04-17 | Use better types for checksum() parameters and local var from | Kenneth R Westerback |
2017-04-17 | consictently use .Dv NULL and a few other tweaks; ok schwarze@ | Otto Moerbeek |
2017-04-17 | don't manipulate hdr.len, it's used internally by libutil now; ok florian@ | Otto Moerbeek |
2017-04-17 | whitespace fixes | Otto Moerbeek |
2017-04-17 | don't manipulate hdr.len, it's used internally by libutil now; ok florian@ | Otto Moerbeek |
2017-04-17 | Change build infrastructure to allow building both gcc and clang. This | Mark Kettenis |
2017-04-17 | Recognize nl_langinfo(CODESET) return values "646" and "" as aliases | Ingo Schwarze |
2017-04-17 | Test syslogd(8) "last message repeated" feature and -r option. | Alexander Bluhm |
2017-04-17 | Add syslogd(8) option -r to suppress the summary line for pipe and | Alexander Bluhm |
2017-04-17 | test display of long URIs | Ingo Schwarze |
2017-04-17 | implement display of long .Lk URIs to match -Tascii | Ingo Schwarze |
2017-04-17 | Skip objc tests with clang. | Mark Kettenis |
2017-04-17 | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze |
2017-04-17 | Change COMPILER_VERSION tests which limited additional warnings to gcc4 | Jonathan Gray |
2017-04-17 | We need to update the ia6_updatetime when changing the vltime/pltime | Florian Obser |
2017-04-17 | Don't bother moving the cursor for empty lines. | Nicholas Marriott |
2017-04-17 | Remove a couple of redraw flags that no longer have any effect. | Nicholas Marriott |
2017-04-16 | Memory leak, from David CARLIER. | Nicholas Marriott |
2017-04-16 | Use EL1 to clear lines when redrawing the leftmost pane, rather than | Nicholas Marriott |
2017-04-16 | from brad: document rgephy | Jason McIntyre |
2017-04-16 | Disable colored diagnostics in LLVM's lld. | Patrick Wildt |
2017-04-16 | According to termcap(3), char PC, *BC, *UP need to be extern. Fixes an | Theo Buehler |
2017-04-16 | Always evaluate expression in BUG_ON() macro to avoid unused variable | Alexander Bluhm |
2017-04-16 | Make sure these tests print "SKIPPED" if the necessary variables aren't set. | Mark Kettenis |
2017-04-16 | sync | Theo de Raadt |
2017-04-16 | Define EXT_IMPLICIT_NBIT like we do on sparc64 and mips64. Makes vaious | Mark Kettenis |
2017-04-16 | Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle. | Mark Kettenis |
2017-04-16 | Define DEF_WEAK like we do for ld.so to fix building this with clang. | Mark Kettenis |
2017-04-16 | Move comments into a block and uses {} to unconfuse reading. | Theo de Raadt |
2017-04-16 | Use %zu to print a size_t. | Mark Kettenis |
2017-04-16 | Replace fetch_and_add() with atomic_inc_int_nv() from <sys/atomic.h> | Visa Hankala |
2017-04-16 | Flip previously warm pages in the buffer cache to memory above the DMA | Bob Beck |
2017-04-16 | Statistics for high memory flips in the buffer cache | Bob Beck |
2017-04-16 | Remove some defines marked #ifdef notyet, which really is #ifdef notever. | Mark Kettenis |
2017-04-16 | Always return nonzero from _longjmp too. | Mark Kettenis |
2017-04-16 | Remove unused rnd_seed variable. Upstream made the same change 4 days ago. | Mark Kettenis |
2017-04-16 | remove -g from CFLAGS at florian's request | Jonathan Gray |
2017-04-16 | Different compilers and versions of compilers have different warnings. | Jonathan Gray |
2017-04-16 | Remove /etc/ssl/acme/. We don't need it now that we have a default acme-conf(5) | Antoine Jacoutot |
2017-04-16 | backout previous, data_len is not always initialized | Otto Moerbeek |
2017-04-16 | Remove -Werror to make dhcrelay6 on gcc3 architecture successfully. | Kenji Aoyama |
2017-04-15 | Build sparc64 kernels with -ffreestanding. | Mark Kettenis |
2017-04-15 | Document RB_TIMEBAD; delete RB_* that are obsolete/unimplemented | Philip Guenther |
2017-04-15 | more streamlining, with help from bluhm; | Jason McIntyre |
2017-04-15 | After forced unmount of a file system that has other mount points | Alexander Bluhm |
2017-04-15 | Build full mandoc.db(5) databases by default using makewhatis(8) | Ingo Schwarze |
2017-04-15 | Take implementation for getsocket() from arp(8). This brings | Alexander Bluhm |
2017-04-15 | Name global variable for routing socket rtsock like in ndp(8). | Alexander Bluhm |