summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2014-02-27fix endian subarchs for sh archRich Felker-7/+7
2014-02-27rename superh port to "sh" for consistencyRich Felker-2/+2
2014-02-25fix readdir not to set ENOENT when directory is removed while readingRich Felker-2/+7
2014-02-25in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy-0/+1
2014-02-25if_ether.h: new ethernet protocol typeSzabolcs Nagy-0/+1
2014-02-25sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy-0/+1
2014-02-25elf.h: add aarch64 relocationsSzabolcs Nagy-0/+111
2014-02-25elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mipsSzabolcs Nagy-0/+1
2014-02-24add missing sub files for mipsel-sf to use softfloat codeRich Felker-0/+3
2014-02-24mips: add mips-sf subarch support (soft-float)Szabolcs Nagy-3/+69
2014-02-24fixup general __syscall breakage introduced in x32 portrofl0r-0/+6
2014-02-23make the x32 port use the correct ld-musl-x32.path filenameRich Felker-1/+1
2014-02-23superh portBobby Bingham-0/+2350
2014-02-23fix x32 syscall arch.h timespec fixup coderofl0r-53/+49
2014-02-23fix some issues in x32 syscall_cp_fixuprofl0r-11/+8
2014-02-23mostly-cosmetic fixups to x32 port mergeRich Felker-12/+12
2014-02-23configure: suppress bogus pointer-int cast warningsrofl0r-0/+1
2014-02-23configure: recognize x86_64-x32 and x32rofl0r-0/+1
2014-02-23x32 port (diff against vanilla x86_64)rofl0r-793/+882
2014-02-23import vanilla x86_64 code as x32rofl0r-0/+2677
2014-02-23sys/shm.h: move arch specific structs to bits/rofl0r-16/+73
2014-02-22sys/sem.h: cheat and make all longs use time_t insteadrofl0r-8/+8
2014-02-22use syscall_arg_t type for syscall prototypes in pthread coderofl0r-3/+8
2014-02-22internal/syscall.h: add syscall_arg_t macrorofl0r-6/+11
2014-02-22internal/syscall.h: use a macro for the syscall args castsrofl0r-13/+17
2014-02-21add fallback emulation for accept4 on old kernelsRich Felker-1/+12
2014-02-18add flock64 alias for (struct) flock in fcntl.hRich Felker-0/+1
2014-02-13add ipv6 and icmpv6 to getprotoent-family functionsRich Felker-1/+3
2014-02-13fix typo in table for getprotoent that caused out-of-bound readsRich Felker-1/+1
2014-02-12make posix_spawn accept null pid pointer argumentsRich Felker-1/+1
2014-02-11add parens when bit and arith ops are mixed in macros in public headersSzabolcs Nagy-2/+2
2014-02-11fix signed and unsigned comparision in macros in public headersSzabolcs Nagy-3/+3
2014-02-09clone: make clone a wrapper around __cloneBobby Bingham-18/+22
2014-02-09fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)Szabolcs Nagy-1/+1
2014-02-09fix fesetenv(FE_DFL_ENV) on i386Szabolcs Nagy-1/+1
2014-02-07in fdopen, avoid setting O_APPEND flag if it's already setRich Felker-1/+2
2014-02-07fix ftello result for append streams with unflushed outputRich Felker-1/+5
2014-02-05reduce namespace pollution in netinet/udp.hRich Felker-7/+10
2014-02-05fix use of legacy u_intN_t types in netinet/tcp.hRich Felker-73/+74
2014-02-05add support for BSD struct tcphdr in netinet/tcp.hRich Felker-4/+41
2014-02-05add nonstandard timespec/timeval conversion macros in sys/time.hRich Felker-0/+11
2014-02-05add NO_ADDRESS macro to netdb.h as an alias for NO_DATATimo Teräs-0/+1
2014-02-05add legacy functions setkey() and encrypt()Timo Teräs-6/+66
2014-02-01fix nftw FTW_MOUNT flagRich Felker-2/+1
2014-01-23fix an overflow in wcsxfrm when n==0Szabolcs Nagy-2/+4
2014-01-21add version.h to .gitignore; it is a generated fileRich Felker-0/+1
2014-01-21fix crash in dynamic linker when certain copy relocations are unsatisfiedRich Felker-1/+2
2014-01-21fix initstate to make the state buffer usable in setstateSzabolcs Nagy-12/+2
2014-01-15fix system breakage window during make install due to permissionsRich Felker-2/+1
2014-01-15remove more unnecessary operand-size suffixes from x86_64 atomic.hRich Felker-3/+3