Age | Commit message (Expand) | Author |
2004-09-10 | Hide some x86-specific devel asserts. | Manuel Novoa III |
2004-09-07 | Implement gethostent_r | Eric Andersen |
2004-09-07 | Remove stale leftovers | Eric Andersen |
2004-09-07 | Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv to | Eric Andersen |
2004-09-02 | Add a couple of mips-specific string funcs. | Manuel Novoa III |
2004-09-02 | Fix a couple of symbol name issues. | Manuel Novoa III |
2004-08-30 | Typo fix from Peter Mazinger. | Joakim Tjernlund |
2004-08-27 | Preliminary PIE support for powerpc, i386 was used as template. | Joakim Tjernlund |
2004-08-26 | Partial patch from Alexandre Oliva: | Eric Andersen |
2004-08-25 | Mike Frysinger writes: | Eric Andersen |
2004-08-25 | Mike Frysinger writes: | Eric Andersen |
2004-08-25 | Patch by Carl SHAW <carl.shaw@st.com>... | Manuel Novoa III |
2004-08-22 | Make the stub profiling stuff work | 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-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-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-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 | On Monday 02 August 2004 08:44 am, Mike Frysinger wrote: | Manuel Novoa III |
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 | 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-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-21 | Fix ftruncate64 and truncate64 for powerpc and mips | 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 | Pete Popov writes: | Eric Andersen |
2004-07-15 | Cleanup some cruft | Eric Andersen |
2004-07-15 | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen |
2004-07-15 | _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE | Eric Andersen |
2004-07-15 | Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set. | Eric Andersen |
2004-07-15 | Atsushi Nemoto writes: | Eric Andersen |
2004-07-15 | h8300 updates from Yoshinori Sato | Eric Andersen |
2004-06-12 | Stephen Hemminger from osdl dot org writes: | Eric Andersen |
2004-06-12 | Philip Craig at snapgear dot com writes: | Eric Andersen |
2004-06-12 | Per comments from Bernhard Rosenkraenzer, adjust gcc 3.3.x generated asm | Eric Andersen |
2004-06-12 | Oops. Missed a spot. | Eric Andersen |