summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2009-04-19don't print extraneous padding characters when tab-completion file/commandStuart Henderson
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-03-06after some discussion with millert, pull in the character class infoJason McIntyre
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller
2009-03-04from wiz@netbsd, -r1.44:Jason McIntyre
2009-03-03Add POSIX character class support ([:alpha:] and friends) to ksh globbing.Todd C. Miller
2009-03-01Fix PR #723: test(1) operator precedence inconsistent with POSIXOtto Moerbeek
2009-03-01fix double space in synopsis and usage.Igor Sobrado
2009-02-13argv space does not need to be trashed during parsingTheo de Raadt
2009-02-08updates to IEEE Std 1003.1-2008;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-02-07some tweaks for previous that got missed;Jason McIntyre
2009-02-07Ensure that *wp isn't NULL.Matthias Kilian
2009-02-07Make built-in echo behave according to POSIX when set -o posix is in effect:Philip Guenthe
2009-01-29pass "xerrok" status across the execution call stack to more closelyJared Yanovich
2009-01-28synchronize synopsis and usage.Igor Sobrado
2009-01-28remove some duplicate information from the description of -g: thisJason McIntyre
2009-01-22document regexp supportMarc Espie
2009-01-21Do not mention /dev/drum anymore, since we won't use it. With tweaks fromMiod Vallat
2009-01-21fix the synopsis for chown(8)Igor Sobrado
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
2009-01-17Use libc qsort instead of private version. Tested by several people.Todd C. Miller
2009-01-06i saw the previous was wrong as soon as i committed it: put theJason McIntyre
2009-01-06- rearrange the text to read a little more sanelyJason McIntyre
2009-01-06document, consistently, those apps which also exist as built-insJason McIntyre
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2008-12-30add a comment explaining the rather obscure decision when to recurseOtto Moerbeek
2008-12-29fix previous; e.g. ls /var/spool/mqueue as an oridinary user. okOtto Moerbeek
2008-12-27prevent line breaks in the middle of options.Igor Sobrado
2008-12-24Kill a race condition which occurs when listing a directory containingOtto Moerbeek
2008-10-21various doc fixes related to how mv handles symlinksJason McIntyre
2008-10-05the ellipsis allow more than one operand being specified.Igor Sobrado
2008-10-03NUL not NULLTheo de Raadt
2008-10-01for the `g' and `G' commands, document that if no lines matchJason McIntyre
2008-10-01give a less confusing error message on bindresvport() failure; okOtto Moerbeek
2008-09-30Fix a problem in the last commit. Upon closer reading of POSIX, inTodd C. Miller
2008-09-30Fix "-m mode" in conjunction with the -p flag. Also simplify the errorTodd C. Miller
2008-09-29more updates on which args do and do not mix (doc only, this time):Jason McIntyre
2008-09-06adapt to sha2(3) API changes; ok millert@Damien Miller
2008-09-04- make -ln and -nl combinations behave identically. currently -l overrides -n.Jason McIntyre
2008-08-11plug a memleak when freeing io redirection in commands.Jared Yanovich
2008-07-29md5(1), sha1(1), rmd160(1), cksum(1) and sum(1) have different options;Igor Sobrado
2008-07-23fix stack abuse in the `time' commmand, using alloc()'d memory instead.Jared Yanovich
2008-07-21Extra sanity checking for afree(); OK deraadt@ and pvalchev@Todd C. Miller
2008-07-18remove unnessasary cast.Kevin Lo
2008-07-12Fix a strlcpy() bound.Miod Vallat
2008-07-05ksh starting as root will refuse to import a PS1 prompt unless itDamien Miller
2008-07-03fix inifinite loop with set -o csh-history and !<space> as input.Otto Moerbeek
2008-06-17better description of what ps without arguments does;Jason McIntyre
2008-06-11(sorry pval) some missing -j bits;Jason McIntyre