summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2021-09-06LibC: Expand region for global destructors when it reaches capacityAndrew Kaster
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-08-31LibC: Run clang-format on setjmp.hAndreas Kling
2021-08-31Userland: Guard set_jmp.h static_assert check to cpp impls onlyDimenus
2021-08-28CMake: Let `Meta/serenity.sh run aarch64` make it past cmakeNico Weber
2021-08-28Toolchain: Enough to make `rebuild-toolchain aarch64` workNico Weber
2021-08-27Kernel: Implement ioctl for the SB16 to change sample ratekleines Filmröllchen
2021-08-26LibC: Check for expected size of struct __jmp_bufJean-Baptiste Boric
2021-08-26LibC: Fix sigsetjmp on x86_64Jean-Baptiste Boric
2021-08-26LibC: Fix sigsetjmp on i686Jean-Baptiste Boric
2021-08-22LibC: Support getsignalbyname() with full signal nameMaciej Zygmanowski
2021-08-22LibC: Add <sys/poll.h> as an alias for <poll.h>Peter Elliott
2021-08-22Kernel+LibC: Implement FIONREAD ioctlPeter Elliott
2021-08-22LibC: Make <netinet/in.h> more POSIX compliantPeter Elliott
2021-08-22LibC: Add LINK_MAX and _PC_LINK_MAXPeter Elliott
2021-08-22LibC: Modify fd_set to be compatible with X/OPENPeter Elliott
2021-08-19LibC: Add FNM_NOMATCH to fnmatch.hKenneth Myhra
2021-08-18Meta+LibC: Don't allow text relocations in SerenityOS librariesDaniel Bertalan
2021-08-18LibC: Fix sigsetjmp and siglongjmpJean-Baptiste Boric
2021-08-18LibC: Expose sig_sysname arrayJean-Baptiste Boric
2021-08-18LibC: Move SIG_* definitions for sigprocmask into bits/sighow.hJean-Baptiste Boric
2021-08-17Kernel+Userland: Remove global futexesAndreas Kling
2021-08-15Kernel+Userland: Remove chroot functionalityAndreas Kling
2021-08-14LibC: Add stubs for several functions in xattr.hKenneth Myhra
2021-08-14LibC: Add stub for res_queryKenneth Myhra
2021-08-14LibC: Add stub for fnmatch and a set of defined valuesKenneth Myhra
2021-08-14LibC: Add FIONREAD to ioctl.hKenneth Myhra
2021-08-14LibC: Add function fdopendirKenneth Myhra
2021-08-14Kernel+LibC: Share definitions for sys/statvfs.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/uio.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/ptrace.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/time.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/times.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for stdio.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for unistd.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for poll.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for utsname.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for dirent.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for serenity.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/wait.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for net/{if,if_arp,route}.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for futex.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for signal.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for netinet/in.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/socket.h and sys/un.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for termios.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/mman.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for time.h and sys/stat.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions in fcntl.h and sys/types.hAndreas Kling