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-17
LibC: Fix grp.h includes
Jean-Baptiste Boric
2021-07-17
LibC: Use 64-bit stack smash value for 64-bit mode
Peter Bindels
2021-07-17
LibC: Make scanf always copy its va_list
Peter Bindels
2021-07-15
LibC: Don't include AK headers in system headers
Gunnar Beutner
2021-07-15
LibC: Add putgrent
M4x1m3
2021-07-14
LibC: Use our implementation of `crti.o` and `crtn.o`
Daniel Bertalan
2021-07-13
Userland: Prefer using ARCH() over __LP64__
Gunnar Beutner
2021-07-13
LibC: Use C-style void cast in assert()
Linus Groh
2021-07-13
LibC: Increase minimum alignment for malloc() to 16 bytes
Gunnar Beutner
2021-07-13
LibRegex+LibC: Make re_nsub available to the user
Ali Mohammad Pur
2021-07-12
LibC: Replace use of do/while in assert() with the ternary operator
Linus Groh
2021-07-12
LibC: Use correct macro to disable assert()
Andrew Kaster
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
[next]