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
2020-01-07
LibC: Add MAP_FILE for mmap()
Andreas Kling
2020-01-06
LibC: Remove thread-specific TID cache
Andreas Kling
2020-01-06
Kernel: Make utime() take path+length, remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Pass name+length to mmap() and remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Pass name+length to set_mmap_name() and remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Make realpath() take path+length, get rid of SmapDisabler
Andreas Kling
2020-01-06
Kernel: Make watch_file() syscall take path length as a size_t
Andreas Kling
2020-01-06
Kernel: Pass path+length to mkdir(), rmdir() and chmod()
Andreas Kling
2020-01-06
LibC: Make the syscall wrappers for stat/lstat/chdir return EFAULT
Andreas Kling
2020-01-06
Kernel: Make access() take path+length
Andreas Kling
2020-01-06
LibC: Remove dubious String ends_with usage
Shannon Booth
2020-01-05
Kernel: Make chdir() take path+length
Andreas Kling
2020-01-05
Kernel: Pass path+length to the stat() and lstat() syscalls
Andreas Kling
2020-01-04
LibC: Fix broken setgroups() wrapper
Andreas Kling
2020-01-04
LibELF+LibC: Split ELFDynamicObject into a Loader + Object
Andrew Kaster
2020-01-03
Kernel: Remove read_tsc() syscall
Andreas Kling
2020-01-03
Lib: Remove Stopwatch class
Andreas Kling
2020-01-02
Build: add support for building on OpenBSD
joshua stein
2020-01-02
LibC+Userland: Add a proper syscall wrapper for purge()
Andreas Kling
2020-01-02
Kernel: Remove broken implementation of Unix SHM
Andreas Kling
2020-01-02
LibC: move in_addr and sockaddr_in to netinet/in.h
joshua stein
2020-01-01
LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline
Andrew Kaster
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2020-01-01
LibC: Use LibELF in dlfcn.cpp to dynamically load libraries
Andrew Kaster
2020-01-01
LibC: Move __cxa_finalize and __cxa_atexit code to their own file
Andrew Kaster
2019-12-30
Kernel: Also add a process boosting mechanism
Andreas Kling
2019-12-30
Kernel: Add a basic thread boosting mechanism
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-27
LibC: implement fgetpos and fsetpos
Paweł Cholewa
2019-12-27
LibC+ping: Let's use the traditional timersub() et al prototypes
Andreas Kling
2019-12-27
LibC: Add timeval operations
Mauri de Souza Nunes
2019-12-27
LibC: Remove some functions we had two of
Andreas Kling
2019-12-26
LibC: Oops x2, we can't use "bool" in stdlib.h either
Andreas Kling
2019-12-26
LibC: Oops, we can't use [[nodiscard]] when this is included from C
Andreas Kling
2019-12-26
LibC: Implement tmpfile()
Shannon Booth
2019-12-26
LibC: Use shared functon to generate unique filenames
Shannon Booth
2019-12-25
Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-22
LibPthread+LibC: Support PTHREAD_MUTEX_RECURSIVE
Andreas Kling
2019-12-22
LibC: Prevent assertions in malloc/free at exit time
Andrew Kaster
2019-12-22
LibC: Support exit time destructors per the Itanium C++ ABI
Andrew Kaster
2019-12-20
LibC: Always install as part of the default target
Andreas Kling
2019-12-20
Kernel+LibC: Build with basic -fstack-protector support
Andreas Kling
2019-12-20
LibC: Make sure we build crt0.o
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-20
LibC: Make empty malloc blocks purgeable
Sergey Bugaev
2019-12-18
Kernel: Add MADV_GET_VOLATILE for checking the volatile flag
Andreas Kling
2019-12-18
LibC: Store empty malloc blocks in an array instead of a linked list
Sergey Bugaev
[next]