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-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
2021-08-14
LibC: Add FIONREAD to ioctl.h
Kenneth Myhra
2021-08-14
LibC: Add function fdopendir
Kenneth Myhra
2021-08-14
Kernel+LibC: Share definitions for sys/statvfs.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/uio.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/ptrace.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/time.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/times.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for stdio.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for unistd.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for poll.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for utsname.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for dirent.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for serenity.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/wait.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for net/{if,if_arp,route}.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for futex.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for signal.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for netinet/in.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/socket.h and sys/un.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for termios.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/mman.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for time.h and sys/stat.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions in fcntl.h and sys/types.h
Andreas Kling
2021-08-14
LibC: Don't flatten `malloc` and `free`
Daniel Bertalan
2021-08-14
UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in malloc
Daniel Bertalan
2021-08-13
LibC: Add struct ifconf in net/if.h
Gunnar Beutner
2021-08-13
LibC: Implement pause function
Jean-Baptiste Boric
2021-08-13
LibC: Implement sigsuspend function
Jean-Baptiste Boric
2021-08-12
LibC+DynamicLoader: Prevent GCC from removing null checks
Daniel Bertalan
2021-08-12
LibC: Don't delete null check in `gettimeofday`
Daniel Bertalan
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
[next]