summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withantoine2008-03-081-1/+37
* Merge changes from NetBSD on humanize_number.c, 1.8 -> 1.13antoine2008-03-081-5/+10
* Remove stale #include <machine/atomic.h>, which as needed by lazyjasone2008-03-071-4/+4
* Add __FBSDID() tags.rwatson2008-03-074-8/+12
* Fix a bug when calculating remnant size.davidxu2008-03-061-1/+1
* Don't report death event to debugger if it is a forced exit.davidxu2008-03-061-1/+1
* Restore code setting new thread's scheduler parameters, I was thinkingdavidxu2008-03-061-15/+11
* Increase and decrease in_sigcancel_handler accordingly to avoid possibledavidxu2008-03-051-2/+2
* Use cpuset defined in pthread_attr for newly created thread, for now,davidxu2008-03-053-21/+57
* Add more cpu affinity function's symbols.davidxu2008-03-051-0/+6
* Check actual size of cpuset kernel is using and define underscore versiondavidxu2008-03-051-7/+42
* If a new thread is created, it inherits current thread's signal masks,davidxu2008-03-043-1/+24
* Include cpuset.h, unbreak compiling.davidxu2008-03-041-0/+2
* implement pthread_attr_getaffinity_np and pthread_attr_setaffinity_np.davidxu2008-03-044-3/+68
* Implement functions pthread_getaffinity_np and pthread_setaffinity_np todavidxu2008-03-033-1/+78
* - Fix an off-by-one bug in _libelf_insert_section(). [1]jkoshy2008-03-031-5/+11
* 1 << 47 needs to be written 1ULL << 47.das2008-03-021-1/+1
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+15
* Translate the r_info field of ELF relocation records when convertingjkoshy2008-03-022-4/+23
* Hook up sqrtl() to the build.das2008-03-025-13/+24
* MD implementations of sqrtl().das2008-03-022-0/+76
* MI implementation of sqrtl(). This is very slow and shoulddas2008-03-023-4/+168
* Use the easily-greppable copyright notice template fromphilip2008-02-297-119/+119
* Fix and improve some magic numbers for the "medium size" case.bde2008-02-282-4/+4
* 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
* Spelling correction, thanks to Joerg Sonnenberger.kientzle2008-02-271-1/+1
* Optimize skipping over Zip entries.kientzle2008-02-271-14/+5
* 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
* Rename the archive_endian.h functions to avoid name clasheskientzle2008-02-262-39/+41
* Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), thisbde2008-02-254-0/+15
* Use a temporary array instead of the arg array y[] for callingbde2008-02-252-8/+8
* Change __ieee754_rem_pio2f() to return double instead of float so thatbde2008-02-255-27/+24
* Add missing words.brueffer2008-02-251-2/+2
* Fix some off-by-1 errors.bde2008-02-253-6/+11
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCraj2008-02-247-0/+17
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding anbde2008-02-232-11/+8
* Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use thebde2008-02-222-6/+4
* Remove the "quick check no cancellation" optimization forbde2008-02-221-12/+1
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoidingbde2008-02-222-0/+18
* Add an irint() function in inline asm for amd64 and i386. irint() isbde2008-02-221-0/+30
* Optimize the conversion to bits a little (by about 11 cycles or 16%bde2008-02-221-5/+13
* Optimize the fixup for +-0 by using better classification for this casebde2008-02-221-2/+4
* Fix rintl() on signaling NaNs and unsupported formats.bde2008-02-221-5/+3
* s/rcsid/__FBSDID/das2008-02-2279-241/+158
* Remove an unused variable.das2008-02-223-3/+3
* Eliminate some warnings.das2008-02-223-9/+3
* Note, as required by our agreement with IEEE/The Open Group, that the messagephilip2008-02-217-0/+140
OpenPOWER on IntegriCloud