L4Re/OLD/libc_newlib

Shortlog

(0) tip
2020-04-06 Paul Boddie Reintroduced buffer size parameters to configure memory-mapped regions. default tip
2020-02-02 Paul Boddie Added a comment about configuration and sys/config.h.
2020-02-02 Paul Boddie Restored the isatty definition since it should only be provided in the one file,
2019-12-12 Paul Boddie Added the GCC includes to the libminimal mode in order to find stddef.h.
2019-12-09 Paul Boddie Moved _sbrk_r into libipc_minimal, making it available within that library.
2019-12-08 Paul Boddie Reintroduced strsignal.c to the library.
2019-12-08 Paul Boddie Moved reent, string and malloc-related code into separate libraries/packages.
2019-12-07 Paul Boddie Excluded string functions, providing them in libc_newlib_string.
2019-10-22 Paul Boddie Added support for lseek and stat.
2019-10-22 Paul Boddie Introduce an _exit implementation based on the mechanism used by L4Re.
2019-10-21 Paul Boddie Added support for fstat.
2019-10-21 Paul Boddie Moved headers into the separate libc_newlib_headers package.
2019-10-18 Paul Boddie Added an implementation of posix_memalign employing memalign.
2019-10-18 Paul Boddie Moved various other system functions into separate, specific files.
2019-10-18 Paul Boddie Introduced some setting of errno in failure cases.
2019-10-18 Paul Boddie Moved functions from the syscalls file to the relevant specific files.
2019-10-18 Paul Boddie Handled cases where new memory is not adjacent to previously allocated memory.
2019-10-18 Paul Boddie Added an initial sbrk implementation.
2019-10-16 Paul Boddie Added initial support for filesystem access, supporting system-level functions.
2019-10-15 Paul Boddie Moved the system-specific dirent.h headers into the main include directory.
2019-10-15 Paul Boddie Moved the include directory to the package root, supporting header installation.
2019-10-15 Paul Boddie Changed the type of relative includes.
2019-10-13 Paul Boddie Updated the notes and added copyright and licensing information.
2019-10-13 Paul Boddie Added stubs for the missing syscalls.
2019-10-13 Paul Boddie Added adjusted build system files for reference.
2019-10-13 Paul Boddie Introduced rules and definitions to build stdio and stdlib targets correctly.
2019-10-13 Paul Boddie Replaced the libm objects with only those required by libc.
2019-10-12 Paul Boddie Introduced definitions and excluded the syscalls directory. See option 4 in
2019-10-12 Paul Boddie Consolidate a common variable potentially causing symbol duplication.
2019-10-12 Paul Boddie Introduce the GCC includes (to obtain stddef.h) in case the mode omits them.
2019-10-12 Paul Boddie Converted indentation to tabs.
2019-10-12 Paul Boddie Introduce the GCC includes (to obtain stddef.h) in case the mode omits them.
2019-10-12 Paul Boddie Converted indentation to tabs.
2019-10-12 Paul Boddie Added stubs for otherwise missing syscalls.
2019-10-12 Paul Boddie Build the libc and libm sources together. (It appears to be difficult to build
2019-10-11 Paul Boddie Added libm from the Newlib sources.
2019-10-11 Paul Boddie Updated compilation definitions.
2019-10-11 Paul Boddie An attempt to make a libc package based on Newlib.
(0) tip