Age | Commit message (Expand) | Author |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2013-12-18 | Provide a random stackgrap on pthread frames. Use _STACKALIGNBYTES to | Theo de Raadt |
2013-12-12 | Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's | Philip Guenther |
2013-12-11 | revert to return EPERM for sem_init pshared until it really works | Ted Unangst |
2013-12-08 | Reduce the random name length when sem_init is called with pshared | Federico G. Schwindt |
2013-11-29 | Don't try to reuse _initial_thread in the fork() wrapper, as the | Philip Guenther |
2013-11-26 | Remove unused var and include. Fix errno values as per spec. | Federico G. Schwindt |
2013-11-22 | don't use PAGE_SIZE, it is not portable. Ted can polish this after | Theo de Raadt |
2013-11-21 | remove dead assignment as reported by llvm. | Federico G. Schwindt |
2013-11-21 | handle the fourth vararg value to sem_open | Ted Unangst |
2013-11-20 | shared semaphore fixes. first, eliminate the sem inside a sem indirection. | Ted Unangst |
2013-11-20 | oops, forgot about unnamed shared sems | Ted Unangst |
2013-11-20 | zhuk and i have slightly different styles. unify and consistify | Ted Unangst |
2013-11-18 | interprocess semaphores ala sem_open. mostly following in the pattern | Ted Unangst |
2013-11-13 | use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK. | Theo de Raadt |
2013-11-02 | remove unnecessary spinlock that slowed down pthread_getspecific. | Ted Unangst |
2013-10-23 | In pthread_kill()/pthread_cancel(), hold the target thread's flags | Philip Guenther |
2013-10-04 | _thread_sys_tcdrain() doesn't exist and isn't used | Philip Guenther |
2013-08-28 | Following the ARM manuals and cookbooks, ldrex/strex don't have implicit | Patrick Wildt |
2013-08-26 | Use %r27 as the thread control block pointer, allowing for __get_tcb() calls | Miod Vallat |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat |
2013-07-30 | Free the list used for tracking the pthread_{get,set}specific() | Philip Guenther |
2013-07-30 | Stop overwriting the dying thread's struct thread as its tid member may | Philip Guenther |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
2013-06-25 | nmask and omask only used on ELF. Noted by todd@ | Philip Guenther |
2013-06-21 | The bind lock must only be grabbed with all signals masked. | Philip Guenther |
2013-06-21 | Move the declaration of _thread_sys_sigprocmask() to rthread.h | Philip Guenther |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-06-04 | fix typo in comment | Miod Vallat |
2013-06-03 | unbreak | Miod Vallat |
2013-06-03 | Despite tedu's efforts, fix ERRNOPTR_OFFSET which has changed due to recent | Miod Vallat |
2013-06-03 | THE MACHINE DEPENDENT CERROR CODE HAS HARD CODED OFFSETS INTO PTHREAD_T! | Ted Unangst |
2013-06-02 | Make arm compile again. -moj | Mats O Jansson |
2013-06-01 | something's not quite right yet. ticket locks result in more CPU usage | Ted Unangst |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-06-01 | fix wrong fn name in debug | Ted Unangst |
2013-06-01 | Add utrace(2), a system call allowing for userland to send its own ktrace | Miod Vallat |
2013-05-06 | If the lock is contended, such that the 'sc' fails, then we need to | Philip Guenther |
2013-04-29 | Extend P_SIGSUSPEND handling in userret() to properly restore the | Matthew Dempsky |
2013-04-06 | remove more references to kern.rthreads sysctl. | Ted Unangst |
2013-04-06 | fix race when exiting a detached thread. observed by and ok guenther | Ted Unangst |
2013-03-31 | - Don't include guard pages in the stack size. | Kurt Miller |
2013-03-24 | SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h) | Philip Guenther |
2013-03-21 | Do not need machine/param.h | Theo de Raadt |
2013-02-15 | Revert previous diff: sparc and sparc64 don't set the TCB to NULL in exec, yet, | Philip Guenther |
2013-02-14 | Make libpthread compatible with an ld.so that does TCB allocation: | Philip Guenther |
2013-02-02 | Userland bits for m68k/ELF. Mostly addition of register prefixes to the | Miod Vallat |