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
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
2022-10-16
AK+Userland: Use a CMake variable for AK_SOURCES instead of GLOB
Andrew Kaster
2022-10-15
Ports: Add dosfstools port
Liav A
2022-10-14
LibC: Add ffs{,l,ll}
demostanis
2022-10-14
Kernel+LibC: Add registers for AARCH64 in __mcontext
Gunnar Beutner
2022-10-14
LibC: Fix some compiler errors
Gunnar Beutner
2022-10-14
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
Gunnar Beutner
2022-10-14
Tests+Userland: Prefer using __builtin_trap() instead of UD2
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-12
LibC+LibCore: Fix file argument name in posix_spawnp
Florent Castelli
2022-10-12
LibC: Declare _setjmp and _longjmp on non i386 platforms
Jan200101
2022-10-10
Userland: Remove unecessary uses of __serenity__ macro
Andrew Kaster
2022-10-06
LibC: Implement `mkstemps()` in stdlib and add a test
EWouters
[next]