Age | Commit message (Expand) | Author |
2012-08-22 | We want to check that the dynamic linker is available at run-time, so | Matthew Dempsky |
2012-08-22 | We cannot just copy mcount.o to mcount.po, since the former may be PIE and | Pascal Stumpf |
2012-08-22 | correct check. | Federico G. Schwindt |
2012-08-22 | Test for __PIC__ instead of PIC in preparation for eliminating -DPIC | Matthew Dempsky |
2012-08-22 | Fix missing PIC -> __PIC__ conversions; ok pascal | Theo de Raadt |
2012-08-22 | libarla has some non-PIC assembler; therefore, afs cannot use PIE. | Pascal Stumpf |
2012-08-22 | Split out the bar functions required to attach drm(4) to share them | Martin Pieuchot |
2012-08-22 | update the rfc section; | Jason McIntyre |
2012-08-22 | share/mk bits for PIE, currently disabled. | Pascal Stumpf |
2012-08-22 | rfc 812 was obsoleted by rfc 954; 954 was obsoleted by 3912, however it | Jason McIntyre |
2012-08-22 | rfc 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, and | Jason McIntyre |
2012-08-22 | flesh out the rfc details a little; from Florian Obser | Jason McIntyre |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-08-22 | Build crunched binaries with -fno-pie. | Pascal Stumpf |
2012-08-22 | Link ld.so-cookie back into the regress build now that ld.so's __guard | Matthew Dempsky |
2012-08-22 | Change ld.so and libc to use .openbsd.randomdata on ELF platforms for | Matthew Dempsky |
2012-08-22 | cleanup mpii_alloc_queues, use caddr_t for kva plus a bit of cleanup | Mike Belopuhov |
2012-08-22 | Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be | Pascal Stumpf |
2012-08-22 | remove last remnants of mpii_[e]cfg_header and mpii_[e]cfg_page | Mike Belopuhov |
2012-08-22 | for device pages of the fixed size there's no need to query their | Mike Belopuhov |
2012-08-22 | minor style nits for the function prototypes | Mike Belopuhov |
2012-08-22 | Unbreak drm when DRM_NO_AGP is defined. | Martin Pieuchot |
2012-08-22 | kill several unused or useless defines; no functional change | Mike Belopuhov |
2012-08-22 | recognise rrx mnemonic, from GPLv2 apple cctools via FreeBSD | Jonathan Gray |
2012-08-22 | Bring in a change from post 2.17 (but still GPLv2) binutils | Jonathan Gray |
2012-08-22 | be more direct about makesum and SUPDISTFILES. | Marc Espie |
2012-08-22 | use static inline instead of inline so this will be compatible with | Jonathan Gray |
2012-08-22 | sigpid should be of type pid_t (only visable with DEBUG). | Okan Demirmen |
2012-08-22 | make this compile by adapting loongson changes to the 2.17 struct layout | Jonathan Gray |
2012-08-22 | add a file from 2.17 which was omitted when imported but needed for mips64 | Jonathan Gray |
2012-08-22 | also need to compare backupname if set. | Eric Faurot |
2012-08-22 | hex constants unsigned, prevents some gcc warnings | Marc Espie |
2012-08-22 | Add memory barriers for powerpc. | Martin Pieuchot |
2012-08-22 | remove unneccessary .Pp; | Jason McIntyre |
2012-08-22 | i missed usage and the manpage. prod by jmc | Ted Unangst |
2012-08-22 | - open a remote file/device with the same flags we use when opening a | Alexander Hall |
2012-08-22 | add ignore keyword to conf file, allowing one to ignore unwanted info | Ted Unangst |
2012-08-22 | -h flag to print human numbers in conjunction with -w -b | Ted Unangst |
2012-08-21 | tweak previous; | Jason McIntyre |
2012-08-21 | When deciding whether we're PIC in a (generated) asm file, check for both PIC | Pascal Stumpf |
2012-08-21 | Allow smtpd to work as a backup MX, relaying only to MXs with higher | Eric Faurot |
2012-08-21 | Try to connect to the next host if an IO error occurs before the mta | Eric Faurot |
2012-08-21 | Stop "inlining" setrunnable() we already had two bugs because of it. | Christiano F. Haesbaert |
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm |
2012-08-21 | Define the endianness macro used in drm code corresponding to the | Martin Pieuchot |
2012-08-21 | - remove inconsistent/obsolete comments | Jason McIntyre |
2012-08-21 | flesh out the rfc sections; | Jason McIntyre |
2012-08-21 | Use $(.CURDIR) to locate source files so tests still work with 'make | Matthew Dempsky |
2012-08-21 | Kill an old mips workaround; we don't support mips, just mips64. | Pascal Stumpf |