summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-21When deciding whether we're PIC in a (generated) asm file, check for both PICPascal Stumpf
2012-08-21Allow smtpd to work as a backup MX, relaying only to MXs with higherEric Faurot
2012-08-21Try to connect to the next host if an IO error occurs before the mtaEric Faurot
2012-08-21Stop "inlining" setrunnable() we already had two bugs because of it.Christiano F. Haesbaert
2012-08-21Reverse the name and meaning of the IFXF_INET6_PRIVACY interfaceAlexander Bluhm
2012-08-21Define the endianness macro used in drm code corresponding to theMartin Pieuchot
2012-08-21- remove inconsistent/obsolete commentsJason McIntyre
2012-08-21flesh out the rfc sections;Jason McIntyre
2012-08-21Use $(.CURDIR) to locate source files so tests still work with 'makeMatthew Dempsky
2012-08-21Kill an old mips workaround; we don't support mips, just mips64.Pascal Stumpf
2012-08-21Use TAILQ rather than array for mx list.Eric Faurot
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-08-21don't read past the end of an array when dumping the stack.Jonathan Gray
2012-08-21remove -DSM_OMIT_BOGUS_WARNINGS which was intended to remove spuriousJonathan Gray
2012-08-21dns sessions don't use lookup. no need to store them in a tree.Eric Faurot
2012-08-21Re-enable loop detection, but in mta and mda this time.Eric Faurot
2012-08-21merge in pcre-8.31Robert Nagy
2012-08-21update to nginx-1.2.3Robert Nagy
2012-08-21Missing "-q" in usage().Antoine Jacoutot
2012-08-21xterm won't reach version 500 for a while so set that as the upper limit.Nicholas Marriott
2012-08-21Fix up window reference counting and don't crash if the rename timerNicholas Marriott
2012-08-21Sort options.Antoine Jacoutot
2012-08-21For interrupts that get established before we attach the interrupt controller,Mark Kettenis
2012-08-21Build sed in distrib/ just like everything else. Simplifies PIE work sincePascal Stumpf
2012-08-21Use the new "-q" option of pgrep(1) instead of redirecting stdoutAntoine Jacoutot
2012-08-21add -q "silent" option similar to grepMarc Espie
2012-08-21flesh out the rfc section;Jason McIntyre
2012-08-21Link randomdata tests into the regress build now that I've committed support forMatthew Dempsky
2012-08-21Don't abandon time_t precision for intervals. Use (long long) and %lld whenKenneth R Westerback
2012-08-20Add support for .openbsd.randomdata and PT_OPENBSD_RANDOMIZE toMatthew Dempsky
2012-08-20Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZEMatthew Dempsky
2012-08-20MAX_LINE_SIZE is supposed to define the max length of a SMTP line ...Gilles Chehade
2012-08-20add -Wdeclaration-after-statement to the default CDIAGFLAGS (used whenStuart Henderson
2012-08-20rfc 4291 replaces rfcs 2373 and 3513;Jason McIntyre
2012-08-20Sync GCC 3's libpthread specs with GCC 4's. Not currently used byMatthew Dempsky
2012-08-20syncTheo de Raadt
2012-08-20Do not send more bytes than necessary with IMSG_STAT_*. The INCREMENTEric Faurot
2012-08-20- fix the example filter to match current APIGilles Chehade
2012-08-20start iterating from min, not root.Eric Faurot
2012-08-20MISs work on Oberon as well.Mark Kettenis
2012-08-20Explicitely set local variables as such.Antoine Jacoutot
2012-08-20wire up the bits for tftp-proxy, which is called tftpproxy from rc.d'sDavid Gwynne
2012-08-20make use of __only_inline to ask for gnu inline semanticsJonathan Gray
2012-08-20chroot scheduler in /var/empty instead of /var/spool/smtpd now that eric@ fix...Charles Longeau
2012-08-20consensus says this should be an errorMarc Espie
2012-08-20add support for chaining a scatter gather list off a request frame if itDavid Gwynne
2012-08-20Don't unset NEED_NEWALIASES too soon or we will not get the warning.Antoine Jacoutot
2012-08-20mention V445Jonathan Gray
2012-08-19decls before codeTheo de Raadt
2012-08-19document some more disabled tests.Federico G. Schwindt