| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert to using .Xr for builtins. The cross-references don't work now, | sheldonh | 1999-08-31 | 1 | -5/+5 |
* | Clean-up: | sheldonh | 1999-08-30 | 1 | -69/+160 |
* | Yet another previously forgotten merge from Lite2. (Describe | bde | 1999-08-30 | 1 | -4/+5 |
* | fix rm -r | mharo | 1999-08-29 | 1 | -1/+2 |
* | add verbose flag | mharo | 1999-08-29 | 2 | -7/+23 |
* | brucify and move printf() to catch cases of special files | mharo | 1999-08-29 | 3 | -11/+7 |
* | add verbose flag | mharo | 1999-08-29 | 2 | -10/+27 |
* | Fix typo in previous commit that documented the -v option. | mpp | 1999-08-28 | 1 | -1/+1 |
* | add verbose flag | mharo | 1999-08-28 | 2 | -5/+17 |
* | Relax things a bit. Not having FIODTYPE will be a warning for now. | green | 1999-08-28 | 1 | -8/+12 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 271 | -273/+273 |
* | Use FIODTYPE to unbogosify much of the file type checking in dd. | green | 1999-08-27 | 1 | -10/+15 |
* | Don't suggest sysctl(8) as a means for discovering what filesystem types | sheldonh | 1999-08-26 | 1 | -8/+5 |
* | Make the behaviour of `read -e', ie. treating backslashes as special, | tg | 1999-08-26 | 2 | -17/+21 |
* | Add a verbose mode to show what files are being copied. | mharo | 1999-08-26 | 4 | -9/+24 |
* | Remove obsolete BUGS section which describes something which stopped | jkh | 1999-08-25 | 1 | -16/+1 |
* | Sort cross-references. Move mount(8) down the list where it belongs, in | chris | 1999-08-25 | 1 | -2/+2 |
* | Make the comments nice, short-but-sweet XXX format. | green | 1999-08-24 | 1 | -10/+3 |
* | Backed out my -n change to imply -l by request of sheldonh. | chris | 1999-08-23 | 1 | -2/+0 |
* | Make -n flag compliant to the Single Unix Specification. | chris | 1999-08-23 | 1 | -1/+3 |
* | Make a comment I added a bit nicer. | green | 1999-08-22 | 1 | -2/+3 |
* | Finally: fix test -x as completely as possible. | green | 1999-08-20 | 1 | -7/+17 |
* | Take integer rounding into account in the buffer size approximation | sheldonh | 1999-08-19 | 1 | -2/+2 |
* | Style issues in previous commit: | sheldonh | 1999-08-19 | 1 | -4/+14 |
* | The new test(1) did not use access() correctly. I don't know why, since | green | 1999-08-18 | 1 | -2/+7 |
* | Describe proper signals behavior rather than just removing it. | ru | 1999-08-16 | 1 | -2/+8 |
* | Replace our test(1) with NetBSD's pdksh-derived version. The code is | sheldonh | 1999-08-16 | 5 | -785/+465 |
* | Bad reference of mount(1) changed to mount(8). | chris | 1999-08-14 | 1 | -3/+3 |
* | Minor style fix - change 'if(!*v)' to 'if (!*v)' | chris | 1999-08-14 | 1 | -2/+2 |
* | There is no special handling for SIGALRM as | ru | 1999-08-09 | 1 | -11/+3 |
* | Document -f flag: | chris | 1999-08-08 | 2 | -4/+10 |
* | Add -n option to print numeric user and group IDs instead of names | sheldonh | 1999-08-02 | 3 | -9/+31 |
* | Correct some style issues in my previous commit. | kris | 1999-07-22 | 2 | -4/+4 |
* | Fix handling of the cd command inside evaluations. It was changing PWD, | sheldonh | 1999-07-19 | 1 | -1/+2 |
* | Implement seekability for disk devices (not just regular files). | green | 1999-07-13 | 3 | -11/+13 |
* | Add -W and fix the warning due to missing struct initializer | kris | 1999-07-10 | 2 | -4/+4 |
* | Improved error handling in rev.1.18: don't ignore failure of execve(). | bde | 1999-07-04 | 1 | -5/+4 |
* | Correct reference to the obsolete vadvise() to madvise() (with appropriate | kris | 1999-06-30 | 1 | -5/+5 |
* | Don't continue if parsing failed when -f is in use. Exit with nonzero value. | cracauer | 1999-06-25 | 1 | -3/+2 |
* | Undo some of the reversions from previous revisions, and attempt to | kris | 1999-06-21 | 1 | -52/+83 |
* | This is the second round of dd(1) changes. Some changes made/reversed by | green | 1999-06-20 | 7 | -83/+108 |
* | Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t, | green | 1999-06-19 | 7 | -105/+104 |
* | Changes from OpenBSD: | kris | 1999-06-07 | 3 | -16/+27 |
* | Use .Dq instead of ``'' in manpage | kris | 1999-05-28 | 2 | -8/+23 |
* | getopt(3) returns -1 not EOF. | imp | 1999-05-23 | 1 | -2/+2 |
* | Chflags was clearing all flags supplied on the command line after a | jmz | 1999-05-21 | 1 | -2/+2 |
* | the month and three days are up for -hackers and the 24hrs for -committers. | jmg | 1999-05-14 | 2 | -20/+34 |
* | Grammatical fixes. | kris | 1999-05-12 | 1 | -5/+5 |
* | Various spelling/formatting changes. | kris | 1999-05-08 | 57 | -163/+169 |