summaryrefslogtreecommitdiff
path: root/Libraries/LibC
AgeCommit message (Expand)Author
2020-02-22LibC: Implement strchrnul()Shannon Booth
2020-02-21Toolchain: Build demangling into LibC except during toolchain buildAndreas Kling
2020-02-20LibC: Implement crappy version of pread()Andreas Kling
2020-02-20LibC: Stub out getpass()Andreas Kling
2020-02-20LibC: Add h_errno and stub out getservbyname()Andreas Kling
2020-02-20LibC: Add inet_ntoa()Andreas Kling
2020-02-20Kernel+LibC: Add SO_REUSEADDR macroAndreas Kling
2020-02-20LibC: Add an empty <netinet/tcp.h>Andreas Kling
2020-02-20LibC: Add some missing macros to inttypes.hAndreas Kling
2020-02-19LibC: Don't assert on fflush(nullptr)Andreas Kling
2020-02-19LibC: Add hack implementation of gmtime_r() matching gmtime()Andreas Kling
2020-02-19LibC: Always inline the printf character helpersAndreas Kling
2020-02-19LibC: Fix big endian definitionsLiav A
2020-02-18LibC: Statically allocate allocatorsSergey Bugaev
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-16malloc: Use 64KB blocks (instead of 4KB)Andreas Kling
2020-02-16Kernel+LibC: Allow sys$mmap() callers to specify address alignmentAndreas Kling
2020-02-16Revert "LibC: Implement isblank()"Andreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-11LibC: Add localtime_r()Andreas Kling
2020-02-11Revert "LibC: Remove isfoo() declarations from ctype.h"Andreas Kling
2020-02-11LibC: Remove isfoo() declarations from ctype.hAndreas Kling
2020-02-10Kernel+LibC: Merge sys$stat() and sys$lstat()Andreas Kling
2020-02-09LibC: Apply a change for the Bootstrapper environmentLiav A
2020-02-08Net: Add a basic sys$shutdown() implementationAndreas Kling
2020-02-05LibC: Add posix_openpt(), grantpt() and unlockpt()Andreas Kling
2020-02-05LibC: Move struct stat to sys/stat.hjoshua stein
2020-02-05Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap itSergey Bugaev
2020-02-05Kernel+LibC: Add some Unix signal types & definitionsSergey Bugaev
2020-02-05LibC: Fix misplaced braceSergey Bugaev
2020-02-03LibC: Add byteswap.h, forwarding bswap_N to GCC builtinsKenzi Jeanis
2020-02-03LibC: Copy the net directory into /usr/include during buildKenzi Jeanis
2020-02-03LibC: Implement getsid()Sergey Bugaev
2020-02-03LibC: Move waitpid() to sys/wait.hSergey Bugaev
2020-02-03LibC: Implement isblank()Sergey Bugaev
2020-02-02LibC: Allow opting into malloc() and free() performance event loggingAndreas Kling
2020-02-02LibC: Implement `putpwent()`Jesse Buhagiar
2020-02-02LibC: Implement append modes for `fopen()`Jesse Buhagiar
2020-02-02LibC: Move `FILE` definition to bits/FILE.hJesse Buhagiar
2020-02-02Meta: Claim copyright on files added by meAndrew Kaster
2020-02-01LibC: The exec() family of functions should not search "." by defaultAndreas Kling
2020-01-27LibC: Add WSTOPSIG macroAndreas Kling
2020-01-27Kernel+LibC+Userland: Switch to 64-bit time_tAndreas Kling
2020-01-26LibC: Only accept the first response from LookupServer in netdb codeAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-23LibC: The pwd and grp related functions need to preserve empty fieldsoAndreas Kling
2020-01-21Kernel+LibC: Clean up open() flag (O_*) definitionsAndreas Kling
2020-01-21Kernel: Make O_RDONLY non-zeroAndreas Kling
2020-01-20Kernel: Add a basic implementation of unveil()Andreas Kling
2020-01-20Kernel+AK: Add/fix uintptr_t and intptr_t definitionsAndreas Kling