| Commit message (Expand) | Author | Age | Files | Lines |
* | Add stub implementations of pthread_[gs]etconcurrency to libc_r and | jdp | 2003-04-20 | 4 | -0/+170 |
* | - Define a _spinunlock() function so that threading implementations may do | jeff | 2003-03-26 | 1 | -0/+6 |
* | The .Fn function. Use .Xr where appropriate. | charnier | 2003-03-24 | 31 | -73/+139 |
* | Fix threaded applications on ia64 that are linked dynamicly. We did | marcel | 2003-03-05 | 1 | -0/+1 |
* | Don't cast an int to a pointer type without (possibly) widening the | marcel | 2003-03-05 | 1 | -1/+1 |
* | Fixed a typo in MLINKS. | ru | 2003-02-24 | 1 | -1/+1 |
* | mdoc(7) police: Scheduled sweep. | ru | 2003-02-24 | 13 | -154/+124 |
* | Enable just committed manual pages, update MLINKS | phantom | 2003-02-13 | 1 | -0/+13 |
* | Add AUTHORS section | phantom | 2003-02-13 | 1 | -0/+6 |
* | Finally! Document all undocumented functions in libc_r. | phantom | 2003-02-13 | 10 | -0/+696 |
* | Break important implementation detail note into IMPLEMENTATION DETAILS | phantom | 2003-02-13 | 1 | -3/+7 |
* | Add cross reference for pthread_attr_get_np() | phantom | 2003-02-13 | 1 | -0/+1 |
* | Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack() | phantom | 2003-02-13 | 1 | -3/+2 |
* | Actually link in the attr_{set,get}stack. | alfred | 2003-02-11 | 1 | -0/+2 |
* | Add pthread_attr_getstack() and pthread_attr_setstack(). | alfred | 2003-02-10 | 3 | -0/+125 |
* | The .Fn function | charnier | 2003-02-06 | 11 | -29/+58 |
* | Document additional behaviour of this function (see | phantom | 2003-02-03 | 1 | -2/+12 |
* | Improve pthread_attr_get_np() by enabling it to return thread's real stack | phantom | 2003-02-03 | 1 | -1/+9 |
* | remove #ifdef _THREAD_SAFE | fjoe | 2003-01-24 | 1 | -2/+0 |
* | Add a missing word. | tjr | 2003-01-15 | 1 | -1/+1 |
* | Document the named semaphore functions. This could still use a bit | tjr | 2003-01-15 | 1 | -18/+165 |
* | Back out previous; sharing semaphores between processes only works | tjr | 2003-01-14 | 1 | -8/+16 |
* | 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 |