| Commit message (Expand) | Author | Age | Files | Lines |
* | Added missing DPADD's. Removed unrequired SRCS's. | joe | 2000-01-01 | 3 | -1/+3 |
* | Removed bogus dependancy on libutil. | joe | 2000-01-01 | 1 | -3/+0 |
* | Retire stat_flags.c; it's now in libutil. | joe | 1999-12-30 | 1 | -149/+0 |
* | Moved flags_to_string and string_to_flags into libutil. It's used in | joe | 1999-12-30 | 3 | -6/+8 |
* | Back out previous commit and replace with a cleaner solution adapted | sheldonh | 1999-12-29 | 1 | -11/+21 |
* | Take into account the fact that "[" may be called with a path, | sheldonh | 1999-12-28 | 1 | -1/+6 |
* | Mention the hostname variable in /etc/rc.conf since that is the most | jhb | 1999-12-22 | 1 | -1/+6 |
* | Fix a bug where a pointer would be one character too far after putting | roberto | 1999-12-21 | 1 | -1/+1 |
* | Fix cut'n'paste niggles in previous commit. | sheldonh | 1999-12-21 | 2 | -7/+8 |
* | Add link(1) and unlink(1) as special cases of ln(1) and rm(1) | sheldonh | 1999-12-20 | 6 | -6/+83 |
* | Fix command hash handling on | cracauer | 1999-12-20 | 3 | -3/+29 |
* | Rewriting of flags_to_string() and string_to_flags() to use an array. | roberto | 1999-12-19 | 1 | -86/+61 |
* | Second part of 8-bit fixes. | cracauer | 1999-12-16 | 1 | -1/+9 |
* | Document ulimit -b for RLIMIT_SBSIZE. | cracauer | 1999-12-15 | 1 | -1/+3 |
* | First round of 8-bit fixes. | cracauer | 1999-12-15 | 3 | -9/+10 |
* | add human readable output (-h and -H) | mharo | 1999-12-15 | 3 | -12/+158 |
* | 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 |