Searched hist:234174 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.hdiff 234174 Thu Apr 12 09:35:52 MDT 2012 luigi Some code restructuring to bring the memory allocator out of netmap.c
and make it easier to replace it with a different implementation.
On passing, also fix indentation.

NOTE: I know that #include "foo.c" is ugly, but the alternative
(add another entry to sys/conf/files, add a separate header with
structs and prototypes, and expose functions that are meant to
be private) looks even worse to me.
We need a more modular way to specify dependencies and build options.
H A Dnetmap.cdiff 234174 Thu Apr 12 09:35:52 MDT 2012 luigi Some code restructuring to bring the memory allocator out of netmap.c
and make it easier to replace it with a different implementation.
On passing, also fix indentation.

NOTE: I know that #include "foo.c" is ugly, but the alternative
(add another entry to sys/conf/files, add a separate header with
structs and prototypes, and expose functions that are meant to
be private) looks even worse to me.
We need a more modular way to specify dependencies and build options.

Completed in 210 milliseconds