Commit graph

85 commits

Author SHA1 Message Date
8458c74ee1 ??? 2022-10-09 11:49:10 -05:00
6a53e3535a Added uname objs 2022-10-09 11:49:06 -05:00
b69c712ea5 Wrote gethostname filler 2022-10-09 11:48:47 -05:00
000f24b79c Wrote strcpy. Not sure if working 2022-10-09 11:48:26 -05:00
a06d3c56a8 Wrote uname function 2022-10-09 11:48:04 -05:00
9c8ba82546 Fixed uname declaration 2022-10-09 11:47:52 -05:00
859245ac6f Added gethostname declaration 2022-10-09 11:47:32 -05:00
f609e6db47 Attribution 2022-10-09 11:47:13 -05:00
d058c08d61 Something's not right here. Ugh 2022-10-09 11:47:01 -05:00
98a53fc774 Fixed stuff for ISO-compliance (& mb_len_max) 2022-05-28 15:45:11 -05:00
eb41275b1c Added missing functions 2022-05-28 13:22:05 -05:00
c8f0717d41 Made it redefine on each include 2022-05-28 13:17:40 -05:00
ff9264c2b2 wrong license. these'll get cleaned up eventually 2022-05-28 13:12:13 -05:00
21e945d3ff organising and adding new function definitions 2022-05-28 11:33:37 -05:00
9a30139ada Gods, what a stupid typo 2022-05-28 11:16:08 -05:00
ef5fd0562f Some rough floating point macros! 2022-05-28 11:15:26 -05:00
2ada975628 Hey, look, license 2021-08-18 18:03:58 -05:00
78c287c2e2 whoops, these shouldn't be here 2021-07-27 02:31:26 -05:00
c1b4221663 Added things, like stuff for hosted cross-comp 2021-07-26 01:40:56 -05:00
382f19732a fixed some C extension tagging 2021-07-26 00:44:48 -05:00
59cd28a315 finished writing out complex functions 2021-07-26 00:36:03 -05:00
Gitea
5333390a68 libc/libk should go to /lib, not /usr/lib 2020-12-25 15:06:27 -06:00
Gitea
9ed9946af2 I'm pretty sure it's fine in libc 2020-12-24 22:37:55 -06:00
Gitea
660dfcb6a7 Woops. Fixed a stupid error 2020-12-24 22:36:51 -06:00
Gitea
0b713dee9c Added proper cross-compiler reqs 2020-12-23 12:49:58 -06:00
Gitea
66435b0bb0 Updated list of stuff 2020-12-22 17:27:15 -06:00
Gitea
1f281c4d20 Constructor stuff 2020-12-21 20:55:00 -06:00
Gitea
07ea42f2e1 Gotta figure out what libk is 2020-12-21 20:54:51 -06:00
Gitea
8fd6c4b295 Rewrote some stuff to work w/ pointer math 2020-12-21 20:54:41 -06:00
Gitea
f85337e404 Added a bunch of constants 2020-12-21 19:34:17 -06:00
Gitea
6013ffde8b Added constants, types, and macros 2020-12-21 15:13:17 -06:00
Gitea
9cf547ce87 Refactored for ISO C standard 2020-12-21 13:52:28 -06:00
Gitea
37a4379512 Minor additon 2020-12-21 13:45:29 -06:00
Gitea
a37a3c3928 Added constants 2020-12-21 13:45:19 -06:00
Gitea
93e53acd73 Rearranged for hosted v. freestanding 2020-12-21 13:45:13 -06:00
Gitea
0e1ece5a24 constants done 2020-12-21 13:45:01 -06:00
Gitea
2e0314e6da Wrote in all standard stuff 2020-12-20 20:25:29 -06:00
Gitea
ae2ee7f8e5 Wrote in macros 2020-12-20 18:43:52 -06:00
Gitea
9ae9826930 Small change to assert macro, added stdlib include 2020-12-20 18:43:46 -06:00
Gitea
d96cf1edd8 full entry 2020-12-18 19:39:31 -06:00
Gitea
ab256de78b Wrote as inline assembly rather than separately 2020-12-18 12:40:09 -06:00
Gitea
c2e6a9accc Rewrote for struct 2020-12-18 12:39:37 -06:00
Gitea
e7ea212590 Fixed errno for extern 2020-12-18 12:39:22 -06:00
Gitea
c8c0b03b23 Wrote inb and outb for <sys/io.h> 2020-12-18 12:39:04 -06:00
Gitea
9922fa882d Added all ISO C functions 2020-12-16 17:39:56 -06:00
Gitea
b93d34176f Added POSIX defuns 2020-12-16 17:18:27 -06:00
Gitea
1006fa0b63 FNM_NOMATCH can't be 0, so I changed it up 2020-12-16 16:37:25 -06:00
Gitea
8e8dc98db5 errno is now extern 2020-12-16 16:35:08 -06:00
Gitea
286b072a89 Added a shitton of headers to the headers 2020-12-16 14:26:16 -06:00
Gitea
3dc05967d3 new types! 2020-12-16 14:06:16 -06:00