Age | Commit message (Expand) | Author |
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 |
2004-08-10 | Mike Frysinger writes: | Joakim Tjernlund |
2004-08-10 | Mike Frysinger writes: | Joakim Tjernlund |
2004-08-10 | Mike Frysinger writes: | Joakim Tjernlund |
2004-08-09 | Oops. | Joakim Tjernlund |
2004-08-09 | From: uclibc-bounces@uclibc.org on behalf of Peter Kjellerstedt | Joakim Tjernlund |
2004-08-09 | This should fix the dlsym problem Peter van Hoyweghen reported. | Joakim Tjernlund |
2004-08-06 | Joakim Tjernlund writes: | Eric Andersen |
2004-08-06 | Joakim Tjernlund writes: | Eric Andersen |
2004-08-04 | doh | Eric Andersen |
2004-08-04 | Add missing header file needed to define PAGE_SIZE | Eric Andersen |
2004-08-03 | As Joakim Tjernlund rightly notes, I should have used PAGE_SIZE | Eric Andersen |
2004-07-30 | cut-n-paste strikes again | Eric Andersen |
2004-07-30 | Cleanup some dead wood in the header files | Eric Andersen |
2004-07-30 | s/___brk_addr/__curbrk/g | Eric Andersen |
2004-07-30 | Some mips updates. Add a couple of missing sys/*.h files and update a few ot... | Manuel Novoa III |
2004-07-30 | Teach libdl to use normal libc symbols whenever possible, i.e. malloc | Eric Andersen |
2004-07-30 | Whitespace cleanup | Eric Andersen |
2004-07-30 | Fix screwed up indenting | Eric Andersen |
2004-07-28 | Do not grovel about in the ELF header for the page size when | Eric Andersen |
2004-07-27 | Be certain to include sys/sysmacros.h when major() and minor() | Eric Andersen |
2004-07-27 | Remove all reference to __GLIBC_HAVE_LONG_LONG | Eric Andersen |
2004-07-26 | Support linux 2.6.x wide device major/minor numbers | Eric Andersen |
2004-07-21 | Fix ftruncate64 and truncate64 for powerpc and mips | Eric Andersen |
2004-07-17 | Update todo list | Eric Andersen |
2004-07-17 | Update sigaction for arm | Eric Andersen |
2004-07-17 | Add sigaction for mips | Eric Andersen |
2004-07-16 | Follow glibc's lead and add a gcc-3.4.1 required symbol to crt0.S. | Manuel Novoa III |
2004-07-16 | Hide the arm libfloat support for now. No longer needed for gcc 3.4.1 and | Manuel Novoa III |
2004-07-16 | Revert this stuff for now | Eric Andersen |
2004-07-16 | Pete Popov writes: | Eric Andersen |
2004-07-15 | Cleanup some cruft | Eric Andersen |
2004-07-15 | update packaging a bit | Eric Andersen |