summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* stubsd1999-01-181-0/+82
|
* move private spinlock protos outd1999-01-181-1/+3
|
* sync with previous changesd1999-01-182-11/+39
|
* show cancellation and exiting flagsd1999-01-171-3/+6
|
* pthread_cancel() and cancellation pointsd1999-01-1714-19/+231
|
* pthread_getschedparam() and pthread_setschedparam() stubsd1999-01-171-1/+32
|
* mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)d1999-01-171-1/+15
|
* pthread_atfork()d1999-01-172-1/+100
|
* give msync a cancellation pointd1999-01-171-0/+32
|
* clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd identd1999-01-101-51/+21
|
* no need to cast any mored1999-01-101-5/+5
|
* export symbol to kernel thread for gdb; ident; fix lock initialisationd1999-01-101-6/+9
|
* identd1999-01-102-0/+2
|
* initialise locks properlyd1999-01-101-2/+2
|
* add some debug msgs; cleand1999-01-101-8/+35
|
* identd1999-01-101-0/+1
|
* fix protod1999-01-101-2/+3
|
* slight structure rearrange for gdb thread supportd1999-01-081-3/+4
|
* add fchflags and fpathconf as well.d1999-01-084-4/+54
|
* identd1999-01-081-0/+1
|
* add poll(2). This might help get X threaded.d1999-01-083-4/+150
|
* identd1999-01-0675-44/+162
|
* preserve FreeBSD identsd1998-12-2312-22/+24
|
* typod1998-12-231-1/+1
|
* funlockfile shouldnt assume flockfile has been calledd1998-12-231-3/+12
|
* rename linkage variable to match freebsdd1998-12-232-3/+4
|
* resource stats; force linkage with uthread_autoinit.c; name kern and init threadsd1998-12-211-0/+13
|
* add variable to force linkaged1998-12-211-0/+5
|