Age | Commit message (Expand) | Author |
2000-02-10 | its a stack, not a queue | David Leonard |
2000-01-06 | unused vars | 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 SIGA... | David Leonard |
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-04 | Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared. | Alex Feldman |
1999-11-30 | garbage collect thread-specific data | David Leonard |
1999-11-30 | clean up the poll fdsets in the garbage collector, not in exit() | David Leonard |
1999-11-30 | set state of new threads using correct macro. This makes debugging a bit easier. | David Leonard |
1999-11-30 | really remove all other threads when fork()ing. (bug was in removing elements... | David Leonard |
1999-11-27 | do it the single-processor way | David Leonard |
1999-11-26 | don't use stack cache if user supplied the storage | David Leonard |
1999-11-25 | NBPG in userland? what were you thiking? | Theo de Raadt |
1999-11-25 | sync with FreeBSD | David Leonard |
1999-11-25 | keep freebsd's thread info distcint from mine | David Leonard |
1999-09-08 | TAILQ_FOREACH now is in queue.h | Marc Espie |
1999-06-15 | Remove pthread_atfork(). It was only part of draft 10 for a little while and ... | David Leonard |
1999-06-14 | mention the process' pid in the debug message. greatly helps to debug problem... | David Leonard |
1999-06-09 | document cancellation point handling a bit better | David Leonard |
1999-06-09 | sync with freebsd | David Leonard |
1999-05-26 | sync with FreeBSD | David Leonard |
1999-05-14 | Memory leak; FreeBSD PR 11713 rse@engelschall.com | Alex Feldman |
1999-05-12 | permit NULL result parameter for pthread_create(). Apparently used in Stevens? | David Leonard |
1999-03-10 | extra includes for Wall | David Leonard |
1999-03-10 | nicer debugging; _GNUC_ -> __GNUC__ | David Leonard |
1999-02-16 | update prototypes now that socket functions take socklen_t as a length parameter | Todd C. Miller |
1999-02-16 | deal with socklen_t | Todd C. Miller |
1999-02-16 | deal with socklen_t | Theo de Raadt |
1999-02-02 | arc fixes for libc_r | imp |
1999-02-01 | don't handle signals in the gc thread | David Leonard |
1999-02-01 | don't compute resource usage. this speeds things up a lot | David Leonard |