kernel/netgraph7: Port the kernel part of the netgraph7 bluetooth stack.It still needs more testing/debugging, along with the userland part.In-discussion-with: nant
kernel/netgraph7: Adjust SVN ID.
Fix the way <sys/ioccom.h> is included throughout our tree.The original intention was to include it only in header files whichdefine ioctl codes and not in .c or .h files which include headerstha
Fix the way <sys/ioccom.h> is included throughout our tree.The original intention was to include it only in header files whichdefine ioctl codes and not in .c or .h files which include headersthat define ioctl codes.Adjust the tree to follow this idea.Pointed-out-by: Guy Harris <guy@alum.mit.edu>Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1334>
show more ...
Netgraph port from FreeBSD - initial porting work* Use relative #include's as appropriate so the code doesn't dig into the original netgraph/ directory.* Move FBSDID's and add DragonFly ids.*
Netgraph port from FreeBSD - initial porting work* Use relative #include's as appropriate so the code doesn't dig into the original netgraph/ directory.* Move FBSDID's and add DragonFly ids.* Fix improper uses of M_NOWAIT.* Fix uses of M_NOWAIT which should be MB_DONTWAIT and vise-versa (also forward to Julian).* Add a dragonfly.h compatibility header.* NOTE: m_tag_alloc() in DFly takes MB_ flags.
Vendor import of netgraph from FreeBSD-current 20080626