| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the DIAGNOSTICS section to RETURN VALUES and describe the | brian | 2001-08-24 | 1 | -4/+10 |
* | Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the same | dillon | 2001-08-24 | 1 | -3/+3 |
* | Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properly | dillon | 2001-08-24 | 1 | -5/+10 |
* | Update the mmap.2 and minherit.2 manual pages. Add a short explanation and | dillon | 2001-08-24 | 2 | -0/+40 |
* | Explain what the return value from NgRecvMsg() and NgRecvData() means, | brian | 2001-08-24 | 1 | -0/+6 |
* | Fd is macro too, so use \&Fd | ache | 2001-08-24 | 1 | -1/+1 |
* | Fildes -> Fd too (started from big letter) | ache | 2001-08-24 | 1 | -1/+1 |
* | Change | ache | 2001-08-24 | 1 | -1/+3 |
* | Fix up English from previous 3 revisions. | sheldonh | 2001-08-24 | 1 | -6/+6 |
* | Make ps -M corefile work again. This has been broken for quite some time. | peter | 2001-08-24 | 1 | -6/+11 |
* | Dynamically adjust to the value of KERNBASE in a crashdump, with | peter | 2001-08-24 | 2 | -4/+24 |
* | Remove a duplicate "that". | ken | 2001-08-24 | 1 | -1/+1 |
* | begin executed --> being executed | dd | 2001-08-24 | 1 | -1/+1 |
* | Killed reference to MAP_INHERIT which is not supported in FreeBSD. | dg | 2001-08-23 | 1 | -4/+0 |
* | Now we implement l_len<0 per POSIX, describe it. | ache | 2001-08-23 | 1 | -3/+4 |
* | Bail if we go beyond the directory size, not just if we hit it. | gallatin | 2001-08-23 | 1 | -1/+1 |
* | Cosmetique: correct English in comments | ache | 2001-08-23 | 1 | -2/+2 |
* | Rephrasing prev. commit a bit. | ache | 2001-08-23 | 1 | -4/+12 |
* | Describe EOVERFLOW, EOPNOTSUPP and reaction to negative l_len | ache | 2001-08-23 | 1 | -7/+18 |
* | mdoc(7) police: Fixed broken xrefs. | ru | 2001-08-22 | 6 | -7/+11 |
* | Document new EINVAL, EOVERFLOW cases. Sort ERRORS | ache | 2001-08-21 | 1 | -3/+9 |
* | Don't claim to be mp(3). | dd | 2001-08-21 | 1 | -1/+1 |
* | Use .In, .Ux, and .Rv where appropriate. Also consistently call this | dd | 2001-08-21 | 1 | -18/+16 |
* | Expand the ?: construct into an if/else. | dd | 2001-08-21 | 1 | -1/+4 |
* | The setprogname() function sets the name of the program to be the last | dd | 2001-08-21 | 1 | -1/+3 |
* | Fix style bug. | dd | 2001-08-21 | 1 | -1/+1 |
* | Fixed warnings. | ru | 2001-08-21 | 2 | -1/+4 |
* | Pass the pointy hat, please. | nectar | 2001-08-21 | 1 | -2/+4 |
* | setprogname() should set __progname to the last component of the given | nectar | 2001-08-21 | 1 | -1/+3 |
* | Make sure stack is aligned to 16 bytes. | dfr | 2001-08-21 | 1 | -1/+4 |
* | Added TFTP support. | ru | 2001-08-21 | 1 | -0/+9 |
* | Close the "IRC DCC" security breach reported recently on Bugtraq. | ru | 2001-08-21 | 1 | -0/+6 |
* | Rebuild libcrypto.so.1 and libssl.so.1 from 4.2-RELEASE, but this time | peter | 2001-08-21 | 2 | -7413/+9224 |
* | Fix some style inconsistencies introduced in rev 1.10, as well as some | ken | 2001-08-21 | 1 | -34/+36 |
* | Make the copyright consistent. | brian | 2001-08-20 | 4 | -12/+0 |
* | Handle snprintf() returning < 0 (not just -1) | brian | 2001-08-20 | 1 | -1/+1 |
* | Better snprintf() handling. | brian | 2001-08-20 | 1 | -38/+23 |
* | Handle snrintf overflows. | brian | 2001-08-20 | 1 | -0/+2 |
* | Mark some functions as __printflike() and/or taking const char * arguments | kris | 2001-08-20 | 11 | -10/+25 |
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 2 | -3/+6 |
* | Add 'try_mapped_pass' standard option. | markm | 2001-08-20 | 3 | -2/+5 |
* | Handle snprintf() returning -1 | brian | 2001-08-20 | 1 | -2/+2 |
* | Handle snrintf() returning -1. | brian | 2001-08-20 | 1 | -16/+30 |
* | Handle snprintf() returning -1 | brian | 2001-08-20 | 1 | -3/+13 |
* | No functional changes, but: | markm | 2001-08-20 | 5 | -38/+47 |
* | Say goodbye to libss, which somehow managed to crouch hidden in the tree | kris | 2001-08-19 | 19 | -1541/+2 |
* | Fix logic errors in pthread_cond_wait() and pthread_cond_timedwait() that | jasone | 2001-08-19 | 3 | -204/+156 |
* | Add about rewind+errno, describe ESPIPE, minor formatting. | ache | 2001-08-19 | 1 | -6/+23 |
* | Implement compute_stats() in terms of devstat_compute_statistics(). This | ken | 2001-08-18 | 3 | -104/+41 |
* | Implement getpeereid(3), a front-end to the LOCAL_PEERCRED | dd | 2001-08-17 | 3 | -2/+191 |