summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
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
1999-11-11Note that when no arguments are given, only the newline is printed.Aaron Campbell
1999-10-26support missing tty flags; naddy@unix-ag.uni-kl.deTheo de Raadt
1999-10-17Use the AT&T UNIX macros.Aaron Campbell
1999-10-17Minor formatting nits.Aaron Campbell
1999-10-16Formatting fix.Aaron Campbell
1999-10-07One single malloc, with a union to get the largest needed size,Marc Espie
1999-10-05mention /etc/defaultdomainEric Jackson
1999-10-05mention /etc/mynameEric Jackson
1999-10-05correct to show our current path situationEric Jackson
1999-10-04put sbin:/usr/sbin in default pathTheo de Raadt
1999-09-28disable optimization on 88kSteve Murphree
1999-09-23cetain -> certain; kwesterback@home.comAaron Campbell
1999-09-23Add EXAMPLES. Fix formatting nits.Aaron Campbell
1999-09-23Add EXAMPLES.Aaron Campbell
1999-09-23Add an EXAMPLES section. Note that symbolic links may refer to non-existentAaron Campbell
1999-09-23Formatting tweaks.Aaron Campbell
1999-09-23Formatting fixes. Also, add a SEE ALSO section and Xr test(1).Aaron Campbell
1999-09-23Some formatting tweaks. Shuffle the option descriptions into a more logicalAaron Campbell
1999-09-23Minor tweaks. Add Xr to find(1); espie@Aaron Campbell
1999-09-23Description of -R option should be first.Aaron Campbell
1999-09-23Improve this man page significantly; more helpful, easier to read, and easierAaron Campbell
1999-09-08flags_to_string() and string_to_flags() should take pointers to a u_intTodd C. Miller
1999-09-02awk -> .Xr awk 1Aaron Campbell
1999-09-02use DvAaron Campbell
1999-08-17clearer descriptionAaron Campbell