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
2021-09-16
Kernel+LibC: Pack SC_stat_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_mount_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_setsockopt_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_accept4_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct better
Brian Gianforcaro
2021-09-16
LibC: Implement mbsinit and mbrtowc
Tim Schumacher
2021-09-16
LibC: Implement btowc()
Tim Schumacher
2021-09-16
LibC: Stub out a bunch of wchar functions
Tim Schumacher
2021-09-16
LibC: Define ptrdiff_t limits
Tim Schumacher
2021-09-16
LibC: Provide a dummy mbstate_t in wchar.h
Tim Schumacher
2021-09-16
LibC: Implement CODESET for langinfo
Tim Schumacher
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
2021-09-13
LibC: Upgrade memmove() to memcpy() when possible
Andreas Kling
2021-09-13
LibC: Implement explicit_bzero with AK::secure_zero
Brian Gianforcaro
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-10
LibC: Define RLIM_NLIMITS constant
Rodrigo Tobar
2021-09-09
LibC: Make remove() propagate non-EISDIR unlink() errors
Andreas Kling
2021-09-09
LibC: Remove a bunch of pointless `rc` temporaries in stdio.cpp
Andreas Kling
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
LibC: Expand region for global destructors when it reaches capacity
Andrew Kaster
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-08-31
LibC: Run clang-format on setjmp.h
Andreas Kling
2021-08-31
Userland: Guard set_jmp.h static_assert check to cpp impls only
Dimenus
2021-08-28
CMake: Let `Meta/serenity.sh run aarch64` make it past cmake
Nico Weber
2021-08-28
Toolchain: Enough to make `rebuild-toolchain aarch64` work
Nico Weber
2021-08-27
Kernel: Implement ioctl for the SB16 to change sample rate
kleines Filmröllchen
2021-08-26
LibC: Check for expected size of struct __jmp_buf
Jean-Baptiste Boric
2021-08-26
LibC: Fix sigsetjmp on x86_64
Jean-Baptiste Boric
2021-08-26
LibC: Fix sigsetjmp on i686
Jean-Baptiste Boric
2021-08-22
LibC: Support getsignalbyname() with full signal name
Maciej Zygmanowski
2021-08-22
LibC: Add <sys/poll.h> as an alias for <poll.h>
Peter Elliott
2021-08-22
Kernel+LibC: Implement FIONREAD ioctl
Peter Elliott
2021-08-22
LibC: Make <netinet/in.h> more POSIX compliant
Peter Elliott
2021-08-22
LibC: Add LINK_MAX and _PC_LINK_MAX
Peter Elliott
2021-08-22
LibC: Modify fd_set to be compatible with X/OPEN
Peter Elliott
2021-08-19
LibC: Add FNM_NOMATCH to fnmatch.h
Kenneth Myhra
2021-08-18
Meta+LibC: Don't allow text relocations in SerenityOS libraries
Daniel Bertalan
2021-08-18
LibC: Fix sigsetjmp and siglongjmp
Jean-Baptiste Boric
2021-08-18
LibC: Expose sig_sysname array
Jean-Baptiste Boric
2021-08-18
LibC: Move SIG_* definitions for sigprocmask into bits/sighow.h
Jean-Baptiste Boric
2021-08-17
Kernel+Userland: Remove global futexes
Andreas Kling
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
2021-08-14
LibC: Add stubs for several functions in xattr.h
Kenneth Myhra
2021-08-14
LibC: Add stub for res_query
Kenneth Myhra
2021-08-14
LibC: Add stub for fnmatch and a set of defined values
Kenneth Myhra
[next]