summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2001-08-13Typo in comments: 'interuptable' => 'interruptible'Heikki Korpela
2001-08-13Document how to remove or rename a file that is a getopt(3) flagHeikki Korpela
2001-08-10Address PR 1993. This rewording has been deemed satisfactory by theHugh Graham
2001-08-09Actually use the statf function pointer which I missed while hand-patching.Todd C. Miller
2001-08-09Add -h flag to prevent following a symlink to a dir as the dest.Todd C. Miller
2001-08-07Modify timekeeping in an effort to produce a sane bandwidth measureHugh Graham
2001-08-03Typo; heko@iki.fiAaron Campbell
2001-08-02pet peeve, insure vs ensureHugh Graham
2001-07-31Documentation fixes per PR 1979 by Kaspar Toomik.Hugh Graham
2001-07-20we don't like:Mike Pechkin
2001-07-19Back out last change, it caused problems with exit vals.Todd C. Miller
2001-07-17Add a safe_print() function that uses vis(3) if output is a tty.Todd C. Miller
2001-07-17make file-completion work with ~ (tilde)Camiel Dobbelaar
2001-07-09Compute %used in -P mode as a double, just like we do in normal printingTodd C. Miller
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09-WallTheo de Raadt
2001-07-05Fix length type.Marc Espie
2001-07-05Fix prototypesMarc Espie
2001-07-04Eat backslashes in regex's so things like:Todd C. Miller
2001-07-04Fix -s option, which never worked. We need to pass in the input stringTodd C. Miller
2001-07-03Merge in pdksh-5.2.14-patches.2 to fix some problems with propagatedTodd C. Miller
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-26really use strlcpy.lebel
2001-06-26really use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-06-26use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-06-26use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-06-25unsmoke drugs.Artur Grabowski
2001-06-25had not noticed the atexit() handler; pointed out by dima@unixfreak.org; als...Theo de Raadt
2001-06-25fix obvious warnings.Artur Grabowski
2001-06-25explicit braces to avoid ambiguous elseArtur Grabowski
2001-06-25implement 'stty ek' as documented; dima@unixfreak.orgTodd C. Miller
2001-06-23more .%A handling; bk@rt.fmTheo de Raadt
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-22exit() from a signal handler is a sinTheo de Raadt
2001-06-22do not exit() from signal handlerTheo de Raadt
2001-06-22Avoid printing warnings about things like "is a directory" twice.Todd C. Miller
2001-06-22mark signal races, and remove junkTheo de Raadt
2001-06-13exit(errs) -> exit(errs!=0); sync with scp.c, ok deraadt@Markus Friedl
2001-06-13va_start/end for every call to vfprintf and friends, from scp.cMarkus Friedl
2001-06-08Correct STANDARDS section wrt removing directories; from FreeBSDTodd C. Miller
2001-06-08Don't give usage warning for 'rm -f' with no files to remove to beTodd C. Miller
2001-06-06In -p mode, set directory times in post-order pass since otherwise theTodd C. Miller
2001-06-03Nope, that's not right either. Fix check for mutually exclusive args.Todd C. Miller
2001-06-03sync man page with new usage restrictionsTodd C. Miller
2001-06-03Obvious thinko: command line is wrong if it's too short, not too long.Marc Espie
2001-06-03Use kern.nprocsAngelos D. Keromytis
2001-06-03Use sysctl to get process information, if kvm has not been initializedAngelos D. Keromytis
2001-06-03Style.Angelos D. Keromytis