| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rephrasing prev. commit a bit. | Andrey A. Chernov | 2001-08-23 | 1 | -4/+12 |
| * | Describe EOVERFLOW, EOPNOTSUPP and reaction to negative l_len | Andrey A. Chernov | 2001-08-23 | 1 | -7/+18 |
| * | mdoc(7) police: Fixed broken xrefs. | Ruslan Ermilov | 2001-08-22 | 6 | -7/+11 |
| * | Document new EINVAL, EOVERFLOW cases. Sort ERRORS | Andrey A. Chernov | 2001-08-21 | 1 | -3/+9 |
| * | Don't claim to be mp(3). | Dima Dorfman | 2001-08-21 | 1 | -1/+1 |
| * | Use .In, .Ux, and .Rv where appropriate. Also consistently call this | Dima Dorfman | 2001-08-21 | 1 | -18/+16 |
| * | Expand the ?: construct into an if/else. | Dima Dorfman | 2001-08-21 | 1 | -1/+4 |
| * | The setprogname() function sets the name of the program to be the last | Dima Dorfman | 2001-08-21 | 1 | -1/+3 |
| * | Fix style bug. | Dima Dorfman | 2001-08-21 | 1 | -1/+1 |
| * | Fixed warnings. | Ruslan Ermilov | 2001-08-21 | 2 | -1/+4 |
| * | Pass the pointy hat, please. | Jacques Vidrine | 2001-08-21 | 1 | -2/+4 |
| * | setprogname() should set __progname to the last component of the given | Jacques Vidrine | 2001-08-21 | 1 | -1/+3 |
| * | Make sure stack is aligned to 16 bytes. | Doug Rabson | 2001-08-21 | 1 | -1/+4 |
| * | Added TFTP support. | Ruslan Ermilov | 2001-08-21 | 1 | -0/+9 |
| * | Close the "IRC DCC" security breach reported recently on Bugtraq. | Ruslan Ermilov | 2001-08-21 | 1 | -0/+6 |
| * | Rebuild libcrypto.so.1 and libssl.so.1 from 4.2-RELEASE, but this time | Peter Wemm | 2001-08-21 | 2 | -7413/+9224 |
| * | Fix some style inconsistencies introduced in rev 1.10, as well as some | Kenneth D. Merry | 2001-08-21 | 1 | -34/+36 |
| * | Make the copyright consistent. | Brian Somers | 2001-08-20 | 4 | -12/+0 |
| * | Handle snprintf() returning < 0 (not just -1) | Brian Somers | 2001-08-20 | 1 | -1/+1 |
| * | Better snprintf() handling. | Brian Somers | 2001-08-20 | 1 | -37/+22 |
| * | Handle snrintf overflows. | Brian Somers | 2001-08-20 | 1 | -0/+2 |
| * | Mark some functions as __printflike() and/or taking const char * arguments | Kris Kennaway | 2001-08-20 | 11 | -10/+25 |
| * | Handle snprintf() returning -1. | Brian Somers | 2001-08-20 | 2 | -3/+6 |
| * | Add 'try_mapped_pass' standard option. | Mark Murray | 2001-08-20 | 3 | -2/+5 |
| * | Handle snprintf() returning -1 | Brian Somers | 2001-08-20 | 1 | -2/+2 |
| * | Handle snrintf() returning -1. | Brian Somers | 2001-08-20 | 1 | -16/+30 |
| * | Handle snprintf() returning -1 | Brian Somers | 2001-08-20 | 1 | -3/+13 |
| * | No functional changes, but: | Mark Murray | 2001-08-20 | 5 | -38/+47 |
| * | Say goodbye to libss, which somehow managed to crouch hidden in the tree | Kris Kennaway | 2001-08-19 | 19 | -1541/+2 |
| * | Fix logic errors in pthread_cond_wait() and pthread_cond_timedwait() that | Jason Evans | 2001-08-19 | 3 | -204/+156 |
| * | Add about rewind+errno, describe ESPIPE, minor formatting. | Andrey A. Chernov | 2001-08-19 | 1 | -6/+23 |
| * | Implement compute_stats() in terms of devstat_compute_statistics(). This | Kenneth D. Merry | 2001-08-18 | 3 | -104/+41 |
| * | Implement getpeereid(3), a front-end to the LOCAL_PEERCRED | Dima Dorfman | 2001-08-17 | 3 | -2/+191 |
| * | Xref raise(3). | Dima Dorfman | 2001-08-17 | 1 | -0/+1 |
| * | mdoc(7) police: collapse multiple spaces. | Ruslan Ermilov | 2001-08-17 | 1 | -1/+1 |
| * | mdoc(7) police: fixed the fatal. | Ruslan Ermilov | 2001-08-17 | 1 | -1/+1 |
| * | Simplify overflow calculations a bit | Andrey A. Chernov | 2001-08-17 | 1 | -4/+2 |
| * | Remove extra check, already done in upper level caller, i.e. in | Andrey A. Chernov | 2001-08-17 | 1 | -5/+1 |
| * | Mention ftell & ftello in EOVERFLOW section too. | Andrey A. Chernov | 2001-08-17 | 1 | -1/+5 |
| * | Add more overflow checks in case of fseek() | Andrey A. Chernov | 2001-08-17 | 1 | -0/+8 |
| * | Don't clear "we have offset" flag even if long is overflow for fseek(), | Andrey A. Chernov | 2001-08-17 | 1 | -1/+0 |
| * | fseek.c: | Andrey A. Chernov | 2001-08-17 | 4 | -10/+36 |
| * | mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially. | Ruslan Ermilov | 2001-08-16 | 1 | -1/+1 |
| * | Fix a bug in canceling joining threads. | Jason Evans | 2001-08-16 | 9 | -6/+54 |
| * | If the string specifying the allowed options starts with a leading `:', | Joseph Koshy | 2001-08-16 | 1 | -5/+2 |
| * | Explain the relation of getchar() to getc() in less words. | Dima Dorfman | 2001-08-16 | 1 | -5/+1 |
| * | Remove out-of-date "cannot be exported from USA" notice. | Mark Murray | 2001-08-15 | 1 | -2/+0 |
| * | Use smarter overflow tests | Andrey A. Chernov | 2001-08-15 | 1 | -3/+6 |
| * | Document the no_warn option. | Mark Murray | 2001-08-15 | 7 | -5/+40 |
| * | Fix a couple of cross-references to reflect the reality of the module. | Mark Murray | 2001-08-15 | 2 | -4/+4 |