summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-23libc_r supportMichael Shalayeff
1998-12-23nicer testsDavid Leonard
1998-12-23_thread_sys changes for powerpc SYS.h, code mostly from d, fixed upDale S. Rahn
1998-12-22updateDavid Leonard
1998-12-22Correct a thinko I had when writing the comment for this code.Dale S. Rahn
1998-12-21MD locking and thread support for hppaMichael Shalayeff
1998-12-21document EOPNOTSUPPArtur Grabowski
1998-12-21more spinlockDavid Leonard
1998-12-21missed some function return typesTheo de Raadt
1998-12-21resource stats; force linkage with uthread_autoinit.c; name kern and init thr...David Leonard
1998-12-21very important bit of md spinlockDavid Leonard
1998-12-21md spinlockDavid 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-21md spinlockDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-21cleanDavid Leonard
1998-12-21unfinished powerpc md stuff.. rahnds?David Leonard
1998-12-21cleanDavid Leonard
1998-12-21remove mit pthread hangoverDavid Leonard
1998-12-20alphabetize function forward decls for prettinessTodd C. Miller
1998-12-18comply with posix when double-unlocking a mutexDavid Leonard
1998-12-18add md _atomic_is_locked; cleanDavid Leonard
1998-12-17some missing parts; sys is not ready yetMichael Shalayeff
1998-12-15moreTheo de Raadt
1998-12-15flesh out this man page with some examplesTheo de Raadt
1998-12-15correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.Steve Murphree
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-12-13this thisNiklas Hallqvist
1998-12-10sync with FreeBSDDavid Leonard
1998-12-10split automatic init into own fileDavid Leonard
1998-12-10tests are now usefulDavid Leonard
1998-12-07No need to cast to they type we already are. Also minor KNFTodd C. Miller
1998-12-07remove bogus divide, fixes pr #656Todd C. Miller
1998-12-05typoMarc Espie
1998-12-02Unobfuscate commentMarc Espie
1998-11-30This stuff is now in libocursesTodd C. Miller
1998-11-30document libotermcap and say why it is deprecatedTodd C. Miller
1998-11-30typoTodd C. Miller
1998-11-30Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixesTodd C. Miller
1998-11-29create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed becau...Todd C. Miller