Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for mmu-full m68k systems, such as oldworld macs. | Eric Andersen | 2001-11-30 | 3 | -2/+57 | |
| | | | | -Erik | |||||
* | Always use --uclibc-use-build-dir | Eric Andersen | 2001-11-30 | 1 | -4/+0 | |
| | ||||||
* | Add include/sys/reg.h to make gdbserver happy | Eric Andersen | 2001-11-29 | 4 | -0/+134 | |
| | ||||||
* | update my list | David Schleef | 2001-11-26 | 1 | -2/+5 | |
| | ||||||
* | Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.mak | David Schleef | 2001-11-26 | 1 | -2/+0 | |
| | ||||||
* | Fix TARGET_CFLAGS to include -fPIC when needed. Libs were being | David Schleef | 2001-11-26 | 1 | -0/+1 | |
| | | | | compiled without -fPIC. | |||||
* | libhowdy.so needs to be compiled with -fPIC | David Schleef | 2001-11-26 | 1 | -1/+1 | |
| | ||||||
* | Fix: libuclibc-dev should depend on libuclibc0. Elaborated descriptions. | David Schleef | 2001-11-26 | 2 | -14/+36 | |
| | ||||||
* | Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED | David Schleef | 2001-11-26 | 1 | -0/+2 | |
| | ||||||
* | Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.S | David Schleef | 2001-11-26 | 5 | -84/+103 | |
| | | | | | | to use GCC's internal ppc-asm.h, and added macro to disable FP save/ restore in longjmp and setjmp. Fixed name of _setjmp() (was __setjmp). Fixed _setjmp to be PIC. | |||||
* | Fix buggy R_PPC_RELATIVE relocation. Symptom was that strings | David Schleef | 2001-11-26 | 1 | -1/+1 | |
| | | | | | internal to a library were not relocated correctly, specifically sys_errlist[]. | |||||
* | Remove unused file | David Schleef | 2001-11-26 | 1 | -33/+0 | |
| | ||||||
* | Fix calculation of PLT entry index. Caused segfaults on second call | David Schleef | 2001-11-26 | 1 | -2/+7 | |
| | | | | of a lib function. | |||||
* | Fix dependencies | David Schleef | 2001-11-26 | 1 | -4/+8 | |
| | ||||||
* | My adjusted 'make install' was missing include/linux subdirs. Try | Eric Andersen | 2001-11-26 | 2 | -13/+5 | |
| | | | | | | | just using 'cp -a' and see if anyone complains and makes me use tar or something. Check libm for undefined non-libc symbols. | |||||
* | strsignal() is a GNU extension | David Schleef | 2001-11-26 | 1 | -0/+1 | |
| | ||||||
* | Sync regex with glibc 2.2.4. I need to add an option to select | Eric Andersen | 2001-11-24 | 1 | -4300/+6942 | |
| | | | | | a minamalist replacement. Coming soon... -Erik | |||||
* | Move the FAQ. Add a docs dir. Add in a report on thread support. | Eric Andersen | 2001-11-24 | 2 | -4/+2293 | |
| | | | | -Erik | |||||
* | Use consistant paths | Eric Andersen | 2001-11-24 | 5 | -34/+34 | |
| | ||||||
* | Oops... | Eric Andersen | 2001-11-24 | 1 | -1/+1 | |
| | ||||||
* | Much faster version of 'make install' -- it was doing one | Eric Andersen | 2001-11-24 | 1 | -4/+15 | |
| | | | | | fork per header file... Ugh. -Erik | |||||
* | Wrap uClinux specific stuff, so this will run on | Eric Andersen | 2001-11-24 | 1 | -0/+2 | |
| | | | | | macs and such that have an MMU -Erik | |||||
* | Oops | Eric Andersen | 2001-11-24 | 1 | -1/+1 | |
| | ||||||
* | Work around broken m68k kernel headers... Grumble. | Eric Andersen | 2001-11-24 | 1 | -1/+2 | |
| | ||||||
* | Silly us. Don't try to free alloca'd memory. | Eric Andersen | 2001-11-24 | 3 | -9/+0 | |
| | | | | -Erik | |||||
* | Fix naming so things will actually work | Eric Andersen | 2001-11-24 | 10 | -160/+314 | |
| | | | | -Erik | |||||
* | Fix path problem, | Eric Andersen | 2001-11-24 | 1 | -1/+1 | |
| | ||||||
* | Oops | Eric Andersen | 2001-11-24 | 1 | -1/+1 | |
| | ||||||
* | Move powerpc specific optimizations (courtesy of apple) to powerpc | Eric Andersen | 2001-11-24 | 17 | -50/+88 | |
| | | | | | | subdir. Put together a theoretical framework for adding arch specific optimizations. Havn't tried this yet but it looks correct... -Erik | |||||
* | MDAD: The "Config" file message, should say copy to "Config" not "Config.". | Michael Durrant | 2001-11-23 | 1 | -1/+1 | |
| | | | | MDAD: Can be confusing to newbies. | |||||
* | I just spent a bit of time writing up a FAQ...2001_11_23_mdad | Eric Andersen | 2001-11-23 | 1 | -0/+172 | |
| | | | | -Erik | |||||
* | Add this so madplay will properly configure itself using oss | Eric Andersen | 2001-11-23 | 1 | -0/+1 | |
| | | | | | as a default output device. -Erik | |||||
* | Finish ajusting math lib options. Close out a couple of todo items. | Eric Andersen | 2001-11-23 | 4 | -32/+4 | |
| | ||||||
* | Adjust configs for updated math lib | Eric Andersen | 2001-11-23 | 10 | -120/+40 | |
| | ||||||
* | Default to building C89 math stuff only. Cleanup some warnings. | Eric Andersen | 2001-11-23 | 9 | -12/+29 | |
| | | | | -Erik | |||||
* | Totally rework the math library, this time based on the MacOs X | Eric Andersen | 2001-11-22 | 368 | -91586/+10956 | |
| | | | | | math library (which is itself based on the math lib from FreeBSD). -Erik | |||||
* | Seems we were lacking an acos() implementation | Eric Andersen | 2001-11-22 | 1 | -0/+58 | |
| | ||||||
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 54 | -57/+71 | |
| | | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | |||||
* | Fix support for sysv style signals | Eric Andersen | 2001-11-21 | 2 | -1/+59 | |
| | ||||||
* | Finish off the getc putc adjustment | Eric Andersen | 2001-11-21 | 1 | -8/+0 | |
| | ||||||
* | Add acct syscall. Fix sigsuspend which was totally broken (it | Eric Andersen | 2001-11-21 | 1 | -3/+13 | |
| | | | | needed a wrapper) | |||||
* | Cleanup abort() so it behaves itself a bit better | Eric Andersen | 2001-11-21 | 1 | -10/+65 | |
| | ||||||
* | Add missing ctermid. Also add putc and getc (in case they get | Eric Andersen | 2001-11-21 | 3 | -2/+58 | |
| | | | | | undefined which is a valid thing to do) -Erik | |||||
* | pathconf can't use fpathconf or it will block opening FIFOs | Eric Andersen | 2001-11-21 | 1 | -7/+209 | |
| | ||||||
* | Oops. Lets try that again. | Eric Andersen | 2001-11-20 | 1 | -0/+2 | |
| | ||||||
* | A few symbols needed for testing | Eric Andersen | 2001-11-20 | 2 | -2/+9 | |
| | ||||||
* | Fix up pathconf and friend so that test suits can work | Eric Andersen | 2001-11-20 | 3 | -25/+289 | |
| | ||||||
* | Can't use CLK_TCK in here since /usr/include/bits/time.h now | Eric Andersen | 2001-11-20 | 1 | -7/+6 | |
| | | | | | defines that as __sysconf(_SC_CLK_TCK) causing infinite recursion. -Erik | |||||
* | Be more careful able not shadowing with var names | Eric Andersen | 2001-11-20 | 1 | -6/+6 | |
| | ||||||
* | Notes on Build-Depends | David Schleef | 2001-11-19 | 1 | -0/+7 | |
| |