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
2021-01-08
LibC: Implement tgoto().
Tyler Lanphear
2021-01-04
Kernel+LibC: Tidy up assertion failures with a dedicated syscall
Andreas Kling
2021-01-02
LibC: Randomize the stack check cookie value on initialization
Brian Gianforcaro
2021-01-02
Build + LibC: Enable -fstack-protector-strong in user space
Brian Gianforcaro
2021-01-01
Kernel: Remove MAP_PURGEABLE from mmap
Tom
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-30
LibC: Set "assertion" coredump metadata in __assertion_failed()
Linus Groh
2020-12-29
Kernel+LibC: Add a very limited sys$mremap() implementation
Andreas Kling
2020-12-27
LibC: Add fseeko/ftello
Stephen Gregoratto
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-26
LibC: Enable compiler warnings for scanf and strftime format strings
Sahan Fernando
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-26
LibC: Enable compiler warnings for printf format strings
Sahan Fernando
2020-12-25
Kernel+LibC: Introduce a "dumpable" flag for processes
Andreas Kling
2020-12-25
LibC: Further stub out tcflow()
Tyler Lanphear
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-24
LibC: Unbreak assert.h when compiled with a C compiler :^)
Andreas Kling
2020-12-22
LibC: __generate_unique_filename(): Replace rand() with arc4random()
Brendan Coles
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-21
LibC: Add SCNu64 and SCNd64 macros for stress-g port
Brian Gianforcaro
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-17
LibC: stdlib: Add clearenv() function
Brendan Coles
2020-12-14
LibC: Also build a static version of libc
Itamar
2020-12-14
LibC: Link statically with libstdc++
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
LibC: Add libc.so
Itamar
2020-12-14
Demos: Add "DynamicObjectDemo" to demo the dynamic loader
Itamar
2020-12-14
Loader: Add dynamic loader program
Itamar
2020-12-14
LibC: Add NO_TLS preprocessor flag
Itamar
2020-12-14
LibC: Make it possible to use ASSERTs without initializing stdio
Itamar
2020-12-14
Kernel: Support TLS allocation from userspace
Itamar
2020-12-09
LibC: Make getdelim() fail with EINVAL on null input pointers
Andreas Kling
2020-12-02
LibC: Add flag SO_BROADCAST so we can at least build programs that use it
xspager
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-27
LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()'
AnotherTest
2020-11-27
LibRegex: Add a regular expression library
Emanuel Sprung
2020-11-24
LibPthread: Implement pthread_once()
Sergey Bugaev
2020-11-16
LibC: Notify UE at the start of free() instead of at the end
Andreas Kling
2020-11-15
LibC: Ensure mkstemp generates a pattern 6 characters in length
Brendan Coles
2020-11-14
LibC: Move some of malloc's data structures into mallocdefs.h
Andreas Kling
2020-11-14
LibC: strtok_r() should not go past the last token
Andreas Kling
2020-11-14
LibC: Fix OOB access in strerror() with invalid input
Andreas Kling
2020-11-13
LibC: Adjust malloc size classes to ensure 8-byte aligned pointers
Andreas Kling
2020-11-10
Kernel+LibC: Add adjtime(2)
Nico Weber
2020-11-10
LibC: Add POSIX1 minimum limits to limits.h
Brendan Coles
2020-11-08
UserspaceEmulator+LibC: Have UE notice realloc() and update accounting
Andreas Kling
2020-11-08
LibC: Add two little assertions in malloc() and malloc_size()
Andreas Kling
2020-11-01
Kernel+LibC: Don't allow a directory to become a subdirectory of itself
Andreas Kling
2020-10-30
LibC: Use dbgln() in setlocale()
Andreas Kling
[next]