| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Sync us up to OpenBSD's cat.1 v1.18 and cat.c v1.9. | asmodai | 2000-04-14 | 2 | -14/+84 |
* | Use #include <errno.h> rather than extern int errno;. | imp | 2000-04-14 | 1 | -2/+1 |
* | Remove unnecessary empty line. | asmodai | 2000-04-13 | 1 | -3/+2 |
* | Change -v so that variences in units of days or less are sensitive to | brian | 2000-04-12 | 2 | -65/+76 |
* | Always give mktime a timeval with tm_isdst set to -1, otherwise | brian | 2000-04-05 | 1 | -64/+117 |
* | Fixed prototype for setflags(). setflags() returns int, not u_long, | bde | 2000-04-04 | 1 | -1/+1 |
* | Document that the flags can be specified as an octal number. | jdp | 2000-04-03 | 1 | -1/+2 |
* | Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most | bde | 2000-03-27 | 1 | -3/+4 |
* | Correct confusing description of the -r option. | sheldonh | 2000-03-07 | 1 | -2/+7 |
* | Revert the previous commit. I knew I should leave non-mdoc stuff alone. | sheldonh | 2000-03-03 | 1 | -2/+1 |
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 5 | -7/+14 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 6 | -13/+26 |
* | After Bruce kindly explained the whole groff "sentence" idea to me, I've | green | 2000-03-01 | 1 | -2/+4 |
* | Change DISTRIBUTION name to match reality. | markm | 2000-02-29 | 1 | -1/+1 |
* | Fix style bugs I introduced in the last revision. | green | 2000-02-27 | 1 | -7/+7 |
* | Add iseek= and oseek= aliases for the preexisting skip= and seek= | green | 2000-02-26 | 2 | -1/+13 |
* | Use libcrypto inst=ead if libdes. | markm | 2000-02-24 | 2 | -3/+3 |
* | Re-add "May" to the list of dates supported. | alfred | 2000-02-18 | 1 | -2/+2 |
* | Reflect that dd accepts octal and hexadecimal numbers (in addition to decimal). | gsutter | 2000-02-18 | 1 | -1/+2 |
* | From the PR: | unfurl | 2000-02-17 | 1 | -6/+5 |
* | From the PR: | unfurl | 2000-02-17 | 1 | -1/+1 |
* | From the PR: | unfurl | 2000-02-17 | 1 | -4/+4 |
* | Fix ${#varname} (getting length of string) when in double-quotes. | cracauer | 2000-02-15 | 1 | -1/+1 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 6 | -1/+12 |
* | Don't report the tablet line discipline, it "doesn't happen (TM)" | peter | 2000-01-29 | 1 | -3/+0 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 6 | -13/+3 |
* | fix cp -vi bug | mharo | 2000-01-23 | 1 | -2/+3 |
* | Fix various mandoc bugs | brian | 2000-01-12 | 1 | -23/+48 |
* | Add `.Nm red' to NAME section. | phantom | 2000-01-10 | 1 | -1/+2 |
* | . mdoc(7)'fy | phantom | 2000-01-07 | 1 | -4/+9 |
* | Print negative minor numbers in hex. Negative minor numbers are | bde | 2000-01-06 | 1 | -2/+3 |
* | Actually remove unrequired SRCS. | bde | 2000-01-05 | 1 | -1/+0 |
* | 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 |