aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-03release 0.9.15v0.9.15Rich Felker
2014-01-03fanotify.c: fix typo in header inclusionrofl0r
2014-01-02disable the brk functionRich Felker
2014-01-02disable sbrk for all values of increment except 0Rich Felker
2014-01-02add fanotify syscall wrapper and headerrofl0r
2013-12-29fix struct signalfd_siginfoTimo Teräs
2013-12-20implement legacy function herrorRich Felker
2013-12-20add sys/quota.h and quotactl syscall wrapperRich Felker
2013-12-20add netinet/igmp.h and multicast groups to netinet/in.hRich Felker
2013-12-20add TCP_INFO and TCP_MD5SIG socket option related structuresTimo Teräs
2013-12-19fix failure of fchmod, fstat, fchdir, and fchown to produce EBADFRich Felker
2013-12-19fix hangs in localtime for near-overflowing time_t values on 64-bit archsRich Felker
2013-12-14fix dynamic linker entry point for microblazeRich Felker
2013-12-13optimize get_current_dir_name to reduce stack bloatRich Felker
2013-12-13use 0 instead of NULL for null pointer constantsRich Felker
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy
2013-12-12remove an unnecessary check in inet_ptonSzabolcs Nagy
2013-12-12math: define _GNU_SOURCE when implementing non-standard math functionsSzabolcs Nagy
2013-12-06add posix_close, accepted for inclusion in the next issue of POSIXRich Felker
2013-12-04remove dependency of version.h on .git/* to avoid errorsRich Felker
2013-12-04move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespaceSzabolcs Nagy
2013-12-04fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*Szabolcs Nagy
2013-12-04fix res_mkquery and res_send prototypes in resolv.hSzabolcs Nagy
2013-12-03remove duplicate definition of _PATH_LASTLOG in paths.hRich Felker
2013-12-03fix mv usage in install.sh to avoid bogus interactive promptingRich Felker
2013-12-02workaround clang deficiency affecting thread pointer access on powerpcRich Felker
2013-12-02implement FNM_LEADING_DIR extension flag in fnmatchRich Felker
2013-12-02remove now-unnecessary features.h inclusion from fnmatch.hRich Felker
2013-12-02expose FNM_* extensions in fnmatch.h without _GNU_SOURCERich Felker
2013-12-01fix typos in INSTALL fileRich Felker
2013-12-01add infrastructure to record and report the version of libc.soRich Felker
2013-12-01fix fnmatch corner cases related to escapingRich Felker
2013-12-01fix the end of string matching in fnmatch with FNM_PATHNAMESzabolcs Nagy
2013-11-30support mix of IPv4 and v6 nameservers in resolv.confRich Felker
2013-11-29increase TTY_NAME_MAX limit to 32Rich Felker
2013-11-27reject invalid address families in getaddrinfoRich Felker
2013-11-26adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 caseRich Felker
2013-11-26fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker
2013-11-25remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy
2013-11-24restore type of NULL to void * except when used in C++ programsRich Felker
2013-11-24shadow: Implement fgetspentMichael Forney
2013-11-24shadow: Move spent parsing to internal functionMichael Forney
2013-11-24Fix dn_comp prototype and add stubMichael Forney
2013-11-24shadow: Implement putspentMichael Forney
2013-11-24math: clean up __rem_pio2Szabolcs Nagy
2013-11-24use 0 instead of NULL in headers where NULL is not definedSzabolcs Nagy
2013-11-23add O_TMPFILE flag, new in linux 3.11Szabolcs Nagy
2013-11-23add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12Szabolcs Nagy
2013-11-23add linux tcp state enumsTimo Teräs
2013-11-23add multicast structures from RFC 3678 to netinet/in.hTimo Teräs