summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* We should never zero-pad INF or NaN (yielding silly strings like "00inf")das2007-05-081-0/+1
* Fix a rounding error.das2007-05-081-1/+1
* - Fix typogabor2007-05-041-2/+2
* Back out all POSIXified *env() changes.ache2007-05-014-96/+41
* Bump .Ddache2007-04-301-1/+1
* Add phraseache2007-04-301-1/+2
* Make putenv() fully conforms to Open Group specs Issue 6ache2007-04-304-26/+58
* Remove special case skipping initial '=' of the setenv() value "forache2007-04-302-7/+0
* Make setenv, putenv, getenv and unsetenv conforming to Open Group specsache2007-04-304-19/+48
* Add missing links and sort.pjd2007-04-291-3/+9
* Make sure FBSDprivate_1.0 is located at the end of the versionkan2007-04-291-1/+1
* Use C comments since we now preprocess these files with CPP.deischen2007-04-2930-166/+242
* Number the private version namespace in case we ever want to havedeischen2007-04-291-1/+1
* Remove the MSG_PEEK flag from the documentation of the send(2) syscall -roam2007-04-271-1/+0
* Make inet6_rth_* family of functions more compliant with RFC3542:mtm2007-04-191-1/+9
* Grammer correction from: emastephk2007-04-191-1/+1
* Loosen return value spec for fputs to be standards compliant so peoplephk2007-04-191-5/+2
* Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operatespjd2007-04-141-21/+18
* Belatedly bump Dd for my recent changes.emaste2007-04-111-1/+1
* Expand the description of the host's UUID.ru2007-04-101-3/+3
* Swap "underflow"/"overflow" in the table header.ru2007-04-101-2/+2
* Clean-ip TLS symbol versions. [_]__tls_get_addr function is part ofkan2007-04-092-6/+2
* Document KERN_HOSTUUID.pjd2007-04-091-1/+4
* Document PT_GETNUMLWPS.emaste2007-04-091-0/+3
* Describe PT_GETLWPLIST's arguments.emaste2007-04-071-0/+9
* __p_rcode_syms is declared as external in resolv.conf, so it cannot bekan2007-04-062-1/+2
* Bump date.pjd2007-04-053-3/+3
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-052-1/+65
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-051-0/+7
* Avoid using intermediate variables by just comparing betweendelphij2007-04-051-27/+15
* Import amd64 assembly implementations of div(3) family from NetBSD.jkim2007-04-044-0/+51
* Add entry for dl_iterate_phdr.kan2007-04-031-0/+1
* Add stub for dl_iterate_phdr.kan2007-04-031-0/+10
* Use size_t instead of unsigned for pagesize-related values, in order tojasone2007-03-291-4/+8
* Remove the run promotion/demotion machinery. Replace it with red-blackjasone2007-03-281-430/+219
* Change macro in order to refer to FreeBSD 7.0 instead of 7.0BSD.jasone2007-03-281-2/+2
* 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
OpenPOWER on IntegriCloud