aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Don't allocate the constant array "props" on the stack in wctype.Antoine Brodin2008-03-171-1/+1
* scandir(3) previously used st_size to obtain an initial estimateDavid Schultz2008-03-161-13/+3
* Fix bugs in previous revision (missing comma, misspelled syscall name).Ruslan Ermilov2008-03-131-3/+2
* Remove trailing whitespace.Ruslan Ermilov2008-03-131-1/+1
* Add missing section number.Ruslan Ermilov2008-03-131-1/+1
* In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSODavid Xu2008-03-132-4/+3
* - Remove kse syscall symbols and man pages.Jeff Roberson2008-03-122-21/+1
* Add missing comma.David Xu2008-03-121-1/+1
* Add manual for function sem_timedwait().David Xu2008-03-122-1/+123
* Add reference to kldunloadf system call, which was previously notRobert Watson2008-03-102-1/+15
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withAntoine Brodin2008-03-081-1/+37
* Remove stale #include <machine/atomic.h>, which as needed by lazyJason Evans2008-03-071-4/+4
* Add __FBSDID() tags.Robert Watson2008-03-074-8/+12
* Add cpuset, an api for thread to cpu binding and cpu resource groupingJeff Roberson2008-03-021-0/+15
* Use the easily-greppable copyright notice template fromPhilip Paeps2008-02-297-119/+119
* Replace the use of warnx() with direct output to stderr using _write().Sean Farley2008-02-281-12/+36
* Add <limits.h> for SHRT_MAX.John Baldwin2008-02-273-0/+3
* File descriptors are an int, but our stdio FILE object uses a short to holdJohn Baldwin2008-02-273-0/+39
* stdio is currently limited to file descriptors not greater thanGarrett Wollman2008-02-271-1/+19
* Added the "restrict" type-qualifier to the readlink() prototype.Ruslan Ermilov2008-02-261-2/+2
* Add missing words.Christian Brueffer2008-02-251-2/+2
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCRafal Jaworowski2008-02-246-0/+12
* Note, as required by our agreement with IEEE/The Open Group, that the messagePhilip Paeps2008-02-217-0/+140
* getopt(3) returns -1, not EOF.Kevin Lo2008-02-183-3/+3
* Fix a race condition in arena_ralloc() for shrinking in-place largeJason Evans2008-02-171-25/+41
* Remove support for lazy deallocation. Benchmarks across a wide range ofJason Evans2008-02-172-221/+4
* Allow underscore in domain names while resolving. While having underscoreXin LI2008-02-161-1/+2
* Change readlink(2)'s return type and type of the last argumentRuslan Ermilov2008-02-121-4/+4
* After issueing a ntpdate [1] I noticed it's already 2008, reflect thatRemko Lodder2008-02-111-1/+1
* Fix typo (s/existance/existence/)Remko Lodder2008-02-111-2/+2
* Fix a bug in lazy deallocation that was introduced whenJason Evans2008-02-081-7/+10
* Clean up manipulation of chunk page map elements to remove some tenuousJason Evans2008-02-081-362/+357
* Add pthread_mutex_isowned_np() so there is no need for an additionalDag-Erling Smørgrav2008-02-062-0/+2
* Track dirty unused pages so that they can be purged if they exceed aJason Evans2008-02-062-679/+973
* Remove incomplete support of AI_ALL and AI_V4MAPPED.Hajimu UMEMOTO2008-02-031-21/+0
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsPoul-Henning Kamp2008-02-031-1/+14
* Update this manual page to describe the extattr_list_file() and theTom Rhodes2008-01-291-6/+13
* Our fts(3) API, as inherited from 4.4BSD, suffers from integerYaroslav Tykhiy2008-01-266-93/+59
* Fix longstanding mb/wc functions segfault if error occurseAndrey A. Chernov2008-01-231-29/+39
* Better fix for longstanding segfault. Don't touch current locale at allAndrey A. Chernov2008-01-231-17/+29
* 1) Add (void) cast to _none_init() (while I am here)Andrey A. Chernov2008-01-231-2/+4
* Xref flopen.3 which references this manual page.Tom Rhodes2008-01-221-1/+2
* Introduce new encoding: "ASCII"Andrey A. Chernov2008-01-214-1/+191
* Add a new union member to access the exponent and sign of a long doubleDavid Schultz2008-01-181-0/+5
* Add an alternative view of the bits in an 80-bit long double (64+16Bruce Evans2008-01-173-3/+24
* Fix some style nits.Remko Lodder2008-01-161-4/+4
* Remove some now-unused macros.John Baldwin2008-01-151-3/+1
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)John Baldwin2008-01-151-46/+31
* Back out last commit, since it accidentally broke pts.Colin Percival2008-01-151-37/+48
* In getttyent(3), if /etc/ttys doesn't end in a newline, don'tDavid Schultz2008-01-151-1/+1