| Commit message (Expand) | Author | Age | Files | Lines |
* | Add descriptions about signal queue. | davidxu | 2005-11-11 | 1 | -0/+24 |
* | Er, highlight function wait(). | davidxu | 2005-11-11 | 1 | -7/+10 |
* | Add notes about queued SIGCHLD. | davidxu | 2005-11-11 | 1 | -0/+10 |
* | Add manuals for sigqueue, sigtimedwait, sigwaitinfo. | davidxu | 2005-11-11 | 3 | -2/+296 |
* | Add missing shared library interdependencies. | ru | 2005-11-10 | 13 | -2/+29 |
* | As for __kernel_cosf() and __kernel_sinf(), use a fairly optimal minimax | bde | 2005-11-10 | 1 | -17/+11 |
* | Bump the maximum number of archive formats that can be | kientzle | 2005-11-08 | 1 | -1/+1 |
* | Correctly clean up if gzip format gets mis-identified as compress format. | kientzle | 2005-11-08 | 1 | -9/+17 |
* | Fine-tune the format detection for CPIO and ISO9660 sub-types. | kientzle | 2005-11-08 | 3 | -10/+25 |
* | Portability: Use some autoconf magic to include the | kientzle | 2005-11-08 | 4 | -0/+28 |
* | Finish the removal of threads support in ../config.mk,v 1.15. | ru | 2005-11-07 | 7 | -20/+2 |
* | Portability: timegm() isn't standard, so check for timegm() in | kientzle | 2005-11-06 | 3 | -3/+44 |
* | Detach k_rem_pio2f.c from the build since it is now unused. It is a libm | bde | 2005-11-06 | 1 | -1/+1 |
* | Use a 53-bit approximation to pi/2 instead of a 33+53 bit one for the | bde | 2005-11-06 | 1 | -9/+39 |
* | The logb() functions are not just ieee754 "test" functions, but are | bde | 2005-11-06 | 4 | -33/+48 |
* | Fix name compatible problem with POSIX standard. the sigval_ptr and | davidxu | 2005-11-04 | 1 | -5/+5 |
* | Remove a redundant _get_curthread() call. | davidxu | 2005-11-02 | 1 | -1/+0 |
* | Moved the optimization for tiny x from __kernel_tan[f](x) to tan[f](x) | bde | 2005-11-02 | 4 | -46/+14 |
* | In raise(), use a shortcut to directly send signal to current thread. | davidxu | 2005-11-02 | 1 | -7/+2 |
* | Updated the comment about the optimization for tiny x (the previous | bde | 2005-11-02 | 1 | -2/+4 |
* | Removed dead code for handling tan[f]() on odd multiples of pi/2. This | bde | 2005-11-02 | 2 | -6/+2 |
* | Fixed some of the silliness related to rev.1.8. In 1.8, "double" in | bde | 2005-11-02 | 1 | -1/+1 |
* | Fix some comments, eliminate a memory leak. | davidxu | 2005-11-01 | 1 | -6/+13 |
* | Use TIMERS_UNLOCK. | davidxu | 2005-11-01 | 1 | -1/+1 |
* | Add code to handle timer_delete(). The timer wrapper code is completely | davidxu | 2005-11-01 | 4 | -68/+268 |
* | Document the fact that sendfile(2) can EOPNOTSUPP if the underlying | jkoshy | 2005-10-31 | 1 | -0/+5 |
* | Sort error list. | jkoshy | 2005-10-31 | 1 | -21/+22 |
* | Add thread exit handler in timer_loop to handle broken buggy code which | davidxu | 2005-10-30 | 1 | -1/+3 |
* | Fixed spelling of remquof() in its prototype. | bde | 2005-10-30 | 1 | -1/+1 |
* | Fixed some comments added in rev.1.5. | bde | 2005-10-30 | 1 | -5/+7 |
* | Add timer_create wrapper. | davidxu | 2005-10-30 | 2 | -0/+3 |
* | Implement inline functions to give the complex result x+I*y from float | bde | 2005-10-29 | 1 | -0/+42 |
* | Use double precision to simplify and optimize arg reduction for small | bde | 2005-10-29 | 1 | -97/+22 |
* | Remove unused variable. | davidxu | 2005-10-29 | 2 | -9/+0 |
* | Start trying to make the float precision trig functions actually worth | bde | 2005-10-29 | 1 | -30/+28 |
* | Kill unused variable declaration. | davidxu | 2005-10-29 | 1 | -2/+0 |
* | Use fairly optimal minimax polynomials for __kernel_cosf() and | bde | 2005-10-28 | 2 | -16/+15 |
* | Link libthr to libpthread on Alpha and Sparc. | davidxu | 2005-10-27 | 1 | -0/+10 |
* | Disconnect libc_r from buildworld, it is still kept in the tree to | davidxu | 2005-10-27 | 1 | -1/+1 |
* | Use a better algorithm for reducing the error in __kernel_cos[f](). | bde | 2005-10-26 | 2 | -51/+22 |
* | Add experiment code to implement POSIX timer's SIGEV_THREAD notification. | davidxu | 2005-10-26 | 1 | -0/+168 |
* | Follow the change in kernel, joiner thread just waits at thread id | davidxu | 2005-10-26 | 2 | -6/+10 |
* | Recognize all current standard node types. | ru | 2005-10-25 | 1 | -4/+42 |
* | More fixes for arg reduction near pi/2 on systems with broken assignment | bde | 2005-10-25 | 1 | -5/+8 |
* | Put pthread_condattr_init sorted order. | davidxu | 2005-10-25 | 1 | -1/+1 |
* | Moved the optimization for tiny x from __kernel_{cos,sin}[f](x) to | bde | 2005-10-24 | 8 | -22/+22 |
* | Include files thr_condattr_pshared.c and thr_mattr_pshare.c. | davidxu | 2005-10-24 | 2 | -0/+4 |
* | Export following functions: | davidxu | 2005-10-24 | 1 | -0/+8 |
* | Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared. | davidxu | 2005-10-24 | 2 | -0/+112 |
* | Add function pthread_condattr_setpshared and pthread_condattr_getpshared. | davidxu | 2005-10-24 | 2 | -0/+112 |