summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Document modff() and modfl(). Technically, modff() and modfl()das2008-03-292-12/+23
* - Add a man page for cpuset_getaffinity() and cpuset_setaffinity() andjeff2008-03-292-2/+159
* - Add a man page for cpuset(), cpuset_setid(), and cpuset_getid() and hookjeff2008-03-292-1/+227
* Add support to mincore for detecting whether a page is part of aps2008-03-281-0/+2
* Removed no longer existing CTL_MACHDEP defines.ru2008-03-261-12/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-263-3/+9
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Compile libthr with warnings.ru2008-03-251-0/+3
* Compile libthr with warnings.ru2008-03-251-0/+3
* Don't allocate the constant array "props" on the stack in wctype.antoine2008-03-171-1/+1
* scandir(3) previously used st_size to obtain an initial estimatedas2008-03-161-13/+3
* Fix bugs in previous revision (missing comma, misspelled syscall name).ru2008-03-131-3/+2
* Remove trailing whitespace.ru2008-03-131-1/+1
* Add missing section number.ru2008-03-131-1/+1
* In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSOdavidxu2008-03-132-4/+3
* - Remove kse syscall symbols and man pages.jeff2008-03-122-21/+1
* Add missing comma.davidxu2008-03-121-1/+1
* Add manual for function sem_timedwait().davidxu2008-03-122-1/+123
* Add reference to kldunloadf system call, which was previously notrwatson2008-03-102-1/+15
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withantoine2008-03-081-1/+37
* Remove stale #include <machine/atomic.h>, which as needed by lazyjasone2008-03-071-4/+4
* Add __FBSDID() tags.rwatson2008-03-074-8/+12
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+15
* Use the easily-greppable copyright notice template fromphilip2008-02-297-119/+119
* 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
OpenPOWER on IntegriCloud