summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for mmu-full m68k systems, such as oldworld macs.Eric Andersen2001-11-303-2/+57
* Always use --uclibc-use-build-dirEric Andersen2001-11-301-4/+0
* Add include/sys/reg.h to make gdbserver happyEric Andersen2001-11-294-0/+134
* update my listDavid Schleef2001-11-261-2/+5
* Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.makDavid Schleef2001-11-261-2/+0
* Fix TARGET_CFLAGS to include -fPIC when needed. Libs were beingDavid Schleef2001-11-261-0/+1
* libhowdy.so needs to be compiled with -fPICDavid Schleef2001-11-261-1/+1
* Fix: libuclibc-dev should depend on libuclibc0. Elaborated descriptions.David Schleef2001-11-262-14/+36
* Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHAREDDavid Schleef2001-11-261-0/+2
* Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.SDavid Schleef2001-11-265-84/+103
* Fix buggy R_PPC_RELATIVE relocation. Symptom was that stringsDavid Schleef2001-11-261-1/+1
* Remove unused fileDavid Schleef2001-11-261-33/+0
* Fix calculation of PLT entry index. Caused segfaults on second callDavid Schleef2001-11-261-2/+7
* Fix dependenciesDavid Schleef2001-11-261-4/+8
* My adjusted 'make install' was missing include/linux subdirs. TryEric Andersen2001-11-262-13/+5
* strsignal() is a GNU extensionDavid Schleef2001-11-261-0/+1
* Sync regex with glibc 2.2.4. I need to add an option to selectEric Andersen2001-11-241-4300/+6942
* Move the FAQ. Add a docs dir. Add in a report on thread support.Eric Andersen2001-11-242-4/+2293
* Use consistant pathsEric Andersen2001-11-245-34/+34
* Oops...Eric Andersen2001-11-241-1/+1
* Much faster version of 'make install' -- it was doing oneEric Andersen2001-11-241-4/+15
* Wrap uClinux specific stuff, so this will run onEric Andersen2001-11-241-0/+2
* OopsEric Andersen2001-11-241-1/+1
* Work around broken m68k kernel headers... Grumble.Eric Andersen2001-11-241-1/+2
* Silly us. Don't try to free alloca'd memory.Eric Andersen2001-11-243-9/+0
* Fix naming so things will actually workEric Andersen2001-11-2410-160/+314
* Fix path problem,Eric Andersen2001-11-241-1/+1
* OopsEric Andersen2001-11-241-1/+1
* Move powerpc specific optimizations (courtesy of apple) to powerpcEric Andersen2001-11-2417-50/+88
* MDAD: The "Config" file message, should say copy to "Config" not "Config.".Michael Durrant2001-11-231-1/+1
* I just spent a bit of time writing up a FAQ...2001_11_23_mdadEric Andersen2001-11-231-0/+172
* Add this so madplay will properly configure itself using ossEric Andersen2001-11-231-0/+1
* Finish ajusting math lib options. Close out a couple of todo items.Eric Andersen2001-11-234-32/+4
* Adjust configs for updated math libEric Andersen2001-11-2310-120/+40
* Default to building C89 math stuff only. Cleanup some warnings.Eric Andersen2001-11-239-12/+29
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-22368-91586/+10956
* Seems we were lacking an acos() implementationEric Andersen2001-11-221-0/+58
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-2154-57/+71
* Fix support for sysv style signalsEric Andersen2001-11-212-1/+59
* Finish off the getc putc adjustmentEric Andersen2001-11-211-8/+0
* Add acct syscall. Fix sigsuspend which was totally broken (itEric Andersen2001-11-211-3/+13
* Cleanup abort() so it behaves itself a bit betterEric Andersen2001-11-211-10/+65
* Add missing ctermid. Also add putc and getc (in case they getEric Andersen2001-11-213-2/+58
* pathconf can't use fpathconf or it will block opening FIFOsEric Andersen2001-11-211-7/+209
* Oops. Lets try that again.Eric Andersen2001-11-201-0/+2
* A few symbols needed for testingEric Andersen2001-11-202-2/+9
* Fix up pathconf and friend so that test suits can workEric Andersen2001-11-203-25/+289
* Can't use CLK_TCK in here since /usr/include/bits/time.h nowEric Andersen2001-11-201-7/+6
* Be more careful able not shadowing with var namesEric Andersen2001-11-201-6/+6
* Notes on Build-DependsDavid Schleef2001-11-191-0/+7