Ntpd config file support
Denys Vlasenko
vda.linux at googlemail.com
Thu Mar 20 17:30:30 UTC 2014
On Thu, Mar 20, 2014 at 5:28 PM, Mike Dean <mdean at emacinc.com> wrote:
> I'm curious. You mentioned earlier that code is never freed from memory.
> If you're this concerned with bloat, why don't you fix your problem of never
> deallocating the init code instead of worrying about some small feature like
> this? The Linux kernel does this; that's why you see the message about
> "Freeing xxKB of memory" late in the boot process. The freed memory is the
> memory that was used by the initialization code. This trick isn't limited
> to kernelspace. You can dynamically link libraries with init code, and you
> can unlink them at runtime as well.
People who are concerned with size just link statically.
More information about the busybox
mailing list