Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
df065781ee913681ba86a636a2516cb0162cab19
« Previous
082fb4e
fix clobbering of signal mask when creating thread with sched attributes
by Rich Felker
· 12 years ago
d0ba098
make last thread's pthread_exit give exit(0) a consistent state
by Rich Felker
· 12 years ago
c3a6839
use atomic decrement rather than cas in pthread_exit thread count
by Rich Felker
· 12 years ago
6e531f9
add comments on some of the pthread_exit logic
by Rich Felker
· 12 years ago
23f21c3
always block signals in pthread_exit before decrementing thread count
by Rich Felker
· 12 years ago
a0473a0
remove explicit locking to prevent __synccall setuid during posix_spawn
by Rich Felker
· 12 years ago
43653c1
remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h
by Rich Felker
· 12 years ago
ae0c1de
fix reversed argument order x86_64 sigsetjmp's call to sigprocmask
by Rich Felker
· 12 years ago
71ae0c7
comment potentially-confusing use of struct crypt_data type
by Rich Felker
· 12 years ago
5d37b79
mention bits headers in another part of copyright file
by Rich Felker
· 12 years ago
a896e89
update copyright year
by Rich Felker
· 12 years ago
8764646
clarify that bits headers are included as public headers
by Rich Felker
· 12 years ago
8c203ea
make dynamic linker accept : or \n as path separator
by Rich Felker
· 12 years ago
7bec92e
release notes for 0.9.10
by Rich Felker
· 12 years ago
4ba3ebd
make ifaddrs.h expose sys/socket.h
by Rich Felker
· 12 years ago
9947ed5
getifaddrs: implement proper ipv6 netmasks
by rofl0r
· 12 years ago
23ab8c2
mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ
by Rich Felker
· 12 years ago
ea34b1b
implement mbtowc directly, not as a wrapper for mbrtowc
by Rich Felker
· 12 years ago
a49e038
optimize mbrtowc
by Rich Felker
· 12 years ago
8f06ab0
fix out-of-bounds access in UTF-8 decoding
by Rich Felker
· 12 years ago
bcd9302
fix signalfd not to ignore flags
by Rich Felker
· 12 years ago
cc11b42
silence nonsensical warnings in timer_create
by Rich Felker
· 12 years ago
b4ea638
add support for program_invocation[_short]_name
by Rich Felker
· 12 years ago
5c5ac81
fix argument omission in ABI-compat weak_alias for fscanf
by Rich Felker
· 12 years ago
14f0272
Add ABI compatability aliases.
by Isaac Dunham
· 12 years ago
ced6499
fix type error in pthread_create, introduced with pthread_getattr_np
by Rich Felker
· 12 years ago
338cc31
getifaddrs: remove unused label
by rofl0r
· 12 years ago
4af3ea7
getifaddrs: use if_nameindex to enumerate interfaces
by rofl0r
· 12 years ago
69a1983
getifaddrs: one less indent level
by rofl0r
· 12 years ago
c82f53f
getifaddrs: less malloc
by rofl0r
· 12 years ago
b3792c8
include/ifaddrs.h: add prototypes for get/freeifaddrs
by rofl0r
· 12 years ago
202db37
add getifaddrs
by rofl0r
· 12 years ago
5ffe494
net/if.h: add some missing IFF_ constants
by rofl0r
· 12 years ago
f4ded93
add prototype for dn_skipname
by Rich Felker
· 12 years ago
b6f9941
implement dn_skipname (legacy resolver function)
by Rich Felker
· 12 years ago
baec93c
add arpa/tftp.h
by rofl0r
· 12 years ago
f77bab5
fix type issues in stdint.h so underlying types of 64-bit types match ABI
by Rich Felker
· 12 years ago
c7af271
eliminate bits/wchar.h
by Rich Felker
· 12 years ago
201995f
eliminate gcc dependency for testing char signedness in limits.h
by Rich Felker
· 12 years ago
ddfb267
add put*ent functions for passwd/group files and similar for shadow
by Rich Felker
· 12 years ago
771c6ce
cleanup wcstombs
by Rich Felker
· 12 years ago
b5a527f
cleanup mbstowcs wrapper
by Rich Felker
· 12 years ago
f62b12d
minor optimization to mbstowcs
by Rich Felker
· 12 years ago
40b2b5f
fix incorrect range checks in wcsrtombs
by Rich Felker
· 12 years ago
50d9661
overhaul mbsrtowcs
by Rich Felker
· 12 years ago
47cf491
re-add useconds_t
by rofl0r
· 12 years ago
82aad3a
add arpa/nameser_compat.h
by rofl0r
· 12 years ago
da144ee
make tm_zone etc visible under _GNU_SOURCE
by rofl0r
· 12 years ago
a6752eb
__time_to_tm: initialize tm_zone and tm_gmtoff
by rofl0r
· 12 years ago
8d3ee05
add syscall numbers for the new kcmp and finit_module syscalls
by Szabolcs Nagy
· 12 years ago
ca2300d
add the new SO_REUSEPORT socket option to mips and powerpc
by Szabolcs Nagy
· 12 years ago
e82bd04
add new socket options to sys/socket.h following linux
by Szabolcs Nagy
· 12 years ago
46f45f7
adding ethernet protocol ids to if_ether.h following linux
by Szabolcs Nagy
· 12 years ago
d4c04d1
add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)
by Szabolcs Nagy
· 12 years ago
2e76210
add new linux tcp socket option flags to netinet/tcp.h
by Szabolcs Nagy
· 12 years ago
201e660
fix typo in setpriority syscall wrapper
by Rich Felker
· 12 years ago
0b2764d
provide prototype for pthread_getattr_np
by Rich Felker
· 12 years ago
14a835b
implement pthread_getattr_np
by Rich Felker
· 12 years ago
ccc7b4c
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
by Rich Felker
· 12 years ago
00f1521
provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels
by Rich Felker
· 12 years ago
ae7399b
in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
by Rich Felker
· 12 years ago
9cb6e6e
rewrite popen to use posix_spawn instead of fragile vfork hacks
by Rich Felker
· 12 years ago
7914ce9
remove cruft from pre-posix_spawn version of the system function
by Rich Felker
· 12 years ago
2d0f495
add deprecated SIGIOT alias for SIGABRT
by Rich Felker
· 12 years ago
427c0ca
fix multiple bugs in syslog interfaces
by Rich Felker
· 12 years ago
dfdc337
remove soname from libc.so/ld-musl
by Rich Felker
· 12 years ago
08514d0
fix epoll structure alignment on non-x86_64 archs
by Rich Felker
· 12 years ago
f440761
fix missing type error in grp.h from adding fgetgrent
by Rich Felker
· 12 years ago
da1442c
fix types for wctype_t and wctrans_t
by Rich Felker
· 12 years ago
8c74178
fix some obscure header type size/alignment issues
by Rich Felker
· 12 years ago
99727da
fix wrong float_t on x86_64
by Rich Felker
· 12 years ago
e201d82
fix cruft in utmp.h that was broken by changes in utmpx.h
by Rich Felker
· 12 years ago
5afc74f
fix integer type issue in strverscmp
by Rich Felker
· 12 years ago
4853c1f
implement non-stub strverscmp
by Rich Felker
· 12 years ago
d1eae83
namespace conformance to latest standards in strings.h
by Rich Felker
· 12 years ago
e864ddc
replace stub with working strcasestr
by Rich Felker
· 12 years ago
330fd96
fix wrong return value from wmemmove on forward copies
by Rich Felker
· 12 years ago
8224bdb
scsci/sg.h: fix usage of undefined macro HZ
by rofl0r
· 12 years ago
caec662
add arpa/ftp.h
by rofl0r
· 12 years ago
8872e4e
use memcmp instead of str[n]cmp for temp function XXXXXX checking
by Rich Felker
· 12 years ago
8d2f806
fix error cases in mkostemps core
by Rich Felker
· 12 years ago
3b00675
remove leftover unused variable in mktemp after refactoring
by Rich Felker
· 12 years ago
2cc6335
add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals
by Rich Felker
· 12 years ago
f78cdbe
remove unused #undef environ now that libc.h no longer #defines it
by Rich Felker
· 12 years ago
23ccb80
consistently use the internal name __environ for environ
by Rich Felker
· 12 years ago
cac8729
add fgetgrent function
by Rich Felker
· 12 years ago
b9e0830
fix typo in newly-added error message for EOWNERDEAD
by Rich Felker
· 12 years ago
d75348d
improve error strings
by Rich Felker
· 12 years ago
5269004
arm: add __aeabi_atexit()
by rofl0r
· 12 years ago
158f721
Makefile: make it possible to build arch specific C files
by rofl0r
· 12 years ago
a879935
base system() on posix_spawn
by Rich Felker
· 12 years ago
4862864
fix unsigned comparison bug in posix_spawn
by Rich Felker
· 12 years ago
fb6b159
overhaul posix_spawn to use CLONE_VM instead of vfork
by Rich Felker
· 12 years ago
89d3df6
streamline old-kernel fallback path of pipe2 to use syscalls directly
by Rich Felker
· 12 years ago
d432b2c
fix regression that made shared libs crash on arm
by Rich Felker
· 12 years ago
a47ad3e
dynamically allocate storage for gethostby* buffers
by Rich Felker
· 12 years ago
c019355
fix blank ai_canonname from getaddrinfo for non-CNAMEs
by Rich Felker
· 12 years ago
b030286
fix memory leak due to double call to getaddrinfo in gethostbyname*
by Rich Felker
· 12 years ago
70b584b
fix error returns in gethostby*_r functions
by Rich Felker
· 12 years ago
74025c8
fix uninitialized map_len being used in munmap failure paths in load_library
by Rich Felker
· 12 years ago
Next »