Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-02-03 | tools/nolibc: add prototypes for non-static functions | Thomas Weißschuh | 1 | -0/+2 |
2024-08-16 | tools/nolibc: crt: mark _start_c() as used | Thomas Weißschuh | 1 | -1/+1 |
2024-08-09 | tools/nolibc: pass argc, argv and envp to constructors | Thomas Weißschuh | 1 | -11/+12 |
2023-10-12 | tools/nolibc: add support for constructors and destructors | Thomas Weißschuh | 1 | -1/+22 |
2023-10-12 | tools/nolibc: mark start_c as weak | Thomas Weißschuh | 1 | -0/+1 |
2023-08-23 | tools/nolibc: stackprotector.h: make __stack_chk_init static | Zhangjin Wu | 1 | -1/+1 |
2023-08-23 | tools/nolibc: crt.h: initialize stack protector | Zhangjin Wu | 1 | -0/+4 |
2023-08-23 | tools/nolibc: add new crt.h with _start_c | Zhangjin Wu | 1 | -0/+57 |