musl/src
Rich Felker 6468fc9e37 check for invalid handles in dlsym/dlclose
this is wasteful and useless from a standpoint of sane programs, but
it is required by the standard, and the current requirements were
upheld with the closure of Austin Group issue #639:
http://austingroupbugs.net/view.php?id=639
2013-01-10 14:05:40 -05:00
..
aio use alternate argument syntax for restrict with lio_listio 2012-12-04 19:03:42 -05:00
complex complex: add C11 CMPLX macros and replace cpack with them 2012-11-13 01:31:49 +01:00
conf report support of TPS option in unistd.h and sysconf 2012-11-11 15:54:20 -05:00
crypt add crypt_md5 password hash 2012-09-15 23:41:07 -04:00
ctype fix argument type error on wcwidth function 2012-08-02 21:02:34 -04:00
dirent use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
env fix reference to libc struct in static tls init code 2012-12-25 21:51:11 -05:00
errno better description for errno==0 2012-04-16 18:37:53 -04:00
exit __assert_fail(): remove _Noreturn, to get proper stacktraces 2013-01-04 20:36:34 +01:00
fcntl move fallocate syscall wrapper to linux-specific syscalls dir 2012-09-08 00:41:11 -04:00
fenv fenv support for ppc, untested 2012-11-18 16:31:14 -05:00
internal make CMPLX macros available in complex.h in non-c11 mode as well 2012-12-11 22:44:36 +01:00
ipc fix shmdt syscall calling convention on old archs 2012-10-28 15:04:26 -04:00
ldso check for invalid handles in dlsym/dlclose 2013-01-10 14:05:40 -05:00
legacy more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
linux remove __arch_prctl alias for arch_prctl 2012-12-07 16:22:13 -05:00
locale use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
malloc page-align initial brk value used by malloc in shared libc 2012-12-07 22:33:11 -05:00
math math: bessel cleanup (jn.c and jnf.c) 2013-01-01 22:20:45 +01:00
misc move new linux syscall wrapper functions to proper source dir 2012-12-07 16:17:16 -05:00
mman clean up and fix logic for making mmap fail on invalid/unsupported offsets 2012-12-20 12:16:02 -05:00
mq use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
multibyte use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
network add inet_network (required for wine) 2012-12-19 07:32:38 +01:00
passwd more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
prng ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
process add support for thread scheduling (POSIX TPS option) 2012-11-11 15:38:04 -05:00
regex use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
sched add support for thread scheduling (POSIX TPS option) 2012-11-11 15:38:04 -05:00
search search: add comments to tsearch_avl.c 2012-05-13 01:50:53 +02:00
select use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
setjmp remove fenv saving/loading code from setjmp/longjmp on arm 2012-12-05 19:13:47 -05:00
signal fix sigorset/sigandset: _NSIG/8 is the size in bytes 2012-12-06 22:48:46 +01:00
stat add obsolete futimesat() 2012-12-06 20:27:54 +01:00
stdio document self-synchronized destruction issue for stdio locking 2012-12-10 18:31:39 -05:00
stdlib clean up stdio_impl.h 2012-11-08 16:39:41 -05:00
string fix alignment logic in strlcpy 2012-12-26 23:48:02 -05:00
temp remove ugly prng from mk*temp and just re-poll time on retry 2011-07-28 22:03:54 -04:00
termios legacy junk compatibility grab-bag 2012-04-18 12:22:24 -04:00
thread fix some restrict-qualifier mismatches in newly added interfaces 2012-11-27 09:44:30 -05:00
time clean up sloppy nested inclusion from pthread_impl.h 2012-11-08 17:04:20 -05:00
unistd fix double errno-decoding in the old-kernel fallback path of pipe2 2012-12-11 09:38:38 -05:00