about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 0.9.15 v0.9.15Rich Felker2014-01-032-1/+61
* fanotify.c: fix typo in header inclusionrofl0r2014-01-031-1/+1
* disable the brk functionRich Felker2014-01-021-1/+2
* disable sbrk for all values of increment except 0Rich Felker2014-01-021-3/+3
* add fanotify syscall wrapper and headerrofl0r2014-01-022-0/+87
* fix struct signalfd_siginfoTimo Teräs2013-12-291-2/+3
* implement legacy function herrorRich Felker2013-12-202-0/+9
* add sys/quota.h and quotactl syscall wrapperRich Felker2013-12-202-0/+111
* add netinet/igmp.h and multicast groups to netinet/in.hRich Felker2013-12-202-0/+50
* add TCP_INFO and TCP_MD5SIG socket option related structuresTimo Teräs2013-12-201-0/+58
* fix failure of fchmod, fstat, fchdir, and fchown to produce EBADFRich Felker2013-12-194-4/+12
* fix hangs in localtime for near-overflowing time_t values on 64-bit archsRich Felker2013-12-191-0/+6
* fix dynamic linker entry point for microblazeRich Felker2013-12-141-3/+4
* optimize get_current_dir_name to reduce stack bloatRich Felker2013-12-131-3/+1
* use 0 instead of NULL for null pointer constantsRich Felker2013-12-137-15/+8
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-12157-207/+68
* remove an unnecessary check in inet_ptonSzabolcs Nagy2013-12-121-2/+1
* math: define _GNU_SOURCE when implementing non-standard math functionsSzabolcs Nagy2013-12-126-0/+6
* add posix_close, accepted for inclusion in the next issue of POSIXRich Felker2013-12-062-0/+9
* remove dependency of version.h on .git/* to avoid errorsRich Felker2013-12-041-1/+1
* move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespaceSzabolcs Nagy2013-12-041-0/+2
* fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*Szabolcs Nagy2013-12-041-5/+1
* fix res_mkquery and res_send prototypes in resolv.hSzabolcs Nagy2013-12-041-4/+2
* remove duplicate definition of _PATH_LASTLOG in paths.hRich Felker2013-12-031-1/+0
* fix mv usage in install.sh to avoid bogus interactive promptingRich Felker2013-12-031-1/+1
* workaround clang deficiency affecting thread pointer access on powerpcRich Felker2013-12-021-1/+6
* implement FNM_LEADING_DIR extension flag in fnmatchRich Felker2013-12-021-2/+9
* remove now-unnecessary features.h inclusion from fnmatch.hRich Felker2013-12-021-2/+0
* expose FNM_* extensions in fnmatch.h without _GNU_SOURCERich Felker2013-12-021-3/+0
* fix typos in INSTALL fileRich Felker2013-12-011-2/+2
* add infrastructure to record and report the version of libc.soRich Felker2013-12-015-3/+39
* fix fnmatch corner cases related to escapingRich Felker2013-12-011-4/+4
* fix the end of string matching in fnmatch with FNM_PATHNAMESzabolcs Nagy2013-12-011-2/+2
* support mix of IPv4 and v6 nameservers in resolv.confRich Felker2013-11-301-5/+31
* increase TTY_NAME_MAX limit to 32Rich Felker2013-11-291-1/+1
* reject invalid address families in getaddrinfoRich Felker2013-11-271-0/+3
* adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 caseRich Felker2013-11-261-1/+1
* fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker2013-11-262-12/+16
* remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy2013-11-253-7/+0
* restore type of NULL to void * except when used in C++ programsRich Felker2013-11-248-0/+33
* shadow: Implement fgetspentMichael Forney2013-11-241-1/+10
* shadow: Move spent parsing to internal functionMichael Forney2013-11-242-31/+40
* Fix dn_comp prototype and add stubMichael Forney2013-11-242-1/+10
* shadow: Implement putspentMichael Forney2013-11-242-5/+13
* math: clean up __rem_pio2Szabolcs Nagy2013-11-243-71/+53
* use 0 instead of NULL in headers where NULL is not definedSzabolcs Nagy2013-11-242-3/+3
* add O_TMPFILE flag, new in linux 3.11Szabolcs Nagy2013-11-236-0/+6
* add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12Szabolcs Nagy2013-11-231-0/+1
* add linux tcp state enumsTimo Teräs2013-11-231-0/+12
* add multicast structures from RFC 3678 to netinet/in.hTimo Teräs2013-11-231-1/+42