summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* its a stack, not a queued2000-02-101-2/+2
|
* unused varsd2000-01-061-2/+2
|
* quieten gccd2000-01-061-2/+3
|
* copyright, includes, castd2000-01-061-3/+7
|
* kill silly casts to (long)d2000-01-061-3/+3
|
* include unistd.hd2000-01-061-1/+2
|
* quieten gcc with extra parensd2000-01-061-2/+2
|
* fill out cases with new thread statesd2000-01-061-2/+3
|
* unused vard2000-01-062-4/+3
|
* unused var, test lock returnd2000-01-061-2/+5
|
* oopsd2000-01-061-3/+2
|
* SPINLOCK_INIT, volatiled2000-01-061-5/+7
|
* volatiled2000-01-061-3/+4
|
* dump verbosely only if PTHREAD_DEBUG env var is definedd2000-01-061-20/+39
|
* include stdlib.h, unused varsd2000-01-061-3/+2
|
* include stdlib.hd2000-01-061-1/+2
|
* volatile, unused varsd2000-01-061-3/+2
|
* put proc pid in fatal error string; don't call abort() - instead deliver SIGABRT directly (inside #if); unused varsd2000-01-061-5/+24
|
* unused varsd2000-01-062-5/+2
|
* _SPINLOCK_INIT, unused varsd2000-01-061-4/+2
|
* unused variabled2000-01-061-2/+1
|
* /* in commentd2000-01-061-2/+2
|
* volatile; thread_private.h; locking defines moved out; kill(), getpid()d2000-01-061-31/+33
|
* LIBC_RSRCDIRd2000-01-061-3/+3
|
* Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.alex2000-01-041-6/+4
| | | | rse@engelschall.com via FreeBSD.
* garbage collect thread-specific datad1999-11-301-1/+4
|
* clean up the poll fdsets in the garbage collector, not in exit()d1999-11-302-8/+7
|
* set state of new threads using correct macro. This makes debugging a bit easier.d1999-11-301-3/+3
|
* really remove all other threads when fork()ing. (bug was in removing elements from a list whilest walking it)d1999-11-301-24/+15
|
* do it the single-processor wayd1999-11-271-7/+13
|
* don't use stack cache if user supplied the storaged1999-11-261-2/+3
|
* NBPG in userland? what were you thiking?deraadt1999-11-251-7/+11
|
* sync with FreeBSDd1999-11-25116-2310/+2571
|
* keep freebsd's thread info distcint from mined1999-11-252-254/+584
|
* TAILQ_FOREACH now is in queue.hespie1999-09-081-7/+1
|
* Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.d1999-06-154-111/+4
|
* mention the process' pid in the debug message. greatly helps to debug problems when fork()ingd1999-06-141-1/+3
|
* document cancellation point handling a bit betterd1999-06-0911-12/+57
|
* sync with freebsdd1999-06-093-16/+54
|
* sync with FreeBSDd1999-05-2643-792/+3198
|
* Memory leak; FreeBSD PR 11713 rse@engelschall.comalex1999-05-141-2/+2
|
* permit NULL result parameter for pthread_create(). Apparently used in Stevens?d1999-05-121-2/+3
|
* extra includes for Walld1999-03-101-1/+3
|
* nicer debugging; _GNUC_ -> __GNUC__d1999-03-101-7/+7
|
* update prototypes now that socket functions take socklen_t as a length parametermillert1999-02-161-10/+10
|
* deal with socklen_tmillert1999-02-161-2/+2
|
* deal with socklen_tderaadt1999-02-168-17/+19
|
* arc fixes for libc_rimp1999-02-021-2/+2
|
* don't handle signals in the gc threadd1999-02-011-1/+7
|
* don't compute resource usage. this speeds things up a lotd1999-02-013-6/+26
|