index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
Age
Commit message (
Expand
)
Author
2021-07-11
DynamicLoader+LibC: Make _start a naked function
Hendiadyoin1
2021-07-10
Kernel+Userland: Make the stack alignment comply with the System V ABI
Gunnar Beutner
2021-07-09
LibC: Make sure crt0 and crt0_shared are built before LibC
Gunnar Beutner
2021-07-09
LibC: Make makedev()/minor()/major() static
Ali Mohammad Pur
2021-07-09
LibC: Re-run clang-format on malloc.cpp
Andreas Kling
2021-07-09
LibC: Simplify locking in malloc
Andreas Kling
2021-07-09
LibThreading: Rename Lock => Mutex
Andreas Kling
2021-07-08
LibC: Don't include `fenv.h` from `float.h`
Daniel Bertalan
2021-07-08
LibC+Utilities: Add `gnu::format` attributes
Daniel Bertalan
2021-07-07
LibC+LibPthread: Use FUTEX_PRIVATE_FLAG in more places
Sergey Bugaev
2021-07-07
Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl
Edwin Hoksberg
2021-07-07
Kernel: Add keyboard ioctl to get num/caps lock state
Edwin Hoksberg
2021-07-06
LibC: Only set owner on recursive mutexes
Sergey Bugaev
2021-07-05
Kernel+LibC: Remove sys$donate()
Andreas Kling
2021-07-05
LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
Andreas Kling
2021-07-05
LibPthread: Reimplement condition variables
Sergey Bugaev
2021-07-05
LibC: Add __pthread_mutex_lock_pessimistic_np()
Sergey Bugaev
2021-07-05
LibC: Rewrite pthread_mutex
Sergey Bugaev
2021-07-05
LibC: Add futex_wait() and futex_wake() helpers
Sergey Bugaev
2021-07-05
KeyboardSettings+Kernel: Setting to enable Num Lock on login
ForLoveOfCats
2021-07-04
WindowServer: Query driver for framebuffer offset
Tom
2021-07-04
WindowServer: Implement support for combined buffer flipping + flushing
Tom
2021-07-04
LibC: Convert LengthModifier & ConversionSpecifier to enum classes
Idan Horowitz
2021-07-04
Toolchain+Userland: Enable TLS for x86_64
Gunnar Beutner
2021-07-03
Everywhere: Fix some alignment issues
Daniel Bertalan
2021-07-03
LibC: Don't use C++ attribute syntax in C-visible headers
Daniel Bertalan
2021-07-01
LibC: Fix jmp_buf layout on x86_64
Andreas Kling
2021-06-30
Kernel: Disable __thread and TLS on x86_64 for now
Gunnar Beutner
2021-06-29
LibC: Fix struct layout for sys_dirent on x86_64
Gunnar Beutner
2021-06-29
LibELF: Add stub for R_X86_64_TPOFF64
Gunnar Beutner
2021-06-29
LibC: Add struct keyword to FBRects.rects to make it C compiler safe
Diego Garza
2021-06-28
LibC: Implement memcpy and memset for x86_64
Gunnar Beutner
2021-06-28
Kernel+LibELF: Add support for validating and loading ELF64 executables
Gunnar Beutner
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-27
WindowServer: Coalesce flushing buffers into one ioctl() call
Tom
2021-06-25
Userland: Add FB_FLUSH ioctl for fbdev
Sahan Fernando
2021-06-21
LibC: Add P_tmpdir macro
Daniel Bertalan
2021-06-18
LibC: Add definition for PRIuPTR
Gunnar Beutner
2021-06-16
LibC: Make sure the definition for struct timeval is available
Gunnar Beutner
2021-06-13
LibC: Make `getopt` modify `argv` again
Jelle Raaijmakers
2021-06-12
LibC: Expose PAGE_ROUND_UP in mallocdefs.h
Sahan Fernando
2021-06-11
Libc: Silence debug spam from `strerror`
Jelle Raaijmakers
2021-06-11
LibC: Let `strerror_r` fail if `errnum` < 0
Jelle Raaijmakers
2021-06-10
LibC: Use EX_IOERR instead of EX_IOER
Egor Ananyin
2021-06-09
LibC: Add stub implementation for sigsuspend
Thiago Henrique Hupner
2021-06-09
LibC: Make tgetnum() return -1 if capability is not available
Thiago Henrique Hupner
2021-06-08
LibC+AK: Remove our custom macros from <assert.h>
Gunnar Beutner
2021-06-06
LibC+LibELF: Implement dladdr()
Gunnar Beutner
2021-06-05
LibC: Let setlocale() pretend that setting the locale succeeded
Gunnar Beutner
2021-06-04
LibC: Define `MSG_OOB`
Jelle Raaijmakers
[next]