mes/lib/gnu
Jan (janneke) Nieuwenhuizen 905277a73a
mescc: Mes C Library: Split _exit.c, _write.c from mini.c.
* lib/freebsd/x86-mes-gcc/mini.c: Split into...
* lib/freebsd/x86-mes-gcc/_exit.c: ...this, and...
* lib/freebsd/x86-mes-gcc/_write.c: ...this.
* lib/freebsd/x86-mes-mescc/mini.c: Slpit into...
* lib/freebsd/x86-mes-mescc/_exit.c: ...this, and...
* lib/freebsd/x86-mes-mescc/_write.c: ...this.
* lib/gnu/x86-mes-gcc/mini.c: Split into...
* lib/gnu/x86-mes-gcc/_exit.c: ...this, and...
* lib/gnu/x86-mes-gcc/_write.c: ...this.
* lib/linux/arm-mes-gcc/mini.c: Split into...
* lib/linux/arm-mes-gcc/_exit.c: ...this, and...
* lib/linux/arm-mes-gcc/_write.c: ...this.
* lib/linux/arm-mes-mescc/mini.c: Split into...
* lib/linux/arm-mes-mescc/_exit.c: ...this, and...
* lib/linux/arm-mes-mescc/_write.c: ...this.
* build-aux/configure-lib.sh (libc_mini_shared_SOURCES): Replace mini.c
with add _exit.c, _write.c.
* simple.sh: Update accordingly.
2021-01-23 08:43:45 +01:00
..
x86-mes-gcc mescc: Mes C Library: Split _exit.c, _write.c from mini.c. 2021-01-23 08:43:45 +01:00
_exit.c hurd: Fixes for upgrade to debian-hurd-20190220.img. 2019-12-13 21:52:31 +01:00
_open3.c hurd: Add open. 2019-12-13 21:52:30 +01:00
_read.c hurd: Add _read. 2019-12-13 21:52:30 +01:00
_write.c hurd: Add _write. 2019-12-13 21:52:30 +01:00
dir-lookup.c hurd: Add open. 2019-12-13 21:52:30 +01:00
exec-startup-get-data.c hurd: Add argv and environ. 2019-12-13 21:52:30 +01:00
fd-get.c hurd: Add argv and environ. 2019-12-13 21:52:30 +01:00
fd-read.c hurd: Add _read. 2019-12-13 21:52:30 +01:00
fd-write.c hurd: Add _write. 2019-12-13 21:52:30 +01:00
hurd-start.c hurd: Fixes for upgrade to debian-hurd-20190220.img. 2019-12-13 21:52:31 +01:00
io-read.c hurd: Add _read. 2019-12-13 21:52:30 +01:00
io-write.c hurd: Add open. 2019-12-13 21:52:30 +01:00
malloc.c hurd: Add malloc. 2019-12-13 21:52:31 +01:00
proc-mark-exit.c hurd: Initial support. 2019-12-13 21:52:29 +01:00
syscall-internal.c Introduce libmescc.a; Put division by integer in there; split syscalls' errno off. 2020-06-02 15:04:13 +02:00
syscall.c Introduce libmescc.a; Put division by integer in there; split syscalls' errno off. 2020-06-02 15:04:13 +02:00
task-get-special-port.c hurd: Initial support. 2019-12-13 21:52:29 +01:00
task-terminate.c hurd: Initial support. 2019-12-13 21:52:29 +01:00
vm-allocate.c hurd: Add malloc. 2019-12-13 21:52:31 +01:00
vm-statistics.c hurd: Initial support. 2019-12-13 21:52:29 +01:00