Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-16 | correct getopt | Eric Jackson | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-01 | commons type mismatch; ath@algonet.se | Theo de Raadt | |
2000-04-01 | buf oflow; ath@algonet.se | Theo de Raadt | |
2000-03-31 | more timezone pointers | Theo de Raadt | |
2000-03-24 | Correct the HISTORY section to note that this command appeared in Version 5 | Aaron Campbell | |
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11 executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the directory /pub/DEC/sim/software. Idea from NetBSD PR/4790. | |||
2000-03-24 | Make f_bsize signed. Having it unsigned causes surprising (and unwanted) | Todd C. Miller | |
type coercions. With this fixed I can back out the hack in df. | |||
2000-03-24 | All man pages should have a DESCRIPTION section. Fix some formatting nits | Aaron Campbell | |
while we're here. | |||
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-21 | Add HISTORY sections; from FreeBSD. Information originally obtained from | Aaron Campbell | |
"A Quarter Centry of UNIX, Peter H. Salus, Page 41". | |||
2000-03-21 | Sometimes it is confusing when a sentence begins with lowercase; d@ | Aaron Campbell | |
2000-03-17 | Try to synchronize the ksh(1) and sh(1) man pages somewhat. | Aaron Campbell | |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-14 | Better mdoc formatting. | Aaron Campbell | |
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell | |
appropriate mdoc macros to handle these cases. | |||
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
2000-03-02 | An option description does not need to contain "The -foo option...". | Aaron Campbell | |
2000-03-01 | rm $Log$ | Todd T. Fries | |
2000-02-20 | setlocale and get rid of unneeded exit() call. millert@ ok | Eric Jackson | |
2000-02-19 | Improve. | Aaron Campbell | |
2000-02-19 | Miscellaneous cleanup. | Aaron Campbell | |
2000-02-02 | Make mkdir -m 1777 foo and the like work. From how Netbsd/Freebsd do it. | Eric Jackson | |
2000-01-24 | Make application mode arrow keys work; fixes arrow keys on the console. | Todd C. Miller | |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
2000-01-21 | Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.org | Thorsten Lockert | |
2000-01-18 | Repair duplicate word occurences; (as found by a Perl script sent to us from | Aaron Campbell | |
Tom Christiansen <tchrist@perl.com>). | |||
2000-01-18 | Formatting fix; form@ | Aaron Campbell | |
2000-01-12 | clarify | Eric Jackson | |
2000-01-06 | In multi-column output, don't bother filling up last column before '\n'. | Marc Espie | |
As a result, we gain one extra position to format multi-column output, since there is no added space at the end of the last column. For instance, 26 long filenames now print in 3 columns instead of 2. At first, both millert@ and I thought that ending the line on the last column might trigger trouble on some terminals, but then I realized that current ls may already fill the last column with a space, with no apparent grief anywhere, and Todd agreed. | |||
2000-01-05 | Document meaning of `p'-type file (FIFO) in long listing; FreeBSD PR/9117 | Aaron Campbell | |
2000-01-05 | Remove bogus chcnt assignments. | Marc Espie | |
2000-01-05 | Perform colwidth computation sooner, as there's no need for random | Marc Espie | |
access if we end up doing one column output. | |||
2000-01-05 | Factor column width computation out. | Marc Espie | |
2000-01-05 | Return EINVAL if we can't sleep for the specified time interval (i.e. it's | Paul Janzen | |
too long); problem noted by viha@vip.fi | |||
1999-12-31 | In prtstat() use u_int32_t and int32_t, not long and cast | Todd C. Miller | |
sfsp->f_bsize to be signed when using the fsbtoblk() macro so we get signed divide, not unsigned divide. Fixes a bug in df when the filesystem has < 0 blocks available to the user. Guess I should have just made f_bsize signed when struct statfs was changed. | |||
1999-12-24 | Try to preserve file flags in mv (Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>) | Angelos D. Keromytis | |
1999-12-06 | This sleep accepts fractional timings as well. | Marc Espie | |
Rephrase examples slightly. | |||
1999-12-05 | not MAXPATHLEN+1 | Theo de Raadt | |
1999-12-04 | remove oflow in strip_escapes... | Niels Provos | |
1999-11-26 | fix flags_to_string() proto | Todd C. Miller | |
1999-11-25 | there is no poip | Theo de Raadt | |
1999-11-20 | 'braceexapnd' -> 'braceexpand' | Dug Song | |
1999-11-15 | Quote metachars on expand_word too; ok millert@ | Federico G. Schwindt | |
1999-11-14 | quote metachars when completing filenames from jdolecek@netbsd. ok millert@ | David Leonard | |
1999-11-14 | Better fix for PR #921 (main.c rev 1.18) from the pdksh cvs tree. | Todd C. Miller | |
1999-11-14 | Fix a core dump caused by a signal race; yval@hackers.co.il | Todd C. Miller | |