summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2014-01-11remove size suffix in x86_64 __pthread_self asmRich Felker-1/+1
2014-01-11make type of st_dev explicitly dev_t in x86_64 stat.hRich Felker-1/+1
2014-01-08fix namespace violation in sys/shm.hRich Felker-6/+8
2014-01-08fix namespace violations in utmpx.hRich Felker-5/+12
2014-01-08add IUTF8 to termios.h on archs that were missing itRich Felker-0/+4
2014-01-08fix namespace violations in termios.h, at least mostlyRich Felker-52/+49
2014-01-08fix remaining known namespace violations for netinet/in.hRich Felker-22/+18
2014-01-08fix inadvertent use of struct in place of union for semunRich Felker-3/+3
2014-01-08add __isoc99_vfscanf weak alias to vfscanfSzabolcs Nagy-0/+2
2014-01-08math: add drem and dremf weak aliases to i386 remainder asmSzabolcs Nagy-0/+6
2014-01-08fix type of semctl variadic argumentRich Felker-4/+10
2014-01-08in fcntl, avoid passing pointer arguments to syscalls as longsRich Felker-3/+12
2014-01-07fix const-correctness of argument to stimeRich Felker-2/+2
2014-01-07fix signedness of pgoff argument to remap_file_pagesRich Felker-2/+2
2014-01-07fix const-correctness in sigandset/sigorset argumentsRich Felker-4/+4
2014-01-07remove sys/sysctl.hRich Felker-17/+0
2014-01-07fix incorrect type for wd argument of inotify_rm_watchRich Felker-2/+2
2014-01-06fix argument types for legacy function inet_makeaddrRich Felker-3/+2
2014-01-06eliminate explicit (long) casts when making syscallsRich Felker-5/+5
2014-01-06const-qualify the address argument to dladdrRich Felker-5/+5
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker-0/+11
2014-01-03release 0.9.15v0.9.15Rich Felker-1/+61
2014-01-03fanotify.c: fix typo in header inclusionrofl0r-1/+1
2014-01-02disable the brk functionRich Felker-1/+2
2014-01-02disable sbrk for all values of increment except 0Rich Felker-3/+3
2014-01-02add fanotify syscall wrapper and headerrofl0r-0/+87
2013-12-29fix struct signalfd_siginfoTimo Teräs-2/+3
2013-12-20implement legacy function herrorRich Felker-0/+9
2013-12-20add sys/quota.h and quotactl syscall wrapperRich Felker-0/+111
2013-12-20add netinet/igmp.h and multicast groups to netinet/in.hRich Felker-0/+50
2013-12-20add TCP_INFO and TCP_MD5SIG socket option related structuresTimo Teräs-0/+58
2013-12-19fix failure of fchmod, fstat, fchdir, and fchown to produce EBADFRich Felker-4/+12
2013-12-19fix hangs in localtime for near-overflowing time_t values on 64-bit archsRich Felker-0/+6
2013-12-14fix dynamic linker entry point for microblazeRich Felker-3/+4
2013-12-13optimize get_current_dir_name to reduce stack bloatRich Felker-3/+1
2013-12-13use 0 instead of NULL for null pointer constantsRich Felker-15/+8
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-207/+68
2013-12-12remove an unnecessary check in inet_ptonSzabolcs Nagy-2/+1
2013-12-12math: define _GNU_SOURCE when implementing non-standard math functionsSzabolcs Nagy-0/+6
2013-12-06add posix_close, accepted for inclusion in the next issue of POSIXRich Felker-0/+9
2013-12-04remove dependency of version.h on .git/* to avoid errorsRich Felker-1/+1
2013-12-04move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespaceSzabolcs Nagy-0/+2
2013-12-04fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*Szabolcs Nagy-5/+1
2013-12-04fix res_mkquery and res_send prototypes in resolv.hSzabolcs Nagy-4/+2
2013-12-03remove duplicate definition of _PATH_LASTLOG in paths.hRich Felker-1/+0
2013-12-03fix mv usage in install.sh to avoid bogus interactive promptingRich Felker-1/+1
2013-12-02workaround clang deficiency affecting thread pointer access on powerpcRich Felker-1/+6
2013-12-02implement FNM_LEADING_DIR extension flag in fnmatchRich Felker-2/+9
2013-12-02remove now-unnecessary features.h inclusion from fnmatch.hRich Felker-2/+0
2013-12-02expose FNM_* extensions in fnmatch.h without _GNU_SOURCERich Felker-3/+0