summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-14oopsMarc Espie
2012-04-14crapola-generated, no need to do it each time.Marc Espie
2012-04-14zap parse.y, it's NOT yacc source code, and otherwise make depend will thinkMarc Espie
2012-04-14OpenBSD compile gooMarc Espie
2012-04-14include file, mostly from sqlite.h.in, with parts un-autoconf'd sinceMarc Espie
2012-04-14extra src for us.Marc Espie
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2012-04-14Make kvm_getfile2() have a fighting change to work correctly on crashPhilip Guenthe
2012-04-14Update to match nprocs-->nprocess/nthreads changesPhilip Guenthe
2012-04-14Need to read in the vmspace to dig out the root of the rb-treePhilip Guenthe
2012-04-14Add new mutex type, PTHREAD_MUTEX_STRICT_NP which checks for applicationKurt Miller
2012-04-14only define DEBUG internallyEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot
2012-04-13Provide _atomic_lock() and __cerror() for hppa64. Makes hppa64 build again.Joel Sing
2012-04-13Use PTHREAD_MUTEX_DEFAULT in static init and mutexattr_init. If theKurt Miller
2012-04-13Per POSIX, PTHREAD_MUTEX_NORMAL type mutexes have undefined behavior forKurt Miller
2012-04-13Add sigwaitinfo and sigtimedwait stubs under #if 0; a bit more kernelPhilip Guenthe
2012-04-12tweak;Jason McIntyre
2012-04-12tweak previous;Jason McIntyre
2012-04-12tweak previous;Jason McIntyre
2012-04-12alloca.c cannot be usedTheo de Raadt
2012-04-12alloca is NOT machine dependent; it has exactly the sameTheo de Raadt
2012-04-12Since threads are becoming more common, this "work around theTheo de Raadt
2012-04-12Add per thread accounting, mainly for usage & friends.Paul Irofti
2012-04-12Clarify thread-localness in the wake of rfork's removalPhilip Guenthe
2012-04-12more rfork mop-upTheo de Raadt
2012-04-12mmap(2) updatedAriane van der Steldt
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-12Remove incorrect -pthread preprocessor define _POSIX_THREADS and replaceKurt Miller
2012-04-12crank major for sh gcc4 switchJonathan Gray
2012-04-12the fpu control symbol on sh (__fpscr_values) suddenly becomes localJonathan Gray
2012-04-12kill lfs system call lines and libc stubsTheo de Raadt
2012-04-12New system call: getdtablecount(2) returns the number of fileTheo de Raadt
2012-04-12document getdelim() and getline(), and a grammar fix whilst here;Jason McIntyre
2012-04-11fix SEE ALSO;Jason McIntyre
2012-04-11Mark outermost frame such that backtraces in thread terminate atMark Kettenis
2012-04-11Mention and link the pthread barrier functions. Okay jmc@.Paul Irofti
2012-04-11complete function name.Marc Espie
2012-04-11tweak previous;Jason McIntyre
2012-04-11In sendmsg() permit at most 10% of maxfiles to be in-flightTheo de Raadt
2012-04-11tweak previous;Jason McIntyre
2012-04-11Provide __tfork_thread() for hppa64. This makes libc compile again.Joel Sing
2012-04-11libkvm: minor bumpAriane van der Steldt
2012-04-11Minor bump after my previous commit. Noticed by deraadt@.Paul Irofti
2012-04-11Add pthread barrier support.Paul Irofti
2012-04-11fuss with detailsMarc Espie
2012-04-11new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.Marc Espie
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2012-04-10pthread_setcanceltype() shouldn't be a cancelation pointPhilip Guenthe
2012-04-10Do not pick the network number as alias on entries with no aliasEric Faurot