Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | type func(...) -> type\nfunc(...) for function definitions | 2002-11-07 | 1 | -2/+3 | |
| | |||||
* | signal handling changes. This corrects several signal | 2002-10-30 | 1 | -2/+2 | |
| | | | | | | | handling errors in the threads library. Most of the libc_r regression tests are now ok. thread specific kill semantics are still not correct. No negative comments after posting to tech@ a week or so ago. siginfo test fails on sparc64 due to sparc64 oddity. | ||||
* | More sync. | 2001-12-19 | 1 | -3/+1 | |
| | |||||
* | More sync with freebsd code; join related code this time. | 2001-12-11 | 1 | -44/+47 | |
| | |||||
* | Start syncing with FreeBSD: | 2001-08-21 | 1 | -13/+14 | |
| | | | | | | | | | | 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. | ||||
* | put proc pid in fatal error string; don't call abort() - instead deliver SIGABRT directly (inside #if); unused vars | 2000-01-06 | 1 | -5/+24 | |
| | |||||
* | clean up the poll fdsets in the garbage collector, not in exit() | 1999-11-30 | 1 | -7/+2 | |
| | |||||
* | sync with FreeBSD | 1999-11-25 | 1 | -43/+53 | |
| | |||||
* | mention the process' pid in the debug message. greatly helps to debug problems when fork()ing | 1999-06-14 | 1 | -1/+3 | |
| | |||||
* | sync with FreeBSD | 1999-05-26 | 1 | -6/+25 | |
| | |||||
* | ident | 1999-01-06 | 1 | -0/+1 | |
| | |||||
* | dump thread info on PANIC | 1998-12-21 | 1 | -0/+3 | |
| | |||||
* | this this | 1998-12-13 | 1 | -1/+1 | |
| | |||||
* | sync with FreeBSD | 1998-12-10 | 1 | -2/+2 | |
| | |||||
* | fix strcat usage; deraadt | 1998-11-20 | 1 | -9/+37 | |
| | |||||
* | sync with FreeBSD (rwlock, gc thread, man pages) | 1998-11-09 | 1 | -47/+21 | |
| | | | | | | | 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) | ||||
* | experimental threaded libc - kernel only | 1998-08-27 | 1 | -0/+191 | |