mailing list of musl libc
 help / color / mirror / code / Atom feed
From: "Владимир Смирнов" <mapron1@gmail.com>
To: musl@lists.openwall.com
Subject: Re: Any plans on MMU-less support?
Date: Mon, 31 Mar 2014 15:44:23 +0900	[thread overview]
Message-ID: <CAH3hJnhgJ2R1Ko+y+T-P_WKL2frX5CgCdaLJ90QKGoidjAhEYg@mail.gmail.com> (raw)
In-Reply-To: <20140330150139.GJ27448@port70.net>

[-- Attachment #1: Type: text/plain, Size: 1425 bytes --]

I already using uClibc so i know that i hardly ever have fork or dynamic
linkage. It's all suitable for me.
So whats up with mmap and startup code?
I wonder on minimal working set of that all :-)


2014-03-31 0:01 GMT+09:00 Szabolcs Nagy <nsz@port70.net>:

> * Smirnov Vladimir <mapron1@gmail.com> [2014-03-30 15:49:08 +0900]:
> > I wonder if MUSL have such roadmap or there is any hackish way to
> > add that support (may be some unoffitial patches).
> > My problem that i've stucked with old gcc toolchain and uClibc
> > supporting one widely used ARMv4 MMUless chip.
>
> looking at uClibc the main differences in a no-mmu system:
>
> fork is not available so related functions have to be changed/disabled
> (vfork, daemon, wordexp, forkpty, pthread_atfork)
>
> brk is not available so malloc needs to change
>
> mmap may need MAP_UNINITIALIZED flag for performance
> (and MAP_FIXED flag will fail)
>
> memory management related things may need to be changed/disabled
> (mprotect?,mlock,msync,..)
>
> for dynamic linking ldso and libc startup code may need some change
> (some targets (not arm) need fdpic or dsbt elf support)
> (others can use a shared flat binary format)
>
> pthread may need smaller default stack and more careful stack usage
>
> arm startup code needs a change according to
> http://git.uclibc.org/uClibc/tree/libc/sysdeps/linux/arm/crt1.S#n179
>
> and you may need to fix various toolchain issues..
>

[-- Attachment #2: Type: text/html, Size: 2044 bytes --]

      parent reply	other threads:[~2014-03-31  6:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-30  6:49 Smirnov Vladimir
2014-03-30 15:01 ` Szabolcs Nagy
2014-03-30 23:17   ` Rich Felker
2014-03-31  9:04     ` Szabolcs Nagy
2014-03-31  6:44   ` Владимир Смирнов [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAH3hJnhgJ2R1Ko+y+T-P_WKL2frX5CgCdaLJ90QKGoidjAhEYg@mail.gmail.com \
    --to=mapron1@gmail.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).