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-03-29
LibC: Implement `getdtablesize()`
Jelle Raaijmakers
2022-03-29
LibC: Make prctl() a varargs function
Tim Schumacher
2022-03-29
LibC: Make wchar size definitions available from stdint.h
Tim Schumacher
2022-03-28
LibC: Fix inttypes.h macros for x86-64 and extend them
Daniel Bertalan
2022-03-28
LibC: Partially implement __fpending
Tim Schumacher
2022-03-27
LibC: Fix potential double free in ttyname_r_for_directory
Brian Gianforcaro
2022-03-22
LibC: Don't rely on ptsname and ttyname syscalls
Liav A
2022-03-22
Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTY
Liav A
2022-03-20
LibC: Automatically append null terminator in vswprintf
safarp
2022-03-19
Revert "LibC: Make WEOF a signed value on clang"
Tim Schumacher
2022-03-18
Everywhere: Deduplicate day/month name constants
Lenny Maiorani
2022-03-14
Kernel: Sandbox each GPU3DDevice file description into own host context
Sahan Fernando
2022-03-13
LibC: Expose AK::timing_safe_compare via `timingsafe_memcmp(..)`
Brian Gianforcaro
2022-03-13
LibC: Use altzone for the current time zone offset during DST
Timothy Flynn
2022-03-09
LibC: Add ioctls for VirGL
Sahan Fernando
2022-03-08
LibC: Set `saved_str` to null in strtok_r if no tokens were found
Daniel Bertalan
2022-03-08
LibC: Add IPv6 support to inet_ntop and inet_pton
Tom
2022-03-06
LibC: Remove semicolon in definition of FD_ZERO
Alex O'Brien
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-03-02
LibCore+LibC: Add wrapper for setenv
Lucas CHOLLET
2022-03-02
LibC: Increase alignment for malloc() BigAllocationBlocks to 16 bytes
Peter Ross
2022-03-02
LibC: Replace [[gnu::aligned(16)]] with C++ standard alignas(16)
Peter Ross
2022-03-02
LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`
Peter Ross
2022-03-02
LibC: Add TCP_MAXSEG to tcp.h
Peter Ross
2022-03-02
LibC: Add IN_MULTICAST to in.h
Peter Ross
2022-02-28
LibC: Define offsetof in stddef.h instead of sys/cdefs.h
Andrew Kaster
2022-02-28
LibC: Don't export ALWAYS_INLINE from sys/cdefs.h
Andrew Kaster
2022-02-28
LibC: Add a wrapper for the getrusage syscall
Lucas CHOLLET
2022-02-20
LibC: Do not write value when scanf assignment value is suppressed
Peter Ross
2022-02-20
LibC: Do not include suppressed assignments in scanf return value
Peter Ross
2022-02-19
Kernel: Fixed argument passing for profiling_enable syscall
Jakub Berkop
2022-02-16
LibC: Try to recover gracefully from failed LookupServer requests
Andreas Kling
2022-02-12
LibC: Stub out fmemopen()
Ali Mohammad Pur
2022-02-11
LibELF: Implement support for DT_RELR relative relocations
Daniel Bertalan
2022-02-09
LibC: Remove debug spam in getaddrinfo()
Andreas Kling
2022-02-09
LibC+Kernel: Remove global variable use from snprintf and fprintf
Andrew Kaster
2022-02-05
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
Ali Mohammad Pur
2022-02-03
LibC: Add IN6_IS_ADDR_LINKLOCAL to in.h
Brian Gianforcaro
2022-01-26
LibRegex: Implement ECMA262 multiline matching without splitting lines
Ali Mohammad Pur
2022-01-25
LibTimeZone+Userland: Rename current_time_zone to system_time_zone
Timothy Flynn
2022-01-25
LibC: Ensure tzname and related fields are intialized
Timothy Flynn
2022-01-25
LibC: Revert localtime_r to use time zone information set by tzset
Timothy Flynn
2022-01-25
LibC: Invoke tzset from time functions required to update time zone info
Timothy Flynn
2022-01-25
LibC: Implement tzset with time zone awareness in accordance with POSIX
Timothy Flynn
2022-01-25
LibC: Define the POSIX TZNAME_MAX limit
Timothy Flynn
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-24
LibC: Add POSIX spec link for unistd mknod() API
Kenneth Myhra
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2022-01-23
LibCore+LibC: Enforce the global event loop ban in code
kleines Filmröllchen
2022-01-23
LibC: Use LibTimeZone to offset localtime() for the system time zone
Timothy Flynn
[next]