Keine Beschreibung

Andrius Štikonas 0c1040d73d Merge pull request #70 from gtker/main vor 3 Tagen
aarch64 46b1fd052b Add missing aarch64 define for SET_X2_FROM_X1. vor 3 Wochen
amd64 0437166b70 Remove "const" from arguments for symlink() syscall wrappers vor 1 Monat
armv7l 0437166b70 Remove "const" from arguments for symlink() syscall wrappers vor 1 Monat
knight 0437166b70 Remove "const" from arguments for symlink() syscall wrappers vor 1 Monat
riscv32 756edce602 Remove untested from RISC-V vor 1 Monat
riscv64 756edce602 Remove untested from RISC-V vor 1 Monat
sys c110f482f0 Another dummy file vor 1 Jahr
uefi 0437166b70 Remove "const" from arguments for symlink() syscall wrappers vor 1 Monat
x86 0437166b70 Remove "const" from arguments for symlink() syscall wrappers vor 1 Monat
LICENSE 383cacd45c Initial commit vor 4 Jahren
README.md 1c79ea9550 Standardize the naming of all files vor 4 Jahren
bootstrappable.c 1a9c27e4b2 Removed undefined behavior in int2str vor 4 Tagen
bootstrappable.h eaafd09de1 Make library files more standard vor 3 Jahren
ctype.c ca8fc8fa00 Setup argc and argv in UEFI. vor 2 Jahren
ctype.h ca8fc8fa00 Setup argc and argv in UEFI. vor 2 Jahren
fcntl.c 41a04d6753 Fix UEFI includes, so that M2-Mesoplanet can build UEFI applications. vor 2 Jahren
fcntl.h ddbb235671 ensure needed libraries are read first vor 1 Jahr
gcc_req.h 080939fa31 First couple string.h functions added vor 4 Jahren
signal.h eaafd09de1 Make library files more standard vor 3 Jahren
stdbool.h 84aa4bbcb1 Change bool define to _Bool vor 4 Wochen
stddef.h eaafd09de1 Make library files more standard vor 3 Jahren
stdint.h 684eade53e Add dummy stdint.h vor 1 Jahr
stdio.c 3e580cff97 Fix fgets behaviour when EOF reached vor 9 Monaten
stdio.h 41a04d6753 Fix UEFI includes, so that M2-Mesoplanet can build UEFI applications. vor 2 Jahren
stdlib.c fd3e240505 Remove incorrect pointer arithmetic from setenv/getenv vor 2 Wochen
stdlib.h 400ddd7836 Implement getenv for x86, amd64, aarch64, riscv32 and riscv64. vor 2 Jahren
string.c 479d53d78c A very rough prototype for strstr vor 1 Jahr
string.h 479d53d78c A very rough prototype for strstr vor 1 Jahr
unistd.h 0437166b70 Remove "const" from arguments for symlink() syscall wrappers vor 1 Monat

README.md

Inside is a standard C library for those who need to bootstrap from nothing. As all of the pieces inside will work with M2-Planet and mescc-tools