Age | Commit message (Expand) | Author |
2010-10-17 | remove sectok(1); it hasn't been updated in years and doesn't work | Damien Miller |
2010-10-17 | unlink sectok(1) from the build; ok markus@ deraadt@ | Damien Miller |
2010-10-16 | Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build, | Ingo Schwarze |
2010-10-16 | paste in EXIT STATUS from diff(1); confirmed by ray | Jason McIntyre |
2010-10-16 | Support tbl(1) code embedded into mdoc(7) input files. | Ingo Schwarze |
2010-10-16 | Make stdio blocking again before calling shell command with -c. | Nicholas Marriott |
2010-10-16 | Trying to set FD_CLOEXEC on every fd is a lost cause, just use | Nicholas Marriott |
2010-10-16 | Fall back on normal session choice method if $TMUX exists but is invalid | Nicholas Marriott |
2010-10-16 | historically, an acre has been defined as the area an ox works in a day, | Ted Unangst |
2010-10-15 | Allow blank lines and ignore comments in tbl data. | Ingo Schwarze |
2010-10-15 | For now, parse and ignore minimal column width specifications. | Ingo Schwarze |
2010-10-15 | Do not crash on spanned headings. | Ingo Schwarze |
2010-10-15 | Move tbl width calculation from plain strlen to mandoc terminal width | Ingo Schwarze |
2010-10-15 | Move tbl output from plain stdio to mandoc terminal output routines. | Ingo Schwarze |
2010-10-15 | Minimal glue to integrate tbl into the mandoc man(7) parser and formatter. | Ingo Schwarze |
2010-10-15 | Import tbl parser and renderer written by kristaps@. | Ingo Schwarze |
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray |
2010-10-15 | No need to remove RCS_PARSE flag from rf_flags after successfully parsing. | Tobias Stoeckmann |
2010-10-15 | Fixed default branch handling and added support for branches in branches. | Tobias Stoeckmann |
2010-10-15 | Replaced RCS parser code with new rcsparse.{c,h}: | Tobias Stoeckmann |
2010-10-14 | Use an explicit event rather than event_once for the main event so it | Nicholas Marriott |
2010-10-14 | Treat the meta bit in the xterm extended modifier key set as the same as | Nicholas Marriott |
2010-10-14 | Put "or" on new line from command with .Ic. | Nicholas Marriott |
2010-10-13 | missing quotes; thanks jmc@ | Stuart Henderson |
2010-10-13 | adapt to new "socket ... restricted" syntax, reported by Patrick Lamaiziere, | Stuart Henderson |
2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 | Jonathan Gray |
2010-10-12 | If the input length was specified, use it to set the stdio buffer | Todd C. Miller |
2010-10-12 | Typo in confirmation message. bz#1827, patch from imorgan at nas nasa gov | Darren Tucker |
2010-10-11 | Do similar changes to netstat as done to route(8). Try to show the | Claudio Jeker |
2010-10-09 | Set cause when failing due to linking a window to itself, from Martin | Nicholas Marriott |
2010-10-08 | remove three superfluous trailing tabs, no binary change. | Igor Sobrado |
2010-10-07 | use an upper case "C" in "Control" for consistency; use the same | Igor Sobrado |
2010-10-07 | use a .Bk/.Ek block to avoid breaking options with arguments. | Igor Sobrado |
2010-10-07 | usage must fit on a 80-column display. | Igor Sobrado |
2010-10-06 | swapped args to kill(2) | Damien Miller |
2010-10-06 | kill proxy command on fatal() (we already kill it on clean exit); | Damien Miller |
2010-10-05 | Skip NULL entries in the sessions list when choosing the next session, | Nicholas Marriott |
2010-10-05 | Zapped unused function rcs_tag_resolve. | Tobias Stoeckmann |
2010-10-05 | rcs_state_check must check for more invalid characters than just space. | Tobias Stoeckmann |
2010-10-05 | use default shell /bin/sh if $SHELL is ""; ok markus@ | Damien Miller |
2010-10-02 | style cleanup, no functional change: | Ingo Schwarze |
2010-10-01 | turn off -g too | Damien Miller |
2010-10-01 | oops, didn't mean to turn -Werror on for everyone. | Damien Miller |
2010-10-01 | adapt to API changes in openssl-1.0.0a | Damien Miller |
2010-10-01 | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze |
2010-10-01 | more EXIT STATUS tweaks; from Daniel Dickman | Jason McIntyre |
2010-09-30 | prevent free() of string in .rodata when overriding AuthorizedKeys in | Damien Miller |
2010-09-29 | Support for update -C, from zinovik. | Nicholas Marriott |
2010-09-29 | it's valid syntax for .pc files to have: | Jasper Lievisse Adriaanse |
2010-09-29 | Ensure that we always parse all deltas before expecting "desc" keyword. | Tobias Stoeckmann |