Age | Commit message (Expand) | Author |
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 |
2012-04-13 | extra .xs glue to use mkstemp and mkdtemp directly | Marc Espie |
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 | Don't assume that the new conffd is a unset in the fd_set, it could be a | Theo de Raadt |
2012-04-13 | Fix waiting problem at boot on AMD Hudson's AHCI. | sasano |
2012-04-13 | clean-up release dependency tree, so that release is "MI parallel-make clean" | Marc Espie |
2012-04-13 | Make it easier to compile regress tests on other OSes | Philip Guenthe |
2012-04-13 | unneccessary casts to unsigned; ok claudio | Theo de Raadt |
2012-04-13 | Add sigwaitinfo and sigtimedwait stubs under #if 0; a bit more kernel | Philip Guenthe |
2012-04-13 | Remove 'struct _dirdesc' description and dirfd() macro defintion from | Matthew Dempsky |
2012-04-13 | clarify "hostname"; from robert peichaer org | Jason McIntyre |
2012-04-12 | tweak; | Jason McIntyre |
2012-04-12 | NOOBJ -> zap unneeded ${.CURDIR} for clarity. | Marc Espie |
2012-04-12 | tweak previous; | Jason McIntyre |
2012-04-12 | sort SEE ALSO; | Jason McIntyre |
2012-04-12 | tweak previous; | Jason McIntyre |
2012-04-12 | do not downsize a type before calling malloc | Theo de Raadt |
2012-04-12 | use a shared stripping function for chroot and make sure | Robert Nagy |
2012-04-12 | In this case where dup2() extends the table using fdalloc, the newly | Theo de Raadt |
2012-04-12 | accept pacing ldpd way. Since this daemon has multiple listening fds | Claudio Jeker |
2012-04-12 | The ebgp flags is just a truth value and it is better to not == 1 compares. | Claudio Jeker |