musl/src
Rich Felker b94608ca10 cleanup dynamic linker start code cruft
two actual issues: one is that __dynlink no longer wants/needs a GOT
pointer argument, so the code to generate that argument can be
removed. the other issue was that in the i386 code, argc/argv were
being loaded into registers that would be call-clobbered, then copied
to preserved registers, rather than just being loaded into the proper
call-preserved registers to begin with.

this cleanup is in preparation for adding new dynamic linker
functionality (ability to explicitly invoke the dynamic linker to run
a program).
2012-05-27 14:49:55 -04:00
..
aio
complex add creal/cimag macros in complex.h (and use them in the functions defs) 2012-03-22 15:54:55 -04:00
conf let sysconf accurately report # of cpus available 2012-05-13 00:44:35 -04:00
ctype new wcwidth implementation (fast table-based) 2012-04-24 04:23:55 -04:00
dirent ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
env fix missing static (namespace clash) 2012-05-10 21:51:36 -04:00
errno better description for errno==0 2012-04-16 18:37:53 -04:00
exit remove __lock dependency from exit 2012-05-10 22:16:15 -04:00
fcntl
fenv try fixing/optimizing x86_64 fenv exception code 2012-03-17 20:10:02 -04:00
internal remove cruft from pthread structure (old cancellation stuff) 2012-05-25 00:59:31 -04:00
ipc
ldso cleanup dynamic linker start code cruft 2012-05-27 14:49:55 -04:00
linux fix typo in utimes function that made it mess up file times 2012-05-21 23:55:36 -04:00
locale fix major breakage in iconv, bogus rejecting of dest charsets 2012-04-21 14:46:40 -04:00
malloc ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
math math: fix remquo.c when x==-y and a subnormal remainder bug as well 2012-05-08 00:22:56 +02:00
misc add isastream (obsolete STREAMS junk) 2012-05-06 09:03:19 -04:00
mman
mq fix longstanding missing static in mq_notify (namespace pollution) 2012-04-29 00:20:53 -04:00
multibyte fix failure of mbsinit(0) (not UB; required to return nonzero) 2012-05-26 18:02:45 -04:00
network fix misplaced semicolon in preprocessor directive (#undef h_errno) 2012-05-16 20:14:30 -04:00
passwd make passwd/group functions safe against cancellation in stdio 2012-02-01 23:51:19 -05:00
prng ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
process x86_64 vfork implementation 2012-02-06 18:23:11 -05:00
regex fix regex on arm 2012-05-25 10:45:05 -04:00
sched avoid setting nondefault scheduler too 2012-05-03 23:19:29 -04:00
search search: add comments to tsearch_avl.c 2012-05-13 01:50:53 +02:00
select
setjmp update license of njk contributed code (x86_64 asm) 2012-05-05 00:02:04 -04:00
signal update license of njk contributed code (x86_64 asm) 2012-05-05 00:02:04 -04:00
stat
stdio avoid using pthread cleanup push/pop in stdio when not needed 2012-05-25 22:44:34 -04:00
stdlib further fixes to leading space issue (forgot the wide versions) 2012-04-19 12:56:29 -04:00
string fix overrun (n essentially ignored) in wcsncmp 2012-05-26 18:04:17 -04:00
stub
temp
termios legacy junk compatibility grab-bag 2012-04-18 12:22:24 -04:00
thread ensure pthread-internal signals are unblocked before threads are used 2012-05-25 22:34:09 -04:00
time linux deprecated SYS_utime on some archs, so use SYS_utimes instead 2012-05-24 10:55:58 -04:00
unistd avoid deprecated (by linux) alarm syscall; use setitimer instead 2012-05-24 12:21:34 -04:00