| Commit message (Expand) | Author | Age | Files | Lines |
* | If a thread is cancelled, it may have already consumed a umtx_wake, | davidxu | 2008-03-11 | 1 | -0/+2 |
* | Add structures to hold SDP parameters for the NAP, GN and PANU profiles. | emax | 2008-03-11 | 1 | -0/+17 |
* | Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns. | jkoshy | 2008-03-10 | 1 | -12/+70 |
* | Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns. | jkoshy | 2008-03-10 | 4 | -17/+103 |
* | Add reference to kldunloadf system call, which was previously not | rwatson | 2008-03-10 | 2 | -1/+15 |
* | Introduce a new F_DUP2FD command to fcntl(2), for compatibility with | antoine | 2008-03-08 | 1 | -1/+37 |
* | Merge changes from NetBSD on humanize_number.c, 1.8 -> 1.13 | antoine | 2008-03-08 | 1 | -5/+10 |
* | Remove stale #include <machine/atomic.h>, which as needed by lazy | jasone | 2008-03-07 | 1 | -4/+4 |
* | Add __FBSDID() tags. | rwatson | 2008-03-07 | 4 | -8/+12 |
* | Fix a bug when calculating remnant size. | davidxu | 2008-03-06 | 1 | -1/+1 |
* | Don't report death event to debugger if it is a forced exit. | davidxu | 2008-03-06 | 1 | -1/+1 |
* | Restore code setting new thread's scheduler parameters, I was thinking | davidxu | 2008-03-06 | 1 | -15/+11 |
* | Increase and decrease in_sigcancel_handler accordingly to avoid possible | davidxu | 2008-03-05 | 1 | -2/+2 |
* | Use cpuset defined in pthread_attr for newly created thread, for now, | davidxu | 2008-03-05 | 3 | -21/+57 |
* | Add more cpu affinity function's symbols. | davidxu | 2008-03-05 | 1 | -0/+6 |
* | Check actual size of cpuset kernel is using and define underscore version | davidxu | 2008-03-05 | 1 | -7/+42 |
* | If a new thread is created, it inherits current thread's signal masks, | davidxu | 2008-03-04 | 3 | -1/+24 |
* | Include cpuset.h, unbreak compiling. | davidxu | 2008-03-04 | 1 | -0/+2 |
* | implement pthread_attr_getaffinity_np and pthread_attr_setaffinity_np. | davidxu | 2008-03-04 | 4 | -3/+68 |
* | Implement functions pthread_getaffinity_np and pthread_setaffinity_np to | davidxu | 2008-03-03 | 3 | -1/+78 |
* | - Fix an off-by-one bug in _libelf_insert_section(). [1] | jkoshy | 2008-03-03 | 1 | -5/+11 |
* | 1 << 47 needs to be written 1ULL << 47. | das | 2008-03-02 | 1 | -1/+1 |
* | Add cpuset, an api for thread to cpu binding and cpu resource grouping | jeff | 2008-03-02 | 1 | -0/+15 |
* | Translate the r_info field of ELF relocation records when converting | jkoshy | 2008-03-02 | 2 | -4/+23 |
* | Hook up sqrtl() to the build. | das | 2008-03-02 | 5 | -13/+24 |
* | MD implementations of sqrtl(). | das | 2008-03-02 | 2 | -0/+76 |
* | MI implementation of sqrtl(). This is very slow and should | das | 2008-03-02 | 3 | -4/+168 |
* | Use the easily-greppable copyright notice template from | philip | 2008-02-29 | 7 | -119/+119 |
* | Fix and improve some magic numbers for the "medium size" case. | bde | 2008-02-28 | 2 | -4/+4 |
* | Replace the use of warnx() with direct output to stderr using _write(). | scf | 2008-02-28 | 1 | -12/+36 |
* | Add <limits.h> for SHRT_MAX. | jhb | 2008-02-27 | 3 | -0/+3 |
* | File descriptors are an int, but our stdio FILE object uses a short to hold | jhb | 2008-02-27 | 3 | -0/+39 |
* | Spelling correction, thanks to Joerg Sonnenberger. | kientzle | 2008-02-27 | 1 | -1/+1 |
* | Optimize skipping over Zip entries. | kientzle | 2008-02-27 | 1 | -14/+5 |
* | stdio is currently limited to file descriptors not greater than | wollman | 2008-02-27 | 1 | -1/+19 |
* | Added the "restrict" type-qualifier to the readlink() prototype. | ru | 2008-02-26 | 1 | -2/+2 |
* | Rename the archive_endian.h functions to avoid name clashes | kientzle | 2008-02-26 | 2 | -39/+41 |
* | Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), this | bde | 2008-02-25 | 4 | -0/+15 |
* | Use a temporary array instead of the arg array y[] for calling | bde | 2008-02-25 | 2 | -8/+8 |
* | Change __ieee754_rem_pio2f() to return double instead of float so that | bde | 2008-02-25 | 5 | -27/+24 |
* | Add missing words. | brueffer | 2008-02-25 | 1 | -2/+2 |
* | Fix some off-by-1 errors. | bde | 2008-02-25 | 3 | -6/+11 |
* | Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC | raj | 2008-02-24 | 7 | -0/+17 |
* | Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding an | bde | 2008-02-23 | 2 | -11/+8 |
* | Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use the | bde | 2008-02-22 | 2 | -6/+4 |
* | Remove the "quick check no cancellation" optimization for | bde | 2008-02-22 | 1 | -12/+1 |
* | Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoiding | bde | 2008-02-22 | 2 | -0/+18 |
* | Add an irint() function in inline asm for amd64 and i386. irint() is | bde | 2008-02-22 | 1 | -0/+30 |
* | Optimize the conversion to bits a little (by about 11 cycles or 16% | bde | 2008-02-22 | 1 | -5/+13 |
* | Optimize the fixup for +-0 by using better classification for this case | bde | 2008-02-22 | 1 | -2/+4 |