Age | Commit message (Expand) | Author |
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 |
2008-06-13 | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ | Otto Moerbeek |
2008-06-03 | Don't grab the fd read lock for getsockopt(2), setsockopt(2), | Kurt Miller |
2008-04-24 | Return the proper values upon failure per POSIX for pthread_sigmask(3) and | Kurt Miller |
2008-04-04 | - do not call pthread_atfork(3) handlers when a multithreaded program | Kurt Miller |
2008-03-23 | Use fileno() instead of peeking into FILE *; Paul Stoeber | Theo de Raadt |
2008-03-16 | bump | Otto Moerbeek |
2008-02-02 | Relocate internal pipe file descriptor if newfd collides with it. Fixes | Kurt Miller |
2008-01-28 | Properly align stack such that code that uses SSE2 instructions doesn't crash. | Mark Kettenis |
2008-01-05 | crank libc and libpthread, because libc cannot build lint libraries anymore i... | Theo de Raadt |
2008-01-01 | - make arc4random*() functions thread safe. Use a custom spinlock function | Kurt Miller |
2007-11-20 | make pthread vfork() not call fork(), but actually call vfork(). our | Theo de Raadt |
2007-07-26 | apparently this function cannot return EBUSY, so back out -r1.7; | Jason McIntyre |
2007-07-20 | Initialize the locks in key_table. On hppa _SPINLOCK_LOCKED is 0, so an | Mark Kettenis |
2007-07-08 | Report the correct stack size and top for the primordial thread in | Kurt Miller |
2007-07-07 | On hppa, function pointers may be be pointers to PLT entries. Handle those | Mark Kettenis |
2007-06-05 | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so | Kurt Miller |
2007-06-05 | typos | Kurt Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-21 | clean up lint warnings related to the nfds_t type. okay marc@ millert@ | Kurt Miller |
2007-05-18 | Eliminate many lint warnings by either: using the appropriate type, | Kurt Miller |
2007-05-01 | lint warning corrections: | Kurt Miller |
2007-05-01 | file descriptors are ints. make branch an int too for better structure | Kurt Miller |
2007-04-27 | more lint warning reductions. use int for all priority vars. okay marc@ | Kurt Miller |
2007-04-27 | fix minor nit with previous commit | Kurt Miller |
2007-04-27 | fix thread_continuation_t typedef and use passed curthread instead of | Kurt Miller |
2007-04-27 | Remove unused function _thread_fd_unlock_owned() and | Kurt Miller |
2007-04-27 | Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes | Kurt Miller |
2007-04-26 | remove unused var. okay marc@ | Kurt Miller |
2007-04-10 | Revert previous commit which introduced regressions in KDE. | Kurt Miller |
2007-04-07 | Upon fork() set the child's view of the stored file status flags inherited | Kurt Miller |
2007-03-20 | Remove duplicate definition of _POSIX_THREAD_ATTR_STACKSIZE and quiet | Kurt Miller |
2007-03-15 | give _POSIX_THREAD_* defines a value of 1 so applications that | Kurt Miller |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |