index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
time.cpp
Age
Commit message (
Expand
)
Author
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-06-08
LibC: Add nanosleep() wrapper around clock_nanosleep(CLOCK_REALTIME)
Andreas Kling
2020-05-16
Kernel: Remove now-unused KernelInfoPage.h
Andreas Kling
2020-05-16
Kernel: Remove the "kernel info page" used for fast gettimeofday()
Andreas Kling
2020-03-19
LibC: Add new syscall to allow changing the system date
Liav A
2020-03-08
LibC: Fix a bug involving miscalculating week counts of last year
howar6hill
2020-03-08
LibC: Reimplement asctime() in terms of strftime()
howar6hill
2020-03-06
LibC: Fix a indentation problem in time.cpp
howar6hill
2020-03-06
LibC: Implement time formatting functions, partially support timezone
howar6hill
2020-02-19
LibC: Add hack implementation of gmtime_r() matching gmtime()
Andreas Kling
2020-02-11
LibC: Add localtime_r()
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-15
Kernel+LibC: Publish a "kernel info page" and use it for gettimeofday()
Andreas Kling
2019-11-11
LibC, LibM: Add functions needed to compile python3
Emanuel Sprung
2019-11-09
LibC: Minor changes to make nasm work
Paweł Cholewa
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling