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