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