summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PIC configuration, so shared libraries once again workEric Andersen2002-11-023-3/+4
* It looks like I lost DEVEL_TOOL_PREFIX. Put it back.Eric Andersen2002-11-021-0/+10
* Fix a stupid bug.Manuel Novoa III2002-11-011-0/+1
* Reworked setlocale() return values and locale arg processing toManuel Novoa III2002-11-011-89/+166
* Add a few more entries.Manuel Novoa III2002-11-011-0/+16
* Work around glibc brain-damage regarding nl_langinfo and {mon_}groupingManuel Novoa III2002-11-011-2/+85
* Fix udhcp linkEric Andersen2002-11-011-2/+2
* Don't assume i386Eric Andersen2002-11-011-1/+0
* Make it so arch specific stuff can be simpler. Initial attempt atEric Andersen2002-10-314-295/+172
* Oops. Kill generated binaries.Eric Andersen2002-10-319-5227/+7
* Skip the dependancy on .config for nowEric Andersen2002-10-311-1/+1
* Fix a lingering reference to ConfigEric Andersen2002-10-311-1/+1
* Allow 'make clean' on the test stuff to work with the new config system.Eric Andersen2002-10-312-2/+2
* Don't force gcc 3.2 on the worldEric Andersen2002-10-311-1/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-31109-518/+19093
* Ignore generated stuffEric Andersen2002-10-311-0/+3
* Add a simple realloc testEric Andersen2002-10-312-0/+40
* Fixup script to avoid potential spurious whining over empty object files.Eric Andersen2002-10-311-6/+9
* Use '#ifdef __linux__' not '#ifdef linux'Eric Andersen2002-10-301-3/+3
* Use a nifty macro to make testing gcc features simplerEric Andersen2002-10-301-11/+12
* Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.Manuel Novoa III2002-10-291-3/+10
* Fix a silly typo for ManuelEric Andersen2002-10-291-1/+1
* For now, comment out the broken partEric Andersen2002-10-291-6/+6
* Remove my horrible SH hack infavor of this fix for initfini.awk fromEric Andersen2002-10-292-11/+16
* A patch from Arne Jonsson <arne.jonsson@i3micro.com>:Eric Andersen2002-10-291-16/+22
* Add in a horrible hack that seems necessary for the HitachiEric Andersen2002-10-291-0/+10
* Fix a problem in vasprintf (reported by vodz a while back) when builtManuel Novoa III2002-10-291-14/+35
* ANSI/ISO C99 requires assert() to write to stderr. This means thatManuel Novoa III2002-10-281-0/+35
* Allow timezone info to be specified in a file... /etc/TZ. Turned on byManuel Novoa III2002-10-281-3/+132
* Define TOPDIR to be just `.' when invoking gen_bits_syscall_h.sh, sinceMiles Bader2002-10-281-1/+1
* Add appropriate -I options so that any files included by unistd.h areMiles Bader2002-10-281-3/+6
* Fixup dependsEric Andersen2002-10-251-3/+3
* Put it back the way it was. Sigh.Eric Andersen2002-10-251-3/+3
* Sigh. Lets not use LD to link, or we lose the INTERP field.Eric Andersen2002-10-251-3/+3
* Doh. Add a missing #include to interp.c. I wonder why it used toEric Andersen2002-10-251-0/+1
* Overwriting the crt1.o link is fineEric Andersen2002-10-251-1/+1
* Be nicer to gcc -- add a link for crt1.oEric Andersen2002-10-251-0/+1
* Actually install libdl.aEric Andersen2002-10-251-3/+3
* A patch from Arne Jonsson <arne.jonsson@i3micro.com> to allowEric Andersen2002-10-231-2/+66
* Make `-nostdlib' and `-nodefaultlibs' work correctly.Miles Bader2002-10-231-6/+7
* When UNIX98PTY_ONLY was false, but Unix 98 ptys were in fact working andEric Andersen2002-10-221-7/+9
* Update freeswan entry, per success report from Arne BerninEric Andersen2002-10-211-2/+2
* This patch, based on a patch from Stefan Allius, lets us pick anEric Andersen2002-10-182-2/+5
* Echo mmu-less warning where appropriateEric Andersen2002-10-181-3/+3
* Add in an initial list of the differences between glibc and uClibc.Eric Andersen2002-10-181-0/+56
* Don't infinitely recurse when trying to grow __malloc_mmb_heap.Miles Bader2002-10-181-18/+19
* Add a test from Alex King <alex@morrison.king.net.nz> whichEric Andersen2002-10-173-0/+34
* Fix malloc so it compiles and works when using pthreadsEric Andersen2002-10-172-5/+5
* Remove -fuclibc-ctorsEric Andersen2002-10-161-1/+0
* Kill a warning. Patch from Joel Coltoff <joel@wmi.com>Eric Andersen2002-10-162-0/+8