summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-01-21mention html docsTodd C. Miller
1999-01-20hide pipe, sigsuspend, sigprocmask; remove -gDavid Leonard
1999-01-20make /usr/src/lib/libcurses/doc/ if it does not exist since the mtree gets ↵Todd C. Miller
done *after* make install in libs. should go away after 2.5 is released
1999-01-20use LIBCSRCDIRDavid Leonard
1999-01-19enable libc_rDavid Leonard
1999-01-19performance metrics are now elsewhereDavid Leonard
1999-01-19thread supportDavid Leonard
1999-01-18use the doc dirTodd C. Miller
1999-01-18ncurses docs in htmlTodd C. Miller
1999-01-18ncurses-4.2-990116Todd C. Miller
1999-01-18stubsDavid Leonard
1999-01-18documentDavid Leonard
1999-01-18move private spinlock protos outDavid Leonard
1999-01-18typo; niceDavid Leonard
1999-01-18add section numbers to XrDavid 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-17say something when a test locks upDavid Leonard
1999-01-17updateDavid Leonard
1999-01-17give msync a cancellation pointDavid Leonard
1999-01-17some performance metricsDavid Leonard
1999-01-11mention fcntl.h; jfw@jfwhome.funhouse.comTheo de Raadt
1999-01-11RFNOWAIT is now supportedNiklas Hallqvist
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-10note pathological problemDavid Leonard
1999-01-10use <machine/reg>David Leonard
1999-01-10nice-ifyDavid Leonard
1999-01-10updateDavid Leonard
1999-01-10updateDavid Leonard
1999-01-10fix protoDavid Leonard
1999-01-08when malloc fails set bufsize to 0 or all other calls to getmntinfo will failArtur Grabowski
1999-01-08move spinlock.h into the real worldDavid Leonard
1999-01-08do not wrap mknod, nfssvc or signanosleep(?)David 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-06_THREAD_SAFEDavid Leonard
1999-01-06_THREAD_SAFE; nominal testing by friesDavid Leonard
1999-01-06_THREAD_SAFE; nominal testing by friesDavid Leonard