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