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
Age
Commit message (
Expand
)
Author
2019-06-26
LibC: Uhm, htonl() shouldn't byte-swap on big endian machines.
Andreas Kling
2019-06-26
LibC: Clean up htonl() and ntohl() families.
Andreas Kling
2019-06-24
AK: Let's put the JSON parsing in a separate class.
Andreas Kling
2019-06-22
printf: Support %zu (the 'z' is really just ignored.)
Andreas Kling
2019-06-22
LibC: Fix locale.cpp warnings.
Andreas Kling
2019-06-22
LibC: Fix various stdlib.cpp warnings.
Andreas Kling
2019-06-22
LibC: execvpe() should use the provided environment instead of 'environ'
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-19
Kernel+LibC: Make page fault crashes a bit more readable.
Andreas Kling
2019-06-17
AK: Add some classes for JSON encoding.
Andreas Kling
2019-06-16
Userland: Add wc program (#228)
Callum Attryde
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
LibC: Run clang-format on everything.
Andreas Kling
2019-06-07
AK: Rename printf.cpp to PrintfImplementation.h.
Andreas Kling
2019-06-07
AK: Add a ScopeGuard helper that invokes a callback when destroyed.
Andreas Kling
2019-06-06
LookupServer+LibC: Add support for reverse DNS lookups via gethostbyaddr().
Andreas Kling
2019-06-06
LibC: inet_pton() should return 1 on success, 0 or -1 on failure.
Andreas Kling
2019-06-03
LibC: Implement popen() and pclose().
Andreas Kling
2019-06-03
Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scroll
Christopher Dumas
2019-06-03
Terminal: Implement scroll region termcodes
Christopher Dumas
2019-06-03
LibC: Implement dirfd().
Andreas Kling
2019-06-01
Kernel: Add fchown() syscall.
Andreas Kling
2019-05-30
LibC: Move wait-related stuff to <sys/wait.h>. #POSIX
Andreas Kling
2019-05-30
LibC: Add setenv().
Andreas Kling
2019-05-30
Kernel/LibC: Implement sched_* functionality to set/get process priority
Robin Burchell
2019-05-30
LibC: Add malloc_size() to tell you how big an allocation might be.
Andreas Kling
2019-05-29
LibM LibC: add fixes for Lua port.
Mustafa Ali CAN
2019-05-29
LibC: realloc() should reuse the existing allocation more often.
Andreas Kling
2019-05-28
LibC: Don't define ALWAYS_INLINE if it's already defined.
Andreas Kling
2019-05-28
LibC: fcntl.h should define F_RDLCK.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-28
LibC: Make dlfcn stubs extern "C" like the outside world expects.
Andreas Kling
2019-05-28
LibC: Move size_t, ptrdiff_t and NULL to stddef.h. #POSIX
Andreas Kling
2019-05-28
LibC: Move struct timeval to sys/time.h. #POSIX
Andreas Kling
2019-05-26
LibC: Implement abort() as raise(SIGABRT).
Andreas Kling
2019-05-26
LibC: Let the string for SIGFPE be "Division by zero".
Andreas Kling
2019-05-23
LibC: Stub out dlfcn
Robin Burchell
2019-05-23
LibC: The "install" target should depend on the "startfiles" target.
Andreas Kling
2019-05-23
LibC: Port setjmp syntax to avoid nasm dependency
Robin Burchell
2019-05-22
LibC: Some compat fixes for GNU make.
Andreas Kling
2019-05-22
LibC: Implement wait() as a wrapper around waitpid().
Andreas Kling
2019-05-21
LibC: First pass of compat work / stubs while trying to build OpenSSL.
Andreas Kling
2019-05-21
LibC: Oops, forgot to commit sigsuspend() prototype.
Andreas Kling
2019-05-21
LibC: Add htonl() and ntohl().
Andreas Kling
2019-05-21
LibC: Add sigsuspend() stub.
Andreas Kling
2019-05-20
Kernel: Add getpeername() syscall, and fix getsockname() behavior.
Andreas Kling
2019-05-20
Kernel: Add support for recv() with MSG_DONTWAIT.
Andreas Kling
[next]