Age | Commit message (Expand) | Author |
2014-04-17 | remove special case for uucp entries. | Okan Demirmen |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2014-04-17 | Only scroll by one line at a time in choose mode, lists are generally | Nicholas Marriott |
2014-04-17 | Set PATH explicitly, either from client or session | Nicholas Marriott |
2014-04-17 | Wrap some long lines. | Nicholas Marriott |
2014-04-17 | Don't limit the DCS buffer to 256 bytes, expand it as needed. Requested | Nicholas Marriott |
2014-04-17 | Remove some unnecessary includes and fix a typo. | Nicholas Marriott |
2014-04-17 | Correct some time_t printing; factor out a grotty block while here | Philip Guenther |
2014-04-17 | Correct the dance to fix the active pane in join-pane by pulling the | Nicholas Marriott |
2014-04-17 | Remove the "info" message mechanism, this was only used for about five | Nicholas Marriott |
2014-04-17 | Extend the -q flag to set-option to suppress errors about unknown | Nicholas Marriott |
2014-04-17 | Do not show the -fg, -bg and -attr options. If asked for one explicitly, | Nicholas Marriott |
2014-04-17 | Remove the monitor-content option and associated bits and bobs. It's | Nicholas Marriott |
2014-04-16 | remove the identity files from this manpage - ssh-agent doesn't deal | Damien Miller |
2014-04-16 | skip leading zero bytes in buffer_put_bignum2_from_string(); | Damien Miller |
2014-04-16 | Memory leak in error path and unnecessary assignment, from clang. | Nicholas Marriott |
2014-04-16 | Rename the mpages.id column to mpages.pageid. There is no good reason | Ingo Schwarze |
2014-04-16 | Remove a leftover prototype and fix some spacing. | Nicholas Marriott |
2014-04-16 | Remove the choose-list command to prepare for some later choose-* work. | Nicholas Marriott |
2014-04-16 | Give the mlinks and keys tables a pageid index, | Ingo Schwarze |
2014-04-16 | Whitespace tweaks before further tweaks; no objections from ajacoutot@. | Vadim Zhukov |
2014-04-16 | Make directory ordering in our libtool stable. Fixes quiet a few issues | Vadim Zhukov |
2014-04-16 | Because we pass the file descriptor from client to server, tmux can't | Nicholas Marriott |
2014-04-16 | des_cblock -> DES_cblock | Jonathan Gray |
2014-04-16 | Upgrade from des_old misery | Miod Vallat |
2014-04-16 | Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated) | Ingo Schwarze |
2014-04-15 | At the end of mansearch(), fchdir() back to where we started from; | Ingo Schwarze |
2014-04-15 | remove documentation of the former macro key "NAME"; | Ingo Schwarze |
2014-04-15 | My mailbox is full of shock. | Ted Unangst |
2014-04-15 | document which bits are xsi; ok millert sobrado | Jason McIntyre |
2014-04-15 | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is | Miod Vallat |
2014-04-15 | add a STANDARDS section; pointed out by jmc@ | Igor Sobrado |
2014-04-15 | - get the spacing right for -e, -i, -n, and -s | Jason McIntyre |
2014-04-15 | add -s (two-byte signed decimal display) to od(1), as mandated by POSIX; | Igor Sobrado |
2014-04-15 | patch was moved from user portability (UP) to base in issue 7 | Jason McIntyre |
2014-04-15 | Using macros in .Sh header lines, or having .Sm off or .Bk -words open | Ingo Schwarze |
2014-04-14 | add a description for this filter similar to what POSIX and FreeBSD use; | Igor Sobrado |
2014-04-14 | Don't leak socketpair file descriptors if fork fails. Spotted by Balazs | Nicholas Marriott |
2014-04-14 | Deny requests to display interactive help unless we can be really sure | Ingo Schwarze |
2014-04-14 | Explain how -p works with respect to multiple commands, and provide EXAMPLES; | Ingo Schwarze |
2014-04-14 | "the randomization in this entire codebase is a grand experiment in stupid" | Ted Unangst |
2014-04-14 | STANDARDS: note that make is optional | Jason McIntyre |
2014-04-14 | update STANDARDS somewhat, and some macro simplification; | Jason McIntyre |
2014-04-14 | confirm passwords when generating keys | Ted Unangst |
2014-04-13 | Unify description handling across all document types (mdoc, man, cat). | Ingo Schwarze |
2014-04-13 | better error reporting in case of SQL errors: mention dir and file | Ingo Schwarze |
2014-04-12 | Reference re_format(7), not ed(1) when talking about regexp matching. | Todd C. Miller |
2014-04-12 | more(1) is not an editor, so don't say -t will "edit" a file; | Ingo Schwarze |
2014-04-12 | - simplify macros in COMMANDS | Jason McIntyre |
2014-04-12 | -l should override HOST, pointed out by claudio@ | Nicholas Marriott |