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