aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operatesPawel Jakub Dawidek2007-04-141-21/+18
* Belatedly bump Dd for my recent changes.Ed Maste2007-04-111-1/+1
* Expand the description of the host's UUID.Ruslan Ermilov2007-04-101-3/+3
* Swap "underflow"/"overflow" in the table header.Ruslan Ermilov2007-04-101-2/+2
* Clean-ip TLS symbol versions. [_]__tls_get_addr function is part ofAlexander Kabaev2007-04-092-6/+2
* Document KERN_HOSTUUID.Pawel Jakub Dawidek2007-04-091-1/+4
* Document PT_GETNUMLWPS.Ed Maste2007-04-091-0/+3
* Describe PT_GETLWPLIST's arguments.Ed Maste2007-04-071-0/+9
* __p_rcode_syms is declared as external in resolv.conf, so it cannot beAlexander Kabaev2007-04-062-1/+2
* Bump date.Pawel Jakub Dawidek2007-04-053-3/+3
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inPawel Jakub Dawidek2007-04-052-1/+65
* Add security.jail.mount_allowed sysctl, which allows to mount andPawel Jakub Dawidek2007-04-051-0/+7
* Avoid using intermediate variables by just comparing betweenXin LI2007-04-051-27/+15
* Import amd64 assembly implementations of div(3) family from NetBSD.Jung-uk Kim2007-04-044-0/+51
* Add entry for dl_iterate_phdr.Alexander Kabaev2007-04-031-0/+1
* Add stub for dl_iterate_phdr.Alexander Kabaev2007-04-031-0/+10
* Use size_t instead of unsigned for pagesize-related values, in order toJason Evans2007-03-291-4/+8
* Remove the run promotion/demotion machinery. Replace it with red-blackJason Evans2007-03-281-430/+219
* Change macro in order to refer to FreeBSD 7.0 instead of 7.0BSD.Jason Evans2007-03-281-2/+2
* Update the IMPLEMENTATION NOTES section to reflect recent mallocJason Evans2007-03-281-13/+30
* Remove some stray roff formatting that caused incorrect rendering.Jason Evans2007-03-281-1/+0
* Add a HISTORY section.Jason Evans2007-03-281-0/+5
* Fix some subtle bugs for posix_memalign() having to do with integerJason Evans2007-03-241-18/+43
* Fix posix_memalign() for large objects. Now that runs are extents ratherJason Evans2007-03-231-151/+297
* Use extents rather than binary buddies to track free pages withinJason Evans2007-03-231-323/+332
* Let people in on the magic of INET[6]_ADDRSTRLEN which comes quite handy inMax Laier2007-03-211-1/+6
* Avoid using vsnprintf(3) unless MALLOC_STATS is defined, in order toJason Evans2007-03-201-152/+233
* o Add ENVIRONMENT section and mention there that TMPDIR is ignoredMaxim Konovalov2007-03-161-1/+14
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-6/+11
* Wordsmithery.Bruce M Simpson2007-03-091-1/+1
* Document SO_ACCEPTCONN.Bruce M Simpson2007-03-081-1/+9
* Fix license. Clause 4 is still required (UCB materiel).Bruce M Simpson2007-03-071-6/+5
* use 2-clause BSD license as per hoskins strike-off july 22 1999.Bruce M Simpson2007-03-071-4/+6
* Only reject file descriptors higher than FD_SETSIZE if we are not usingJohn Baldwin2007-03-051-7/+5
* Apply my patch properly.Ruslan Ermilov2007-03-051-1/+1
* Fix markup.Bruce M Simpson2007-03-051-22/+36
* .Xr nit.Bruce M Simpson2007-03-051-2/+2
* Update shutdown() manual page to reflect actual behaviour of code.Bruce M Simpson2007-03-051-10/+82
* Test cases for back references.Xin LI2007-03-051-0/+24
* Only stop evaluation of a back reference if the match length isXin LI2007-03-051-15/+17
* Avoid infinite recursion on:Xin LI2007-03-051-0/+2
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddenSimon L. B. Nielsen2007-03-042-0/+10
* - Bump _yplib_timeout limit from 10 to 20 seconds to better handleSimon L. B. Nielsen2007-03-041-1/+9
* Document the AF_LINK extension which was imported from NetBSD.Bruce M Simpson2007-02-281-4/+19
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywhereBruce M Simpson2007-02-288-441/+123
* Fix include declaration it was sys/sctp.h should be netinet/sctp.h,Randall Stewart2007-02-2613-13/+13
* Move _posix1e_acl_name_to_id out of acl_support.c and intoTim Kientzle2007-02-263-55/+52
* Don't assert() the TLS allocation requested is big enough; justTim Kientzle2007-02-251-2/+2
* Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory.Jason Evans2007-02-221-36/+40
* Fixes build breakage.. invalid type casts.. and invalidRandall Stewart2007-02-221-6/+6