Commit Graph

81 Commits

Author SHA1 Message Date
Kat R. a06d3c56a8 Wrote uname function 2022-10-09 11:48:04 -05:00
Kat R. 9c8ba82546 Fixed uname declaration 2022-10-09 11:47:52 -05:00
Kat R. 859245ac6f Added gethostname declaration 2022-10-09 11:47:32 -05:00
Kat R. f609e6db47 Attribution 2022-10-09 11:47:13 -05:00
Kat R. d058c08d61 Something's not right here. Ugh 2022-10-09 11:47:01 -05:00
Kat R. 98a53fc774 Fixed stuff for ISO-compliance (& mb_len_max) 2022-05-28 15:45:11 -05:00
Kat R. eb41275b1c Added missing functions 2022-05-28 13:22:05 -05:00
Kat R. c8f0717d41 Made it redefine on each include 2022-05-28 13:17:40 -05:00
Kat R. ff9264c2b2 wrong license. these'll get cleaned up eventually 2022-05-28 13:12:13 -05:00
Kat R. 21e945d3ff organising and adding new function definitions 2022-05-28 11:33:37 -05:00
Kat R. 9a30139ada Gods, what a stupid typo 2022-05-28 11:16:08 -05:00
Kat R. ef5fd0562f Some rough floating point macros! 2022-05-28 11:15:26 -05:00
Kat R. 2ada975628 Hey, look, license 2021-08-18 18:03:58 -05:00
Kat R. 78c287c2e2 whoops, these shouldn't be here 2021-07-27 02:31:26 -05:00
Kat R. c1b4221663 Added things, like stuff for hosted cross-comp 2021-07-26 01:40:56 -05:00
Kat R. 382f19732a fixed some C extension tagging 2021-07-26 00:44:48 -05:00
Kat R. 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
Gitea b5e059fc03 Full update 2020-12-16 13:59:32 -06:00
Gitea 1505f8b0e5 Finished time.h? 2020-12-13 09:13:58 -06:00
Gitea 25658c7690 added tentative offsetof macro 2020-12-13 05:17:50 -06:00
Gitea 645963e2b8 Added feature test macros 2020-12-13 04:55:47 -06:00