Bananymous
|
dafd2fecf7
|
LibC: Implement gmtime() and localtime()
localtime() just returns gmtime() as there is no timezone support
|
2024-06-17 16:51:41 +03:00 |
Bananymous
|
dfe5a2d665
|
All: Cleanup all files
Add newline to end of files and remove whitespace from end of lines
|
2024-01-24 15:53:38 +02:00 |
Bananymous
|
7184514b5d
|
LibC: add time() implementation
|
2023-09-04 13:52:58 +03:00 |
Bananymous
|
9901f95d78
|
Kernel: Add basic nanosleep, only millisecond percision
|
2023-09-04 12:59:50 +03:00 |
Bananymous
|
1fb305fa45
|
Kernel/LibC: add clock_gettime() for CLOCK_MONOTONIC
This gets the number of milliseconds since boot
|
2023-07-06 00:38:29 +03:00 |