dns: fix workaround for systems defaulting to ipv6-only sockets
[musl] / src / linux /
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2022-08-25 Kristina Martsenkoepoll_create: fail with EINVAL if size is non-positive
2022-08-20 Rich Felkeruse alt signal stack when present for implementation...
2021-04-04 Rich Felkermake epoll_[p]wait a cancellation point
2020-10-27 Rich Felkerfix setgroups behavior in multithreaded process
2020-10-15 Rich Felkerremove unused weak definition of __tl_sync in membarrier.c
2020-08-18 Rich Felkeradd gettid function
2020-06-03 Rich Felkerreformat clock_adjtime with always-true condition removed
2020-06-03 Rich Felkeralways use time64 syscall first for clock_adjtime
2020-06-03 Rich Felkerfix broken time64 clock_adjtime
2019-10-20 Rich Felkerclock_adjtime: generalize time64 not to assume old...
2019-10-20 Rich Felkerwait4, getrusage: add time64/x32 variant
2019-08-24 Árni Daguradd copy_file_range system call wrapper
2019-08-02 Rich Felkerclock_adjtime: add time64 support, decouple 32-bit...
2019-07-29 Rich Felkertimerfd: add time64 syscall support, decouple 32-bit...
2019-07-28 Rich Felkerpselect, ppoll: add time64 syscall support, decouple...
2019-07-27 Rich Felkerimplement settimeofday in terms of clock_settime, not...
2019-07-20 Rich Felkerrefactor adjtime function using adjtimex function inste...
2019-07-20 Rich Felkerrefactor adjtimex in terms of clock_adjtime
2019-06-28 Rich Felkercap getdents length argument to INT_MAX
2019-06-14 Rich Felkeradd riscv64 architecture support
2019-04-09 Rich Felkerin membarrier fallback, allow for possibility that...
2019-02-22 Rich Felkeradd membarrier syscall wrapper, refactor dynamic tls...
2018-09-13 Khem Rajwireup linux/name_to_handle_at and name_to_handle_at...
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerremove unused __getdents, rename and move file
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkerfix issues from public functions defined without declar...
2018-06-21 Szabolcs Nagyadd memfd_create syscall wrapper
2018-06-21 Szabolcs Nagyadd mlock2 linux syscall wrapper
2018-02-23 Hauke Mehrtensadd getrandom syscall wrapper
2017-07-04 Alexander Monakovfix undefined behavior in ptrace
2016-01-22 Rich Felkermove x32 sysinfo impl and syscall fixup code out of...
2015-07-09 Rich Felkerfix incorrect void return type for syncfs function
2014-06-14 Clément Vasseurfix missing argument to syscall in fanotify_mark
2014-05-30 Rich Felkerfix breakage from recent syscall commits due to missing...
2014-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2014-04-15 Rich Felkeradd namespace-protected name for sysinfo function
2014-03-06 rofl0rx32: fix sysinfo()
2014-02-10 Bobby Binghamclone: make clone a wrapper around __clone
2014-01-07 Rich Felkerfix const-correctness of argument to stime
2014-01-07 Rich Felkerfix signedness of pgoff argument to remap_file_pages
2014-01-07 Rich Felkerfix incorrect type for wd argument of inotify_rm_watch
2014-01-07 Rich Felkeradd some missing LFS64 aliases for fadvise/fallocate...
2014-01-03 rofl0rfanotify.c: fix typo in header inclusion
2014-01-02 Rich Felkerdisable the brk function
2014-01-02 Rich Felkerdisable sbrk for all values of increment except 0
2014-01-02 rofl0radd fanotify syscall wrapper and header
2013-12-20 Rich Felkeradd sys/quota.h and quotactl syscall wrapper
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-26 Szabolcs Nagyfix the prototype of settimeofday to follow the origina...
2013-04-08 Rich Felkerfix signalfd not to ignore flags
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2012-12-07 Rich Felkerremove __arch_prctl alias for arch_prctl
2012-12-07 Rich Felkermove new linux syscall wrapper functions to proper...
2012-11-19 Rich Felkeradd port io functions to sys/io.h
2012-11-04 Rich Felkermips cache flush/ctl syscall support and header
2012-09-29 Rich Felkermove accept4, dup3, and pipe2 to non-linux-specific...
2012-09-29 Rich Felkerfix some indention-with-spaces that crept in
2012-09-21 Rich FelkerLFS64 alias for prlimit
2012-09-17 Rich Felkeradd clock_adjtime, remap_file_pages, and syncfs syscall...
2012-09-10 Rich Felkerfix another ppoll issue (missing sigset_t size argument)
2012-09-10 Rich Felkerfix ppoll with null timeout argument
2012-09-09 Rich Felkeradd linux ppoll syscall wrapper
2012-09-09 Rich Felkerreenable sync_file_range; should no longer break on...
2012-09-09 Rich Felkerdisable sync_file_range for now
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-08 Rich Felkeradd linux tee syscall
2012-09-08 Rich Felkeradd linux sync_file_range syscall
2012-09-08 Rich Felkermove fallocate syscall wrapper to linux-specific syscal...
2012-09-08 Rich Felkeradd linux readahead syscall
2012-09-08 Rich Felkeradd timerfd interfaces (untested)
2012-09-07 Rich Felkercleanup src/linux and src/misc trees, etc.
2012-09-07 Rich Felkerfurther use of _Noreturn, for non-plain-C functions
2012-08-16 Rich Felkerhandle null arguments to legacy bsd err.h functions
2012-08-15 Rich Felkeradd missing xattr functions
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkerfix (hopefully) all hard-coded 8's for kernel sigset_t...
2012-07-23 Rich Felkeradd ioperm/iopl syscalls
2012-07-23 Rich Felkeradd splice and vmsplice syscalls
2012-07-23 Rich Felkeradd extended attributes syscalls
2012-07-23 Rich Felkeradd pipe2 syscall
2012-06-24 Rich Felkeradd process_vm_readv and process_vm_writev syscall...
2012-06-19 Rich Felkeradd vhangup syscall wrapper
2012-06-13 Rich Felkeradd init_module/delete_module syscall wrappers
2012-06-13 Rich Felkeradd deprecated capabilities functions
2012-05-22 Rich Felkerfix typo in utimes function that made it mess up file...
2012-04-29 Rich Felkeradd linux-specific unshare syscall wrapper
2012-04-18 Rich Felkerlegacy junk compatibility grab-bag
2012-03-17 Rich Felkerremove junk sincos implementations in preparation to...
2012-03-15 nszefficient sincos based on sin and cos
2012-03-15 Rich Felkerimplement sincosf and sincosl functions; add prototypes
2012-01-29 Rich Felkeradd linux setfs[ug]id syscall wrappers
2011-12-24 Rich Felkerfix broken reboot wrapper (syscall needs extra silly...
2011-09-28 Rich Felkermake getmntent_r discard long lines when it returns...
2011-09-27 Rich Felkerimprove error handling in mntent stuff...
2011-09-27 Rich Felkerfix missing va_end in prctl syscall wrapper
next