summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Update the IMPLEMENTATION NOTES section to reflect recent mallocjasone2007-03-281-13/+30
* Remove some stray roff formatting that caused incorrect rendering.jasone2007-03-281-1/+0
* Add a HISTORY section.jasone2007-03-281-0/+5
* Fix some subtle bugs for posix_memalign() having to do with integerjasone2007-03-241-18/+43
* Fix posix_memalign() for large objects. Now that runs are extents ratherjasone2007-03-231-151/+297
* Use extents rather than binary buddies to track free pages withinjasone2007-03-231-323/+332
* Let people in on the magic of INET[6]_ADDRSTRLEN which comes quite handy inmlaier2007-03-211-1/+6
* Avoid using vsnprintf(3) unless MALLOC_STATS is defined, in order tojasone2007-03-201-152/+233
* o Add ENVIRONMENT section and mention there that TMPDIR is ignoredmaxim2007-03-161-1/+14
* - Sysctl's move to seperate filerrs2007-03-151-6/+11
* Wordsmithery.bms2007-03-091-1/+1
* Document SO_ACCEPTCONN.bms2007-03-081-1/+9
* Fix license. Clause 4 is still required (UCB materiel).bms2007-03-071-6/+5
* use 2-clause BSD license as per hoskins strike-off july 22 1999.bms2007-03-071-4/+6
* Only reject file descriptors higher than FD_SETSIZE if we are not usingjhb2007-03-051-7/+5
* Apply my patch properly.ru2007-03-051-1/+1
* Fix markup.bms2007-03-051-22/+36
* .Xr nit.bms2007-03-051-2/+2
* Update shutdown() manual page to reflect actual behaviour of code.bms2007-03-051-10/+82
* Test cases for back references.delphij2007-03-051-0/+24
* Only stop evaluation of a back reference if the match length isdelphij2007-03-051-15/+17
* Avoid infinite recursion on:delphij2007-03-051-0/+2
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddensimon2007-03-042-0/+10
* - Bump _yplib_timeout limit from 10 to 20 seconds to better handlesimon2007-03-041-1/+9
* Document the AF_LINK extension which was imported from NetBSD.bms2007-02-281-4/+19
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywherebms2007-02-288-441/+123
* Fix include declaration it was sys/sctp.h should be netinet/sctp.h,rrs2007-02-2613-13/+13
* Move _posix1e_acl_name_to_id out of acl_support.c and intokientzle2007-02-263-55/+52
* Don't assert() the TLS allocation requested is big enough; justkientzle2007-02-251-2/+2
* Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory.jasone2007-02-221-36/+40
* Fixes build breakage.. invalid type casts.. and invalidrrs2007-02-221-6/+6
* First cut of the sctp man pages. Still need work.rrs2007-02-2215-1/+1791
* Fixes __FreeBSD__ being present (they should not)rrs2007-02-221-6/+4
* Adds a performance improvement for when sctp_sendx isrrs2007-02-221-23/+43
* Fix mis-reference of incorrect manual page in ERRORS section.trhodes2007-02-171-1/+1
* New sentence -> new line. While here, fix apostrophe abuse.brueffer2007-02-141-4/+7
* Change the date.julian2007-02-131-1/+1
* Make the kse man page reflect the removal of the KSEGRP kernel abstraction.julian2007-02-131-54/+30
* o s/cgetseq/cgetset/maxim2007-02-111-1/+1
* Docment the acceptable values for the id parameter.mpp2007-02-011-1/+16
* Fix a utrace(2)-related bug in calloc(3).jasone2007-01-311-44/+56
* Remove getobjformat() from libc's symbol map. It probably should have beenpeter2007-01-251-1/+0
* Retire more remnants of a.out support, as threatened in 2002.peter2007-01-253-182/+2
* Docuemnt exactly which functions access which NSS databases.bms2007-01-221-1/+15
* o Remove duplicate includes.maxim2007-01-203-3/+0
* On FreeBSD/arm, any value > 50 bits will result in a rediculously hugeimp2007-01-191-2/+2
* When we try to set set-gid bit with chmod(2) on a file, which we own, but ourpjd2007-01-161-1/+5
* Remove 3rd clause, renumber, ok per emailimp2007-01-125-20/+5
* o Document SO_TIMESTAMP and SO_BINSTAMP socket options.maxim2007-01-111-2/+46
* Remove silly n that crept inimp2007-01-091-1/+1
OpenPOWER on IntegriCloud