summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-22We want to check that the dynamic linker is available at run-time, soMatthew Dempsky
2012-08-22We cannot just copy mcount.o to mcount.po, since the former may be PIE andPascal Stumpf
2012-08-22correct check.Federico G. Schwindt
2012-08-22Test for __PIC__ instead of PIC in preparation for eliminating -DPICMatthew Dempsky
2012-08-22Fix missing PIC -> __PIC__ conversions; ok pascalTheo de Raadt
2012-08-22libarla has some non-PIC assembler; therefore, afs cannot use PIE.Pascal Stumpf
2012-08-22Split out the bar functions required to attach drm(4) to share themMartin Pieuchot
2012-08-22update the rfc section;Jason McIntyre
2012-08-22share/mk bits for PIE, currently disabled.Pascal Stumpf
2012-08-22rfc 812 was obsoleted by rfc 954; 954 was obsoleted by 3912, however itJason McIntyre
2012-08-22rfc 2553 (not 2533) has been replaced by rfc 3493;Jason McIntyre
2012-08-22- remove the text describing rfc 2553: that rfc has been replaced, andJason McIntyre
2012-08-22flesh out the rfc details a little; from Florian ObserJason McIntyre
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccPascal Stumpf
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