| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | In pthread_key_delete(), only scan other threads if the key was allocated |  guenther | 2011-07-03 | 1 | -12/+12 |
| * | pthread_key_delete should delete the data, so it's not reused by |  tedu | 2011-07-02 | 1 | -1/+13 |
| * | More NULL -> 0 fallout. |  miod | 2011-04-09 | 1 | -3/+3 |
| * | Make the pthread scheduler block signals while restoring a newly |  stsp | 2011-01-25 | 1 | -1/+12 |
| * | Revert previous commit: if gcc picks a memory operand for the asm then |  guenther | 2011-01-04 | 1 | -2/+2 |
| * | Make this compile with llvm-clang; problem pointed out by Amit Kulkarni |  guenther | 2010-12-31 | 1 | -2/+2 |
| * | Sync with amd64, to allow this to compile without warnings with gcc4: |  miod | 2010-12-03 | 1 | -5/+5 |
| * | there is no library function called sched_prio(), so this manual page |  deraadt | 2010-11-07 | 2 | -6/+5 |
| * | do not list MLINKed man pages multiple times in SEE ALSO; |  jmc | 2010-11-07 | 1 | -3/+2 |
| * | tweak previous; |  jmc | 2010-11-07 | 1 | -3/+5 |
| * | Add sched_get_priority_{min,max}. tested in a bulk by landry@. |  fgsch | 2010-11-07 | 6 | -9/+133 |
| * | Change basep parameter of getdirentries() to be off_t *, not long * |  millert | 2010-10-28 | 3 | -6/+6 |
| * | Fix PR 6417: if we're starting a thread and there's no other threads |  guenther | 2010-07-13 | 1 | -2/+3 |
| * | Fix PR 6376: restore more thread library state if execve fails, |  guenther | 2010-07-13 | 3 | -46/+55 |
| * | After forking, clear the 'thread joining this one' pointer in the child, |  guenther | 2010-07-12 | 1 | -1/+4 |
| * | Use __attribute__ ((aligned (16)), to make sure the FPU state is aligned |  kettenis | 2010-06-30 | 1 | -3/+3 |
| * | Instead of (manually) closing the _thread_kern_pipe before calling |  guenther | 2010-06-27 | 2 | -6/+20 |
| * | Make sure that we really mark the FPU registers clean. |  kettenis | 2010-05-25 | 1 | -2/+2 |
| * | document when the _timed{rd,wr}lock functions first appeared; from brad |  jmc | 2010-05-03 | 2 | -4/+12 |
| * | Add support for pthread_rwlock_timed locks. |  tedu | 2010-04-12 | 6 | -27/+118 |
| * | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent |  miod | 2010-02-03 | 2 | -7/+7 |
| * | Make SO_RCVTIMEO and SO_SNDTIMEO work with pthreads. Fixes at least some of |  fgsch | 2010-01-03 | 13 | -38/+128 |
| * | Make internal file descriptor handling async-signal safe by eliminating |  kurt | 2009-12-06 | 11 | -83/+124 |
| * | Fix the handle locking in stdio to use flockfile/funlockfile |  kurt | 2009-11-09 | 1 | -131/+122 |
| * | Remove mutext from list of held mutexes in _mutex_reinit(). Corrects |  kurt | 2009-10-28 | 1 | -2/+9 |
| * | - bump the majors of libpthread and librthread, as they used to return an |  jasper | 2009-10-27 | 1 | -2/+2 |
| * | define ENOTSUP EOPNOTSUPP is no longer needed |  deraadt | 2009-10-27 | 1 | -6/+1 |
| * | Back out previous commit, as it caused too much growth for the install |  guenther | 2009-10-22 | 1 | -122/+131 |
| * | Change libpthread's f*lockfile() routines to stop acting as no-ops |  guenther | 2009-10-21 | 1 | -131/+122 |
| * | After forking, the child is single threaded, so tell libc that. This |  guenther | 2009-10-21 | 1 | -1/+4 |
| * | - add a symbol to help gdb location pthread internals (_thread_ctx_offset) |  kurt | 2009-07-25 | 2 | -2/+3 |
| * | Use the md atomic code on mips64 instead of the horrid slow code. Should have |  miod | 2009-06-01 | 1 | -5/+1 |
| * | A much better atomic lock routine. |  miod | 2009-06-01 | 1 | -43/+9 |
| * | Correct the _atomic_lock() asm so that gcc accepts the constraints |  guenther | 2009-06-01 | 1 | -4/+4 |
| * | Increase default thread stack size to 256K on 32bit archs and 512K on |  kurt | 2009-04-21 | 1 | -2/+7 |
| * | honor MSG_DONTWAIT |  jakemsr | 2009-04-11 | 2 | -2/+4 |
| * | these are public domain, verified with author; spotted by jj |  deraadt | 2009-02-15 | 1 | -1/+4 |
| * | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages |  guenther | 2008-12-18 | 18 | -39/+269 |
| * | Fix PR #5942: preserve errno across fd flag updates, so that successful |  deraadt | 2008-10-02 | 1 | -1/+4 |
| * | the license on this is PD; david leonard says so |  deraadt | 2008-10-02 | 5 | -5/+14 |
| * | Assert my copyright on files I gave to d@ back in 1998. |  drahn | 2008-10-01 | 1 | -1/+17 |
| * | Application-specified thread stacks didn't work with libpthread |  guenther | 2008-07-07 | 1 | -11/+7 |
| * | - correct .Dt for pthread_attr_setstack.3 |  jmc | 2008-07-05 | 3 | -6/+8 |
| * | Add manpage for pthread_attr_[sg]etstack(3) |  guenther | 2008-07-05 | 8 | -21/+133 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
| * | Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112 |  millert | 2008-06-25 | 1 | -2/+1 |
| * | Adjust the _SEM_CHECK_VALIDITY macro to detect NULL sem_t instead of |  kurt | 2008-06-20 | 1 | -2/+4 |
| * | zap last thread_malloc_init reference. otto@ ok |  fgsch | 2008-06-14 | 1 | -2/+1 |
| * | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ |  otto | 2008-06-13 | 2 | -7/+2 |
| * | Don't grab the fd read lock for getsockopt(2), setsockopt(2), |  kurt | 2008-06-03 | 4 | -18/+66 |