|
04ae97a6ec
|
libc: Add difftime()
|
2022-11-06 15:09:38 +01:00 |
|
|
aabff7a1d3
|
libc: Add mktime()
|
2022-10-30 20:46:25 +01:00 |
|
|
f83c78bcad
|
libc: Implement gettimeofday() and instantly mark it as deprecated
|
2022-10-30 20:40:05 +01:00 |
|
|
d186d573dd
|
libc: Document strftime in time.h
|
2022-10-30 17:48:54 +01:00 |
|
|
324fb42ee2
|
libc: Add support for the new time functionality in the kernel
|
2022-10-30 09:08:29 +01:00 |
|
|
32e09d3417
|
libc: Stub out more functionality so part of binutils builds
|
2022-10-29 09:39:12 +02:00 |
|
|
703b0a1435
|
libc: Make tv_usec in timeval signed, as it should be
|
2022-10-27 17:20:46 +02:00 |
|
|
211c76f920
|
libc: Provide a definition for timeval
|
2022-10-27 07:55:02 +02:00 |
|
|
13fce2c4b3
|
libc: Update headers with more comments
|
2022-10-25 19:27:24 +02:00 |
|
|
fa35e883d7
|
libc: Stub out strftime
|
2022-10-23 10:01:03 +02:00 |
|
|
81c337cf9a
|
libc: Add struct tm and localtime(), gmtime() stubs
|
2022-10-22 12:17:48 +02:00 |
|
|
bf026d0dea
|
libc: Add bad time() function
It's just an alias for clock(). Which is not good. But it's a stub, that's the point.
|
2022-10-21 18:32:01 +02:00 |
|
|
b1739f7f0d
|
libc: Add support for the new clock() system call
|
2022-10-15 13:21:22 +02:00 |
|
|
fcf5923cc0
|
WIP: Add a C Library, let's try to compile a Hosted GCC cross-compiler using this!
|
2022-10-01 20:59:22 +02:00 |
|