nchao 6509a0c0ca binfmt/ and libs/libc: Make exepath_*() more common: 6 年之前
..
libbuiltin 83cdb0c552 Squashed commit of the following: 7 年之前
libelf a7fd58c4db Squashed commit of the following: 6 年之前
libnxflat a7fd58c4db Squashed commit of the following: 6 年之前
libpcode 6509a0c0ca binfmt/ and libs/libc: Make exepath_*() more common: 6 年之前
.gitignore 4748599a43 .dSYM only needs to be in the same .gitignore files as .exe 11 年之前
Kconfig 6509a0c0ca binfmt/ and libs/libc: Make exepath_*() more common: 6 年之前
Makefile 6509a0c0ca binfmt/ and libs/libc: Make exepath_*() more common: 6 年之前
binfmt.h 9546481054 Fix some typographical errors. 6 年之前
binfmt_copyargv.c 9546481054 Fix some typographical errors. 6 年之前
binfmt_dumpmodule.c 2722fd8192 tools/nxstyle.c: Add capability to detect multiple blank lines. Single spacing required by the coding standard. Also coding standard fixes to server .c files for problems found during testing nxstyle. 6 年之前
binfmt_exec.c 6509a0c0ca binfmt/ and libs/libc: Make exepath_*() more common: 6 年之前
binfmt_execmodule.c 20a86dfc1b binfmt/ and sched/group: Re-architect the way that loadable ELF or NXFLAT modules are unloaded. Memory resources must be recovered when the task loaded into memory exits. The originmal implementatino used the death-of-child SIGCHLD signal to perform the unload. There are several problems with this: It is overly complex, it requires that the parent task stay resident while the loaded task runs, and it has fatal logic flaws in the protected and kernel model builds because the user signal handler attempts to run in the kernel address space. This commit corrects with using a mindlessly simply BINFMT callback when the task exits. 6 年之前
binfmt_execsymtab.c 2553df7edc binfmt/binfmt_execsymtab.c: Fix a recently introduced error: The size of the symbol table is now an 'int' variable; but a variable cannot be used as an initializer because it is not constant. Also updates a README file. 6 年之前
binfmt_exit.c 20a86dfc1b binfmt/ and sched/group: Re-architect the way that loadable ELF or NXFLAT modules are unloaded. Memory resources must be recovered when the task loaded into memory exits. The originmal implementatino used the death-of-child SIGCHLD signal to perform the unload. There are several problems with this: It is overly complex, it requires that the parent task stay resident while the loaded task runs, and it has fatal logic flaws in the protected and kernel model builds because the user signal handler attempts to run in the kernel address space. This commit corrects with using a mindlessly simply BINFMT callback when the task exits. 6 年之前
binfmt_globals.c 2722fd8192 tools/nxstyle.c: Add capability to detect multiple blank lines. Single spacing required by the coding standard. Also coding standard fixes to server .c files for problems found during testing nxstyle. 6 年之前
binfmt_initialize.c 86eef8ce3a mm/: add mm_heapmember function and reimplement kmm_heapmember base on mm_heapmember since this function is very useful if multiple heaps exist. 6 年之前
binfmt_loadmodule.c 6509a0c0ca binfmt/ and libs/libc: Make exepath_*() more common: 6 年之前
binfmt_register.c 8b4b61f140 fs/cromfs: Fix a error in reading partial compressed blocks. The LZF decompressor does not support that operation. Instead we have to decompress full block into a temporary buffer and copy out the parts that we need. To compensate for the performance hit, a caching mechanism was added so that we do not have to read the same block repeatedly. Unrelated: Also updates some README files. 6 年之前
binfmt_unloadmodule.c 20a86dfc1b binfmt/ and sched/group: Re-architect the way that loadable ELF or NXFLAT modules are unloaded. Memory resources must be recovered when the task loaded into memory exits. The originmal implementatino used the death-of-child SIGCHLD signal to perform the unload. There are several problems with this: It is overly complex, it requires that the parent task stay resident while the loaded task runs, and it has fatal logic flaws in the protected and kernel model builds because the user signal handler attempts to run in the kernel address space. This commit corrects with using a mindlessly simply BINFMT callback when the task exits. 6 年之前
binfmt_unregister.c a096bc1266 binfmt/: Fix one more inappropriate access to the errno variable. 6 年之前
builtin.c a83b6d990b Replace callse to ioctl() in the OS to file_ioctl() 6 年之前
elf.c e90f0403a6 binfmt/: Mostly cosmetic changes from review of a previous commit. 6 年之前
nxflat.c e90f0403a6 binfmt/: Mostly cosmetic changes from review of a previous commit. 6 年之前
pcode.c 6509a0c0ca binfmt/ and libs/libc: Make exepath_*() more common: 6 年之前