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
/
sys
/
cdefs.h
Age
Commit message (
Expand
)
Author
2019-06-07
LibC: Run clang-format on everything.
Andreas Kling
2019-05-28
LibC: Don't define ALWAYS_INLINE if it's already defined.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-02-24
LibC: A bunch of compat work towards porting GCC.
Andreas Kling
2019-02-15
LibC: The standard C library needs to be able to build as pure C.
Andreas Kling
2019-02-15
Use modern C++ attributes instead of __attribute__ voodoo.
Andreas Kling
2018-11-17
Various stubs while trying to get an old coreutils to build.
Andreas Kling
2018-11-10
Some improvements to signals.
Andreas Kling
2018-11-09
Build LibC and Userland with clang as well.
Andreas Kling
2018-11-06
Add some basic signal support.
Andreas Kling
2018-11-05
Lots of minor compat stuff while seeing if bash would build.
Andreas Kling
2018-11-05
Tiny LibC things.
Andreas Kling
2018-11-04
Mark LibC's assertion faillure helper with __NORETURN.
Andreas Kling
2018-10-31
Add getpwent() family of functions to LibC.
Andreas Kling
2018-10-31
Use ALWAYS_INLINE for ctype inlines.
Andreas Kling
2018-10-31
A bunch of LibC boilerplate stuff added while trying to get figlet to build.
Andreas Kling