Age | Commit message (Expand) | Author |
2003-02-17 | Using -g when doing the initfini compilation breaks the SH4 case pretty | David McCullough |
2003-02-17 | If floating point was enabled, setjmp would write to memory well past the | David McCullough |
2003-02-16 | Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fix | Eric Andersen |
2003-02-15 | Add missing ';'s so powerpc will compile | Eric Andersen |
2003-02-15 | Don't just tune, use -march which implies -mcpu as well | Eric Andersen |
2003-02-15 | Fix a _ton_ of system call user type/kernel type translation | Eric Andersen |
2003-02-12 | Update CVS to Debian 0.9.18-1 package | David Schleef |
2003-02-12 | Oops. Point to .18 not .17 | Eric Andersen |
2003-02-12 | Move dev system comment | Eric Andersen |
2003-02-12 | Update to note dev system | Eric Andersen |
2003-02-12 | Minor update regarding binutils | Eric Andersen |
2003-02-12 | Some minor doc updates | Eric Andersen |
2003-02-12 | Remove now obsolete note about dirent | Eric Andersen |
2003-02-12 | update website for release | Eric Andersen |
2003-02-12 | Eliminate a needless extern | Eric Andersen |
2003-02-12 | Update changelog | Eric Andersen |
2003-02-12 | Bump version number | Eric Andersen |
2003-02-12 | Somewhat pointless naming pedantry | Eric Andersen |
2003-02-12 | Use http not ftp | Eric Andersen |
2003-02-11 | Per suggestion from Peter Lassahn, fix the install_dev target | Eric Andersen |
2003-02-10 | We need to have the size of struct dirent equal to the size of struct dirent64 | Eric Andersen |
2003-02-10 | A few minor little changes | Eric Andersen |
2003-02-10 | Mention the dev systems have been updated | Eric Andersen |
2003-02-10 | Don't use -O0 when DODEBUG is turned on. | Miles Bader |
2003-02-10 | Pass CHILD_STACK argument to system call (it possibly worked before `by | Miles Bader |
2003-02-09 | Fix a warning | Eric Andersen |
2003-02-09 | Fix a compile error | Eric Andersen |
2003-02-08 | Fixup handling of the .note.ABI-tag section so that it is ARM only, | Eric Andersen |
2003-02-05 | mention penguru | Eric Andersen |
2003-02-05 | add brk for m68k | David McCullough |
2003-02-05 | Patch from Stefan Allius to make adding libgcc functions to the library an | Eric Andersen |
2003-02-04 | Patch from Stefan Allius to fix a compiler warning | Eric Andersen |
2003-02-03 | Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabled | Eric Andersen |
2003-02-03 | Oops. I'd left an extra invocation of sigaction in there... | Eric Andersen |
2003-01-31 | heh | Eric Andersen |
2003-01-31 | Fix copyright | Eric Andersen |
2003-01-31 | Correct license. | Miles Bader |
2003-01-30 | Patch from Marshall M. Midden @ brecis.com: | Eric Andersen |
2003-01-30 | Per discussion with Nick Fedchik, restore original LGPL | Eric Andersen |
2003-01-30 | Patch from Christophe Massiot: | Eric Andersen |
2003-01-30 | Patch from Christian Krause: | Eric Andersen |
2003-01-30 | The original glibc sysdeps/mips/dl-machine.h source from Kazumoto Kojima was | Eric Andersen |
2003-01-30 | Use correct names for dummy crti.o/crtn.o files. | Miles Bader |
2003-01-30 | Initial checkin. | Miles Bader |
2003-01-29 | Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabled | Eric Andersen |
2003-01-28 | Fix scandir64 to not free the wrong pieces of memory (which could | Eric Andersen |
2003-01-28 | Add a couple of tests | Eric Andersen |
2003-01-28 | Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it should | Eric Andersen |
2003-01-28 | Patch from Stefan Allius to fix the build when | Eric Andersen |
2003-01-27 | Add multiple-include protection. | Miles Bader |