musl
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...
2013-11-25 Michael Forneyshadow: Implement fgetspent
2013-11-25 Michael Forneyshadow: Move spent parsing to internal function
2013-11-24 Michael ForneyFix dn_comp prototype and add stub
2013-11-24 Michael Forneyshadow: Implement putspent
2013-11-24 Szabolcs Nagymath: clean up __rem_pio2
2013-11-24 Szabolcs Nagyuse 0 instead of NULL in headers where NULL is not...
2013-11-23 Szabolcs Nagyadd O_TMPFILE flag, new in linux 3.11
2013-11-23 Szabolcs Nagyadd TCP_NOTSENT_LOWAT tcp socket option, new in linux...
2013-11-23 Timo Teräsadd linux tcp state enums
2013-11-23 Timo Teräsadd multicast structures from RFC 3678 to netinet/in.h
2013-11-23 Michael ForneyFix dn_expand pointer following
2013-11-23 Michael Forneyputgrent: Add missing newline
2013-11-23 Michael Forneyputgrent: Stop writing output on first failure
2013-11-23 Michael Forneystrcmp: Remove unnecessary check for *r
2013-11-23 rofl0rtimeradd/timersub: cast result to void to get rid of...
2013-11-22 Rich Felkerfix and refactor child reaping logic in wordexp
2013-11-22 Rich Felkerfix fd leak and case where fd 1 is already closed in...
2013-11-22 Rich Felkerfix resource exhaustion and zero-word cases in wordexp
2013-11-22 Rich Felkerimprove robustness of wordexp and fix handling of 0...
2013-11-21 Szabolcs Nagyadd legacy getloadavg api
2013-11-21 Rich Felkerfix fd leak (missing close-on-exec) in getifaddrs
2013-11-21 Szabolcs Nagymath: add (obsolete) bsd drem and finite functions
2013-11-21 Szabolcs Nagymath: lgamma cleanup (simpler sin(pi*x) for the negativ...
2013-11-20 Rich Felkerfix the nominal type of LDBL_* limits on archs with...
2013-11-20 Rich Felkerwrite floating point limit constants to 21 significant...
2013-11-11 rofl0riswspace: fix handling of 0
2013-11-09 Rich Felkerfix harmless inconsistency in semtimedop
2013-11-09 Rich Felkerimplement semtimedop
2013-11-09 Rich Felkeradjust sys/wait.h not to produde errors in strict ISO...
2013-11-09 Rich Felkerremove O_NOFOLLOW from __map_file used for time zone...
2013-11-09 Rich Felkerfix handling of overly-long TZ environment variable...
2013-11-04 rofl0rtimezone parser: fix iteration over search dir paths
2013-11-04 rofl0rtimezone parser: fix offset to transition table in...
2013-11-04 rofl0rfix timezone parser code crashing on 64bit sys
2013-11-02 Rich Felkerfix regression in inet_aton due to misinterpretation...
2013-11-02 Rich Felkersimplify faccessat AT_EACCESS path and eliminate resour...
2013-11-01 Rich Felkerfix faccessat AT_EACCESS path not to leave zombie processes
2013-10-30 Rich Felkerfix inttypes.h PRI and SCN macros for [u]intptr_t types
2013-10-29 Szabolcs NagyPOSIX conformance fix: define struct entry in search.h
2013-10-28 Szabolcs Nagyfenv: fix i386 fesetround for sse
2013-10-28 Szabolcs Nagymath: extensive log*.c cleanup
2013-10-25 Rich Felkeradd legacy ftime function and sys/timeb.h
2013-10-23 Szabolcs Nagyfix inet_pton
2013-10-22 Szabolcs Nagyfix __ipparse to parse the generic numbers-and-dots...
2013-10-22 Szabolcs Nagyfix inet_aton to accept the generic "numbers-and-dots...
2013-10-22 Rich Felkersplit inet_addr and inet_ntoa back into their own files
2013-10-21 Rich Felkerfix multiple minor namespace issues in headers
2013-10-20 Rich Felkerfix return value for inet_pton in ipv6 failure cases
2013-10-18 Szabolcs Nagyuse consistent include guard name in arpa/ftp.h
2013-10-18 Szabolcs Nagyfix typo in socket.h (wrong macro name)
2013-10-18 Rich Felkerin faccessat slow path, add close-on-exec to pipe fds
2013-10-12 Rich Felkerfix uid/gid-setting error in faccessat with AT_EACCESS...
2013-10-08 Rich Felkerfix errno value for getcwd when size argument is zero
2013-10-07 Szabolcs Nagymath: fix rare underflow issue in fma
2013-10-07 Szabolcs Nagymath: use sqrtl if FLT_EVAL_METHOD==2 in acosh and...
2013-10-07 Szabolcs Nagyfix clockid macro names in time.h, reported by Paul...
2013-10-07 Szabolcs Nagyremove errno setting from setenv, malloc sets it correc...
2013-10-07 Szabolcs Nagyfix allocation sizes in regcomp
2013-10-07 Szabolcs Nagyadd missing va_end in execl* for correcness and static...
2013-10-07 Szabolcs Nagyminor vfprintf and vfwprintf changes to please static...
next