| Commit message (Expand) | Author | Age | Files | Lines |
| * | As-per r161293 (jhb), only recognize mfi(4) on i386. | Devin Teske | 2014-04-30 | 1 | -1/+1 |
| * | Teach libdisk about mfid devices. This is a direct commit to stable/4 | Devin Teske | 2014-04-30 | 2 | -2/+4 |
| * | MF7: If the running kernel has support for shm_open() and shm_unlink() as | John Baldwin | 2009-06-23 | 1 | -0/+28 |
| * | MFC: Add a feature_present(3) function which checks to see if a named kernel | John Baldwin | 2009-06-11 | 3 | -2/+138 |
| * | MFC: Fail attempts to use file descriptors larger than SHRT_MAX. | John Baldwin | 2008-03-17 | 3 | -0/+42 |
| * | MFC rev. 1.35 - remove MSG_PEEK from the description of the send(2) | Peter Pentchev | 2007-05-04 | 1 | -1/+0 |
| * | MFC: sendmail 8.14.1 | Gregory Neil Shapiro | 2007-04-12 | 2 | -3/+3 |
| * | MFC: Don't read more than the given 'len' bytes from the 'big' string. | John Baldwin | 2007-02-01 | 1 | -1/+1 |
| * | MFC: uthread fixes for select timeout and signal handling. | John Baldwin | 2006-10-23 | 2 | -37/+58 |
| * | MFC: rev 1.21: fix return of uninitialized data from malloc(). Could | Peter Wemm | 2006-09-12 | 1 | -0/+1 |
| * | MFC: | Joe Marcus Clarke | 2006-05-01 | 1 | -0/+1 |
| * | MFC: Add new libsm file from sendmail 8.13.6 | Gregory Neil Shapiro | 2006-03-29 | 1 | -1/+1 |
| * | MFC 1.55: fill ai_canonname field for numeric hostname, by the given | Hajimu UMEMOTO | 2006-03-27 | 1 | -7/+24 |
| * | MFC: Return EINVAL if the tv_usec part of the utimes(2) arguments | Diomidis Spinellis | 2006-01-22 | 1 | -1/+7 |
| * | MFC 1.55: The KAME's getipnodebyaddr() code honor the | Hajimu UMEMOTO | 2005-11-18 | 1 | -0/+1 |
| * | MFC: sendmail 8.13.4 and hoststat(8)/purgestat(8) man page linking | Gregory Neil Shapiro | 2005-08-28 | 1 | -1/+1 |
| * | MFC 1.12: don't accept invalid form of an address like 1:2:3:4:5:6:7::8. | Hajimu UMEMOTO | 2005-07-29 | 1 | -0/+4 |
| * | MFC 1.13 | Matthew N. Dodd | 2005-07-25 | 1 | -3/+4 |
| * | MFC of 1.33: remember to reset nextgrp in getnetgrent(), so that subsequent c... | Jonathan Chen | 2005-07-25 | 1 | -56/+65 |
| * | MFC revision 1.13 | Xin LI | 2005-07-17 | 1 | -4/+7 |
| * | MFC: (1.75, 1.76) flush the send side rather than shut it down. | Dag-Erling Smørgrav | 2005-07-03 | 1 | -2/+23 |
| * | MFC 1.15+1.16: Remove a check about whether sa->sa_len is equal to salen | Xin LI | 2005-05-09 | 1 | -3/+0 |
| * | MFS: | Hajimu UMEMOTO | 2005-05-05 | 3 | -25/+61 |
| * | MFC: rev 1.8 | Joe Marcus Clarke | 2005-03-06 | 1 | -3/+3 |
| * | MFC rev. 1.13: remove the misleading documentation of the unused | Peter Pentchev | 2005-02-27 | 1 | -17/+1 |
| * | MFC: (1.50) stop leaking connection buffers. | Dag-Erling Smørgrav | 2005-02-23 | 1 | -0/+1 |
| * | MFC: Remove file no longer in 8.13.3 | Gregory Neil Shapiro | 2005-02-19 | 1 | -1/+1 |
| * | MFC 1.54: query A RR before AAAA RR. | Hajimu UMEMOTO | 2005-02-03 | 1 | -10/+10 |
| * | Merge copyright changes from -current. | Jeffrey Hsu | 2005-01-19 | 2 | -4/+4 |
| * | Teach libdisk about the ipsd devices. Note: I don't like to editorilize in | Scott Long | 2005-01-13 | 2 | -1/+3 |
| * | MFC 1.16 (plug memory leak) | Diomidis Spinellis | 2005-01-13 | 1 | -0/+4 |
| * | Add a period to the end of a sentence, and bump document date. | Ken Smith | 2005-01-12 | 1 | -2/+2 |
| * | This is a partial MFC of the current RELENG_5 Linux emulation, which | Ken Smith | 2005-01-12 | 2 | -0/+5 |
| * | MFC: rev 1.24 | Kirill Ponomarev | 2005-01-02 | 1 | -1/+3 |
| * | MFC rev. 1.9: no macros for sigemptyset(3) and friends, | Maxim Konovalov | 2004-12-27 | 1 | -9/+12 |
| * | MFC 1.37, 1.40: Document S_* macros and more struct stat fields. | Yaroslav Tykhiy | 2004-12-22 | 1 | -3/+61 |
| * | MFC: Make popen(3) thread-safe for libc_r. | Yaroslav Tykhiy | 2004-12-15 | 1 | -8/+30 |
| * | - MFC: | Marius Strobl | 2004-12-13 | 1 | -2/+1 |
| * | MFC: | Marius Strobl | 2004-12-13 | 4 | -5/+3 |
| * | MFC 1.23: Correctly document the return value of strerror() and | Giorgos Keramidas | 2004-11-20 | 1 | -11/+10 |
| * | MFC: | Hidetoshi Shimokawa | 2004-10-23 | 1 | -3/+5 |
| * | MFC: Fix a condition where the hole would be inserted in the wrong | Jun Kuriyama | 2004-09-19 | 1 | -2/+4 |
| * | MFC: Add support for VIS_GLOB and sync with -current. | Hidetoshi Shimokawa | 2004-09-17 | 2 | -28/+51 |
| * | MFC rev. 1.20: spell _SC_CLK_TCK correctly. | Peter Pentchev | 2004-08-23 | 1 | -1/+1 |
| * | MFC getaddrinfo.3 1.25, getipnodebyname.3 1.14 and getnameinfo.3 1.17: | Peter Pentchev | 2004-08-23 | 3 | -3/+7 |
| * | Argh... also MFC rev. 1.52: spell FTP correctly and bump the date. | Peter Pentchev | 2004-08-23 | 1 | -2/+2 |
| * | MFC rev. 1.51: describe the ftp-chroot option of login.conf. | Peter Pentchev | 2004-08-23 | 1 | -1/+11 |
| * | MFC: now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.int | David Malone | 2004-08-21 | 2 | -7/+1 |
| * | MFC revisions 1.29 through 1.31: fix a printf() example and bump | Peter Pentchev | 2004-08-13 | 1 | -3/+3 |
| * | MFC: (1.73) allocate space for terminating NUL in base 64 encoded string. | Dag-Erling Smørgrav | 2004-08-10 | 1 | -1/+1 |