| Commit message (Expand) | Author | Age | Files | Lines |
* | I've been Brucified! I did evil things with typedefs, but I'll do it | green | 1999-12-08 | 1 | -4/+4 |
* | Do proper constification in args.c. This shuts up -Wcast-qual (thanks, | green | 1999-12-07 | 2 | -4/+8 |
* | make '|' character visible. | cracauer | 1999-12-05 | 1 | -1/+1 |
* | Fix "subscript has type `char'" warnings by casting to int, as | cracauer | 1999-12-04 | 2 | -5/+6 |
* | Include strerror(errno) in error messages after failed system calls. | cracauer | 1999-11-29 | 10 | -15/+21 |
* | Default to not -v. | obrien | 1999-11-28 | 1 | -2/+2 |
* | brucify | mharo | 1999-11-28 | 3 | -29/+33 |
* | Add "-v". | obrien | 1999-11-27 | 2 | -2/+18 |
* | Correct use of .Nm. Add DIAGNOSTICS section. Add rcsid | charnier | 1999-11-21 | 2 | -8/+12 |
* | Follow-up on mdoc fixes in rev 1.35; this includes things that I missed | sheldonh | 1999-11-18 | 1 | -29/+58 |
* | The pipleline problem introduced in version 1.22 wasn't fully fixed in | cracauer | 1999-11-17 | 1 | -1/+1 |
* | I'm probably jumping the gun, but what the heck, this is -current. | peter | 1999-11-17 | 1 | -2/+2 |
* | Use eproc.e_stats, not a series of crude hacks to fetch it from the u-area. | peter | 1999-11-17 | 1 | -60/+19 |
* | Introduce commandline caching in the kernel. | phk | 1999-11-16 | 1 | -1/+1 |
* | Typo (appropiate -> appropriate) | kris | 1999-11-15 | 1 | -1/+1 |
* | Allow the year to be specified with an optional century. | sheldonh | 1999-11-10 | 2 | -4/+14 |
* | Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as an | sheldonh | 1999-11-10 | 1 | -2/+2 |
* | Correct logic from previous commit - middle processes in long pipes | steve | 1999-11-07 | 1 | -1/+1 |
* | When a backquote command inside a here-document had a pipe with more | cracauer | 1999-11-05 | 1 | -1/+2 |
* | Most modern OSs have the ability to flag certain mounts as ones to | julian | 1999-11-01 | 2 | -6/+14 |
* | Restore reference to sleep(3). | ru | 1999-10-28 | 1 | -1/+2 |
* | Fix ';' command when used with -e flag. | cracauer | 1999-10-26 | 1 | -1/+8 |
* | Add `n' to the synopsis. | obrien | 1999-10-16 | 1 | -1/+1 |
* | Implement ulimit -b for RLIMIT_SBSIZE. | green | 1999-10-09 | 1 | -1/+4 |
* | This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for | green | 1999-10-09 | 1 | -0/+1 |
* | Mdoc cleanup, with a few grammar cleanups on the side. | sheldonh | 1999-10-07 | 1 | -498/+922 |
* | Nuke the FIODTYPE compatibility bits. It's time. | green | 1999-10-03 | 1 | -3/+1 |
* | 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 |