Age | Commit message (Expand) | Author |
2012-08-23 | no more afs activation goop | Theo de Raadt |
2012-08-23 | stop installing the etc/afs | Theo de Raadt |
2012-08-23 | sync | Theo de Raadt |
2012-08-23 | get rid of the nnpfs nodes | Theo de Raadt |
2012-08-23 | turn off AFS | Theo de Raadt |
2012-08-23 | sync | Theo de Raadt |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-23 | stupid code bug. | David Gwynne |
2012-08-23 | To protect assumptions inside systrace, don't let systrace fds be | Philip Guenthe |
2012-08-23 | Reopen the systrace file in the process that will actually attach to the | Philip Guenthe |
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 |