summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some bugs that caused sparc64's quad precision sqrt to getdas2008-04-121-5/+5
* Make the software emulator for long doubles set the FPU exceptiondas2008-04-121-0/+15
* Add memrchr(3).delphij2008-04-104-4/+74
* Move the cpuset functions from FBSD_1.0 to FBSD_1.1. All symbols addeddeischen2008-04-071-5/+5
* Add some compatibility code so that software which is built to use the newdfr2008-04-043-1/+92
* Minor style(9) nit: move to using ANSI definition of functions.imp2008-04-031-19/+5
* Fix descriptions of "struct msqid_ds and "struct ipc_perm" to matchru2008-04-031-11/+11
* style(9) cleanupkevlo2008-04-032-2/+2
* Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.davidxu2008-04-022-0/+4
* Normally, we are often reading local time rather than setting time zone,davidxu2008-04-011-22/+63
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+18
* Don't call xdrrec_skiprecord in the non-blocking case. Ifdfr2008-03-301-1/+2
* Don't assume that there is readable data on the stream after thedfr2008-03-301-0/+6
* 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
OpenPOWER on IntegriCloud