aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix bad rule and bad dependency for nsparser.h that canRuslan Ermilov2007-11-151-6/+3
* - Include runetype.h for _RuneLocale_Rong-En Fan2007-11-071-0/+2
* Remove extraneous empty lines, to fix mdoc warnings.Giorgos Keramidas2007-10-303-7/+3
* mdoc fix: remove extraneous empty line.Giorgos Keramidas2007-10-301-2/+1
* Bump manpage date, missed during the last change.Giorgos Keramidas2007-10-301-1/+1
* The .Fx request doesn't recognize 2.2.0, so use ".Fx 2.2"Giorgos Keramidas2007-10-301-1/+1
* Remove extraneous .Ef request.Giorgos Keramidas2007-10-301-2/+1
* Back out 2nd part of wrong iswascii() change in prev. commit.Andrey A. Chernov2007-10-231-1/+1
* Add a BUGS section to note that mount/chroot changes sinceJohn Birrell2007-10-221-0/+4
* Add the full module path name to the kld_file_stat structureJohn Birrell2007-10-221-0/+5
* Remove out of date notes, the atoi code is thread-safe and async-cancelDavid Xu2007-10-191-4/+0
* Unbreak arm build by removing duplicate symbols.Olivier Houchard2007-10-181-8/+0
* The fork symbols aren't MD, they already live in sys/.Yaroslav Tykhiy2007-10-181-3/+0
* Fix build from errors exposed with recent version_gen.awk commit.Peter Grehan2007-10-181-2/+1
* - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached toTom McLaughlin2007-10-171-1/+1
* VM_METER is long deprecated.Ruslan Ermilov2007-10-161-2/+2
* Rescue parts of the sensorsd commit that are still relevant:Ruslan Ermilov2007-10-161-6/+9
* Backout sensors framework.Alexander Leidinger2007-10-151-36/+6
* Add comment explaining __mb_sb_limit trick here.Andrey A. Chernov2007-10-151-0/+5
* Fix mdoc in last commit.Ruslan Ermilov2007-10-141-13/+15
* Import OpenBSD's sysctl hardware sensors framework.Alexander Leidinger2007-10-141-6/+34
* The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov2007-10-1312-21/+57
* Remove symbols that should not be exported.Daniel Eischen2007-10-131-29/+0
* MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd areOlivier Houchard2007-10-133-9/+9
* 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