| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1748 | -1749/+1749 |
| * | MFC rev 1.20 to 1.23 access.2 | Remko Lodder | 2008-02-14 | 1 | -1/+10 |
| * | Fix issues which allow snooping on ptys. [08:01] | Colin Percival | 2008-01-14 | 2 | -39/+37 |
| * | MFC: Fix a typo in regards to the ENOENT error. | John Baldwin | 2008-01-07 | 1 | -1/+1 |
| * | MFC: Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends. | John Baldwin | 2007-12-31 | 1 | -22/+23 |
| * | MFC: Update posix_openpt(3) to handle 512 ptys. | John Baldwin | 2007-12-18 | 1 | -2/+2 |
| * | MFC: Update libc's resolver to BIND 9.4.2. | Hajimu UMEMOTO | 2007-12-14 | 3 | -20/+29 |
| * | Disable support for /dev/ptmx in FreeBSD 7.0. While it's a good idea in | Robert Watson | 2007-12-06 | 1 | -0/+4 |
| * | MFC: 1.70: Fix bad rule and bad dependency for nsparser.h that can | Ruslan Ermilov | 2007-11-16 | 1 | -6/+3 |
| * | MFC: Remove symbols that should not be exported. | Daniel Eischen | 2007-10-24 | 1 | -29/+0 |
| * | MFC ctype(3) fix for UTF-8 locale. See original commit log for details. | Rong-En Fan | 2007-10-24 | 11 | -20/+61 |
| * | MFC: Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached | Michael Bushkov | 2007-10-18 | 1 | -1/+1 |
| * | Turn on MALLOC_PRODUCTION which turns off some stuff used for debugging | Ken Smith | 2007-10-11 | 1 | -1/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2007-10-10 | 1 | -192/+0 |
| * | Fixed "make checkdpadd" (missing library dependencies). | Ruslan Ermilov | 2007-10-01 | 1 | -0/+1 |
| * | Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) man | Sean Farley | 2007-09-28 | 1 | -1/+2 |
| * | Assorted spelling, punctuation and mdoc fixes. | Christian Brueffer | 2007-09-25 | 5 | -36/+39 |
| * | The precision for a string argument in a call to warnx() needs to be cast | Sean Farley | 2007-09-22 | 1 | -1/+2 |
| * | Add FreeBSD history. | David E. O'Brien | 2007-09-21 | 1 | -1/+3 |
| * | Fix some improper handling of malloc failures | Matteo Riondato | 2007-09-20 | 5 | -30/+53 |
| * | - Fix description to say "receive" instead of "send" | Gabor Kovesdan | 2007-09-20 | 1 | -2/+2 |
| * | Skip rebuilding environ in setenv() only upon reuse of an active variable; | Sean Farley | 2007-09-15 | 1 | -2/+2 |
| * | Use better manuals for these ntp system calls. These were replaced by | Warner Losh | 2007-09-15 | 3 | -201/+258 |
| * | We've been able to support EVFILT_VNODE filtering on non-UFS | Ruslan Ermilov | 2007-09-07 | 1 | -6/+1 |
| * | ensure the head entry of addrinfo chain has non-NULL ai_canonname to be | JINMEI Tatuya | 2007-09-05 | 1 | -2/+19 |
| * | Add thr_kill2 syscall. | David Xu | 2007-08-22 | 1 | -0/+3 |
| * | - Getipnodebyname() and getipnodebyaddr() reimplemented through | Michael Bushkov | 2007-07-31 | 1 | -1387/+72 |
| * | - take out a needless panic under invariants for sctp_output.c | Randall Stewart | 2007-07-24 | 1 | -6/+107 |
| * | Set timeout for all NIS RPC requests to 1 second and not just for | Simon L. B. Nielsen | 2007-07-24 | 1 | -8/+8 |
| * | Added environ-replacement detection. For programs that "clean" (i.e., su) | Sean Farley | 2007-07-20 | 1 | -78/+163 |
| * | Take a sentence into the present by removing a reference to FreeBSD 3.0. | Christian Brueffer | 2007-07-14 | 1 | -4/+2 |
| * | - Modular congestion control, with RFC2581 being the default. | Randall Stewart | 2007-07-14 | 1 | -7/+13 |
| * | Fix a typo that prevented the quad symbols from being exported | Daniel Eischen | 2007-07-06 | 1 | -1/+1 |
| * | Fix remaining syntax errors (missing semicolons) | Peter Wemm | 2007-07-05 | 1 | -2/+2 |
| * | Add missing \ characters in PSEUDO() macro on arm. Oops. | Peter Wemm | 2007-07-04 | 1 | -2/+2 |
| * | Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate to | Peter Wemm | 2007-07-04 | 9 | -9/+119 |
| * | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | Peter Wemm | 2007-07-04 | 7 | -22/+35 |
| * | Adjust the syscall stub macros to be consistent in their meaning. In | Peter Wemm | 2007-07-04 | 5 | -34/+20 |
| * | Fix missing prototype warnings. (Compile errors with -Werror on) | Peter Wemm | 2007-07-04 | 1 | -2/+2 |
| * | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 5 | -259/+622 |
| * | - Removes some incorrect error returns (errno was being overriden in | Randall Stewart | 2007-07-02 | 1 | -4/+2 |
| * | Fix sbrk.S to use _end symbol the same way brk.s was fixed some time | Alexander Kabaev | 2007-06-27 | 1 | -2/+2 |
| * | Add missing semi-colon. | Matt Jacob | 2007-06-26 | 1 | -1/+1 |
| * | - Fix wrong error return (the errno was being returned and not placed | Randall Stewart | 2007-06-25 | 1 | -10/+24 |
| * | - Fix incorrect error return on sctp_getaddrlen | Randall Stewart | 2007-06-22 | 1 | -3/+3 |
| * | Clean up after previous commit: new sentence -> new line, no empty lines, | Christian Brueffer | 2007-06-19 | 1 | -4/+6 |
| * | - Fix the signature of sctp_connectx to match the function and adds some | Randall Stewart | 2007-06-19 | 1 | -2/+6 |
| * | Major cleanup: mdoc macros, style, typos etc. | Christian Brueffer | 2007-06-18 | 10 | -216/+320 |
| * | Add rewind() to the list of functions which may fail and set errno | Andrey A. Chernov | 2007-06-18 | 1 | -1/+2 |
| * | Add mbstate clear missed in one of the cases. | Andrey A. Chernov | 2007-06-18 | 1 | -5/+6 |