Age | Commit message (Expand) | Author |
2009-01-28 | synchronize synopsis and usage. | Igor Sobrado |
2009-01-28 | remove some duplicate information from the description of -g: this | Jason McIntyre |
2009-01-22 | document regexp support | Marc Espie |
2009-01-21 | Do not mention /dev/drum anymore, since we won't use it. With tweaks from | Miod Vallat |
2009-01-21 | fix the synopsis for chown(8) | Igor Sobrado |
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado |
2009-01-17 | Use libc qsort instead of private version. Tested by several people. | Todd C. Miller |
2009-01-06 | i saw the previous was wrong as soon as i committed it: put the | Jason McIntyre |
2009-01-06 | - rearrange the text to read a little more sanely | Jason McIntyre |
2009-01-06 | document, consistently, those apps which also exist as built-ins | Jason McIntyre |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado |
2008-12-30 | add a comment explaining the rather obscure decision when to recurse | Otto Moerbeek |
2008-12-29 | fix previous; e.g. ls /var/spool/mqueue as an oridinary user. ok | Otto Moerbeek |
2008-12-27 | prevent line breaks in the middle of options. | Igor Sobrado |
2008-12-24 | Kill a race condition which occurs when listing a directory containing | Otto Moerbeek |
2008-10-21 | various doc fixes related to how mv handles symlinks | Jason McIntyre |
2008-10-05 | the ellipsis allow more than one operand being specified. | Igor Sobrado |
2008-10-03 | NUL not NULL | Theo de Raadt |
2008-10-01 | for the `g' and `G' commands, document that if no lines match | Jason McIntyre |
2008-10-01 | give a less confusing error message on bindresvport() failure; ok | Otto Moerbeek |
2008-09-30 | Fix a problem in the last commit. Upon closer reading of POSIX, in | Todd C. Miller |
2008-09-30 | Fix "-m mode" in conjunction with the -p flag. Also simplify the error | Todd C. Miller |
2008-09-29 | more updates on which args do and do not mix (doc only, this time): | Jason McIntyre |
2008-09-06 | adapt 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-11 | plug a memleak when freeing io redirection in commands. | Jared Yanovich |
2008-07-29 | md5(1), sha1(1), rmd160(1), cksum(1) and sum(1) have different options; | Igor Sobrado |
2008-07-23 | fix stack abuse in the `time' commmand, using alloc()'d memory instead. | Jared Yanovich |
2008-07-21 | Extra sanity checking for afree(); OK deraadt@ and pvalchev@ | Todd C. Miller |
2008-07-18 | remove unnessasary cast. | Kevin Lo |
2008-07-12 | Fix a strlcpy() bound. | Miod Vallat |
2008-07-05 | ksh starting as root will refuse to import a PS1 prompt unless it | Damien Miller |
2008-07-03 | fix inifinite loop with set -o csh-history and !<space> as input. | Otto Moerbeek |
2008-06-17 | better description of what ps without arguments does; | Jason McIntyre |
2008-06-11 | (sorry pval) some missing -j bits; | Jason McIntyre |
2008-06-11 | Add tar -j option that calls bzip2 for compress/decompress. Requires | Peter Valchev |
2008-06-10 | do not ask the "override?" question if access fails for other resaons than | Otto Moerbeek |
2008-06-08 | Prevent a segmentation fault when ed receives a signal while being in | Tobias Stoeckmann |
2008-05-28 | write cpio_usage() in a way consistent with pax_usage() and tar_usage(); | Igor Sobrado |
2008-05-28 | In -f mode, don't print a warning if source and target already point | Todd C. Miller |
2008-05-28 | add a description for -D and -T (taken from NetBSD's rmail(8)); | Igor Sobrado |
2008-05-26 | get the argument name right; from Jacek Masiulaniec | Jason McIntyre |
2008-05-20 | cast pointer arithmetic to unsigned so we can behave correctly on | Federico G. Schwindt |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2008-05-08 | documentation tweaks. | Igor Sobrado |
2008-05-06 | when pax is running in -u mode, and no files are beeing updated because | Henning Brauer |
2008-04-21 | Initialize the correct variable in HUP handler if ed.hup in current | Tobias Stoeckmann |
2008-04-16 | mkfifo makes fifos, not directories; from Ben Calvert | Jason McIntyre |
2008-03-24 | - extern.h is already included by ps.h, so zap it. | Jasper Lievisse Adriaanse |
2008-03-21 | Make ulimit able to get and set multiple limits in a single invocation | Todd C. Miller |