summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing definition for DL_OPENEDEric Andersen2005-04-131-4/+5
* On some wierd arches (i.e. mips), none of the early debug stuffEric Andersen2005-04-131-0/+10
* Don't write out the terminating NULL charEric Andersen2005-04-131-2/+2
* Rework the dl-startup.c ldso early debugging macros to beEric Andersen2005-04-131-38/+54
* Moved the addition of load address from the fast pathJoakim Tjernlund2005-03-292-4/+17
* no more cvsMike Frysinger2005-02-121-6/+0
* Cleanup for when LDSO_CACHE_SUPPORT is disabledEric Andersen2004-12-221-3/+4
* - added LD_TRACE_LOADED_OBJECTS to be stripped from the env on suid execNed Ludd2004-12-201-0/+1
* - dont use dos formatNed Ludd2004-12-201-26/+25
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-111-0/+8
* Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund2004-11-101-2/+2
* - Remove dynamic_size from struct elf_resolve.Joakim Tjernlund2004-11-022-9/+51
* Mark Rakes writes:Joakim Tjernlund2004-10-121-4/+5
* Remove usage of _dl_parse_copy_information() from generic code.Joakim Tjernlund2004-10-072-7/+4
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-061-0/+26
* Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund2004-10-062-34/+45
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-031-10/+5
* Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund2004-09-082-3/+9
* First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund2004-09-032-0/+9
* Remove unused variables. From Peter Mazinger.Joakim Tjernlund2004-09-021-2/+0
* Patch from Stefan Allius:Joakim Tjernlund2004-08-251-3/+3
* Remove poor man's malloc. Not needed anymore.Joakim Tjernlund2004-08-191-2/+1
* Move "debug_addr" ptr from dl-startup.c to ldso.cJoakim Tjernlund2004-08-191-1/+1
* Move the app specific stuff from dl-startup.c to ldso.c.Joakim Tjernlund2004-08-191-2/+1
* Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund2004-08-171-1/+1
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-5/+1
* Optimze _dl_memset() for PowerPC.Joakim Tjernlund2004-08-101-0/+28
* Forgot _dl_memcpy in previous checkin.Joakim Tjernlund2004-08-101-5/+6
* _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp,Joakim Tjernlund2004-08-101-36/+28
* _dl_get_last_path_component:Joakim Tjernlund2004-08-101-31/+19
* Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen2004-07-302-3/+6
* Revert this stuff for nowEric Andersen2004-07-161-1/+1
* Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen2004-07-141-1/+0
* Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen2004-07-141-0/+1
* Let dl-string.h include dl-sysdep.h, since it has proper include guardsEric Andersen2004-06-201-1/+1
* Bradley D. LaRonde writes:Eric Andersen2004-06-191-0/+2
* Jakub Bogusz from pld-linux dot org writes:Eric Andersen2004-06-122-8/+11
* make certain that getpagesize() returns correct the value for mipsEric Andersen2004-05-111-0/+1
* Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen2004-03-191-1/+16
* Sigh. I switched the values...Eric Andersen2004-02-201-2/+2
* Slightly cleaner formattingEric Andersen2004-02-201-4/+4
* Fixup support for gcc 2.95Eric Andersen2004-02-171-15/+15
* Provide the ldso syscalls and string funcs earlier in the listEric Andersen2004-02-171-3/+4
* Joakim Tjernlund writes:Eric Andersen2004-02-142-2/+14
* Fix function prototype to match the official ELF standard hash functionEric Andersen2004-02-101-1/+1
* Rework file naming, aiming for at least a vague level of consistancyEric Andersen2004-02-108-633/+6
* Fixup the definition of _dl_open, and move some bits back where they were,Eric Andersen2004-02-102-110/+98
* Split off the stuff that cannot use function into its own file,Eric Andersen2004-02-072-38/+0
* Step one, begin shuffling things around a bitEric Andersen2004-02-073-4/+56
* Trim trailing whitespaceEric Andersen2004-02-062-14/+14