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
Age
Commit message (
Expand
)
Author
2019-07-25
LibC: Don't clobber errno in free().
Andreas Kling
2019-07-25
LibC: Make sure we always return the intended errno from execvpe().
Andreas Kling
2019-07-25
AK: Rename ValueRestorer => ScopedValueRollback.
Andreas Kling
2019-07-25
LibC: Fix execvpe() exiting with bad errno when giving up.
Andreas Kling
2019-07-22
Kernel: Add a mechanism for listening for changes to an inode.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
Andreas Kling
2019-07-21
Libraries: Fix wrong paths to "Root" in the various install.sh scripts.
Andreas Kling
2019-07-21
Libraries: Remove unused "install" targets.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf().
Andreas Kling
2019-07-21
Kernel+LibC: Add a dump_backtrace() syscall.
Andreas Kling
2019-07-19
Kernel: Only allow superuser to halt() the system (#342)
Jesse
2019-07-19
Kernel+Userland: Addd reboot syscall (#334)
Jesse
2019-07-18
SharedBuffer: Split the creation and share steps
Robin Burchell
2019-07-17
LibC: Fix MALLOC_DEBUG to work
Robin Burchell
2019-07-14
LibC: Add WIFSTOPPED() macro in <sys/wait.h>.
Andreas Kling
2019-07-13
LibC: Protect the malloc heap with a basic lock.
Andreas Kling
2019-07-13
LibC: Fix make target dependency that was breaking parallel make sometimes.
Andreas Kling
2019-07-09
LibC: Provide generic versions of memcpy() and memset() for non-i386 builds.
Andreas Kling
2019-07-08
Kernel: Have the open() syscall take an explicit path length parameter.
Andreas Kling
2019-07-08
LibC: Use IPv4Address::from_string() in gethostbyname().
Andreas Kling
2019-07-04
Libraries: Unbreak "make install" with new directory locations.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling