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
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-04
LibIPC+LibC: Add and use a helper to encode/decoder container sizes
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2022-12-31
LibC: Include aarch64 regs.h for AK_ARCH_AARCH64
Andrew Kaster
2022-12-30
LibC: Mark fenv-family function arguments as used on aarch64
kleines Filmröllchen
2022-12-28
Kernel+Userland: Remove uses of the __i386__ compiler macro
Andreas Kling
2022-12-28
LibC: Remove use of ARCH(I386) in sys/arch/aarch64/regs.h
Andreas Kling
2022-12-28
LibC: Remove i686 support
Liav A
2022-12-28
Kernel+Userland: Remove dependency on i386-specific registers
Liav A
2022-12-27
LibC: Make timegm() force tm_isdst to 0
Nico Weber
2022-12-11
Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execve
sin-ack
2022-12-11
Kernel+LibC+Tests: Implement `pwritev(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `setregid(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `renameat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `mkdirat(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `readlinkat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `symlinkat(2)`
sin-ack
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
LibC: Add definitions for missing ELF constants
Andrew Kaster
2022-12-03
LibC: Return h_aliases array from gethostbyname() and gethostbyaddr()
Taj Morton
2022-11-29
LibC: Treat argument "-" the same as arguments that don't start with "-"
Brendan Kelly
2022-11-29
LibC: Negate kernel errors before returning them in posix_fallocate()
Andreas Kling
2022-11-29
LibELF: Add stack guard hardening
Keegan Saunders
2022-11-29
LibC: Use uintptr_t for __stack_chk_guard
Keegan Saunders
2022-11-26
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
Liav A
2022-11-25
LibC: Implement getgrent_r
ne0ndrag0n
2022-11-19
LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add tests
Andreas Kling
2022-11-19
LibC: Make getpwent_r() behave more like glibc
Andreas Kling
2022-11-13
LibC: Implement getpass()
Julian Eigmüller
2022-11-08
LibC: Implement getpwent_r
Gunnar Beutner
2022-11-05
LibC: Implement pthread_testcancel
Clemens Wasser
2022-11-03
AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.h
Dan Klishch
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
LibC: Properly implement stack protectors
Tim Schumacher
2022-11-01
LibC: Link against the full LibSystem target
Tim Schumacher
2022-10-27
Kernel+LibC: Report correct scheduling priority limits
kleines Filmröllchen
2022-10-27
LibC: Implement pthread_{get,set}schedparam
kleines Filmröllchen
2022-10-27
Kernel: Make scheduler control syscalls more generic
kleines Filmröllchen
2022-10-27
LibC: Remove duplicate definition of sched_param from sched.h
kleines Filmröllchen
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-24
LibC: Make 'attributes' parameter for pthread_create const
Gunnar Beutner
2022-10-23
LibC: Make strtod use the new exact number parser
davidot
2022-10-18
LibC: Use proper casting in fgetc and fgetc_unlocked functions
Liav A
2022-10-17
LibC: Retrieve the current time zone from LibTimeZone
Timothy Flynn
2022-10-17
LibC: Do an explicit static_cast in the fgetc function
Liav A
[next]