summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Update this manual page to describe the extattr_list_file() and thetrhodes2008-01-291-6/+13
* Our fts(3) API, as inherited from 4.4BSD, suffers from integeryar2008-01-266-93/+59
* Fix longstanding mb/wc functions segfault if error occurseache2008-01-231-29/+39
* Better fix for longstanding segfault. Don't touch current locale at allache2008-01-231-17/+29
* 1) Add (void) cast to _none_init() (while I am here)ache2008-01-231-2/+4
* Xref flopen.3 which references this manual page.trhodes2008-01-221-1/+2
* Introduce new encoding: "ASCII"ache2008-01-214-1/+191
* Add a new union member to access the exponent and sign of a long doubledas2008-01-181-0/+5
* Add an alternative view of the bits in an 80-bit long double (64+16bde2008-01-173-3/+24
* Fix some style nits.remko2008-01-161-4/+4
* Remove some now-unused macros.jhb2008-01-151-3/+1
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)jhb2008-01-151-46/+31
* Back out last commit, since it accidentally broke pts.cperciva2008-01-151-37/+48
* In getttyent(3), if /etc/ttys doesn't end in a newline, don'tdas2008-01-151-1/+1
* Fix issues which allow snooping on ptys. [08:01]cperciva2008-01-142-50/+39
* Changing 'r' to a size_t in the previous commit turned quicksortdas2008-01-141-4/+5
* Use size_t to avoid overflow when sorting arrays larger than 2 GB.das2008-01-132-2/+3
* Add a feature_present(3) function which checks to see if a named kerneljhb2008-01-103-2/+137
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-085-335/+161
* Enable both sbrk(2)- and mmap(2)-based memory acquisition methods byjasone2008-01-032-19/+20
* Fix a major chunk-related memory leak in chunk_dealloc_dss_record(). [1]jasone2007-12-311-65/+56
* Fix a bug related to sbrk() calls that could cause address space leaks.jasone2007-12-311-186/+268
* Back out premature commit of previous version.jasone2007-12-281-183/+113
* Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) injasone2007-12-281-113/+183
* Release chunks_mtx for all paths through chunk_dealloc().jasone2007-12-281-1/+4
* Add the 'D' and 'M' run time options, and use them to control whetherjasone2007-12-272-315/+492
* Fix a typo in regards to the ENOENT error.jhb2007-12-271-1/+1
* Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends:jhb2007-12-211-22/+23
* Reduce lock contention for simple cases.imp2007-12-191-16/+22
* Add note about other systems.imp2007-12-191-0/+3
* Move all the xprintf-related symbols to FBSDprivate_1.0.das2007-12-181-9/+13
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),das2007-12-184-12/+0
* Use fixed point integer math instead of floating point math whenjasone2007-12-181-42/+47
* Catch up with vfprintf.c,v 1.77.das2007-12-181-0/+1
* Moved logging out of the nss_method_lookup() in order not tobushman2007-12-171-9/+13
* Refactor features a bit in order to make it possible to disable lazyjasone2007-12-171-52/+127
* Implement and document nan(), nanf(), and nanl(). This commitdas2007-12-161-4/+23
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace sodas2007-12-165-0/+17
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asdas2007-12-165-27/+27
* Increment the version namespace for 8.0-current. New symbols anddeischen2007-12-141-0/+5
* Update posix_openpt(3) to handle 512 ptys. This was missed in the earlierjhb2007-12-131-2/+2
* Remove license clause 3 to agree with the now-standard BSD license.wes2007-12-123-14/+0
* Implementing 'fallback' nsswitch source. 'fallback' source is usedbushman2007-12-123-116/+220
* Remove 3rd clause of licensephantom2007-12-121-4/+0
* Fix typo in the commentache2007-12-111-1/+1
* Remove some test instrumentation. (The Symbol.map changes broke it anyway.)das2007-12-092-8/+0
* Fix handling of subnormals on i386/ia64/amd64.das2007-12-091-2/+0
* Make the warning a bit less 'broad' then it used to be. The accessremko2007-12-081-1/+10
* Merge BIND 9.4.2 into main chunk.ume2007-12-032-18/+25
* This commit was generated by cvs2svn to compensate for changes in r174223,ume2007-12-031-2/+2
|\
OpenPOWER on IntegriCloud