musl
2014-02-23 Bobby Binghamsuperh port
2014-02-23 rofl0rfix x32 syscall arch.h timespec fixup code
2014-02-23 rofl0rfix some issues in x32 syscall_cp_fixup
2014-02-23 Rich Felkermostly-cosmetic fixups to x32 port merge
2014-02-23 rofl0rconfigure: suppress bogus pointer-int cast warnings
2014-02-23 rofl0rconfigure: recognize x86_64-x32 and x32
2014-02-23 rofl0rx32 port (diff against vanilla x86_64)
2014-02-23 rofl0rimport vanilla x86_64 code as x32
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
2014-02-22 rofl0rsys/sem.h: cheat and make all longs use time_t instead
2014-02-22 rofl0ruse syscall_arg_t type for syscall prototypes in pthrea...
2014-02-22 rofl0rinternal/syscall.h: add syscall_arg_t macro
2014-02-22 rofl0rinternal/syscall.h: use a macro for the syscall args...
2014-02-22 Rich Felkeradd fallback emulation for accept4 on old kernels
2014-02-18 Rich Felkeradd flock64 alias for (struct) flock in fcntl.h
2014-02-13 Rich Felkeradd ipv6 and icmpv6 to getprotoent-family functions
2014-02-13 Rich Felkerfix typo in table for getprotoent that caused out-of...
2014-02-12 Rich Felkermake posix_spawn accept null pid pointer arguments
2014-02-11 Szabolcs Nagyadd parens when bit and arith ops are mixed in macros...
2014-02-11 Szabolcs Nagyfix signed and unsigned comparision in macros in public...
2014-02-10 Bobby Binghamclone: make clone a wrapper around __clone
2014-02-09 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)
2014-02-09 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on i386
2014-02-07 Rich Felkerin fdopen, avoid setting O_APPEND flag if it's already set
2014-02-07 Rich Felkerfix ftello result for append streams with unflushed...
2014-02-05 Rich Felkerreduce namespace pollution in netinet/udp.h
2014-02-05 Rich Felkerfix use of legacy u_intN_t types in netinet/tcp.h
2014-02-05 Rich Felkeradd support for BSD struct tcphdr in netinet/tcp.h
2014-02-05 Rich Felkeradd nonstandard timespec/timeval conversion macros...
2014-02-05 Timo Teräsadd NO_ADDRESS macro to netdb.h as an alias for NO_DATA
2014-02-05 Timo Teräsadd legacy functions setkey() and encrypt()
2014-02-01 Rich Felkerfix nftw FTW_MOUNT flag
2014-01-23 Szabolcs Nagyfix an overflow in wcsxfrm when n==0
2014-01-21 Rich Felkeradd version.h to .gitignore; it is a generated file
2014-01-21 Rich Felkerfix crash in dynamic linker when certain copy relocatio...
2014-01-21 Szabolcs Nagyfix initstate to make the state buffer usable in setstate
2014-01-16 Rich Felkerfix system breakage window during make install due...
2014-01-16 Rich Felkerremove more unnecessary operand-size suffixes from...
2014-01-12 Rich Felkerremove gratuitous temp vars, casts, and suffixes in...
2014-01-11 Rich Felkerremove size suffix in x86_64 __pthread_self asm
2014-01-11 Rich Felkermake type of st_dev explicitly dev_t in x86_64 stat.h
2014-01-09 Rich Felkerfix namespace violation in sys/shm.h
2014-01-09 Rich Felkerfix namespace violations in utmpx.h
2014-01-09 Rich Felkeradd IUTF8 to termios.h on archs that were missing it
2014-01-09 Rich Felkerfix namespace violations in termios.h, at least mostly
2014-01-08 Rich Felkerfix remaining known namespace violations for netinet...
2014-01-08 Rich Felkerfix inadvertent use of struct in place of union for...
2014-01-08 Szabolcs Nagyadd __isoc99_vfscanf weak alias to vfscanf
2014-01-08 Szabolcs Nagymath: add drem and dremf weak aliases to i386 remainder asm
2014-01-08 Rich Felkerfix type of semctl variadic argument
2014-01-08 Rich Felkerin fcntl, avoid passing pointer arguments to syscalls...
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 const-correctness in sigandset/sigorset arguments
2014-01-07 Rich Felkerremove sys/sysctl.h
2014-01-07 Rich Felkerfix incorrect type for wd argument of inotify_rm_watch
2014-01-07 Rich Felkerfix argument types for legacy function inet_makeaddr
2014-01-07 Rich Felkereliminate explicit (long) casts when making syscalls
2014-01-07 Rich Felkerconst-qualify the address argument to dladdr
2014-01-07 Rich Felkeradd some missing LFS64 aliases for fadvise/fallocate...
2014-01-03 Rich Felkerrelease 0.9.15
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-30 Timo Teräsfix struct signalfd_siginfo
2013-12-20 Rich Felkerimplement legacy function herror
2013-12-20 Rich Felkeradd sys/quota.h and quotactl syscall wrapper
2013-12-20 Rich Felkeradd netinet/igmp.h and multicast groups to netinet...
2013-12-20 Timo Teräsadd TCP_INFO and TCP_MD5SIG socket option related struc...
2013-12-19 Rich Felkerfix failure of fchmod, fstat, fchdir, and fchown to...
2013-12-19 Rich Felkerfix hangs in localtime for near-overflowing time_t...
2013-12-15 Rich Felkerfix dynamic linker entry point for microblaze
2013-12-13 Rich Felkeroptimize get_current_dir_name to reduce stack bloat
2013-12-13 Rich Felkeruse 0 instead of NULL for null pointer constants
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-12-12 Szabolcs Nagyremove an unnecessary check in inet_pton
2013-12-12 Szabolcs Nagymath: define _GNU_SOURCE when implementing non-standard...
2013-12-07 Rich Felkeradd posix_close, accepted for inclusion in the next...
2013-12-04 Rich Felkerremove dependency of version.h on .git/* to avoid errors
2013-12-04 Szabolcs Nagymove struct ucred under _GNU_SOURCE in sys/socket.h...
2013-12-04 Szabolcs Nagyfix SHUT_WR typo in sys/socket.h and duplicate definiti...
2013-12-04 Szabolcs Nagyfix res_mkquery and res_send prototypes in resolv.h
2013-12-04 Rich Felkerremove duplicate definition of _PATH_LASTLOG in paths.h
2013-12-04 Rich Felkerfix mv usage in install.sh to avoid bogus interactive...
2013-12-02 Rich Felkerworkaround clang deficiency affecting thread pointer...
2013-12-02 Rich Felkerimplement FNM_LEADING_DIR extension flag in fnmatch
2013-12-02 Rich Felkerremove now-unnecessary features.h inclusion from fnmatch.h
2013-12-02 Rich Felkerexpose FNM_* extensions in fnmatch.h without _GNU_SOURCE
2013-12-02 Rich Felkerfix typos in INSTALL file
2013-12-01 Rich Felkeradd infrastructure to record and report the version...
2013-12-01 Rich Felkerfix fnmatch corner cases related to escaping
2013-12-01 Szabolcs Nagyfix the end of string matching in fnmatch with FNM_PATHNAME
2013-11-30 Rich Felkersupport mix of IPv4 and v6 nameservers in resolv.conf
2013-11-29 Rich Felkerincrease TTY_NAME_MAX limit to 32
2013-11-27 Rich Felkerreject invalid address families in getaddrinfo
2013-11-27 Rich Felkeradjust fallback INFINITY definition for FLT_EVAL_METHOD...
2013-11-27 Rich Felkerfix off-by-one length failure in strftime/wcsftime...
2013-11-25 Szabolcs Nagyremove duplicate includes from dynlink.c, strfmon.c...
2013-11-25 Rich Felkerrestore type of NULL to void * except when used in...
next