| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove poor man's malloc. Not needed anymore. | Joakim Tjernlund | 2004-08-19 | 3 | -34/+9 |
* | Move "debug_addr" ptr from dl-startup.c to ldso.c | Joakim Tjernlund | 2004-08-19 | 3 | -11/+9 |
* | Move the app specific stuff from dl-startup.c to ldso.c. | Joakim Tjernlund | 2004-08-19 | 3 | -101/+93 |
* | Oops, forgot to remove unused variable. | Joakim Tjernlund | 2004-08-19 | 1 | -2/+1 |
* | This is now done in ldso.c | Joakim Tjernlund | 2004-08-19 | 1 | -13/+0 |
* | Clean up the _dl_boot code and make it similar to arm and sh. | Joakim Tjernlund | 2004-08-18 | 1 | -26/+18 |
* | Carl SHAW writes: | Eric Andersen | 2004-08-17 | 1 | -1/+1 |
* | David McCulloug writes: | Joakim Tjernlund | 2004-08-17 | 1 | -1/+8 |
* | Let ldso decide if it should relocate itselft a second time. This | Joakim Tjernlund | 2004-08-17 | 15 | -167/+46 |
* | Fix make clean rule. | Joakim Tjernlund | 2004-08-17 | 1 | -2/+2 |
* | Audit pthread.h and exclude prototypes for pthread functions | Eric Andersen | 2004-08-16 | 1 | -7/+29 |
* | I will always test before I commit. | Eric Andersen | 2004-08-16 | 1 | -29/+32 |
* | Setup __pagesize from inside __uClibc_init(), or else when registering | Eric Andersen | 2004-08-16 | 1 | -31/+31 |
* | Be a bit more prominant about the fact that setuid handling | Eric Andersen | 2004-08-16 | 1 | -3/+8 |
* | The variable used to store pagesize is not the same as the | Eric Andersen | 2004-08-16 | 4 | -13/+12 |
* | The pagesize variable used when starting up is _not_ the same | Eric Andersen | 2004-08-16 | 1 | -4/+4 |
* | Update to add missing c++ namespace support. | Manuel Novoa III | 2004-08-15 | 1 | -144/+344 |
* | Do not fail all lookups when /etc/resolv.conf is missing, as i.e. | Eric Andersen | 2004-08-15 | 1 | -16/+7 |
* | Logic was reversed. | Manuel Novoa III | 2004-08-15 | 1 | -2/+2 |
* | req_search returned garbage. This teaches it to behave itself and | Eric Andersen | 2004-08-14 | 1 | -29/+38 |
* | Fixup PAGE_SIZE problems | Eric Andersen | 2004-08-13 | 11 | -20/+104 |
* | Fix usage_count in ldso/libdl. | Joakim Tjernlund | 2004-08-13 | 3 | -77/+39 |
* | Always include the sqrtf wrapper in libm so that we don't need to worry | Manuel Novoa III | 2004-08-13 | 1 | -0/+2 |
* | Fix mips bug related to 2.6 headers by following glibc's lead. Based on | Manuel Novoa III | 2004-08-10 | 1 | -0/+15 |
* | Apparently the sigaction code added was broken, as it generated illegal | Manuel Novoa III | 2004-08-10 | 1 | -1/+1 |
* | Optimze _dl_memset() for PowerPC. | Joakim Tjernlund | 2004-08-10 | 1 | -0/+28 |
* | Forgot _dl_memcpy in previous checkin. | Joakim Tjernlund | 2004-08-10 | 1 | -5/+6 |
* | On Monday 02 August 2004 08:44 am, Mike Frysinger wrote: | Manuel Novoa III | 2004-08-10 | 1 | -1/+16 |
* | At solar's request... | Manuel Novoa III | 2004-08-10 | 1 | -3/+3 |
* | _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp, | Joakim Tjernlund | 2004-08-10 | 1 | -36/+28 |
* | _dl_get_last_path_component: | Joakim Tjernlund | 2004-08-10 | 1 | -31/+19 |
* | Revmoved _dl_brkp and _dl_envp. They are not needed anymore. | Joakim Tjernlund | 2004-08-10 | 1 | -14/+0 |
* | Mike Frysinger writes: | Joakim Tjernlund | 2004-08-10 | 1 | -0/+1 |
* | Mike Frysinger writes: | Joakim Tjernlund | 2004-08-10 | 2 | -16/+14 |
* | Mike Frysinger writes: | Joakim Tjernlund | 2004-08-10 | 1 | -8/+6 |
* | Oops. | Joakim Tjernlund | 2004-08-09 | 1 | -1/+1 |
* | From: uclibc-bounces@uclibc.org on behalf of Peter Kjellerstedt | Joakim Tjernlund | 2004-08-09 | 1 | -10/+10 |
* | This should fix the dlsym problem Peter van Hoyweghen reported. | Joakim Tjernlund | 2004-08-09 | 3 | -100/+58 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-08-06 | 3 | -1/+17 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-08-06 | 2 | -5/+13 |
* | doh | Eric Andersen | 2004-08-04 | 1 | -1/+1 |
* | Add missing header file needed to define PAGE_SIZE | Eric Andersen | 2004-08-04 | 1 | -0/+1 |
* | As Joakim Tjernlund rightly notes, I should have used PAGE_SIZE | Eric Andersen | 2004-08-03 | 1 | -2/+2 |
* | cut-n-paste strikes again | Eric Andersen | 2004-07-30 | 1 | -1/+1 |
* | Cleanup some dead wood in the header files | Eric Andersen | 2004-07-30 | 15 | -2866/+22 |
* | s/___brk_addr/__curbrk/g | Eric Andersen | 2004-07-30 | 24 | -84/+83 |
* | Some mips updates. Add a couple of missing sys/*.h files and update a few ot... | Manuel Novoa III | 2004-07-30 | 5 | -51/+684 |
* | Teach libdl to use normal libc symbols whenever possible, i.e. malloc | Eric Andersen | 2004-07-30 | 9 | -110/+90 |
* | Whitespace cleanup | Eric Andersen | 2004-07-30 | 7 | -48/+22 |
* | Fix screwed up indenting | Eric Andersen | 2004-07-30 | 1 | -51/+51 |