bugzilla-daemon at bugzilla.netfilter.org
2009-Oct-11 08:47 UTC
[Bug 614] New: support Linux/no-mmu
http://bugzilla.netfilter.org/show_bug.cgi?id=614 Summary: support Linux/no-mmu Product: iptables Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P1 Component: iptables AssignedTo: laforge at netfilter.org ReportedBy: vapier at gentoo.org Linux systems that lack a MMU cannot call fork(). Fortunately, the only place in iptables that uses fork() follows it by an exec(), so we can easily convert the code to vfork(). -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at bugzilla.netfilter.org
2009-Oct-11 08:47 UTC
[Bug 614] support Linux/no-mmu
http://bugzilla.netfilter.org/show_bug.cgi?id=614 ------- Comment #1 from vapier at gentoo.org 2009-10-11 10:47 ------- Created an attachment (id=301) --> (http://bugzilla.netfilter.org/attachment.cgi?id=301&action=view) iptables-no-mmu-linux.patch -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at bugzilla.netfilter.org
2009-Oct-23 18:05 UTC
[Bug 614] support Linux/no-mmu
http://bugzilla.netfilter.org/show_bug.cgi?id=614 ------- Comment #2 from jengelh at medozas.de 2009-10-23 20:05 ------- Since iptables is linux-only anyway, I could imagine we can use vfork exclusively. -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at bugzilla.netfilter.org
2009-Oct-23 20:06 UTC
[Bug 614] support Linux/no-mmu
http://bugzilla.netfilter.org/show_bug.cgi?id=614 jengelh at medozas.de changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|laforge at netfilter.org |jengelh at medozas.de -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are the assignee for the bug, or are watching the assignee.