2017-04-19 |
nicm | Update to terminfo.src 2017-04-01. |
commit | commitdiff | tree | snapshot |
2017-04-19 |
nicm | Add a suspend helper function, and do not allow detachi... |
commit | commitdiff | tree | snapshot |
2017-04-19 |
nicm | Style nits and a missing cast. |
commit | commitdiff | tree | snapshot |
2017-04-19 |
bluhm | Make the test pass when an obj directory exists. |
commit | commitdiff | tree | snapshot |
2017-04-19 |
jmc | better example; from hiltjo posthuma |
commit | commitdiff | tree | snapshot |
2017-04-19 |
jmc | spelling fixes from michael w. bombardieri |
commit | commitdiff | tree | snapshot |
2017-04-19 |
nicm | When the data we have buffered to write to a terminal... |
commit | commitdiff | tree | snapshot |
2017-04-19 |
natano | Switch base tools from /dev/bpf0 to /dev/bpf. Now that... |
commit | commitdiff | tree | snapshot |
2017-04-19 |
tb | Bump numbers for /usr/obj allocation with *big* compilers. |
commit | commitdiff | tree | snapshot |
2017-04-19 |
otto | enlarge obj to satisfy new world order that has *big... |
commit | commitdiff | tree | snapshot |
2017-04-19 |
schwarze | More thoroughly reject direct access to unintended... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
schwarze | Simplify patching of motd(5), also making it agree... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
nicm | Revert use of DECSLRM on iTerm2, it doesn't help as... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
nicm | On terminals without DECSLRM, when a pane that is less... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
nicm | Detect iTerm2 and use DECSLRM for it as well. |
commit | commitdiff | tree | snapshot |
2017-04-18 |
jmc | spelling fix; |
commit | commitdiff | tree | snapshot |
2017-04-18 |
schwarze | Now that global -i is gone, pass -i through to the... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
otto | don't forget to fill in canary bytes for posix_memalign... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
nicm | Add a format for number of bytes writtent to client... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
kettenis | Add sparc64 support. |
commit | commitdiff | tree | snapshot |
2017-04-18 |
nicm | Do not check for BCE for a background colour that isn... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
schwarze | Delete the undocumented and unimplemented man(1) -i... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
deraadt | installation of the compiler creates include/g++ if... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
espie | recent perl have signal names we don't have, protect... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
schwarze | The apropos(1) manual still documents the unary -i... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
nicm | Style nits; no binary change. |
commit | commitdiff | tree | snapshot |
2017-04-18 |
deraadt | ship clang with i386 and amd64. It does not become... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
krw | Tweak parameters to decode_*, add a check or two, and... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
schwarze | Fix previous: i forgot explicit NUL termination; |
commit | commitdiff | tree | snapshot |
2017-04-18 |
krw | After 11 years of pondering about it I think that brook... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
beck | ensure the buffer cache backs off all the way with... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
nicm | Include client name in key logging. |
commit | commitdiff | tree | snapshot |
2017-04-18 |
gerhard | Support packet aggregation for umb(4) on tx. |
commit | commitdiff | tree | snapshot |
2017-04-18 |
tb | Cleaning out /usr/obj is necessary the first time due... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
espie | wipe some more macros that do not belong in C++ forward... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
espie | same hack logic as maketars. noticed by landry@/semarie@ |
commit | commitdiff | tree | snapshot |
2017-04-18 |
jsg | add a clang comp list for arm64 |
commit | commitdiff | tree | snapshot |
2017-04-18 |
deraadt | use freezero() instead of explicit_bzero+free |
commit | commitdiff | tree | snapshot |
2017-04-18 |
deraadt | removed unused function; from Edgar Pettijohn |
commit | commitdiff | tree | snapshot |
2017-04-18 |
yasuoka | Warn if pipex(4) is disabled but the configuration... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
yasuoka | Delete #include lines which are unnecessary. |
commit | commitdiff | tree | snapshot |
2017-04-18 |
yasuoka | Including sys/types.h and net/if.h are needed to use... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
deraadt | sort |
commit | commitdiff | tree | snapshot |
2017-04-18 |
deraadt | use freezero() |
commit | commitdiff | tree | snapshot |
2017-04-18 |
deraadt | use freezero() instead of explicit_bzero + free |
commit | commitdiff | tree | snapshot |
2017-04-18 |
deraadt | put clang binaries into clang set |
commit | commitdiff | tree | snapshot |
2017-04-18 |
deraadt | use freezero() instead of 4-line conditional explicit_b... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
deraadt | free(NULL) is ok so use it; from Michael W. Bombardieri |
commit | commitdiff | tree | snapshot |
2017-04-18 |
yasuoka | Fix pipex(4) not to cause panics on strict alignment... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
jmatthew | Rearrange ure_iff to resemble other drivers a bit more. |
commit | commitdiff | tree | snapshot |
2017-04-17 |
jmc | /dev/rmt* is no longer relevant; from miod |
commit | commitdiff | tree | snapshot |
2017-04-17 |
deraadt | some freezero() calls |
commit | commitdiff | tree | snapshot |
2017-04-17 |
deraadt | use freezero() |
commit | commitdiff | tree | snapshot |
2017-04-17 |
deraadt | memset() of password field should be explicit_bzero(). |
commit | commitdiff | tree | snapshot |
2017-04-17 |
deraadt | freezero() can be used here |
commit | commitdiff | tree | snapshot |
2017-04-17 |
deraadt | skip mtree creation of two include dirs. gcc3 may... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
bluhm | The raw ip input functions are called from several... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
bluhm | Use the address family passed down with pr_input to... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
bluhm | Use the address family passed down with pr_input to... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
deraadt | matthieu@ observes % pax (without any arguments) hits... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
schwarze | Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to workin... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
pascal | Take a more radical approach to disabling colours:... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
deraadt | create a gross mechanism that can handle gcc-only,... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
krw | Use better types for checksum() parameters and local... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
otto | consictently use .Dv NULL and a few other tweaks; ok... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
otto | don't manipulate hdr.len, it's used internally by libut... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
otto | whitespace fixes |
commit | commitdiff | tree | snapshot |
2017-04-17 |
otto | don't manipulate hdr.len, it's used internally by libut... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
kettenis | Change build infrastructure to allow building both... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
schwarze | Recognize nl_langinfo(CODESET) return values "646"... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
bluhm | Test syslogd(8) "last message repeated" feature and... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
bluhm | Add syslogd(8) option -r to suppress the summary line... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
schwarze | test display of long URIs |
commit | commitdiff | tree | snapshot |
2017-04-17 |
schwarze | implement display of long .Lk URIs to match -Tascii |
commit | commitdiff | tree | snapshot |
2017-04-17 |
kettenis | Skip objc tests with clang. |
commit | commitdiff | tree | snapshot |
2017-04-17 |
schwarze | Fix handling of trailing punctuation in .Lk. |
commit | commitdiff | tree | snapshot |
2017-04-17 |
jsg | Change COMPILER_VERSION tests which limited additional... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
florian | We need to update the ia6_updatetime when changing... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
nicm | Don't bother moving the cursor for empty lines. |
commit | commitdiff | tree | snapshot |
2017-04-17 |
nicm | Remove a couple of redraw flags that no longer have... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
nicm | Memory leak, from David CARLIER. |
commit | commitdiff | tree | snapshot |
2017-04-16 |
nicm | Use EL1 to clear lines when redrawing the leftmost... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
jmc | from brad: document rgephy |
commit | commitdiff | tree | snapshot |
2017-04-16 |
patrick | Disable colored diagnostics in LLVM's lld. |
commit | commitdiff | tree | snapshot |
2017-04-16 |
tb | According to termcap(3), char PC, *BC, *UP need to... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
bluhm | Always evaluate expression in BUG_ON() macro to avoid... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
kettenis | Make sure these tests print "SKIPPED" if the necessary... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-04-16 |
kettenis | Define EXT_IMPLICIT_NBIT like we do on sparc64 and... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
kettenis | Use INT_MAX instead of SIZE_MAX as the maximum file... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
kettenis | Define DEF_WEAK like we do for ld.so to fix building... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
deraadt | Move comments into a block and uses {} to unconfuse... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
kettenis | Use %zu to print a size_t. |
commit | commitdiff | tree | snapshot |
2017-04-16 |
visa | Replace fetch_and_add() with atomic_inc_int_nv() from... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
beck | Flip previously warm pages in the buffer cache to memor... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
beck | Statistics for high memory flips in the buffer cache |
commit | commitdiff | tree | snapshot |
2017-04-16 |
kettenis | Remove some defines marked #ifdef notyet, which really... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
kettenis | Always return nonzero from _longjmp too. |
commit | commitdiff | tree | snapshot |
2017-04-16 |
kettenis | Remove unused rnd_seed variable. Upstream made the... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
jsg | remove -g from CFLAGS at florian's request |
commit | commitdiff | tree | snapshot |
next |