| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Sharing semaphores between processes works now, so remove the stale comments | tjr | 2003-01-14 | 1 | -16/+8 |
* | Cross reference sem(4) so users know which kernel options are required | tjr | 2003-01-14 | 5 | -5/+10 |
* | Increase the scheduler stack to 4 pages. This should prevent a stack | deischen | 2003-01-11 | 1 | -1/+1 |
* | pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *') | fjoe | 2003-01-07 | 2 | -9/+8 |
* | Port libc_r to ia64. We need to do things slightly different | marcel | 2003-01-06 | 4 | -0/+44 |
* | Add MD definitions for sparc64. This is based on work by des. | tmm | 2003-01-05 | 1 | -0/+29 |
* | Add an implementation of _atomic_lock for sparc64. This was submitted by | tmm | 2003-01-05 | 1 | -0/+45 |
* | Fix typos in comment. | deischen | 2002-12-28 | 1 | -2/+2 |
* | english(4) police. | schweikh | 2002-12-27 | 3 | -3/+3 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 2 | -4/+5 |
* | Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(), | ru | 2002-12-19 | 6 | -6/+80 |
* | mdoc(7) police: overhaul. | ru | 2002-12-09 | 1 | -12/+12 |
* | Implement the lock with a cmpxchg instruction instead of a xchg. | marcel | 2002-11-16 | 1 | -2/+3 |
* | When about to do an execve(), don't reset the O_NONBLOCK flag on any file | archie | 2002-11-15 | 1 | -0/+4 |
* | At initialization, override the pthread stub routines in libc | deischen | 2002-11-13 | 19 | -136/+245 |
* | Fix bogus return values from libc_r's writev() routine in situations where | archie | 2002-11-12 | 1 | -6/+21 |
* | Fix bogus return values from libc_r's write() routine in situations where | archie | 2002-11-05 | 1 | -6/+21 |
* | Use the strong symbol'd version of pthread_mutex_init so we don't | deischen | 2002-10-31 | 1 | -2/+2 |
* | Add & hookup manpage for pthread_attr_get_np(3). | phantom | 2002-10-26 | 2 | -0/+96 |
* | Hook uthread_attr_get_np.c to build | phantom | 2002-10-26 | 1 | -0/+1 |
* | Add pthread_attr_get_np() function. This is FreeBSD non-portable POSIX threads | phantom | 2002-10-26 | 1 | -0/+50 |
* | Be more agresive on arguments' checking. | phantom | 2002-10-26 | 1 | -1/+4 |
* | remove unused __sys_sigaltstack() declaration | fjoe | 2002-10-22 | 1 | -1/+0 |
* | When dumping thread info, only include the filename and line if we actually | jmallett | 2002-10-20 | 1 | -3/+9 |
* | FD locking is not enabled anymore, so the table which contains the owner | jmallett | 2002-10-17 | 1 | -4/+0 |
* | fix typo in comments (in preparation for MFC) | fjoe | 2002-10-15 | 1 | -1/+1 |
* | Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666. | kris | 2002-10-13 | 1 | -7/+11 |
* | Once again, remove the i386-specific hacks to save and restore | deischen | 2002-10-05 | 1 | -9/+0 |
* | Add restrict type-qualifier to sem_getvalue(). | mike | 2002-10-04 | 1 | -1/+1 |
* | Add the 'restrict' type qualifier to the prototypes of `sigaction', | robert | 2002-10-02 | 2 | -2/+2 |
* | Install library-installed signal handlers with the SA_RESTART flag | deischen | 2002-09-30 | 3 | -3/+3 |
* | Add back the i386-specific hack to save and restore the FP state | deischen | 2002-09-30 | 2 | -4/+4 |
* | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
* | Part of a bandaid to get libc_r on air again. | julian | 2002-09-19 | 1 | -0/+4 |
* | Remove much of the dereferencing of the fd table entries to look | deischen | 2002-08-29 | 21 | -39/+69 |
* | Make the libc_r version of select() set the readable or writable | archie | 2002-08-29 | 1 | -4/+6 |
* | When poll(2)'ing for readability or writability of a file descriptor | archie | 2002-08-29 | 1 | -2/+6 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Add an ia64 atomic lock primitive for libc_r. This is mostly for | peter | 2002-07-20 | 1 | -0/+48 |
* | Fix a typo. | maxim | 2002-07-10 | 1 | -1/+1 |
* | Oops, forgot to set the suspended flag for threads that are created | deischen | 2002-07-09 | 1 | -2/+3 |
* | Fix a couple of minor nits that prevented this from compiling. | deischen | 2002-07-02 | 1 | -2/+4 |
* | Make sigpending and sigsuspend account for signals that are pending on | deischen | 2002-06-28 | 2 | -5/+27 |
* | Add a wrapper for pselect() in order to make it a cancellation point. | deischen | 2002-06-28 | 2 | -0/+55 |
* | Fix a bug which prevented the duplication of the standard i/o | robert | 2002-06-23 | 1 | -13/+24 |
* | Missed in earlier commit -- I did cvs commit src/lib/libc. Oops. | rwatson | 2002-06-14 | 4 | -102/+0 |
* | Revamp suspend and resume. While I'm here add pthread_suspend_all_np() | deischen | 2002-05-24 | 13 | -307/+231 |
* | Undo namespace pollution by prefixing the globals pthread_guard_default and | alfred | 2002-05-15 | 4 | -26/+29 |
* | Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to | alfred | 2002-05-13 | 4 | -21/+36 |
* | Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthread | alfred | 2002-05-11 | 2 | -36/+8 |