Age | Commit message (Expand) | Author |
2001-01-16 | switch stacks even when restoring a preempted thread. (credit to pefo@) | David Leonard |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-10-04 | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f... | David Leonard |
2000-10-04 | if fstat fails fails, as it will on some sockets, close anyway. | David Leonard |
2000-03-22 | MACHINE_STACK_GROWS_UP | David Leonard |
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-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 |