aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241748-1749/+1749
* MFC rev 1.20 to 1.23 access.2Remko Lodder2008-02-141-1/+10
* Fix issues which allow snooping on ptys. [08:01]Colin Percival2008-01-142-39/+37
* MFC: Fix a typo in regards to the ENOENT error.John Baldwin2008-01-071-1/+1
* MFC: Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends.John Baldwin2007-12-311-22/+23
* MFC: Update posix_openpt(3) to handle 512 ptys.John Baldwin2007-12-181-2/+2
* MFC: Update libc's resolver to BIND 9.4.2.Hajimu UMEMOTO2007-12-143-20/+29
* Disable support for /dev/ptmx in FreeBSD 7.0. While it's a good idea inRobert Watson2007-12-061-0/+4
* MFC: 1.70: Fix bad rule and bad dependency for nsparser.h that canRuslan Ermilov2007-11-161-6/+3
* MFC: Remove symbols that should not be exported.Daniel Eischen2007-10-241-29/+0
* MFC ctype(3) fix for UTF-8 locale. See original commit log for details.Rong-En Fan2007-10-2411-20/+61
* MFC: Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cachedMichael Bushkov2007-10-181-1/+1
* Turn on MALLOC_PRODUCTION which turns off some stuff used for debuggingKen Smith2007-10-111-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-10-101-192/+0
* Fixed "make checkdpadd" (missing library dependencies).Ruslan Ermilov2007-10-011-0/+1
* Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) manSean Farley2007-09-281-1/+2
* Assorted spelling, punctuation and mdoc fixes.Christian Brueffer2007-09-255-36/+39
* The precision for a string argument in a call to warnx() needs to be castSean Farley2007-09-221-1/+2
* Add FreeBSD history.David E. O'Brien2007-09-211-1/+3
* Fix some improper handling of malloc failuresMatteo Riondato2007-09-205-30/+53
* - Fix description to say "receive" instead of "send"Gabor Kovesdan2007-09-201-2/+2
* Skip rebuilding environ in setenv() only upon reuse of an active variable;Sean Farley2007-09-151-2/+2
* Use better manuals for these ntp system calls. These were replaced byWarner Losh2007-09-153-201/+258
* We've been able to support EVFILT_VNODE filtering on non-UFSRuslan Ermilov2007-09-071-6/+1
* ensure the head entry of addrinfo chain has non-NULL ai_canonname to beJINMEI Tatuya2007-09-051-2/+19
* Add thr_kill2 syscall.David Xu2007-08-221-0/+3
* - Getipnodebyname() and getipnodebyaddr() reimplemented throughMichael Bushkov2007-07-311-1387/+72
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-6/+107
* Set timeout for all NIS RPC requests to 1 second and not just forSimon L. B. Nielsen2007-07-241-8/+8
* Added environ-replacement detection. For programs that "clean" (i.e., su)Sean Farley2007-07-201-78/+163
* Take a sentence into the present by removing a reference to FreeBSD 3.0.Christian Brueffer2007-07-141-4/+2
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-7/+13
* Fix a typo that prevented the quad symbols from being exportedDaniel Eischen2007-07-061-1/+1
* Fix remaining syntax errors (missing semicolons)Peter Wemm2007-07-051-2/+2
* Add missing \ characters in PSEUDO() macro on arm. Oops.Peter Wemm2007-07-041-2/+2
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate toPeter Wemm2007-07-049-9/+119
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-047-22/+35
* Adjust the syscall stub macros to be consistent in their meaning. InPeter Wemm2007-07-045-34/+20
* Fix missing prototype warnings. (Compile errors with -Werror on)Peter Wemm2007-07-041-2/+2
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-045-259/+622
* - Removes some incorrect error returns (errno was being overriden inRandall Stewart2007-07-021-4/+2
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timeAlexander Kabaev2007-06-271-2/+2
* Add missing semi-colon.Matt Jacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedRandall Stewart2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenRandall Stewart2007-06-221-3/+3
* Clean up after previous commit: new sentence -> new line, no empty lines,Christian Brueffer2007-06-191-4/+6
* - Fix the signature of sctp_connectx to match the function and adds someRandall Stewart2007-06-191-2/+6
* Major cleanup: mdoc macros, style, typos etc.Christian Brueffer2007-06-1810-216/+320
* Add rewind() to the list of functions which may fail and set errnoAndrey A. Chernov2007-06-181-1/+2
* Add mbstate clear missed in one of the cases.Andrey A. Chernov2007-06-181-5/+6