| Commit message (Expand) | Author | Age | Files | Lines |
* | brucify, `v' before `W', mention -v is non-standard in manpage and | Michael Haro | 1999-09-04 | 2 | -18/+25 |
* | mention that -v is non-standard | Michael Haro | 1999-09-04 | 1 | -0/+4 |
* | brucify and add comment about -v being non-standard to manpage | Michael Haro | 1999-09-04 | 2 | -6/+10 |
* | Revert to using .Xr for builtins. The cross-references don't work now, | Sheldon Hearn | 1999-08-31 | 1 | -5/+5 |
* | Clean-up: | Sheldon Hearn | 1999-08-30 | 1 | -69/+160 |
* | Yet another previously forgotten merge from Lite2. (Describe | Bruce Evans | 1999-08-30 | 1 | -4/+5 |
* | fix rm -r | Michael Haro | 1999-08-29 | 1 | -1/+2 |
* | add verbose flag | Michael Haro | 1999-08-29 | 2 | -7/+23 |
* | brucify and move printf() to catch cases of special files | Michael Haro | 1999-08-29 | 3 | -11/+7 |
* | add verbose flag | Michael Haro | 1999-08-29 | 2 | -10/+27 |
* | Fix typo in previous commit that documented the -v option. | Mike Pritchard | 1999-08-28 | 1 | -1/+1 |
* | add verbose flag | Michael Haro | 1999-08-28 | 2 | -5/+17 |
* | Relax things a bit. Not having FIODTYPE will be a warning for now. | Brian Feldman | 1999-08-28 | 1 | -8/+12 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 271 | -273/+273 |
* | Use FIODTYPE to unbogosify much of the file type checking in dd. | Brian Feldman | 1999-08-27 | 1 | -10/+15 |
* | Don't suggest sysctl(8) as a means for discovering what filesystem types | Sheldon Hearn | 1999-08-26 | 1 | -8/+5 |
* | Make the behaviour of `read -e', ie. treating backslashes as special, | Thomas Gellekum | 1999-08-26 | 2 | -17/+21 |
* | 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 |