Age | Commit message (Expand) | Author |
2013-03-26 | SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotplt | Miod Vallat |
2012-11-01 | Clear r7 before passing control to the main object. | Mark Kettenis |
2012-10-24 | Garbage-collect the _dl_stat() routine, now unused | Philip Guenthe |
2012-09-02 | Specify an include path for SYS.h via CPPFLAGS not AFLAGS | Jonathan Gray |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-05-02 | Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI. | Philip Guenthe |
2010-01-02 | Fix handling of hppa RELOC_IPLT relocations during 'bootstrap relocation'. | Mark Kettenis |
2008-10-02 | Fix mmap() error checking to be correct 64-bit addresses. Consistently | Kurt Miller |
2008-07-24 | release the bind lock before resetting the signal mask | Philip Guenthe |
2008-06-27 | Remove again the old _dl_md_reloc() calls-through-plt workaround: it is | Miod Vallat |
2008-04-09 | Improve support for shared libs linked at non-zero addreses: | Kurt Miller |
2008-04-03 | Use the libgcc version of these functions, no point in having extra copies. | Dale Rahn |
2008-02-24 | Use rounded down address when changing memory protections on the GOT, such | Dale Rahn |
2007-11-27 | Make _dl_md_reloc_got() report errors, and take them into account. | Miod Vallat |
2007-05-05 | Provide hook so that rthreads can provide a spinlock to protect from races | Dale Rahn |
2007-03-07 | Put the workaround back in because gcc fails to build otherwise. ok deraadt@ | Dale Rahn |
2007-03-06 | Revert a workaround that was put in for softfpu ABI violations, hardfp doesnt. | Dale Rahn |
2007-03-03 | Build ld.so softfloat for now, lets dynamic linking get further. | Dale Rahn |
2007-02-26 | Link with libgcc, will be necessary after the upcoming toolchain changes. | Miod Vallat |
2007-02-03 | Kludge around a horrible problem where gcc 'knows' that __udivsi3 will | Dale Rahn |
2006-11-14 | stack corruption was fixed a while ago. | Dale Rahn |
2006-11-14 | cleanup pointed out by miod@ | Dale Rahn |
2006-11-11 | when calculating envp, skip over the NULL between argv and envp. | Dale Rahn |
2006-11-11 | remove '#if 0' block. | Dale Rahn |
2006-11-11 | Working? | Dale Rahn |
2006-11-10 | dont want to know where this stack corruption is coming from. | Dale Rahn |
2006-11-10 | better... | Dale Rahn |
2006-11-10 | Getting much closer. | Dale Rahn |
2006-11-10 | Not quite working ld.so support for sh | Dale Rahn |