about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* add support for BSD struct tcphdr in netinet/tcp.hRich Felker2014-02-051-4/+41
* add nonstandard timespec/timeval conversion macros in sys/time.hRich Felker2014-02-051-0/+11
* add NO_ADDRESS macro to netdb.h as an alias for NO_DATATimo Teräs2014-02-051-0/+1
* add legacy functions setkey() and encrypt()Timo Teräs2014-02-052-6/+66
* fix nftw FTW_MOUNT flagRich Felker2014-02-011-2/+1
* fix an overflow in wcsxfrm when n==0Szabolcs Nagy2014-01-231-2/+4
* add version.h to .gitignore; it is a generated fileRich Felker2014-01-211-0/+1
* fix crash in dynamic linker when certain copy relocations are unsatisfiedRich Felker2014-01-211-1/+2
* fix initstate to make the state buffer usable in setstateSzabolcs Nagy2014-01-211-12/+2
* fix system breakage window during make install due to permissionsRich Felker2014-01-151-2/+1
* remove more unnecessary operand-size suffixes from x86_64 atomic.hRich Felker2014-01-151-3/+3
* remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.hRich Felker2014-01-111-13/+11
* remove size suffix in x86_64 __pthread_self asmRich Felker2014-01-111-1/+1
* make type of st_dev explicitly dev_t in x86_64 stat.hRich Felker2014-01-111-1/+1
* fix namespace violation in sys/shm.hRich Felker2014-01-081-6/+8
* fix namespace violations in utmpx.hRich Felker2014-01-082-5/+12
* add IUTF8 to termios.h on archs that were missing itRich Felker2014-01-084-0/+4
* fix namespace violations in termios.h, at least mostlyRich Felker2014-01-086-52/+49
* fix remaining known namespace violations for netinet/in.hRich Felker2014-01-082-22/+18
* fix inadvertent use of struct in place of union for semunRich Felker2014-01-081-3/+3
* add __isoc99_vfscanf weak alias to vfscanfSzabolcs Nagy2014-01-081-0/+2
* math: add drem and dremf weak aliases to i386 remainder asmSzabolcs Nagy2014-01-082-0/+6
* fix type of semctl variadic argumentRich Felker2014-01-081-4/+10
* in fcntl, avoid passing pointer arguments to syscalls as longsRich Felker2014-01-081-3/+12
* fix const-correctness of argument to stimeRich Felker2014-01-072-2/+2
* fix signedness of pgoff argument to remap_file_pagesRich Felker2014-01-072-2/+2
* fix const-correctness in sigandset/sigorset argumentsRich Felker2014-01-073-4/+4
* remove sys/sysctl.hRich Felker2014-01-071-17/+0
* fix incorrect type for wd argument of inotify_rm_watchRich Felker2014-01-072-2/+2
* fix argument types for legacy function inet_makeaddrRich Felker2014-01-062-3/+2
* eliminate explicit (long) casts when making syscallsRich Felker2014-01-065-5/+5
* const-qualify the address argument to dladdrRich Felker2014-01-063-5/+5
* add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker2014-01-064-0/+11
* 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