- 25 3月, 2011 2 次提交
-
-
由 Rich Felker 提交于
-
由 Rich Felker 提交于
-
- 20 3月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-
- 18 3月, 2011 2 次提交
-
-
由 Rich Felker 提交于
-
由 Rich Felker 提交于
this implementation is extremely ugly and inefficient, but it avoids a good deal of code duplication and bloat. it may be cleaned up later to eliminate the remaining code duplication and some of the warts, but i don't really care about its performance. note that swprintf is not yet implemented.
-
- 16 3月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-
- 14 3月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-
- 13 3月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-
- 23 2月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-
- 21 2月, 2011 3 次提交
-
-
由 Rich Felker 提交于
this change is in preparation for upcoming PIC/shared library support. the intent is to avoid going through the GOT, mainly so that dprintf is operable immediately, prior to processing of relocations. having dprintf accessible from the dynamic linker will make writing and debugging the dynamic linker much easier.
-
由 Rich Felker 提交于
-
由 Rich Felker 提交于
-
- 17 2月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-
- 15 2月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-
- 14 2月, 2011 1 次提交
-
-
由 Rich Felker 提交于
- hide all the legacy xxxxxx32 name cruft in syscall.h so the actual source files can be clean and uniform across all archs. - cleanup llseek/lseek and mmap2/mmap handling for 32/64 bit systems - alternate implementation for nice if the target lacks nice syscall
-
- 12 2月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-