Age | Commit message (Expand) | Author |
2012-05-21 | Fix ftell() to return EOVERFLOW if the file offset is greater than | Matthew Dempsky |
2012-05-14 | More sysconf(3)-y and pathconf(3)-y goodness from Brad. | Matthew Dempsky |
2012-05-11 | The default device is selected with sndiod(1) or the AUDIODEVICE | Alexandre Ratchov |
2012-05-06 | Style nits from Brad. | Paul Irofti |
2012-05-03 | Add pthread spinlock support. | Paul Irofti |
2012-05-01 | Eliminate the f_usecount ref count in struct file; instead of sleeping | Philip Guenthe |
2012-04-26 | Drop support from openpty() for 8+ year old kernels that don't support | Matthew Dempsky |
2012-04-26 | Add strnlen() to libkern. | Matthew Dempsky |
2012-04-25 | fix a few warnings | Eric Faurot |
2012-04-24 | document address truncation; from Steffen Daode Nurpmeso | Jason McIntyre |
2012-04-23 | Honor subsystem style. | Paul Irofti |
2012-04-22 | enable sqlite3, as prompted by theo | Marc Espie |
2012-04-22 | add missing defines, crucial: -DSQLITE_CORE | Marc Espie |
2012-04-22 | regen all files we can, prepare stuff to make sure it works even without | Marc Espie |
2012-04-22 | Document that getpeereid() works for SOCK_SEQPACKET sockets too. | Matthew Dempsky |
2012-04-20 | use "an addrinfo", not "a addrinfo". ok jmc | Stuart Henderson |
2012-04-20 | Fix kvm_deadfile2_byid()'s handling of kernel vs user addresses for | Philip Guenthe |
2012-04-20 | rearrange DESCRIPTION somewhat to make this page more readable; | Jason McIntyre |
2012-04-19 | cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow | Damien Miller |
2012-04-19 | rely on the compiler giving us a built-in alloca. any new architecture | Theo de Raadt |
2012-04-17 | Make it optional for kvm_getprocs() (and related sysctl) to return | Paul Irofti |
2012-04-17 | Remove "#define _POSIX_THREADS" line before include <pthread.h>. | Miod Vallat |
2012-04-15 | Create a new resolver for each thread. It will be done differently | Eric Faurot |
2012-04-15 | calling getnameinfo here is a bad idea. use inet_ntop. | Eric Faurot |
2012-04-15 | tweak previous; | Jason McIntyre |
2012-04-14 | clean-out ALL generated files | Marc Espie |
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 |