Age | Commit message (Expand) | Author |
2012-04-14 | update to 1.0.15 | Robert Nagy |
2012-04-14 | User area hasn't been double-mapped in a long time | Philip Guenthe |
2012-04-14 | If single threading is active, drirect the SIGKILL signal we send to orphaned | Mark Kettenis |
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 | glue and manpage, which I forgot about | Marc Espie |
2012-04-14 | minor update to 3.7.12.1 | Marc Espie |
2012-04-14 | improve readability | Eric Faurot |
2012-04-14 | zap parse.y, it's NOT yacc source code, and otherwise make depend will think | Marc Espie |
2012-04-14 | sqlite3 shell, vendor 3.7.11 | 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 | Kill Boehms GC dead. | Christiano F. Haesbaert |
2012-04-14 | read returns ssize_t not int. | Christiano F. Haesbaert |
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 | Kill useless memset. | Christiano F. Haesbaert |
2012-04-14 | Don't return from main with 2 uppon issuing double -c option, print | Christiano F. Haesbaert |
2012-04-14 | Add CDIAGFLAGS infrastructure. | Christiano F. Haesbaert |
2012-04-14 | Do not just return in case the provided control buffer is too short since | Claudio Jeker |
2012-04-14 | Use DLT_LOOP for all tunneling interfaces. | YASUOKA Masahiko |
2012-04-14 | Import asr, an experimental async resolver implementation. | Eric Faurot |
2012-04-14 | Free tmp buffer in case the cluster allocation failed. Found by David Hill. | Claudio Jeker |
2012-04-14 | regen | Matthieu Herrb |
2012-04-14 | add Radeon Mobility HD 5430 | Matthieu Herrb |
2012-04-14 | Revert rev 1.58, as it frees an uninitialized pointer | Philip Guenthe |
2012-04-14 | remove libf2c, hasn't been built since it was moved to ports in 2010. | Jonathan Gray |
2012-04-13 | Kill "goto again" uppon EINTR and check EWOULDBLOCK in accept(2). | Christiano F. Haesbaert |
2012-04-13 | gc unused function | Theo de Raadt |
2012-04-13 | For now, direct the kill signal sent by PT_KILL to the thread that made us | Mark Kettenis |
2012-04-13 | Don't convert a mbuf to a cluster and think the data in the mbuf is still | Claudio Jeker |
2012-04-13 | Backout a tiny part of the previous commit. Decrementing ps_singlecount in | Mark Kettenis |
2012-04-13 | oops, wrong version of diff in previous | Theo de Raadt |
2012-04-13 | Do not clamp the file descriptors to the buffer size; that leads to | Theo de Raadt |
2012-04-13 | Remove suspend_np1 test from regress | Kurt Miller |
2012-04-13 | Remove suspend_np1 from regress build. | Kurt Miller |
2012-04-13 | Avoid horrible namespace pollution of <machine/signal.h> pulling in | Miod Vallat |
2012-04-13 | Enable multi-threaded debugging on amd64. | Mark Kettenis |
2012-04-13 | Enable multi-threaded debugging on i386. | Mark Kettenis |
2012-04-13 | Add support for live debugging of multi-threaded code. | Mark Kettenis |
2012-04-13 | First stab at making ptrace(2) usable for debugging multi-threaded programs. | Mark Kettenis |
2012-04-13 | Don't try to mmap a 0-length file. | Antoine Jacoutot |
2012-04-13 | Provide _atomic_lock() and __cerror() for hppa64. Makes hppa64 build again. | Joel Sing |
2012-04-13 | hook in requisite bits for OpenBSD::MkTemp to build and man. | Marc Espie |