summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Stefan Allius:Joakim Tjernlund2004-08-2513-50/+40
* Hopefully fix Laszlo and Jacobs dlopen problem.Joakim Tjernlund2004-08-252-2/+5
* Note a security item for the next releaseEric Andersen2004-08-231-0/+4
* Make the stub profiling stuff workEric Andersen2004-08-222-98/+4
* The "Delete current profiling code because it is complete crap"Eric Andersen2004-08-211-3/+0
* Attempt to support 'gcc -finstrument-functions', which seems muchEric Andersen2004-08-213-0/+120
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-2140-1796/+48
* Enable only for architectures where __NR_madvise is definedEric Andersen2004-08-201-0/+2
* Never directly include kernel sourcesEric Andersen2004-08-192-2/+2
* 'pagesize' was local to dl-startup.c. In ldso.c we needEric Andersen2004-08-191-1/+1
* Fix dependencies.Manuel Novoa III2004-08-191-1/+3
* Accunt for ELF_MACHINE_PLTREL_OVERLAP when relocating ldso.Joakim Tjernlund2004-08-191-2/+6
* Remove poor man's malloc. Not needed anymore.Joakim Tjernlund2004-08-193-34/+9
* Move "debug_addr" ptr from dl-startup.c to ldso.cJoakim Tjernlund2004-08-193-11/+9
* Move the app specific stuff from dl-startup.c to ldso.c.Joakim Tjernlund2004-08-193-101/+93
* Oops, forgot to remove unused variable.Joakim Tjernlund2004-08-191-2/+1
* This is now done in ldso.cJoakim Tjernlund2004-08-191-13/+0
* Clean up the _dl_boot code and make it similar to arm and sh.Joakim Tjernlund2004-08-181-26/+18
* Carl SHAW writes:Eric Andersen2004-08-171-1/+1
* David McCulloug writes:Joakim Tjernlund2004-08-171-1/+8
* Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund2004-08-1715-167/+46
* Fix make clean rule.Joakim Tjernlund2004-08-171-2/+2
* Audit pthread.h and exclude prototypes for pthread functionsEric Andersen2004-08-161-7/+29
* I will always test before I commit.Eric Andersen2004-08-161-29/+32
* Setup __pagesize from inside __uClibc_init(), or else when registeringEric Andersen2004-08-161-31/+31
* Be a bit more prominant about the fact that setuid handlingEric Andersen2004-08-161-3/+8
* The variable used to store pagesize is not the same as theEric Andersen2004-08-164-13/+12
* The pagesize variable used when starting up is _not_ the sameEric Andersen2004-08-161-4/+4
* Update to add missing c++ namespace support.Manuel Novoa III2004-08-151-144/+344
* Do not fail all lookups when /etc/resolv.conf is missing, as i.e.Eric Andersen2004-08-151-16/+7
* Logic was reversed.Manuel Novoa III2004-08-151-2/+2
* req_search returned garbage. This teaches it to behave itself andEric Andersen2004-08-141-29/+38
* Fixup PAGE_SIZE problemsEric Andersen2004-08-1311-20/+104
* Fix usage_count in ldso/libdl.Joakim Tjernlund2004-08-133-77/+39
* Always include the sqrtf wrapper in libm so that we don't need to worryManuel Novoa III2004-08-131-0/+2
* Fix mips bug related to 2.6 headers by following glibc's lead. Based onManuel Novoa III2004-08-101-0/+15
* Apparently the sigaction code added was broken, as it generated illegalManuel Novoa III2004-08-101-1/+1
* Optimze _dl_memset() for PowerPC.Joakim Tjernlund2004-08-101-0/+28
* Forgot _dl_memcpy in previous checkin.Joakim Tjernlund2004-08-101-5/+6
* On Monday 02 August 2004 08:44 am, Mike Frysinger wrote:Manuel Novoa III2004-08-101-1/+16
* At solar's request...Manuel Novoa III2004-08-101-3/+3
* _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
* Revmoved _dl_brkp and _dl_envp. They are not needed anymore.Joakim Tjernlund2004-08-101-14/+0
* Mike Frysinger writes:Joakim Tjernlund2004-08-101-0/+1
* Mike Frysinger writes:Joakim Tjernlund2004-08-102-16/+14
* Mike Frysinger writes:Joakim Tjernlund2004-08-101-8/+6
* Oops.Joakim Tjernlund2004-08-091-1/+1
* From: uclibc-bounces@uclibc.org on behalf of Peter KjellerstedtJoakim Tjernlund2004-08-091-10/+10
* This should fix the dlsym problem Peter van Hoyweghen reported.Joakim Tjernlund2004-08-093-100/+58