summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC
AgeCommit message (Expand)Author
2021-09-16Kernel+LibC: Pack SC_stat_params struct tighterBrian Gianforcaro
2021-09-16Kernel+LibC: Pack SC_mount_params struct tighterBrian Gianforcaro
2021-09-16Kernel+LibC: Pack SC_setsockopt_params struct tighterBrian Gianforcaro
2021-09-16Kernel+LibC: Pack SC_accept4_params struct tighterBrian Gianforcaro
2021-09-16Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct betterBrian Gianforcaro
2021-09-16LibC: Implement mbsinit and mbrtowcTim Schumacher
2021-09-16LibC: Implement btowc()Tim Schumacher
2021-09-16LibC: Stub out a bunch of wchar functionsTim Schumacher
2021-09-16LibC: Define ptrdiff_t limitsTim Schumacher
2021-09-16LibC: Provide a dummy mbstate_t in wchar.hTim Schumacher
2021-09-16LibC: Implement CODESET for langinfoTim Schumacher
2021-09-15Meta: Switch to a SuperBuild that splits host and target buildsAndrew Kaster
2021-09-13LibC: Upgrade memmove() to memcpy() when possibleAndreas Kling
2021-09-13LibC: Implement explicit_bzero with AK::secure_zeroBrian Gianforcaro
2021-09-12Kernel+Userland: Introduce a new way to reboot and poweroff the machineLiav A
2021-09-12Kernel+LibC: Implement fsyncTheFightingCatfish
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11Kernel+Userland: Remove loadable kernel modulessLiav A
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-09-10LibC: Define RLIM_NLIMITS constantRodrigo Tobar
2021-09-09LibC: Make remove() propagate non-EISDIR unlink() errorsAndreas Kling
2021-09-09LibC: Remove a bunch of pointless `rc` temporaries in stdio.cppAndreas Kling
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
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