summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Expand)AuthorAgeFilesLines
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-1/+2
* Bernd Schmidt writes:Mike Frysinger2006-11-171-0/+6
* fixup from Bernd Schmidt to properly document DL_ADDR_TO_FUNC_PTRMike Frysinger2006-10-071-3/+9
* Bernd Schmidt writes:Mike Frysinger2006-10-071-0/+13
* merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger2006-09-192-1/+13
* patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger2006-07-052-1/+34
* patch from Bernd Schmidt to abstract away initializing of prog load addressesMike Frysinger2006-07-051-0/+8
* patch from Bernd Schmidt to abstract away load address typesMike Frysinger2006-07-054-6/+17
* patch from Bernd Schmidt to abstract away load address checksMike Frysinger2006-07-051-0/+15
* missed an ElfW(Addr) changeMike Frysinger2006-07-051-1/+1
* patch from Bernd Schmidt to abstract away load addressesMike Frysinger2006-07-051-1/+10
* use ElfW(Addr) in more placesMike Frysinger2006-07-051-11/+6
* revert fdpic patch so we can merge it in bit by bitMike Frysinger2006-07-054-75/+6
* Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger2006-06-304-6/+75
* add a note as to why mips is specialMike Frysinger2006-04-201-0/+4
* forgotten to update gettimeofday here as wellPeter S. Mazinger2006-03-231-2/+6
* macro out the /10 operation so arches can have their own versions ... and cre...Mike Frysinger2006-03-081-2/+10
* Include bits/uClibc_page.h before dl-syscall.h as the latter mayPeter Kjellerstedt2006-02-231-2/+2
* Allow MMAP2_PAGE_SHIFT to be specified by the architecture specificPeter Kjellerstedt2006-02-231-1/+8
* A little clean up.Peter Kjellerstedt2006-02-231-18/+23
* sync with glibcMike Frysinger2006-02-221-0/+16
* Nicolas Bellido: switch up order of mmap preference to try and fix arm eabi u...Mike Frysinger2006-02-221-27/+34
* move _dl_mmap_check_error() to related mmap bits of code as pointed out by Ni...Mike Frysinger2006-02-221-13/+10
* John Bowler writes in Bug 385:Mike Frysinger2006-01-311-2/+2
* back to inline, mips failsPeter S. Mazinger2006-01-301-21/+21
* use attribute_unused instead of hardcodedPeter S. Mazinger2006-01-271-1/+1
* - use keywords __asm__ and __inline__ c99.Bernhard Reutner-Fischer2006-01-241-21/+21
* fix building on alphaMike Frysinger2006-01-201-0/+15
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-1/+1
* cleanup whitespaceMike Frysinger2006-01-171-61/+60
* Revert 13276, cache corrupted on x86Peter S. Mazinger2006-01-141-11/+39
* use regular headers rather than trying to get trickyMike Frysinger2006-01-141-39/+11
* change to Lesser GPL 2.1 as pointed out by psmMike Frysinger2005-11-238-8/+8
* add some copyright infoMike Frysinger2005-11-228-0/+56
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-271-0/+6
* Remove TMPDIR from glibc's commented listPeter S. Mazinger2005-10-111-1/+1
* Sync unsecvars.h w/ glibc-2.3.5, remove unused vars in uClibc, update comment...Peter S. Mazinger2005-10-111-7/+6
* I really really HATE gcc-4.1 and its whimsical inline rules."Steven J. Hill"2005-09-231-1/+1
* Make powerpc use sys/syscall.h, instead of defining its own syscalls.Joakim Tjernlund2005-09-201-3/+0
* Remove unused function.Joakim Tjernlund2005-09-181-1/+0
* Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat...Joakim Tjernlund2005-09-172-1/+9
* some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hostsMike Frysinger2005-08-292-4/+5
* Just quote the whole darn thing so we can print any error msg we wantEric Andersen2005-08-151-1/+1
* remove quote char which doesnt belongMike Frysinger2005-08-151-1/+1
* move arch-specific checks out of shared dl-syscall.h and into arch-specific d...Mike Frysinger2005-08-151-2/+3
* Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund2005-08-121-1/+0
* disable early debug code if the arch relies on certain values (like load_addr...Mike Frysinger2005-08-091-0/+1
* oops, fix typo in ELF_ST_BIND macrosMike Frysinger2005-07-131-2/+2
* use Elf32_Word instead of uint32_t since that is what the ELF spec refers toMike Frysinger2005-07-131-4/+4
* force hash buckets to work off of 32bit quantitiesMike Frysinger2005-07-111-2/+2