Age | Commit message (Expand) | Author |
2017-04-18 | Rearrange ure_iff to resemble other drivers a bit more. | Jonathan Matthew |
2017-04-17 | /dev/rmt* is no longer relevant; from miod | Jason McIntyre |
2017-04-17 | some freezero() calls | Theo de Raadt |
2017-04-17 | use freezero() | Theo de Raadt |
2017-04-17 | memset() of password field should be explicit_bzero(). | Theo de Raadt |
2017-04-17 | freezero() can be used here | Theo de Raadt |
2017-04-17 | skip mtree creation of two include dirs. gcc3 may still use them, but | Theo de Raadt |
2017-04-17 | The raw ip input functions are called from several places. Use the | Alexander Bluhm |
2017-04-17 | Use the address family passed down with pr_input to simplify | Alexander Bluhm |
2017-04-17 | Use the address family passed down with pr_input to simplify | Alexander Bluhm |
2017-04-17 | matthieu@ observes % pax (without any arguments) hits pledge violation, | Theo de Raadt |
2017-04-17 | Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order. | Ingo Schwarze |
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 |