| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust for brain outage that affected the previous commit. | nectar | 2004-01-06 | 1 | -1/+1 |
* | Add required headers. | nectar | 2004-01-06 | 2 | -0/+4 |
* | Add required headers and function declarations. | nectar | 2004-01-06 | 2 | -0/+3 |
* | Remove unused variables. Add required headers and function | nectar | 2004-01-06 | 7 | -6/+12 |
* | Use ANSI C function definition for `_mcount' and remove `static' | nectar | 2004-01-06 | 1 | -2/+2 |
* | Add missing declaration. | nectar | 2004-01-06 | 1 | -0/+2 |
* | Work around a `warning: zero-length printf format string'. | nectar | 2004-01-06 | 1 | -1/+1 |
* | Avoid undefined behavior: | nectar | 2004-01-06 | 1 | -2/+2 |
* | Make intentions explicit with additional parenthesis. | nectar | 2004-01-06 | 2 | -8/+8 |
* | Remove unused variables and function declarations. Add missing headers. | nectar | 2004-01-06 | 5 | -8/+6 |
* | Kernel now supports per-thread sigaltstack, follow the change to | davidxu | 2004-01-03 | 2 | -12/+2 |
* | Return error code in errno, not in return value. | davidxu | 2004-01-02 | 2 | -6/+12 |
* | Fix a typo. | davidxu | 2004-01-02 | 2 | -2/+2 |
* | Reenable signals for threads after joining. | deischen | 2003-12-31 | 1 | -0/+3 |
* | Removed MLINKS to nonimplemented/nonexistent functions. | ru | 2003-12-30 | 1 | -3/+0 |
* | Merge from libc_r: document pthread_attr_[gs]etstack(). | ru | 2003-12-30 | 2 | -1/+11 |
* | Pull revision 1.13 from libpthread/man/pthread_mutex_init.3: | ru | 2003-12-30 | 1 | -2/+0 |
* | Pull some changes (mostly cosmetic) from libc_r manpages | ru | 2003-12-30 | 30 | -75/+143 |
* | o Implement pthread_mutex_timedlock(), which does not block indefinitely on | mtm | 2003-12-30 | 1 | -0/+32 |
* | Make it possible for the library to specify a timeout value when | mtm | 2003-12-30 | 3 | -22/+49 |
* | Forgot to commit this file for last commit. :( | davidxu | 2003-12-29 | 2 | -0/+8 |
* | Implement sigaltstack() as per-threaded. Current only scope process thread | davidxu | 2003-12-29 | 9 | -48/+464 |
* | Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak. | maxim | 2003-12-29 | 1 | -0/+9 |
* | Correctly retrieve sigaction flags. | davidxu | 2003-12-28 | 2 | -4/+4 |
* | Don't block SIGTRAP - it makes it hard to debug programs with gdb. | dfr | 2003-12-26 | 1 | -0/+1 |
* | Make sure we initialise dirp->dd_size if we aren't reading a unionfs | dfr | 2003-12-26 | 1 | -0/+1 |
* | Preparations to make libthr work in multi-threaded fork()ing applications. | mtm | 2003-12-26 | 3 | -63/+81 |
* | Add restrict qualifiers. (docs) | alfred | 2003-12-24 | 5 | -5/+5 |
* | Properly advance "x/y/z" form slash-pointers in some rare cases | ache | 2003-12-24 | 1 | -4/+4 |
* | Back out previous commit due to incorrect content. | trhodes | 2003-12-23 | 1 | -128/+62 |
* | Document many of the missing posix.1b options. | trhodes | 2003-12-23 | 1 | -62/+128 |
* | Correct URI to USB specs. | rushani | 2003-12-21 | 1 | -1/+1 |
* | Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor | kan | 2003-12-19 | 2 | -13/+2 |
* | Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor | kan | 2003-12-19 | 1 | -7/+101 |
* | Replace a comment with more accurated one, memory heap is now protected by | davidxu | 2003-12-19 | 2 | -6/+4 |
* | Code clean up, remove unused MACROS and function prototypes. | davidxu | 2003-12-19 | 2 | -36/+0 |
* | First byte of GBK-like sequences is 0x81, not 0x80 | ache | 2003-12-19 | 1 | -1/+1 |
* | Brucification: Don't initialize in declaration, make sure extra lines | jkh | 2003-12-18 | 2 | -2/+5 |
* | Return to the caller if write() returns 0. | deischen | 2003-12-17 | 1 | -0/+2 |
* | Do comparison using appropriate casting first, as per SUSv3 (search for first | jkh | 2003-12-17 | 2 | -2/+4 |
* | Remove _giant_mutex and its associated macros. | mtm | 2003-12-15 | 2 | -85/+0 |
* | Comment out most of pthread_setschedparam. Pthread priorities didn't | mtm | 2003-12-15 | 1 | -1/+4 |
* | When creating a pthread in the suspended state their were two | mtm | 2003-12-15 | 1 | -2/+4 |
* | Document the effect of sysctl tunables controlling p_candebug(9) on | jkoshy | 2003-12-14 | 1 | -1/+7 |
* | Doh! Lock the thread passed in by the caller, not the current thread. | mtm | 2003-12-12 | 1 | -2/+2 |
* | Fix a strict aliasing issue. Also remove an unnecessary pam_get_item() | des | 2003-12-11 | 1 | -8/+6 |
* | More strict aliasing fixes. | des | 2003-12-11 | 1 | -26/+29 |
* | Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs | des | 2003-12-11 | 9 | -42/+44 |
* | Fixed English error in previous commit. Fixed some older English errors. | bde | 2003-12-11 | 1 | -6/+5 |
* | Remove uses of GIANT_LOCK and replace with appropriate thread | mtm | 2003-12-11 | 1 | -7/+12 |