| Commit message (Expand) | Author | Age | Files | Lines |
| * | Actually link in the attr_{set,get}stack. | Alfred Perlstein | 2003-02-11 | 1 | -0/+2 |
| * | Add pthread_attr_getstack() and pthread_attr_setstack(). | Alfred Perlstein | 2003-02-10 | 2 | -0/+117 |
| * | Improve pthread_attr_get_np() by enabling it to return thread's real stack | Alexey Zelkin | 2003-02-03 | 1 | -1/+9 |
| * | Increase the scheduler stack to 4 pages. This should prevent a stack | Daniel Eischen | 2003-01-11 | 1 | -1/+1 |
| * | pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *') | Max Khon | 2003-01-07 | 1 | -7/+6 |
| * | Port libc_r to ia64. We need to do things slightly different | Marcel Moolenaar | 2003-01-06 | 4 | -0/+44 |
| * | Add MD definitions for sparc64. This is based on work by des. | Thomas Moestl | 2003-01-05 | 1 | -0/+29 |
| * | Fix typos in comment. | Daniel Eischen | 2002-12-28 | 1 | -2/+2 |
| * | Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(), | Ruslan Ermilov | 2002-12-19 | 6 | -6/+80 |
| * | When about to do an execve(), don't reset the O_NONBLOCK flag on any file | Archie Cobbs | 2002-11-15 | 1 | -0/+4 |
| * | At initialization, override the pthread stub routines in libc | Daniel Eischen | 2002-11-13 | 19 | -136/+245 |
| * | Fix bogus return values from libc_r's writev() routine in situations where | Archie Cobbs | 2002-11-12 | 1 | -6/+21 |
| * | Fix bogus return values from libc_r's write() routine in situations where | Archie Cobbs | 2002-11-05 | 1 | -6/+21 |
| * | Use the strong symbol'd version of pthread_mutex_init so we don't | Daniel Eischen | 2002-10-31 | 1 | -2/+2 |
| * | Hook uthread_attr_get_np.c to build | Alexey Zelkin | 2002-10-26 | 1 | -0/+1 |
| * | Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threads | Alexey Zelkin | 2002-10-26 | 1 | -0/+50 |
| * | Be more agresive on arguments' checking. | Alexey Zelkin | 2002-10-26 | 1 | -1/+4 |
| * | remove unused __sys_sigaltstack() declaration | Max Khon | 2002-10-22 | 1 | -1/+0 |
| * | When dumping thread info, only include the filename and line if we actually | Juli Mallett | 2002-10-20 | 1 | -3/+9 |
| * | FD locking is not enabled anymore, so the table which contains the owner | Juli Mallett | 2002-10-17 | 1 | -4/+0 |
| * | fix typo in comments (in preparation for MFC) | Max Khon | 2002-10-15 | 1 | -1/+1 |
| * | Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666. | Kris Kennaway | 2002-10-13 | 1 | -7/+11 |
| * | Once again, remove the i386-specific hacks to save and restore | Daniel Eischen | 2002-10-05 | 1 | -9/+0 |
| * | Add the 'restrict' type qualifier to the prototypes of `sigaction', | Robert Drehmel | 2002-10-02 | 1 | -1/+1 |
| * | Install library-installed signal handlers with the SA_RESTART flag | Daniel Eischen | 2002-09-30 | 3 | -3/+3 |
| * | Add back the i386-specific hack to save and restore the FP state | Daniel Eischen | 2002-09-30 | 2 | -4/+4 |
| * | Part of a bandaid to get libc_r on air again. | Julian Elischer | 2002-09-19 | 1 | -0/+4 |
| * | Remove much of the dereferencing of the fd table entries to look | Daniel Eischen | 2002-08-29 | 21 | -39/+69 |
| * | Make the libc_r version of select() set the readable or writable | Archie Cobbs | 2002-08-29 | 1 | -4/+6 |
| * | When poll(2)'ing for readability or writability of a file descriptor | Archie Cobbs | 2002-08-29 | 1 | -2/+6 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
| * | Oops, forgot to set the suspended flag for threads that are created | Daniel Eischen | 2002-07-09 | 1 | -2/+3 |
| * | Make sigpending and sigsuspend account for signals that are pending on | Daniel Eischen | 2002-06-28 | 2 | -5/+27 |
| * | Add a wrapper for pselect() in order to make it a cancellation point. | Daniel Eischen | 2002-06-28 | 2 | -0/+55 |
| * | Fix a bug which prevented the duplication of the standard i/o | Robert Drehmel | 2002-06-23 | 1 | -13/+24 |
| * | Missed in earlier commit -- I did cvs commit src/lib/libc. Oops. | Robert Watson | 2002-06-14 | 4 | -102/+0 |
| * | Revamp suspend and resume. While I'm here add pthread_suspend_all_np() | Daniel Eischen | 2002-05-24 | 13 | -303/+227 |
| * | Undo namespace pollution by prefixing the globals pthread_guard_default and | Alfred Perlstein | 2002-05-15 | 4 | -26/+29 |
| * | Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to | Alfred Perlstein | 2002-05-13 | 4 | -21/+36 |
| * | Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthread | Alfred Perlstein | 2002-05-11 | 2 | -36/+8 |
| * | Make these functions cancellation points like they should be: | Archie Cobbs | 2002-05-02 | 5 | -5/+66 |
| * | Make sure calls to pthread_cancel() do not take effect if the target | Archie Cobbs | 2002-05-02 | 1 | -2/+4 |
| * | The GCC developers have made good on their threats against #pragma for 3.1. | David E. O'Brien | 2002-04-15 | 3 | -3/+4 |
| * | Return correct number of total bits set in all fd_set's. | Jeroen Ruigrok van der Werven | 2002-04-09 | 1 | -9/+18 |
| * | Do not use __progname directly (except in [gs]etprogname(3)). | Mark Murray | 2002-03-29 | 1 | -5/+7 |
| * | Add the ability to recognize old references to keys, and return NULL | Daniel Eischen | 2002-03-19 | 6 | -36/+54 |
| * | Fix the return code from pthread_rwlock_try[rw|rd]lock() functions; | Brian S. Dean | 2002-03-15 | 1 | -2/+2 |
| * | Properly clear the status of a join operation if the joining thread is | Daniel Eischen | 2002-03-06 | 2 | -1/+4 |
| * | Fix a bug where a short write to a non-blocking socket would | John Birrell | 2002-02-22 | 1 | -1/+4 |
| * | Don't rely on <sys/signal.h> to include <sys/ucontext.h> | Daniel Eischen | 2002-02-17 | 1 | -0/+1 |