summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
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
2008-01-11providing MLINKS for shell builtins makes little sense: what we had was outJason McIntyre
2008-01-02fix PR 5141:Charles Longeau
2008-01-01Typo in comment about cpio_endwr() fixed.Tobias Stoeckmann
2008-01-01If rcp -p encounters a pre-epoch timestamp, use the epoch which isDarren Tucker
2007-12-28printf field widths are always int, so add a cast to removeCharles Longeau
2007-12-22fix df posix mode bugCharles Longeau
2007-11-29remove unused functionCharles Longeau
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-11-10remove "unused variable" warning appearing when building releaseCharles Longeau
2007-11-07properly exit >0 when encountering bad md5 in cheklistCharles Longeau
2007-11-06fix format stringCharles Longeau
2007-11-04some small nonfunctional tweaks. ok beck millertTed Unangst