summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Replace the use of warnx() with direct output to stderr using _write().scf2008-02-281-12/+36
* Add <limits.h> for SHRT_MAX.jhb2008-02-273-0/+3
* File descriptors are an int, but our stdio FILE object uses a short to holdjhb2008-02-273-0/+39
* stdio is currently limited to file descriptors not greater thanwollman2008-02-271-1/+19
* Added the "restrict" type-qualifier to the readlink() prototype.ru2008-02-261-2/+2
* Add missing words.brueffer2008-02-251-2/+2
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCraj2008-02-246-0/+12
* Note, as required by our agreement with IEEE/The Open Group, that the messagephilip2008-02-217-0/+140
* getopt(3) returns -1, not EOF.kevlo2008-02-183-3/+3
* Fix a race condition in arena_ralloc() for shrinking in-place largejasone2008-02-171-25/+41
* Remove support for lazy deallocation. Benchmarks across a wide range ofjasone2008-02-172-221/+4
* Allow underscore in domain names while resolving. While having underscoredelphij2008-02-161-1/+2
* Change readlink(2)'s return type and type of the last argumentru2008-02-121-4/+4
* After issueing a ntpdate [1] I noticed it's already 2008, reflect thatremko2008-02-111-1/+1
* Fix typo (s/existance/existence/)remko2008-02-111-2/+2
* Fix a bug in lazy deallocation that was introduced whenjasone2008-02-081-7/+10
* Clean up manipulation of chunk page map elements to remove some tenuousjasone2008-02-081-362/+357
* Add pthread_mutex_isowned_np() so there is no need for an additionaldes2008-02-062-0/+2
* Track dirty unused pages so that they can be purged if they exceed ajasone2008-02-062-679/+973
* Remove incomplete support of AI_ALL and AI_V4MAPPED.ume2008-02-031-21/+0
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsphk2008-02-031-1/+14
* 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
OpenPOWER on IntegriCloud