summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-22Build crunched binaries with -fno-pie.Pascal Stumpf
2012-08-22Link ld.so-cookie back into the regress build now that ld.so's __guardMatthew Dempsky
2012-08-22Change ld.so and libc to use .openbsd.randomdata on ELF platforms forMatthew Dempsky
2012-08-22cleanup mpii_alloc_queues, use caddr_t for kva plus a bit of cleanupMike Belopuhov
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-08-22remove last remnants of mpii_[e]cfg_header and mpii_[e]cfg_pageMike Belopuhov
2012-08-22for device pages of the fixed size there's no need to query theirMike Belopuhov
2012-08-22minor style nits for the function prototypesMike Belopuhov
2012-08-22Unbreak drm when DRM_NO_AGP is defined.Martin Pieuchot
2012-08-22kill several unused or useless defines; no functional changeMike Belopuhov
2012-08-22recognise rrx mnemonic, from GPLv2 apple cctools via FreeBSDJonathan Gray
2012-08-22Bring in a change from post 2.17 (but still GPLv2) binutilsJonathan Gray
2012-08-22be more direct about makesum and SUPDISTFILES.Marc Espie
2012-08-22use static inline instead of inline so this will be compatible withJonathan Gray
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