about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix endian subarchs for sh archRich Felker2014-02-273-7/+7
* rename superh port to "sh" for consistencyRich Felker2014-02-2744-2/+2
* fix readdir not to set ENOENT when directory is removed while readingRich Felker2014-02-251-2/+7
* in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy2014-02-251-0/+1
* if_ether.h: new ethernet protocol typeSzabolcs Nagy2014-02-251-0/+1
* sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy2014-02-251-0/+1
* elf.h: add aarch64 relocationsSzabolcs Nagy2014-02-251-0/+111
* elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mipsSzabolcs Nagy2014-02-251-0/+1
* add missing sub files for mipsel-sf to use softfloat codeRich Felker2014-02-243-0/+3
* mips: add mips-sf subarch support (soft-float)Szabolcs Nagy2014-02-248-3/+69
* fixup general __syscall breakage introduced in x32 portrofl0r2014-02-243-0/+6
* make the x32 port use the correct ld-musl-x32.path filenameRich Felker2014-02-231-1/+1
* superh portBobby Bingham2014-02-2346-0/+2350
* fix x32 syscall arch.h timespec fixup coderofl0r2014-02-231-53/+49
* fix some issues in x32 syscall_cp_fixuprofl0r2014-02-231-11/+8
* mostly-cosmetic fixups to x32 port mergeRich Felker2014-02-234-12/+12
* configure: suppress bogus pointer-int cast warningsrofl0r2014-02-231-0/+1
* configure: recognize x86_64-x32 and x32rofl0r2014-02-231-0/+1
* x32 port (diff against vanilla x86_64)rofl0r2014-02-2339-793/+882
* import vanilla x86_64 code as x32rofl0r2014-02-2375-0/+2677
* sys/shm.h: move arch specific structs to bits/rofl0r2014-02-237-16/+73
* sys/sem.h: cheat and make all longs use time_t insteadrofl0r2014-02-221-8/+8
* use syscall_arg_t type for syscall prototypes in pthread coderofl0r2014-02-222-3/+8
* internal/syscall.h: add syscall_arg_t macrorofl0r2014-02-221-6/+11
* internal/syscall.h: use a macro for the syscall args castsrofl0r2014-02-221-13/+17
* add fallback emulation for accept4 on old kernelsRich Felker2014-02-211-1/+12
* add flock64 alias for (struct) flock in fcntl.hRich Felker2014-02-181-0/+1
* add ipv6 and icmpv6 to getprotoent-family functionsRich Felker2014-02-131-1/+3
* fix typo in table for getprotoent that caused out-of-bound readsRich Felker2014-02-131-1/+1
* make posix_spawn accept null pid pointer argumentsRich Felker2014-02-121-1/+1
* add parens when bit and arith ops are mixed in macros in public headersSzabolcs Nagy2014-02-112-2/+2
* fix signed and unsigned comparision in macros in public headersSzabolcs Nagy2014-02-113-3/+3
* clone: make clone a wrapper around __cloneBobby Bingham2014-02-096-18/+22
* fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)Szabolcs Nagy2014-02-091-1/+1
* fix fesetenv(FE_DFL_ENV) on i386Szabolcs Nagy2014-02-091-1/+1
* in fdopen, avoid setting O_APPEND flag if it's already setRich Felker2014-02-071-1/+2
* fix ftello result for append streams with unflushed outputRich Felker2014-02-073-1/+5
* reduce namespace pollution in netinet/udp.hRich Felker2014-02-051-7/+10
* fix use of legacy u_intN_t types in netinet/tcp.hRich Felker2014-02-051-73/+74
* 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