summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-14only define DEBUG internallyEric Faurot
2012-04-14Kill useless memset.Christiano F. Haesbaert
2012-04-14Don't return from main with 2 uppon issuing double -c option, printChristiano F. Haesbaert
2012-04-14Add CDIAGFLAGS infrastructure.Christiano F. Haesbaert
2012-04-14Do not just return in case the provided control buffer is too short sinceClaudio Jeker
2012-04-14Use DLT_LOOP for all tunneling interfaces.YASUOKA Masahiko
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot
2012-04-14Free tmp buffer in case the cluster allocation failed. Found by David Hill.Claudio Jeker
2012-04-14regenMatthieu Herrb
2012-04-14add Radeon Mobility HD 5430Matthieu Herrb
2012-04-14Revert rev 1.58, as it frees an uninitialized pointerPhilip Guenthe
2012-04-14remove libf2c, hasn't been built since it was moved to ports in 2010.Jonathan Gray
2012-04-13Kill "goto again" uppon EINTR and check EWOULDBLOCK in accept(2).Christiano F. Haesbaert
2012-04-13gc unused functionTheo de Raadt
2012-04-13For now, direct the kill signal sent by PT_KILL to the thread that made usMark Kettenis
2012-04-13Don't convert a mbuf to a cluster and think the data in the mbuf is stillClaudio Jeker
2012-04-13Backout a tiny part of the previous commit. Decrementing ps_singlecount inMark Kettenis
2012-04-13oops, wrong version of diff in previousTheo de Raadt
2012-04-13Do not clamp the file descriptors to the buffer size; that leads toTheo de Raadt
2012-04-13Remove suspend_np1 test from regressKurt Miller
2012-04-13Remove suspend_np1 from regress build.Kurt Miller
2012-04-13Avoid horrible namespace pollution of <machine/signal.h> pulling inMiod Vallat
2012-04-13Enable multi-threaded debugging on amd64.Mark Kettenis
2012-04-13Enable multi-threaded debugging on i386.Mark Kettenis
2012-04-13Add support for live debugging of multi-threaded code.Mark Kettenis
2012-04-13First stab at making ptrace(2) usable for debugging multi-threaded programs.Mark Kettenis
2012-04-13Don't try to mmap a 0-length file.Antoine Jacoutot
2012-04-13Provide _atomic_lock() and __cerror() for hppa64. Makes hppa64 build again.Joel Sing
2012-04-13hook in requisite bits for OpenBSD::MkTemp to build and man.Marc Espie
2012-04-13extra .xs glue to use mkstemp and mkdtemp directlyMarc Espie
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-13Don't assume that the new conffd is a unset in the fd_set, it could be aTheo de Raadt
2012-04-13Fix waiting problem at boot on AMD Hudson's AHCI.sasano
2012-04-13clean-up release dependency tree, so that release is "MI parallel-make clean"Marc Espie
2012-04-13Make it easier to compile regress tests on other OSesPhilip Guenthe
2012-04-13unneccessary casts to unsigned; ok claudioTheo de Raadt
2012-04-13Add sigwaitinfo and sigtimedwait stubs under #if 0; a bit more kernelPhilip Guenthe
2012-04-13Remove 'struct _dirdesc' description and dirfd() macro defintion fromMatthew Dempsky
2012-04-13clarify "hostname"; from robert peichaer orgJason McIntyre
2012-04-12tweak;Jason McIntyre
2012-04-12NOOBJ -> zap unneeded ${.CURDIR} for clarity.Marc Espie
2012-04-12tweak previous;Jason McIntyre
2012-04-12sort SEE ALSO;Jason McIntyre
2012-04-12tweak previous;Jason McIntyre
2012-04-12do not downsize a type before calling mallocTheo de Raadt
2012-04-12use a shared stripping function for chroot and make sureRobert Nagy
2012-04-12In this case where dup2() extends the table using fdalloc, the newlyTheo de Raadt
2012-04-12accept pacing ldpd way. Since this daemon has multiple listening fdsClaudio Jeker
2012-04-12The ebgp flags is just a truth value and it is better to not == 1 compares.Claudio Jeker