summaryrefslogtreecommitdiff
path: root/lib/librthread/Makefile
AgeCommit message (Expand)Author
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-10__tfork_thread is in libc, so move the manpage over tooPhilip Guenther
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2012-11-22Do not pass -Wmissing-prototypes when building on a non-ELF platform withMiod Vallat
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.Christiano F. Haesbaert
2012-08-15A couple small but long anticipated changes:Matthew Dempsky
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-05-03Add pthread spinlock support.Paul Irofti
2012-04-11Add pthread barrier support.Paul Irofti
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatPhilip Guenthe
2012-02-23Add pthread_condattr_{get,set}clock(), requested by aja@Philip Guenthe
2012-02-19Extend miod's fix CFLAGS fix to all gcc2 platforms (suggested by TobiasPhilip Guenthe
2012-02-18Work around compiler confusion while building rthread.o on vax.Miod Vallat
2012-02-15Nothing important, just switching from pthreads to rthreadsPhilip Guenthe
2012-01-04Split out the semaphore functions.Martin Pieuchot
2011-12-22Add pthread_mutex_{get,set}prioceiling()Philip Guenthe
2011-12-21Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.cPhilip Guenthe
2011-12-21Split out the pthread_mutexattr_* functions from rthread_sync.c toPhilip Guenthe
2011-12-05Implement cancelation for the basic syscall cancelation points,Philip Guenthe
2011-11-27Set the initfirst and nodelete flags on the shared library, in anticipationPhilip Guenthe
2011-11-06Copy support for sched_get_priority_{min,max} from libpthread.Philip Guenthe
2011-10-17Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-threadPhilip Guenthe
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-11-27Change threxit() to take a pointer to a pid_t to zero out from thePhilip Guenthe
2009-10-21Add f*lockfile() routines to librthreadPhilip Guenthe
2009-02-20apparently all the other libraries get linted, so I'll just have to live with itTed Unangst
2009-02-20the lint warnings are more annoying than anything else. we already have a fu...Ted Unangst
2008-06-05- Add fork/vfork wrapper functions to reset state in the child process.Kurt Miller
2006-01-05add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compareMarco S Hyman
2006-01-04Cleanup struct pthread and stack after thread exits. This version doesOtto Moerbeek
2006-01-01thread stack handling changes. Add guard zones and allow stackMarco S Hyman
2005-12-31Add "print debug foo" function safe to use in signal handlers, example:Marco S Hyman
2005-12-29Put the existing _np functions into separate file; introduceOtto Moerbeek
2005-12-25remove silly alpha commentTed Unangst
2005-12-07add the posix semaphore functions. this lets vlc work.Ted Unangst
2005-12-03rcs for the makefileTed Unangst
2005-12-03add userland thread library. incomplete, but functionalTed Unangst