Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-04 | Use _waitq_remove() and _waitq_insert() always; from FreeBSD. | Federico G. Schwindt | |
2001-09-04 | put changes back, this time ALL the files. | Federico G. Schwindt | |
2001-08-30 | Back out fgsch@'s tree breaking commits. | Todd T. Fries | |
Test next time, ok? | |||
2001-08-30 | fix some const warnings. | Federico G. Schwindt | |
more sync with freebsd. | |||
2001-08-29 | More sync with FreeBSD. | Federico G. Schwindt | |
2001-08-26 | More syncing with FreeBSD, preparing for a commit. | Federico G. Schwindt | |
2001-08-21 | Start syncing with FreeBSD: | Federico G. Schwindt | |
o Implement _get_curthread() and _set_curthread(). Use it where possible. o Add missing _thread_[enter|leave]_cancellation_point(). o Add a couple of not yet used vars to pthread_private.h. o Remove return's from void functions. This is by no means complete, but instead of doing a big commit, i'll split it in small ones, minimizing diffs. | |||
2001-08-15 | * kevent(2) support; from FreeBSD. | Federico G. Schwindt | |
* change _thread_kern_set_timeout() parm to const. | |||
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 ↵ | David Leonard | |
fixes sparc threads. | |||
2000-01-06 | volatile; thread_private.h; locking defines moved out; kill(), getpid() | David Leonard | |
1999-11-25 | sync with FreeBSD | 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 | |
was removed before stddization. | |||
1999-06-09 | sync with freebsd | David Leonard | |
1999-05-26 | sync with FreeBSD | David Leonard | |
1999-02-16 | update prototypes now that socket functions take socklen_t as a length parameter | Todd C. Miller | |
1999-01-18 | move private spinlock protos out | David Leonard | |
1999-01-18 | sync with previous changes | David Leonard | |
1999-01-10 | fix proto | David Leonard | |
1999-01-08 | slight structure rearrange for gdb thread support | David Leonard | |
1999-01-08 | add fchflags and fpathconf as well. | David Leonard | |
1999-01-08 | add poll(2). This might help get X threaded. | David Leonard | |
1998-12-23 | preserve FreeBSD idents | David Leonard | |
1998-12-21 | resource accounting | David Leonard | |
1998-11-20 | sync with freebsd | David Leonard | |
1998-11-20 | fix strcat usage; deraadt | David Leonard | |
1998-11-09 | sync with FreeBSD (rwlock, gc thread, man pages) | David Leonard | |
add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out) | |||
1998-08-27 | experimental threaded libc - kernel only | David Leonard | |