summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2010-05-14Don't break lines in .It, there be dragons in groff.joerg
2010-05-14Reorder sections to canonical order. Use .Ex -stdjoerg
2010-05-14Quote punctation.joerg
2010-04-23Add MKBSDTAR, defaulting to no. It switching cpio and tar to thejoerg
2010-04-05\\ -> \ejoerg
2010-04-05\\ -> \ejoerg
2010-04-02- int putbuf_func ARGS((const char *s, size_t len));plunky
2010-04-02make it obvious to grep that we are checking ctime.christos
2010-04-01handle ctime returning NULLchristos
2010-03-23bump date for previousdholland
2010-03-23The -X option of tar names a file containing exception globs, notdholland
2010-03-22Use .In instead of .Aq Pa for header filesjoerg
2010-03-22Use .In instead of .Aq .Pa for signal.h.joerg
2010-03-01\\ -> \ejoerg
2010-02-21fix faulty logic in previous change.christos
2010-02-20default to the original behavior for $ENV unless POSIXLY_CORRECT is set.christos
2010-02-17PR/42828: Richard Hansen: Don't evaluate ${ENV} if not interactive.christos
2010-02-06When using -lcurses, you also need -lterminfo.he
2010-02-04Remove trailing whitespace.wiz
2010-02-04For the -d option, refer to parsedate(3) for examples.reed
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2010-01-22Document "-f". From Andreas Wiese in PR bin/35409, slightly modified.snj
2010-01-17Match curly braces in undef(FILEC) case. Found by cppcheck.wiz
2010-01-01Bump date for cd -P support.wiz
2010-01-01fix another typodholland
2010-01-01Make the cd builtin accept and ignore -P, which is a kshism that has beendholland
2010-01-01fix typodholland
2009-12-21Remove unnecessary casts.christos
2009-12-21Free pt in another error case.wiz
2009-12-14Bump date for previous.wiz
2009-12-14use .ORDER for rules that create multiple files.christos
2009-12-14Don't use NOGLOB_MTCH for pax, only for tar. Fixes fix for PR 41167 anddholland
2009-12-14Document "stty insane" properly. Closes PR bin/25024.dholland
2009-12-11Rewrite file generation rules using ${GENCMD}. No functional changes intended.uebayasi
2009-12-07Define dependencies of arith.[ch] on arith.y.uebayasi
2009-11-27Use %zu in printf format for size_t value.tsutsui
2009-11-24Back out fix for PR 22846 as it has issues. See PR 22846 for details.seanb
2009-11-13Removed return statement in parser action that caused a memory leak withgson
2009-11-10Correct usage for parentheses, and mark up "expression" in more places.wiz
2009-10-31Avoid generating a corrupt history file if multiple ksh exit together.dsl
2009-10-29use flex options instead of #defineschristos
2009-10-24Show that -l is option for bind builtin.reed
2009-10-22Wrong buffer len being passed to strlcpy(). Innocuousseanb
2009-10-21Bump date for uarea swap-out removal.wiz
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-08Fix the "dne" handling and chmod behaviour properly: values of dnepooka
2009-10-07only for when trap if we are going to exit.christos
2009-10-06fix regression exit1: Don't exec the last command in a subshell if it haschristos
2009-10-06Make this slightly more portable; it has to run on arbitary hostapb
2009-10-01Make sure that numerical signals and pids are in range for their types.spz