Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
1b23145e8890f4930c9129ed3f28eea9cbb1effc
/
arch
dc046f5
add floating point register saving/restoring to mips setjmp/longjmp
by Rich Felker
· 12 years ago
48d2013
fix broken mips a_fetch_add
by Rich Felker
· 12 years ago
e1e4d6b
mipsel (little endian) support
by Rich Felker
· 12 years ago
9610756
workaround another sendmsg kernel bug on 64-bit machines
by Rich Felker
· 12 years ago
90e123f
fix redef of sigprocmask constants on mips
by Rich Felker
· 12 years ago
ba8a96b
more mips bits-header fixes
by Rich Felker
· 12 years ago
db11e96
fix mips syscalls with long long args
by Rich Felker
· 12 years ago
5fac93d
fix mips mcontext_t structure size
by Rich Felker
· 12 years ago
2b3cc04
fix MAP_ANONYMOUS value for mips, remove cruft copied from i386
by Rich Felker
· 12 years ago
6315004
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
by Rich Felker
· 12 years ago
bd1cf09
support -mfpmath=387 on x86_64
by Rich Felker
· 12 years ago
59c4ead
fix wrong value of FLT_EVAL_METHOD for x86_64
by Rich Felker
· 12 years ago
8bbc3be
make arm syscalls (still non-inline) more efficient
by Rich Felker
· 12 years ago
a3bdcd9
remove little-endian assumption from arm atomic.h
by Rich Felker
· 12 years ago
d6c0efe
jmp_buf overhaul fixing several issues
by Rich Felker
· 12 years ago
213db3e
update syscall defs to latest kernel ones
by Rich Felker
· 12 years ago
4e8b093
proper error handling for fcntl F_GETOWN on modern kernels
by Rich Felker
· 12 years ago
54c5676
fix arm syscall.h to reflect which syscalls actually exist (on EABI)
by Rich Felker
· 12 years ago
030b452
fix missing _BSD_SOURCE support in bits/*.h
by Rich Felker
· 12 years ago
aa85940
fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is used
by Rich Felker
· 13 years ago
a1b4423
support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sse
by Rich Felker
· 13 years ago
848d30a
use signed char rather than plain char for int8_t
by Rich Felker
· 13 years ago
67b25fe
move F_DUPFD_CLOEXEC out of bits
by Rich Felker
· 13 years ago
a68af22
add F_SETSIG and F_GETSIG (linux specific) to fcntl.h
by Rich Felker
· 13 years ago
5bd0ab8
work around nasty gcc bug in the i386 syscall asm
by Rich Felker
· 13 years ago
47db890
fix DECIMAL_DIG definitions
by Rich Felker
· 13 years ago
834255a
use __attribute__((const)) on arm __pthread_self function
by Rich Felker
· 13 years ago
414a4cd
add float_t and double_t to math.h
by Rich Felker
· 13 years ago
afc35d5
replace bad cancellation cleanup abi with a sane one
by Rich Felker
· 13 years ago
26f3832
add prlimit syscall wrapper
by Rich Felker
· 13 years ago
0386030
fix some details in ugly stuff that doesn't belong in libc
by Rich Felker
· 13 years ago
1d3c276
don't define wchar_t on c++
by Rich Felker
· 13 years ago
e6d765a
fix fcntl O_* flags for arm
by Rich Felker
· 13 years ago
74cc7c6
typo (copy 2) in arm reloc.h
by Rich Felker
· 13 years ago
cd319d7
typo in arm reloc.h
by Rich Felker
· 13 years ago
12ace5b
first attempt at arm dynamic linking
by Rich Felker
· 13 years ago
d5bde7b
"optimize" arm __pthread_self
by Rich Felker
· 13 years ago
2eff02e
fix x86_64 user.h (previously was just a copy of i386)
by Rich Felker
· 13 years ago
c651c47
cleanup/debloat i386 user.h
by Rich Felker
· 13 years ago
ee6fc9a
wrong __WORDSIZE in x86_64 header
by Rich Felker
· 13 years ago
0b6eb2d
update syscalls with off_t arguments to handle argument alignment, if needed
by Rich Felker
· 13 years ago
114c80f
fix the definition of struct statvfs to match lsb abi
by Rich Felker
· 13 years ago
f780ac5
cleanup redundancy in bits/signal.h versions
by Rich Felker
· 13 years ago
224c7a3
fix the type of wchar_t on arm; support wchar_t varying with arch
by Rich Felker
· 13 years ago
089aeb0
fix incorrect long double parameters on arm (and other future ports)
by Rich Felker
· 13 years ago
d960d4f
initial commit of the arm port
by Rich Felker
· 13 years ago
b0c088e
cleanup more bits cruft (sysmacros and socket)
by Rich Felker
· 13 years ago
ca8373d
more bits junk (tcp.h)
by Rich Felker
· 13 years ago
c817566
move invariant netinet/in.h stuff out of bits/in.h
by Rich Felker
· 13 years ago
df0b5a4
security hardening: ensure suid programs have valid stdin/out/err
by Rich Felker
· 13 years ago
6cb277d
typo in macro definitions for x86_64
by Rich Felker
· 13 years ago
8426a99
ensure the compiler does not move around thread-register-based reads
by Rich Felker
· 13 years ago
63d447e
socket headers macro adjustment - workaround for buggy programs
by Rich Felker
· 13 years ago
32de61e
fix some symbol resolution issues in dynamic linker
by Rich Felker
· 13 years ago
e8b8f3c
move all limits that don't vary out of bits/limits.h, into main limits.h
by Rich Felker
· 13 years ago
568b807
proper path searching for dynamic linker
by Rich Felker
· 13 years ago
51e2d83
experimental dynamic linker!
by Rich Felker
· 13 years ago
836ba93
__syscall5 inline is having trouble with PIC; just use the function for now
by Rich Felker
· 13 years ago
0b6b43e
use __WCHAR_TYPE__ on i386 if it is defined
by Rich Felker
· 13 years ago
def0af1
use compiler builtins for variadic macros when available
by Rich Felker
· 14 years ago
4bb9b4f
add word-sized ctz function to atomic.h
by Rich Felker
· 14 years ago
4b5f054
move wait.h macros out of bits. they do not vary.
by Rich Felker
· 14 years ago
b052f13
namespace fixes for sys/mman.h
by Rich Felker
· 14 years ago
1c76683
add syscall wrappers for posix_fadvise, posix_fallocate
by Rich Felker
· 14 years ago
feee989
overhaul pthread cancellation
by Rich Felker
· 14 years ago
a3aa89d
fix O_SYNC definition, cleanup fcntl.h
by Rich Felker
· 14 years ago
0a84e72
fix FAPPEND typo on x86_64 (previously only fixed on i386)
by Rich Felker
· 14 years ago
c2b18f3
fcntl.h: move macros that do not vary between archs out of bits
by Rich Felker
· 14 years ago
ace9736
fix broken fcntl locks on x86_64
by Rich Felker
· 14 years ago
9b96220
fix typo in legacy FAPPEND definition
by Rich Felker
· 14 years ago
07e865c
numerous fixes to sysv ipc
by Rich Felker
· 14 years ago
cac7d83
fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)
by Rich Felker
· 14 years ago
43b2e9b
more types cleanup
by Rich Felker
· 14 years ago
28bde3b
cleanup types stuff in headers, fix missing u_int*_t in sys/types.h
by Rich Felker
· 14 years ago
196d643
add missing float.h macros
by Rich Felker
· 14 years ago
7168790
workaround broken msghdr struct on 64bit linux
by Rich Felker
· 14 years ago
918a40f
add ip6 pktinfo stuff for x86_64
by Rich Felker
· 14 years ago
e86cc88
add some missing ipv6 stuff
by Rich Felker
· 14 years ago
f93de08
uncomment IP_PKTINFO
by Rich Felker
· 14 years ago
7e795ca
fix statvfs syscalls (missing size argument)
by Rich Felker
· 14 years ago
5243e5f
remove obsolete and useless useconds_t type
by Rich Felker
· 14 years ago
3bb00f4
somehow timespec tv_nsec had the wrong type on x86_64... fixed
by Rich Felker
· 14 years ago
3990c5c
avoid all malloc/free in timer creation/destruction
by Rich Felker
· 14 years ago
70c31c7
some preliminaries for adding POSIX timers
by Rich Felker
· 14 years ago
4cc7871
fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscalls
by Rich Felker
· 14 years ago
ea34336
match glibc/lsb cancellation abi on i386
by Rich Felker
· 14 years ago
b470030
overhaul cancellation to fix resource leaks and dangerous behavior with signals
by Rich Felker
· 14 years ago
bae862a
honor namespace for i386 syscall.h, even though it's not a standard header
by Rich Felker
· 14 years ago
7877db6
fix typo in x86_64 part of syscall overhaul
by Rich Felker
· 14 years ago
685e40b
syscall overhaul part two - unify public and internal syscall interface
by Rich Felker
· 14 years ago
d00ff29
overhaul syscall interface
by Rich Felker
· 14 years ago
f5ba2bc
various legacy and linux-specific stuff
by Rich Felker
· 14 years ago
e914f8b
optimize contended normal mutex case; add int compare-and-swap atomic
by Rich Felker
· 14 years ago
8bb0e48
match dimensions so we can use all slots without invoking OOB-array-access
by Rich Felker
· 14 years ago
cabf2ff
fix missing ENOTSUP error code
by Rich Felker
· 14 years ago
6871fd7
make sigaltstack work (missing macros in signal.h, error conditions)
by Rich Felker
· 14 years ago
d6a1e0c
resolve some header namespace non-issues
by Rich Felker
· 14 years ago
8668f03
fill in some missing siginfo stuff in signal.h
by Rich Felker
· 14 years ago
f3ef7a6
add missing WIFCONTINUED macro and improve WIFSIGNALED
by Rich Felker
· 14 years ago
ad2fe25
support the ugly and deprecated ucontext and sigcontext header stuff...
by Rich Felker
· 14 years ago
Next »