Age | Commit message (Expand) | Author |
2012-08-23 | no more NNPFS; | Jason McIntyre |
2012-08-23 | fix multiple recipient support, from sunil on irc | Todd T. Fries |
2012-08-23 | add -R to sendmail compat flags that do nothing (for now) | Todd T. Fries |
2012-08-23 | add -N for sendmail compat DSN support; unlimited for now | Todd T. Fries |
2012-08-23 | whitespace cleanup; no functional change | Mike Belopuhov |
2012-08-23 | use BUS_DMA_ZERO | Mike Belopuhov |
2012-08-23 | the chain_offset in mfii requests are in 16 byte units, not 4 like | David Gwynne |
2012-08-23 | Fix a race in rt2661 Tx interrupt processing which can cause Tx processing | Stefan Sperling |
2012-08-23 | turns out - is not commutative. | David Gwynne |
2012-08-23 | sync | Theo de Raadt |
2012-08-23 | create the man8/beagle dir | Theo de Raadt |
2012-08-23 | now that man8.beagle/MAKEDEV.8 exists, handle it | Todd T. Fries |
2012-08-23 | sync | Todd T. Fries |
2012-08-23 | enter etc.beagle so MAKEDEV.8 can be generated properly during builds | Todd T. Fries |
2012-08-23 | sync | Theo de Raadt |
2012-08-23 | A few pieces of junk are needed from the old nnpfs/nnpfs_pioct.h | Theo de Raadt |
2012-08-23 | The afs stubs in here that used to call the nnpfspioctl() now all return | Theo de Raadt |
2012-08-23 | do not show mount_nnpfs in an example, since it is gone | Theo de Raadt |
2012-08-23 | no more _PATH_AFSD required | Theo de Raadt |
2012-08-23 | do not install the nnpfs directory | Theo de Raadt |
2012-08-23 | get rid of mount_nnpfs | Theo de Raadt |
2012-08-23 | no need to know about afs, since it is gone | Theo de Raadt |
2012-08-23 | the afs src tree can go away | Theo de Raadt |
2012-08-23 | knowledge of nnpfs can be removed | Theo de Raadt |
2012-08-23 | crank due to nnpfspioctl() syscall stub removal | Theo de Raadt |
2012-08-23 | no more nnpfspioctl() system call; ok guenther | Theo de Raadt |
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 |