summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-07fix ftello result for append streams with unflushed outputRich Felker3-1/+5
2014-02-05reduce namespace pollution in netinet/udp.hRich Felker1-7/+10
2014-02-05fix use of legacy u_intN_t types in netinet/tcp.hRich Felker1-73/+74
2014-02-05add support for BSD struct tcphdr in netinet/tcp.hRich Felker1-4/+41
2014-02-05add nonstandard timespec/timeval conversion macros in sys/time.hRich Felker1-0/+11
2014-02-05add NO_ADDRESS macro to netdb.h as an alias for NO_DATATimo Teräs1-0/+1
2014-02-05add legacy functions setkey() and encrypt()Timo Teräs2-6/+66
2014-02-01fix nftw FTW_MOUNT flagRich Felker1-2/+1
2014-01-23fix an overflow in wcsxfrm when n==0Szabolcs Nagy1-2/+4
2014-01-21add version.h to .gitignore; it is a generated fileRich Felker1-0/+1
2014-01-21fix crash in dynamic linker when certain copy relocations are unsatisfiedRich Felker1-1/+2
2014-01-21fix initstate to make the state buffer usable in setstateSzabolcs Nagy1-12/+2
2014-01-15fix system breakage window during make install due to permissionsRich Felker1-2/+1
2014-01-15remove more unnecessary operand-size suffixes from x86_64 atomic.hRich Felker1-3/+3
2014-01-11remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.hRich Felker1-13/+11
2014-01-11remove size suffix in x86_64 __pthread_self asmRich Felker1-1/+1
2014-01-11make type of st_dev explicitly dev_t in x86_64 stat.hRich Felker1-1/+1
2014-01-08fix namespace violation in sys/shm.hRich Felker1-6/+8
2014-01-08fix namespace violations in utmpx.hRich Felker2-5/+12
2014-01-08add IUTF8 to termios.h on archs that were missing itRich Felker4-0/+4
2014-01-08fix namespace violations in termios.h, at least mostlyRich Felker6-52/+49
2014-01-08fix remaining known namespace violations for netinet/in.hRich Felker2-22/+18
2014-01-08fix inadvertent use of struct in place of union for semunRich Felker1-3/+3
2014-01-08add __isoc99_vfscanf weak alias to vfscanfSzabolcs Nagy1-0/+2
2014-01-08math: add drem and dremf weak aliases to i386 remainder asmSzabolcs Nagy2-0/+6
2014-01-08fix type of semctl variadic argumentRich Felker1-4/+10
2014-01-08in fcntl, avoid passing pointer arguments to syscalls as longsRich Felker1-3/+12
2014-01-07fix const-correctness of argument to stimeRich Felker2-2/+2
2014-01-07fix signedness of pgoff argument to remap_file_pagesRich Felker2-2/+2
2014-01-07fix const-correctness in sigandset/sigorset argumentsRich Felker3-4/+4
2014-01-07remove sys/sysctl.hRich Felker1-17/+0
2014-01-07fix incorrect type for wd argument of inotify_rm_watchRich Felker2-2/+2
2014-01-06fix argument types for legacy function inet_makeaddrRich Felker2-3/+2
2014-01-06eliminate explicit (long) casts when making syscallsRich Felker5-5/+5
2014-01-06const-qualify the address argument to dladdrRich Felker3-5/+5
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker4-0/+11
2014-01-03release 0.9.15v0.9.15Rich Felker2-1/+61
2014-01-03fanotify.c: fix typo in header inclusionrofl0r1-1/+1
2014-01-02disable the brk functionRich Felker1-1/+2
2014-01-02disable sbrk for all values of increment except 0Rich Felker1-3/+3
2014-01-02add fanotify syscall wrapper and headerrofl0r2-0/+87
2013-12-29fix struct signalfd_siginfoTimo Teräs1-2/+3
2013-12-20implement legacy function herrorRich Felker2-0/+9
2013-12-20add sys/quota.h and quotactl syscall wrapperRich Felker2-0/+111
2013-12-20add netinet/igmp.h and multicast groups to netinet/in.hRich Felker2-0/+50
2013-12-20add TCP_INFO and TCP_MD5SIG socket option related structuresTimo Teräs1-0/+58
2013-12-19fix failure of fchmod, fstat, fchdir, and fchown to produce EBADFRich Felker4-4/+12
2013-12-19fix hangs in localtime for near-overflowing time_t values on 64-bit archsRich Felker1-0/+6
2013-12-14fix dynamic linker entry point for microblazeRich Felker1-3/+4
2013-12-13optimize get_current_dir_name to reduce stack bloatRich Felker1-3/+1