summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread
AgeCommit message (Expand)Author
1999-02-16update prototypes now that socket functions take socklen_t as a length parameterTodd C. Miller
1999-02-16deal with socklen_tTodd C. Miller
1999-02-16deal with socklen_tTheo de Raadt
1999-02-02arc fixes for libc_rimp
1999-02-01don't handle signals in the gc threadDavid Leonard
1999-02-01don't compute resource usage. this speeds things up a lotDavid Leonard
1999-01-18stubsDavid Leonard
1999-01-18move private spinlock protos outDavid Leonard
1999-01-18sync with previous changesDavid Leonard
1999-01-17show cancellation and exiting flagsDavid Leonard
1999-01-17pthread_cancel() and cancellation pointsDavid Leonard
1999-01-17pthread_getschedparam() and pthread_setschedparam() stubsDavid Leonard
1999-01-17mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)David Leonard
1999-01-17pthread_atfork()David Leonard
1999-01-17give msync a cancellation pointDavid Leonard
1999-01-10clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd identDavid Leonard
1999-01-10no need to cast any moreDavid Leonard
1999-01-10export symbol to kernel thread for gdb; ident; fix lock initialisationDavid Leonard
1999-01-10identDavid Leonard
1999-01-10initialise locks properlyDavid Leonard
1999-01-10add some debug msgs; cleanDavid Leonard
1999-01-10identDavid Leonard
1999-01-10fix protoDavid Leonard
1999-01-08slight structure rearrange for gdb thread supportDavid Leonard
1999-01-08add fchflags and fpathconf as well.David Leonard
1999-01-08identDavid Leonard
1999-01-08add poll(2). This might help get X threaded.David Leonard
1999-01-06identDavid Leonard
1998-12-23preserve FreeBSD identsDavid Leonard
1998-12-23typoDavid Leonard
1998-12-23funlockfile shouldnt assume flockfile has been calledDavid Leonard
1998-12-23rename linkage variable to match freebsdDavid Leonard
1998-12-21resource stats; force linkage with uthread_autoinit.c; name kern and init thr...David Leonard
1998-12-21add variable to force linkageDavid Leonard
1998-12-21dump thread info on PANICDavid Leonard
1998-12-21much nicer SIGINFO displayDavid Leonard
1998-12-21use md spinlock; signal statisticsDavid Leonard
1998-12-21resource accounting; initial timeslice bug fixDavid Leonard
1998-12-21resource accountingDavid Leonard
1998-12-21memory leakDavid Leonard
1998-12-18comply with posix when double-unlocking a mutexDavid Leonard
1998-12-13this thisNiklas Hallqvist
1998-12-10sync with FreeBSDDavid Leonard
1998-12-10split automatic init into own fileDavid Leonard
1998-11-20sync with freebsdDavid Leonard
1998-11-20fix strcat usage; deraadtDavid Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-08-27experimental threaded libc - kernel onlyDavid Leonard