libnx/nx/source/runtime
2024-08-31 00:40:56 +02:00
..
devices socket: automatically detect and use latest bsdsockets version (fix #551) 2023-10-27 23:46:40 +02:00
util Fix inet_pton by passing in base instead of getting it out (#557) 2021-06-24 22:59:28 +02:00
alloc.c Allow user override of dynamic memory allocation functions throughout libnx 2021-01-22 18:37:46 +01:00
alloc.h Allow user override of dynamic memory allocation functions throughout libnx 2021-01-22 18:37:46 +01:00
argv.c Make argvSetup overridable 2021-05-02 15:18:11 +02:00
btdev.c btm/btdrv: Updated param names. 2020-12-29 14:46:10 -05:00
diag.c Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
dynamic.c dynamic: add support for ELF packed relocations (relr) 2024-08-31 00:40:56 +02:00
env.c Add NX_ prefix to PACKED, NORETURN, IGNORE_ARG and DEPRECATED macros 2023-11-20 19:22:12 +01:00
exception.s Fixed register corruption in crt0 introduced by the exception commit. Only handle exceptions when __libnx_exception_handler is defined by the user, and updated comments. 2018-11-14 20:55:17 -05:00
hosversion.c add hosversionIsAtmosphere (#525) 2021-01-27 23:20:41 +01:00
init.c fix: avoid segfault at static dtors (#638) 2023-12-17 14:15:33 +00:00
nacp.c set: Updated for new-ipc. Changed the type of the Language param for setMakeLanguage*() from s32 to SetLanguage. Added size_out param to setsysGetSettingsItemValue which was previously missing. Minor param name adjustment for setsysBindFatalDirtyFlagEvent. Improved docs. 2019-10-04 14:41:10 -04:00
newlib.c Add NX_ prefix to PACKED, NORETURN, IGNORE_ARG and DEPRECATED macros 2023-11-20 19:22:12 +01:00
nxlink_stdio.c Avoid long connection hang in nxlink 2023-04-02 16:37:05 +02:00
nxlink.c translate crlf eol markers to lf for consistency 2018-05-15 12:27:25 +02:00
pad.c pad: Fix logic typo 2020-12-01 16:37:01 +01:00
readtp.s Renamed misleading dir names "devices/" and "system/" to "runtime/" 2018-01-06 13:45:37 +01:00
resolver.c Allow user override of dynamic memory allocation functions throughout libnx 2021-01-22 18:37:46 +01:00
ringcon.c Add NX_ prefix to PACKED, NORETURN, IGNORE_ARG and DEPRECATED macros 2023-11-20 19:22:12 +01:00
switch_crt0.s crt0/dynamic: refactoring + add support for reprotecting relro segment 2023-10-21 00:18:04 +02:00