Age | Commit message (Expand) | Author |
2004-08-26 | Relocations of the application's global GOT entries were not being run, and | Eric Andersen |
2004-08-26 | Stefan Allius writes: | Joakim Tjernlund |
2004-08-25 | Mike Frysinger writes: | Eric Andersen |
2004-08-25 | Mike Frysinger writes: | Eric Andersen |
2004-08-25 | Joakim Tjernlund writes: | Eric Andersen |
2004-08-25 | Patch by Carl SHAW <carl.shaw@st.com>... | Manuel Novoa III |
2004-08-25 | Patch from Stefan Allius: | Joakim Tjernlund |
2004-08-25 | Hopefully fix Laszlo and Jacobs dlopen problem. | Joakim Tjernlund |
2004-08-23 | Note a security item for the next release | Eric Andersen |
2004-08-22 | Make the stub profiling stuff work | Eric Andersen |
2004-08-21 | The "Delete current profiling code because it is complete crap" | Eric Andersen |
2004-08-21 | Attempt to support 'gcc -finstrument-functions', which seems much | Eric Andersen |
2004-08-21 | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen |
2004-08-20 | Enable only for architectures where __NR_madvise is defined | Eric Andersen |
2004-08-19 | Never directly include kernel sources | Eric Andersen |
2004-08-19 | 'pagesize' was local to dl-startup.c. In ldso.c we need | Eric Andersen |
2004-08-19 | Fix dependencies. | Manuel Novoa III |
2004-08-19 | Accunt for ELF_MACHINE_PLTREL_OVERLAP when relocating ldso. | Joakim Tjernlund |
2004-08-19 | Remove poor man's malloc. Not needed anymore. | Joakim Tjernlund |
2004-08-19 | Move "debug_addr" ptr from dl-startup.c to ldso.c | Joakim Tjernlund |
2004-08-19 | Move the app specific stuff from dl-startup.c to ldso.c. | Joakim Tjernlund |
2004-08-19 | Oops, forgot to remove unused variable. | Joakim Tjernlund |
2004-08-19 | This is now done in ldso.c | Joakim Tjernlund |
2004-08-18 | Clean up the _dl_boot code and make it similar to arm and sh. | Joakim Tjernlund |
2004-08-17 | Carl SHAW writes: | Eric Andersen |
2004-08-17 | David McCulloug writes: | Joakim Tjernlund |
2004-08-17 | Let ldso decide if it should relocate itselft a second time. This | Joakim Tjernlund |
2004-08-17 | Fix make clean rule. | Joakim Tjernlund |
2004-08-16 | Audit pthread.h and exclude prototypes for pthread functions | Eric Andersen |
2004-08-16 | I will always test before I commit. | Eric Andersen |
2004-08-16 | Setup __pagesize from inside __uClibc_init(), or else when registering | Eric Andersen |
2004-08-16 | Be a bit more prominant about the fact that setuid handling | Eric Andersen |
2004-08-16 | The variable used to store pagesize is not the same as the | Eric Andersen |
2004-08-16 | The pagesize variable used when starting up is _not_ the same | Eric Andersen |
2004-08-15 | Update to add missing c++ namespace support. | Manuel Novoa III |
2004-08-15 | Do not fail all lookups when /etc/resolv.conf is missing, as i.e. | Eric Andersen |
2004-08-15 | Logic was reversed. | Manuel Novoa III |
2004-08-14 | req_search returned garbage. This teaches it to behave itself and | Eric Andersen |
2004-08-13 | Fixup PAGE_SIZE problems | Eric Andersen |
2004-08-13 | Fix usage_count in ldso/libdl. | Joakim Tjernlund |
2004-08-13 | Always include the sqrtf wrapper in libm so that we don't need to worry | Manuel Novoa III |
2004-08-10 | Fix mips bug related to 2.6 headers by following glibc's lead. Based on | Manuel Novoa III |
2004-08-10 | Apparently the sigaction code added was broken, as it generated illegal | Manuel Novoa III |
2004-08-10 | Optimze _dl_memset() for PowerPC. | Joakim Tjernlund |
2004-08-10 | Forgot _dl_memcpy in previous checkin. | Joakim Tjernlund |
2004-08-10 | On Monday 02 August 2004 08:44 am, Mike Frysinger wrote: | Manuel Novoa III |
2004-08-10 | At solar's request... | Manuel Novoa III |
2004-08-10 | _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp, | Joakim Tjernlund |
2004-08-10 | _dl_get_last_path_component: | Joakim Tjernlund |
2004-08-10 | Revmoved _dl_brkp and _dl_envp. They are not needed anymore. | Joakim Tjernlund |