summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2000-04-16correct getoptEric Jackson
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-01commons type mismatch; ath@algonet.seTheo de Raadt
2000-04-01buf oflow; ath@algonet.seTheo de Raadt
2000-03-31more timezone pointersTheo de Raadt
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
2000-03-24Make f_bsize signed. Having it unsigned causes surprising (and unwanted)Todd C. Miller
2000-03-24All man pages should have a DESCRIPTION section. Fix some formatting nitsAaron Campbell
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-21Add HISTORY sections; from FreeBSD. Information originally obtained fromAaron Campbell
2000-03-21Sometimes it is confusing when a sentence begins with lowercase; d@Aaron Campbell
2000-03-17Try to synchronize the ksh(1) and sh(1) man pages somewhat.Aaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-14Better mdoc formatting.Aaron Campbell
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-03-02An option description does not need to contain "The -foo option...".Aaron Campbell
2000-03-01rm $Log$Todd T. Fries
2000-02-20setlocale and get rid of unneeded exit() call. millert@ okEric Jackson
2000-02-19Improve.Aaron Campbell
2000-02-19Miscellaneous cleanup.Aaron Campbell
2000-02-02Make mkdir -m 1777 foo and the like work. From how Netbsd/Freebsd do it.Eric Jackson
2000-01-24Make application mode arrow keys work; fixes arrow keys on the console.Todd C. Miller
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
2000-01-21Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.orgThorsten Lockert
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
2000-01-18Formatting fix; form@Aaron Campbell
2000-01-12clarifyEric Jackson
2000-01-06In multi-column output, don't bother filling up last column before '\n'.Marc Espie
2000-01-05Document meaning of `p'-type file (FIFO) in long listing; FreeBSD PR/9117Aaron Campbell
2000-01-05Remove bogus chcnt assignments.Marc Espie
2000-01-05Perform colwidth computation sooner, as there's no need for randomMarc Espie
2000-01-05Factor column width computation out.Marc Espie
2000-01-05Return EINVAL if we can't sleep for the specified time interval (i.e. it'sPaul Janzen
1999-12-31In prtstat() use u_int32_t and int32_t, not long and castTodd C. Miller
1999-12-24Try to preserve file flags in mv (Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>)Angelos D. Keromytis
1999-12-06This sleep accepts fractional timings as well.Marc Espie
1999-12-05not MAXPATHLEN+1Theo de Raadt
1999-12-04remove oflow in strip_escapes...Niels Provos
1999-11-26fix flags_to_string() protoTodd C. Miller
1999-11-25there is no poipTheo de Raadt
1999-11-20'braceexapnd' -> 'braceexpand'Dug Song
1999-11-15Quote metachars on expand_word too; ok millert@Federico G. Schwindt
1999-11-14quote metachars when completing filenames from jdolecek@netbsd. ok millert@David Leonard
1999-11-14Better fix for PR #921 (main.c rev 1.18) from the pdksh cvs tree.Todd C. Miller
1999-11-14Fix a core dump caused by a signal race; yval@hackers.co.ilTodd C. Miller