summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
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
2008-06-11Add tar -j option that calls bzip2 for compress/decompress. RequiresPeter Valchev
2008-06-10do not ask the "override?" question if access fails for other resaons thanOtto Moerbeek
2008-06-08Prevent a segmentation fault when ed receives a signal while being inTobias Stoeckmann
2008-05-28write cpio_usage() in a way consistent with pax_usage() and tar_usage();Igor Sobrado
2008-05-28In -f mode, don't print a warning if source and target already pointTodd C. Miller
2008-05-28add a description for -D and -T (taken from NetBSD's rmail(8));Igor Sobrado
2008-05-26get the argument name right; from Jacek MasiulaniecJason McIntyre
2008-05-20cast pointer arithmetic to unsigned so we can behave correctly onFederico G. Schwindt
2008-05-17documentation tweaks.Igor Sobrado
2008-05-08documentation tweaks.Igor Sobrado
2008-05-06when pax is running in -u mode, and no files are beeing updated becauseHenning Brauer
2008-04-21Initialize the correct variable in HUP handler if ed.hup in currentTobias Stoeckmann
2008-04-16mkfifo makes fifos, not directories; from Ben CalvertJason McIntyre
2008-03-24- extern.h is already included by ps.h, so zap it.Jasper Lievisse Adriaanse
2008-03-21Make ulimit able to get and set multiple limits in a single invocationTodd C. Miller
2008-03-17better .Nd; from Pierre RiteauJason McIntyre
2008-03-16actually print the now available large numbersOtto Moerbeek
2008-03-08Instead of calling donlist() in the format print routines, call itTodd C. Miller
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2008-02-25support giant files by using ftello(); dhill@mindcry.orgTheo de Raadt
2008-02-13Rework the fix in 1.20. The original fix causes problems for systraceTodd C. Miller
2008-02-12use ftello instead of ftell; from Davil Hill; ok millert@Otto Moerbeek
2008-02-10Use HW_PHYSMEM64.Mark Kettenis
2008-01-12Remove ulimit MLINK, it is a shell built-in.Miod Vallat