work around wrong kernel type for sem_nsems member of struct semid_ds
[musl] / arch /
2012-08-05 Rich Felkerfix socket.h on mips
2012-08-05 Rich Felkermore stuff lost committing mips dynamic linker
2012-08-05 Rich Felkermips dynamic linker support
2012-07-22 Rich Felkeradd floating point register saving/restoring to mips...
2012-07-13 Rich Felkerfix broken mips a_fetch_add
2012-07-13 Rich Felkermipsel (little endian) support
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-07-12 Rich Felkerfix redef of sigprocmask constants on mips
2012-07-12 Rich Felkermore mips bits-header fixes
2012-07-12 Rich Felkerfix mips syscalls with long long args
2012-07-12 Rich Felkerfix mips mcontext_t structure size
2012-07-12 Rich Felkerfix MAP_ANONYMOUS value for mips, remove cruft copied...
2012-07-11 Rich Felkerinitial version of mips (o32) port, based on work by...
2012-07-10 Rich Felkersupport -mfpmath=387 on x86_64
2012-07-10 Rich Felkerfix wrong value of FLT_EVAL_METHOD for x86_64
2012-07-09 Rich Felkermake arm syscalls (still non-inline) more efficient
2012-07-08 Rich Felkerremove little-endian assumption from arm atomic.h
2012-07-04 Rich Felkerjmp_buf overhaul fixing several issues
2012-06-24 Rich Felkerupdate syscall defs to latest kernel ones
2012-06-21 Rich Felkerproper error handling for fcntl F_GETOWN on modern...
2012-05-24 Rich Felkerfix arm syscall.h to reflect which syscalls actually...
2012-05-23 Rich Felkerfix missing _BSD_SOURCE support in bits/*.h
2012-04-29 Rich Felkerfix float_t and double_t defs on x86 when -mfpmath...
2012-04-27 Rich Felkersupport FLT_EVAL_METHOD changing on x86 with gcc -msse2...
2012-04-24 Rich Felkeruse signed char rather than plain char for int8_t
2012-04-15 Rich Felkermove F_DUPFD_CLOEXEC out of bits
2012-04-15 Rich Felkeradd F_SETSIG and F_GETSIG (linux specific) to fcntl.h
2012-04-04 Rich Felkerwork around nasty gcc bug in the i386 syscall asm
2012-03-21 Rich Felkerfix DECIMAL_DIG definitions
2012-02-25 Rich Felkeruse __attribute__((const)) on arm __pthread_self function
2012-02-16 Rich Felkeradd float_t and double_t to math.h
2012-02-09 Rich Felkerreplace bad cancellation cleanup abi with a sane one
2012-01-21 Rich Felkeradd prlimit syscall wrapper
2011-10-17 Rich Felkerfix some details in ugly stuff that doesn't belong...
2011-10-15 Rich Felkerdon't define wchar_t on c++
2011-10-05 Rich Felkerfix fcntl O_* flags for arm
2011-10-01 Rich Felkertypo (copy 2) in arm reloc.h
2011-10-01 Rich Felkertypo in arm reloc.h
2011-10-01 Rich Felkerfirst attempt at arm dynamic linking
2011-09-23 Rich Felker"optimize" arm __pthread_self
2011-09-22 Rich Felkerfix x86_64 user.h (previously was just a copy of i386)
2011-09-22 Rich Felkercleanup/debloat i386 user.h
2011-09-22 Rich Felkerwrong __WORDSIZE in x86_64 header
2011-09-22 Rich Felkerupdate syscalls with off_t arguments to handle argument...
2011-09-20 Rich Felkerfix the definition of struct statvfs to match lsb abi
2011-09-20 Rich Felkercleanup redundancy in bits/signal.h versions
2011-09-19 Rich Felkerfix the type of wchar_t on arm; support wchar_t varying...
2011-09-19 Rich Felkerfix incorrect long double parameters on arm (and other...
2011-09-18 Rich Felkerinitial commit of the arm port
2011-09-18 Rich Felkercleanup more bits cruft (sysmacros and socket)
2011-09-18 Rich Felkermore bits junk (tcp.h)
2011-09-18 Rich Felkermove invariant netinet/in.h stuff out of bits/in.h
2011-08-23 Rich Felkersecurity hardening: ensure suid programs have valid...
2011-08-14 Rich Felkertypo in macro definitions for x86_64
2011-08-07 Rich Felkerensure the compiler does not move around thread-registe...
2011-07-22 Rich Felkersocket headers macro adjustment - workaround for buggy...
2011-06-26 Rich Felkerfix some symbol resolution issues in dynamic linker
2011-06-25 Rich Felkermove all limits that don't vary out of bits/limits...
2011-06-25 Rich Felkerproper path searching for dynamic linker
2011-06-18 Rich Felkerexperimental dynamic linker!
2011-06-15 Rich Felker__syscall5 inline is having trouble with PIC; just...
2011-06-07 Rich Felkeruse __WCHAR_TYPE__ on i386 if it is defined
2011-04-28 Rich Felkeruse compiler builtins for variadic macros when available
2011-04-27 Rich Felkeradd word-sized ctz function to atomic.h
2011-04-21 Rich Felkermove wait.h macros out of bits. they do not vary.
2011-04-20 Rich Felkernamespace fixes for sys/mman.h
2011-04-20 Rich Felkeradd syscall wrappers for posix_fadvise, posix_fallocate
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-15 Rich Felkerfix O_SYNC definition, cleanup fcntl.h
2011-04-15 Rich Felkerfix FAPPEND typo on x86_64 (previously only fixed on...
2011-04-15 Rich Felkerfcntl.h: move macros that do not vary between archs...
2011-04-15 Rich Felkerfix broken fcntl locks on x86_64
2011-04-14 Rich Felkerfix typo in legacy FAPPEND definition
2011-04-13 Rich Felkernumerous fixes to sysv ipc
2011-04-13 Rich Felkerfix and cleanup suseconds_t/timeval stuff (broken on...
2011-04-11 Rich Felkermore types cleanup
2011-04-11 Rich Felkercleanup types stuff in headers, fix missing u_int*_t...
2011-04-10 Rich Felkeradd missing float.h macros
2011-04-08 Rich Felkerworkaround broken msghdr struct on 64bit linux
2011-04-05 Rich Felkeradd ip6 pktinfo stuff for x86_64
2011-04-05 Rich Felkeradd some missing ipv6 stuff
2011-04-05 Rich Felkeruncomment IP_PKTINFO
2011-04-03 Rich Felkerfix statvfs syscalls (missing size argument)
2011-04-02 Rich Felkerremove obsolete and useless useconds_t type
2011-04-02 Rich Felkersomehow timespec tv_nsec had the wrong type on x86_64...
2011-03-30 Rich Felkeravoid all malloc/free in timer creation/destruction
2011-03-29 Rich Felkersome preliminaries for adding POSIX timers
2011-03-29 Rich Felkerfix bug from syscall overhaul: extra __syscall_ret...
2011-03-26 Rich Felkermatch glibc/lsb cancellation abi on i386
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-20 Rich Felkerhonor namespace for i386 syscall.h, even though it...
2011-03-20 Rich Felkerfix typo in x86_64 part of syscall overhaul
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-03-19 Rich Felkeroverhaul syscall interface
2011-03-19 Rich Felkervarious legacy and linux-specific stuff
2011-03-17 Rich Felkeroptimize contended normal mutex case; add int compare...
2011-03-11 Rich Felkermatch dimensions so we can use all slots without invoki...
2011-03-11 Rich Felkerfix missing ENOTSUP error code
2011-03-10 Rich Felkermake sigaltstack work (missing macros in signal.h,...
2011-02-20 Rich Felkerresolve some header namespace non-issues
next