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-02-19
Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS
Peter Elliott
2023-02-15
Everywhere: Change all XXX into FIXME or remove as appropriate
Ben Wiederhake
2023-02-15
LibELF+LibC: Add support for aarch64 relocations
Timon Kruiper
2023-02-15
LibC: Add general implementation for memcpy and memset
Timon Kruiper
2023-02-15
LibELF+LibC: Add support for relative relocations in aarch64 binaries
Timon Kruiper
2023-02-15
LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec
Ali Mohammad Pur
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-08
LibC: Add strcasestr()
Julian Offenhäuser
2023-02-05
LibC+LibCore: Remove serenity_setenv()
MacDue
2023-02-05
LibCore+LibC: Add putenv() wrapper
MacDue
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-21
LibC: Remove #ifdef KERNEL guard from stddef.h
Andrew Kaster
2023-01-21
LibC: Don't include sys/cdefs.h in ttydefaults as it is used in Kernel
Andrew Kaster
2023-01-21
Kernel+Libraries: Don't include limits.h from LibELF/Validation.h
Andrew Kaster
2023-01-21
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
Andrew Kaster
2023-01-21
LibC: Remove duplicate declaration of clock_t and time_t
Andrew Kaster
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-21
Kernel+LibC: Move name length constants to Kernel/API from limits.h
Andrew Kaster
2023-01-21
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
Andrew Kaster
2023-01-19
LibC: Remove the stub iconv header
Tim Schumacher
2023-01-15
LibC: Fix incorrect limit for SSIZE_MAX and remove 32 bit definitions
Agustin Gianni
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
[next]