nuttx/libc/modlib
Gregory Nutt 3521aaf944 Squashed commit of the following:
binfmt/, configs/, grahics/, libc/, mm/, net/, sched/:  OS references to the errno variable should always use the set_errno(), get_errno() macros
    arch/arm/src/stm32 and stm32f7:  Architecture-specific code is not permitted to modify the errno variable.  drivers/ and libc/:  OS references to the errno variable should always use the set_errno(), get_errno() macros
2018-01-30 17:57:36 -06:00
..
gnu-elf.ld Move gnu-elf.ld from sched/module to libc/modlib. Update paths in Make.defs files to account for new location of file 2017-01-29 09:03:01 -06:00
Kconfig libc/Kconfig: Use menus vs. comments to better organize the C library menus 2017-02-10 10:04:56 -06:00
Make.defs Modules: Move last of many C files from sched/module to libc/modlib 2017-01-29 11:54:54 -06:00
modlib_bind.c Modules: Move last of many C files from sched/module to libc/modlib 2017-01-29 11:54:54 -06:00
modlib_depend.c Modules: Move first five of many C files from sched/module to libc/modlib 2017-01-29 10:05:15 -06:00
modlib_init.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
modlib_iobuffer.c Modules: Move next five of many C files from sched/module to libc/modlib 2017-01-29 11:17:29 -06:00
modlib_load.c Modules: Move last of many C files from sched/module to libc/modlib 2017-01-29 11:54:54 -06:00
modlib_read.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
modlib_registry.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
modlib_sections.c Modules: Move next five of many C files from sched/module to libc/modlib 2017-01-29 11:17:29 -06:00
modlib_symbols.c Modules: Move last of many C files from sched/module to libc/modlib 2017-01-29 11:54:54 -06:00
modlib_symtab.c Modules: Move last of many C files from sched/module to libc/modlib 2017-01-29 11:54:54 -06:00
modlib_uninit.c Modules: Move last of many C files from sched/module to libc/modlib 2017-01-29 11:54:54 -06:00
modlib_unload.c Module names are not needed in libc/modlib when the module library is used only for shared library support. 2017-01-29 12:23:24 -06:00
modlib_verify.c Modules: Move last of many C files from sched/module to libc/modlib 2017-01-29 11:54:54 -06:00
modlib.h Modules: Move last of many C files from sched/module to libc/modlib 2017-01-29 11:54:54 -06:00