| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a verbose mode to show what files are being copied. | Michael Haro | 1999-08-26 | 4 | -9/+24 |
* | Remove obsolete BUGS section which describes something which stopped | Jordan K. Hubbard | 1999-08-25 | 1 | -16/+1 |
* | Sort cross-references. Move mount(8) down the list where it belongs, in | Chris Costello | 1999-08-25 | 1 | -2/+2 |
* | Make the comments nice, short-but-sweet XXX format. | Brian Feldman | 1999-08-24 | 1 | -10/+3 |
* | Backed out my -n change to imply -l by request of sheldonh. | Chris Costello | 1999-08-23 | 1 | -2/+0 |
* | Make -n flag compliant to the Single Unix Specification. | Chris Costello | 1999-08-23 | 1 | -1/+3 |
* | Make a comment I added a bit nicer. | Brian Feldman | 1999-08-22 | 1 | -2/+3 |
* | Finally: fix test -x as completely as possible. | Brian Feldman | 1999-08-20 | 1 | -7/+17 |
* | Take integer rounding into account in the buffer size approximation | Sheldon Hearn | 1999-08-19 | 1 | -2/+2 |
* | Style issues in previous commit: | Sheldon Hearn | 1999-08-19 | 1 | -4/+14 |
* | The new test(1) did not use access() correctly. I don't know why, since | Brian Feldman | 1999-08-18 | 1 | -2/+7 |
* | Describe proper signals behavior rather than just removing it. | Ruslan Ermilov | 1999-08-16 | 1 | -2/+8 |
* | Replace our test(1) with NetBSD's pdksh-derived version. The code is | Sheldon Hearn | 1999-08-16 | 5 | -785/+465 |
* | Bad reference of mount(1) changed to mount(8). | Chris Costello | 1999-08-14 | 1 | -3/+3 |
* | Minor style fix - change 'if(!*v)' to 'if (!*v)' | Chris Costello | 1999-08-14 | 1 | -2/+2 |
* | There is no special handling for SIGALRM as | Ruslan Ermilov | 1999-08-09 | 1 | -11/+3 |
* | Document -f flag: | Chris Costello | 1999-08-08 | 2 | -4/+10 |
* | Add -n option to print numeric user and group IDs instead of names | Sheldon Hearn | 1999-08-02 | 3 | -9/+31 |
* | Correct some style issues in my previous commit. | Kris Kennaway | 1999-07-22 | 2 | -4/+4 |
* | Fix handling of the cd command inside evaluations. It was changing PWD, | Sheldon Hearn | 1999-07-19 | 1 | -1/+2 |
* | Implement seekability for disk devices (not just regular files). | Brian Feldman | 1999-07-13 | 3 | -11/+13 |
* | Add -W and fix the warning due to missing struct initializer | Kris Kennaway | 1999-07-10 | 2 | -4/+4 |
* | Improved error handling in rev.1.18: don't ignore failure of execve(). | Bruce Evans | 1999-07-04 | 1 | -5/+4 |
* | Correct reference to the obsolete vadvise() to madvise() (with appropriate | Kris Kennaway | 1999-06-30 | 1 | -5/+5 |
* | Don't continue if parsing failed when -f is in use. Exit with nonzero value. | Martin Cracauer | 1999-06-25 | 1 | -3/+2 |
* | Undo some of the reversions from previous revisions, and attempt to | Kris Kennaway | 1999-06-21 | 1 | -52/+83 |
* | This is the second round of dd(1) changes. Some changes made/reversed by | Brian Feldman | 1999-06-20 | 7 | -83/+108 |
* | Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t, | Brian Feldman | 1999-06-19 | 7 | -105/+104 |
* | Changes from OpenBSD: | Kris Kennaway | 1999-06-07 | 3 | -16/+27 |
* | Use .Dq instead of ``'' in manpage | Kris Kennaway | 1999-05-28 | 2 | -8/+23 |
* | getopt(3) returns -1 not EOF. | Warner Losh | 1999-05-23 | 1 | -2/+2 |
* | Chflags was clearing all flags supplied on the command line after a | Jean-Marc Zucconi | 1999-05-21 | 1 | -2/+2 |
* | the month and three days are up for -hackers and the 24hrs for -committers. | John-Mark Gurney | 1999-05-14 | 2 | -20/+34 |
* | Grammatical fixes. | Kris Kennaway | 1999-05-12 | 1 | -5/+5 |
* | Various spelling/formatting changes. | Kris Kennaway | 1999-05-08 | 57 | -163/+169 |
* | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 2 | -2/+9 |
* | .Xr chflags 1 , | Tim Vanderhoek | 1999-04-27 | 1 | -1/+2 |
* | First set of fixes to keep egcs happy. These include {} around single | Warner Losh | 1999-04-25 | 11 | -26/+34 |
* | Reverted some more of rev.1.9 (emphasize that -H != -h). | Bruce Evans | 1999-04-25 | 1 | -1/+6 |
* | Quick fix to allow transfer files >2GB. | Dmitrij Tejblum | 1999-04-25 | 1 | -3/+3 |
* | Revert part of the previous commit. Keep the example that shows how the | Nik Clayton | 1999-04-24 | 1 | -0/+18 |
* | Next approach to make loops in interactive interruptable. | Martin Cracauer | 1999-04-21 | 4 | -13/+17 |
* | Typo fix. | Masafumi Max NAKANE | 1999-04-19 | 1 | -3/+3 |
* | Change description of file(1) following symlinks to the truth (namely, | Nik Clayton | 1999-04-14 | 1 | -28/+16 |
* | Remove my temporary detection for PR 7059, Tor Egge fixed this bug. | Martin Cracauer | 1999-04-13 | 1 | -5/+1 |
* | During variable expansion, the internal representation of the expression | Tor Egge | 1999-04-13 | 1 | -5/+5 |
* | Fix typo in source-explaining comment. | Martin Cracauer | 1999-04-12 | 1 | -2/+2 |
* | Add a guarded abort() for the problem in PR bin/7059 (no fix so far, | Martin Cracauer | 1999-04-12 | 1 | -17/+33 |
* | When a variable expansion is enclosed in double quotes, the internal | Tor Egge | 1999-04-09 | 2 | -16/+56 |
* | Update p_flags doc. | Peter Wemm | 1999-04-06 | 1 | -3/+1 |