Commit Graph

30 Commits

Author SHA1 Message Date
topjohnwu
795cab5ab6 Change tiny printf implementation 2024-10-02 16:34:23 -07:00
topjohnwu
c032a12c97 Move formatting functions to its own file 2024-10-01 16:52:35 -07:00
topjohnwu
77d40dce2c Include musl scanf implementation 2024-10-01 14:33:06 -07:00
topjohnwu
1602918648 Add fcntl and posix_memalign 2024-08-11 04:14:29 -07:00
LoveSy
17233ab90e Fix windows build with spaces in ndk path 2024-04-25 23:17:16 -07:00
topjohnwu
6f5a10ac12 Move code from upstream libc to respective locations 2024-04-16 10:12:18 -07:00
topjohnwu
bf9f9b3cc3 Proper exit implementation 2024-04-16 10:12:18 -07:00
topjohnwu
88c7161c55 Move reallocarray to malloc.c 2024-04-15 15:51:44 -07:00
topjohnwu
cf221689ac Implement getauxval 2024-04-12 15:09:14 -07:00
topjohnwu
c2cab98d86 Cleanup syscalls 2024-04-12 15:02:55 -07:00
LoveSy
465a4d05b4 Support riscv64 2024-04-12 12:13:58 -07:00
topjohnwu
f7f43a51a9 Fix stat implementation on 32-bit 2024-04-10 01:25:11 -07:00
topjohnwu
2afb00eb00 Force downstream to select fmt implementation 2024-03-25 16:05:39 -07:00
topjohnwu
432c428543 Hand roll malloc 2024-03-25 15:52:21 -07:00
topjohnwu
6ec46be760 Move memmem into its own file 2024-03-04 16:42:01 -08:00
topjohnwu
40c5b6b8c6 Add qsort 2024-03-02 16:56:50 -08:00
topjohnwu
b40fa9eb71 Remove unused file 2024-03-02 16:31:18 -08:00
topjohnwu
7a03e7b0ec Update README 2024-03-02 05:56:07 -08:00
topjohnwu
bcb133c651 Use crtbegin from Bionic 2024-03-02 05:54:33 -08:00
topjohnwu
f800c65e1c Add musl vfprintf 2024-02-29 01:52:26 -08:00
topjohnwu
506e6d9cea Make sure all {*}printf goes through vfprintf 2024-02-29 01:49:49 -08:00
topjohnwu
fa53e05878 Properly implement pthread_key functions 2024-02-29 00:30:11 -08:00
topjohnwu
1ace666cd2 Make sure mmap work as expected 2024-02-29 00:30:11 -08:00
topjohnwu
69c5a278a4 Fix memmove implementation 2024-02-29 00:30:11 -08:00
topjohnwu
1c901bc00b Add more symbols 2024-02-29 00:24:43 -08:00
topjohnwu
9790b7ee48 Add openat64 alias 2024-02-27 03:12:44 -08:00
topjohnwu
ba8166a48c Add all required flags into Android.mk 2024-02-26 17:33:58 -08:00
topjohnwu
c818e97c41 Add README 2024-02-26 17:16:07 -08:00
topjohnwu
6e502efbbb Initial source dump 2024-02-26 17:06:08 -08:00
topjohnwu
8bdf0f2760 Initial commit 2024-02-26 17:03:02 -08:00