fork on uClinux

Shaun Jackman sjackman at gmail.com
Fri May 26 17:03:55 UTC 2006


On 5/25/06, Mike Frysinger <vapier at gentoo.org> wrote:
> the uClinux guys use something simpleinit rather than init from busybox
> -mike

I have finally come to the bottom of my inquiry into uClinux and busybox/init.

1. uClinux-dist maintains a patch against busybox, which (possibly
among other things) includes...

> #if defined(__UCLIBC__) && !defined(__UCLIBC_HAS_MMU__)
> #define fork	vfork
> #endif

2. uClinux-dist does not use busybox/init by default anyways, instead
using simpleinit, which is fork/exit vfork/_exit clean.

Cheers,
Shaun



More information about the busybox mailing list