summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
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
2001-06-03Use sysctl() to get fscale, ccpu, and physmem if we haven'tAngelos D. Keromytis
2001-06-02Fix some typos and add missing test for string of 1 million a's.Todd C. Miller
2001-06-02New md5/sha1/rmd160 driver with a BSD copyright. Improvements:Todd C. Miller
2001-05-28Various fixes; mpech@prosoft.org.lvAaron Campbell
2001-05-26Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.Todd C. Miller
2001-05-25Remove unnecessary .Nm args; mpech@prosoft.org.lvAaron Campbell
2001-05-20exit and the prognameMichael Shalayeff
2001-05-20exit and use __prognameMichael Shalayeff
2001-05-20trade 3 exits for returnMichael Shalayeff
2001-05-19Use an explicit memcpy() to copy a stat struct. Fixes a mysteriousTodd C. Miller
2001-05-18return(0) is less than exit(0)Michael Shalayeff
2001-05-16use proper str*cpy functions instead of home grown one, spaces; millert@ okMichael Shalayeff
2001-05-11add rcs tagsMichael Shalayeff
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11Explicit mapping type to mmap. (not used yet)Artur Grabowski
2001-05-04Update man page to match new start time sorting; kstailey@disclosure.comTodd C. Miller
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-05-01Simpler explanation of exit values.Aaron Campbell
2001-04-30CLSIZE is 1 on all archs and will go away soon.Artur Grabowski
2001-04-17Missing bits from last commit here; kstailey@disclosure.comTodd C. Miller
2001-04-17Updated version of last patch from kstailey@disclosure.com.Todd C. Miller
2001-04-15Randomized PIDs uglifies "ps -ax" output since it sorts on tty thenTodd C. Miller
2001-04-12Insert some missing commas.Aaron Campbell
2001-04-06remove trailing / from source paths; fixes pr#1756Theo de Raadt
2001-03-26spellingTodd T. Fries
2001-03-26Fix comments, it is "daylight saving time", not "daylight savings time"Todd C. Miller
2001-03-21-WallArtur Grabowski
2001-02-23Avoid potential uninitialized variablePaul Janzen
2001-02-20Typo (introduced by me in mdoc conversion of Rev 1.15); d@Aaron Campbell
2001-02-19forgot to remove debugging #if 0Camiel Dobbelaar
2001-02-19bash-like 'double-tab' completionCamiel Dobbelaar
2001-02-15Fix confusing formatting of an example.Aaron Campbell
2001-02-12don't use long usernames by default; ok deraadt@Dan Harnett
2001-02-10Replace -T flag with more standard -I flag and make it work as a standardTodd C. Miller
2001-02-09another typoTodd C. Miller