| Commit message (Expand) | Author | Age | Files | Lines |
* | Let sleep(1) handle fractions of a second (up to nanosecond). | ru | 1999-10-01 | 2 | -12/+72 |
* | Fix for new Kerberos4. | markm | 1999-09-19 | 2 | -3/+6 |
* | Make count=0 set cpy_cnt to -1, which is slight overloading, but makes | green | 1999-09-16 | 3 | -5/+18 |
* | Let count=-something fail, while count=0 may succeed, thus making dd(1) | green | 1999-09-16 | 1 | -2/+2 |
* | Correct some hard sentence breaks. Only those surrounding the previous | sheldonh | 1999-09-14 | 5 | -76/+83 |
* | Even more dd(1) cleanups! Thanks to Bruce for staying on my case until | green | 1999-09-13 | 6 | -37/+45 |
* | Fix SEE ALSO section: | phantom | 1999-09-13 | 1 | -2/+4 |
* | Fixed longstanding breakage of rm of deep directories in rev.1.2. | bde | 1999-09-13 | 1 | -1/+1 |
* | ISDISK -> ISSEEK | green | 1999-09-12 | 3 | -5/+5 |
* | Even more cleanups to dd(1). This is probably the culmination of the | green | 1999-09-12 | 7 | -120/+117 |
* | Add verbose processing flag. | obrien | 1999-09-11 | 2 | -5/+21 |
* | Make a bit more headway with dd's argument parsing, etc. get_bsz() is | green | 1999-09-11 | 2 | -26/+32 |
* | Improve shell documentation: | sheldonh | 1999-09-08 | 7 | -52/+91 |
* | brucify, `v' before `W', mention -v is non-standard in manpage and | mharo | 1999-09-04 | 2 | -18/+25 |
* | mention that -v is non-standard | mharo | 1999-09-04 | 1 | -0/+4 |
* | brucify and add comment about -v being non-standard to manpage | mharo | 1999-09-04 | 2 | -6/+10 |
* | 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 |