Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-26 | alpha | David Leonard | |
2000-02-26 | better column titles. show prioq and scheduler timing information | David Leonard | |
2000-02-26 | uninitialised fields | David Leonard | |
2000-02-10 | its a stack, not a queue | David Leonard | |
2000-02-10 | protect arguments to Nd | David Leonard | |
2000-02-10 | document existence of pthread_setcancelstate and pthread_setcanceltype | David Leonard | |
2000-01-22 | canceled -> cancelled | Aaron Campbell | |
2000-01-14 | malloc lock helpers | David Leonard | |
2000-01-06 | build libpthread AND libc_r for i386 | David Leonard | |
2000-01-06 | use everything in libc_r (sorry, todd) | David Leonard | |
2000-01-06 | LIBCR_SRCDIR | David Leonard | |
2000-01-06 | unused vars | David Leonard | |
2000-01-06 | thread-specific storage helper | David Leonard | |
2000-01-06 | quieten gcc | David Leonard | |
2000-01-06 | copyright, includes, cast | David Leonard | |
2000-01-06 | kill silly casts to (long) | David Leonard | |
2000-01-06 | include unistd.h | David Leonard | |
2000-01-06 | quieten gcc with extra parens | David Leonard | |
2000-01-06 | fill out cases with new thread states | David Leonard | |
2000-01-06 | unused var | David Leonard | |
2000-01-06 | unused var, test lock return | David Leonard | |
2000-01-06 | oops | David Leonard | |
2000-01-06 | SPINLOCK_INIT, volatile | David Leonard | |
2000-01-06 | volatile | David Leonard | |
2000-01-06 | dump verbosely only if PTHREAD_DEBUG env var is defined | David Leonard | |
2000-01-06 | include stdlib.h, unused vars | David Leonard | |
2000-01-06 | include stdlib.h | David Leonard | |
2000-01-06 | volatile, unused vars | David Leonard | |
2000-01-06 | put proc pid in fatal error string; don't call abort() - instead deliver ↵ | David Leonard | |
SIGABRT directly (inside #if); unused vars | |||
2000-01-06 | unused vars | David Leonard | |
2000-01-06 | _SPINLOCK_INIT, unused vars | David Leonard | |
2000-01-06 | unused variable | David Leonard | |
2000-01-06 | /* in comment | David Leonard | |
2000-01-06 | volatile; thread_private.h; locking defines moved out; kill(), getpid() | David Leonard | |
2000-01-06 | LIBC_RSRCDIR | David Leonard | |
2000-01-06 | use uthread_machdep.S if exists; conditionally build syscall objects for libc_r | David Leonard | |
2000-01-06 | sync | David Leonard | |
2000-01-06 | describe SIGINFO dump better | David Leonard | |
2000-01-06 | document | David Leonard | |
2000-01-06 | volatile the spinlock | David Leonard | |
2000-01-06 | always define _POSIX_THREADS; volatile some types (mickey@) | David Leonard | |
2000-01-06 | use art's thread context setjmp code | David Leonard | |
2000-01-06 | thread context setjmp code, art@ | David Leonard | |
2000-01-06 | Xr's to pthread_attr_*(3) | David Leonard | |
2000-01-06 | document | David Leonard | |
2000-01-04 | Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared. | Alex Feldman | |
rse@engelschall.com via FreeBSD. | |||
2000-01-04 | a version separate from libc's to make things simpler. | David Leonard | |
2000-01-04 | flesh | David Leonard | |
2000-01-04 | libpthread lives again! | David Leonard | |
This is part of an undertaking to eventually get rid of libc_r, but requires weak symbol overloading on all archs, which doesn't seem to be happening yet. | |||
1999-12-24 | Fix synopsis. bde@freebsd.org | Alex Feldman | |