index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibC
/
time.h
Age
Commit message (
Expand
)
Author
2019-05-28
Add clang-format file
Robin Burchell
2019-05-17
LibC: Implement clock() and add CLOCKS_PER_SEC define.
Andreas Kling
2019-05-16
LibC: Add struct timespec to time.h
Robin Burchell
2019-04-21
LibC: Minor compat tweak, move struct timezone to sys/time.h
Andreas Kling
2019-03-27
LibC: Time-related POSIX compliance fixes.
Andreas Kling
2019-02-25
Some compat work towards making GCC's libstdc++ build.
Andreas Kling
2019-02-24
LibC: A bunch of compat work towards porting GCC.
Andreas Kling
2019-02-08
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
Andreas Kling
2019-02-03
Get nyancat nyanning in Serenity.
Andreas Kling
2018-11-17
Make bash-2.05b build with minimal changes.
Andreas Kling
2018-11-11
Stub out a bunch more functions to get closer to that sweet bash build.
Andreas Kling
2018-11-09
Fix all current build warnings in LibC.
Andreas Kling
2018-11-05
Lots of minor compat stuff while seeing if bash would build.
Andreas Kling
2018-10-31
A bunch of LibC boilerplate stuff added while trying to get figlet to build.
Andreas Kling
2018-10-25
Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().
Andreas Kling