summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-22sigpid should be of type pid_t (only visable with DEBUG).Okan Demirmen
2012-08-22make this compile by adapting loongson changes to the 2.17 struct layoutJonathan Gray
2012-08-22add a file from 2.17 which was omitted when imported but needed for mips64Jonathan Gray
2012-08-22also need to compare backupname if set.Eric Faurot
2012-08-22hex constants unsigned, prevents some gcc warningsMarc Espie
2012-08-22Add memory barriers for powerpc.Martin Pieuchot
2012-08-22remove unneccessary .Pp;Jason McIntyre
2012-08-22i missed usage and the manpage. prod by jmcTed Unangst
2012-08-22- open a remote file/device with the same flags we use when opening aAlexander Hall
2012-08-22add ignore keyword to conf file, allowing one to ignore unwanted infoTed Unangst
2012-08-22-h flag to print human numbers in conjunction with -w -bTed Unangst
2012-08-21tweak previous;Jason McIntyre
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