.. |
aio
|
libc: Change errno to set_errno and get_errno
|
2023-10-29 17:16:09 +02:00 |
assert
|
toolchain/gcc: fix linker error if enable STACK_CANARIES/LTO at same time
|
2023-07-21 01:13:34 +08:00 |
audio
|
libsrc: update version in CMakeLists.txt
|
2023-09-07 22:15:48 +08:00 |
bin
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
builtin
|
builtin: support uid/gid config for binfs app
|
2023-08-14 01:37:00 +08:00 |
ctype
|
libs/ctype/toupper_l: Implement function toupper_l instead of macro
|
2023-08-22 00:07:16 +08:00 |
dirent
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
dlfcn
|
Fix loading of ET_DYN type of shared objects
|
2023-09-20 09:35:28 -04:00 |
errno
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
eventfd
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
fdt
|
libfdt: modify makefile
|
2023-08-26 17:07:02 +08:00 |
fixedmath
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
gdbstub
|
libc: Change errno to set_errno and get_errno
|
2023-10-29 17:16:09 +02:00 |
gpsutils
|
Fix make[1]: *** No rule to make target '.header', needed by 'context'. Stop.
|
2023-09-25 23:29:05 +08:00 |
grp
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
hex2bin
|
c++ compatibility: rename reserved c++ keywords 'public' and 'this'
|
2023-09-16 19:45:02 +08:00 |
inttypes
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
kbin
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
libgen
|
libc/basename: Change len type from int to size_t
|
2023-07-16 00:35:35 +03:00 |
locale
|
libc: Change errno to set_errno and get_errno
|
2023-10-29 17:16:09 +02:00 |
lzf
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
machine
|
cmake:init RISC-V cmake qemu-rv build
|
2023-10-26 21:01:46 +08:00 |
misc
|
libc: Change errno to set_errno and get_errno
|
2023-10-29 17:16:09 +02:00 |
modlib
|
modlib/modlib_load: fix compile warning
|
2023-10-26 01:53:38 +08:00 |
net
|
net/ip: print ip addresses using ip4_addrN macro
|
2023-08-19 13:28:21 -03:00 |
netdb
|
netdb: When set a dns nameserver, if the nameserver already exists, retrun OK.
|
2023-10-12 12:22:16 +08:00 |
obstack
|
c++ compatibility: rename reserved c++ keywords 'public' and 'this'
|
2023-09-16 19:45:02 +08:00 |
pthread
|
spinlock: Rename spin_islocked to spin_is_locked
|
2023-10-06 20:03:19 -04:00 |
pwd
|
pwd: fix syntax error
|
2023-09-04 23:19:46 +08:00 |
queue
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
regex
|
libs/libc/regex: add newline at the end of Make.defs
|
2023-06-11 12:55:29 +08:00 |
sched
|
cmake/sched: fix build break based on mainline
|
2023-07-10 13:26:21 +08:00 |
semaphore
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
signal
|
signal: add siginterrupt implementation
|
2023-08-29 09:43:42 +08:00 |
spawn
|
libs/lib_psfa_adddup2.c: remove workaround aboud dup2
|
2023-10-27 21:15:07 +08:00 |
stdio
|
libc: Change errno to set_errno and get_errno
|
2023-10-29 17:16:09 +02:00 |
stdlib
|
libc: Change errno to set_errno and get_errno
|
2023-10-29 17:16:09 +02:00 |
stream
|
libc/stdio: Remove bforce from lib_fflush[_unlocked]
|
2023-10-29 17:09:18 +02:00 |
string
|
libs/libc: Breakdown LIBC_BUILD_STRING into specific string operations macro.
|
2023-08-29 22:55:18 +08:00 |
symtab
|
libc/symtab: Don't include symtab.h in the header files
|
2023-07-10 23:03:17 +03:00 |
syslog
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
termios
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
time
|
libc: Change errno to set_errno and get_errno
|
2023-10-29 17:16:09 +02:00 |
tls
|
tls: Move task_tls_alloc and task_tls_destruct to libc
|
2023-08-28 11:02:18 +03:00 |
uio
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
unistd
|
libc: Change errno to set_errno and get_errno
|
2023-10-29 17:16:09 +02:00 |
userfs
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
uuid
|
libc: Change errno to set_errno and get_errno
|
2023-10-29 17:16:09 +02:00 |
wchar
|
libs/libc/wchar: add wcswidth implementation
|
2023-09-22 08:51:07 +08:00 |
wctype
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
wqueue
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
zoneinfo
|
Documentation: remove all migrated READMEs
|
2023-10-29 21:03:54 -03:00 |
.gitignore
|
libfdt: modify makefile
|
2023-08-26 17:07:02 +08:00 |
CMakeLists.txt
|
build: add initial cmake build system
|
2023-07-08 13:50:48 +08:00 |
Kconfig
|
fdt: add libfdt support
|
2023-08-10 20:47:37 +08:00 |
libc.csv
|
libc: Add bsearch to libc.csv
|
2023-09-25 01:08:15 +03:00 |
libc.h
|
stdio: Implement [clearerr|putc|fflush]_unlocked
|
2023-10-29 17:09:18 +02:00 |
Makefile
|
fdt: add libfdt support
|
2023-08-10 20:47:37 +08:00 |