index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
time.cpp
Age
Commit message (
Expand
)
Author
2021-08-12
LibC: Don't delete null check in `gettimeofday`
Daniel Bertalan
2021-08-10
LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()
Andreas Kling
2021-08-10
Kernel+LibC: Allow clock_gettime() to run without syscalls
Andreas Kling
2021-08-10
LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-07
LibC: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibC: Fix missing '\n' at the end of ctime/ctime_r/asctime/asctime_r
Brian Gianforcaro
2021-04-21
LibC: Add ctime_r() and asctime_r() implementations
Brian Gianforcaro
2021-03-29
LibC: Implement utimes function
Jelle Raaijmakers
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-18
LibC: Return ENOSYS from clock_getres() rather than asserting
Linus Groh
2021-01-18
LibC: Make tzset() set daylight to 0
Linus Groh
2021-01-18
LibC: Make tzset() set tzname to { "UTC", "UTC" }
Linus Groh
2021-01-17
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling