Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-11-11 | Note that when no arguments are given, only the newline is printed. | Aaron Campbell | |
1999-10-26 | support missing tty flags; naddy@unix-ag.uni-kl.de | Theo de Raadt | |
1999-10-17 | Use the AT&T UNIX macros. | Aaron Campbell | |
1999-10-17 | Minor formatting nits. | Aaron Campbell | |
1999-10-16 | Formatting fix. | Aaron Campbell | |
1999-10-07 | One single malloc, with a union to get the largest needed size, | Marc Espie | |
should be enough. | |||
1999-10-05 | mention /etc/defaultdomain | Eric Jackson | |
1999-10-05 | mention /etc/myname | Eric Jackson | |
1999-10-05 | correct to show our current path situation | Eric Jackson | |
1999-10-04 | put sbin:/usr/sbin in default path | Theo de Raadt | |
1999-09-28 | disable optimization on 88k | Steve Murphree | |
1999-09-23 | cetain -> certain; kwesterback@home.com | Aaron Campbell | |
1999-09-23 | Add EXAMPLES. Fix formatting nits. | Aaron Campbell | |
1999-09-23 | Add EXAMPLES. | Aaron Campbell | |
1999-09-23 | Add an EXAMPLES section. Note that symbolic links may refer to non-existent | Aaron Campbell | |
files (as pointed out in symlink(2)). Fix some formatting, too. | |||
1999-09-23 | Formatting tweaks. | Aaron Campbell | |
1999-09-23 | Formatting fixes. Also, add a SEE ALSO section and Xr test(1). | Aaron Campbell | |
1999-09-23 | Some formatting tweaks. Shuffle the option descriptions into a more logical | Aaron Campbell | |
order. | |||
1999-09-23 | Minor tweaks. Add Xr to find(1); espie@ | Aaron Campbell | |
1999-09-23 | Description of -R option should be first. | Aaron Campbell | |
1999-09-23 | Improve this man page significantly; more helpful, easier to read, and easier | Aaron Campbell | |
to learn how chmod(1) works. Oh, and trash those useless BNF grammars. | |||
1999-09-08 | flags_to_string() and string_to_flags() should take pointers to a u_int | Todd C. Miller | |
not a u_long. Fixes PR #910. | |||
1999-09-02 | awk -> .Xr awk 1 | Aaron Campbell | |
1999-09-02 | use Dv | Aaron Campbell | |
1999-08-17 | clearer description | Aaron Campbell | |
1999-08-17 | consistency | Aaron Campbell | |
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-08-16 | don't cast third argument to kvm_read to char *. (it's void *) | Artur Grabowski | |
1999-08-09 | if verbose, fflush() appropriately before printing warnings to stderr | Paul Janzen | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-08-04 | Turn <tab> completion on by default for people used to bash, tcsh, etc... | Todd C. Miller | |
1999-08-04 | Kill gzip subprocess correctly instead of letting it get a SIGPIPE when | Marc Espie | |
using pax -n to list/extract. |