Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Doh! | Eric Andersen | 2002-02-18 | 1 | -1/+1 | |
| | ||||||
* | Miles Bader writes: | Eric Andersen | 2002-02-18 | 1 | -1/+2 | |
| | | | | | | | | | | Programs that don't use stdio crash in the `exit' function, because they call through the pointer__uClibc_cleanup, which has a value of 0. It has a value of 0 because __uClibc_main.c initializes it to the address of `__stdio_close_all', which is a weak symbol (and so is 0 if stdio is not used). This patch from Miles fixes it, though we need to audit __stdio_close_all usage to be sure... | |||||
* | Make shared libs properly list the correct ld.so in the interp | Eric Andersen | 2002-02-18 | 7 | -10/+25 | |
| | | | | field by being sneaky. | |||||
* | Support strong_alias and begin merging usage of weak_function | Eric Andersen | 2002-02-18 | 2 | -22/+42 | |
| | ||||||
* | Whine and exit if people link against GNU libc or | Eric Andersen | 2002-02-18 | 1 | -2/+5 | |
| | | | | GNU libc linked shared libraries. | |||||
* | Fix defines so debugging works as expected | Eric Andersen | 2002-02-17 | 4 | -12/+11 | |
| | ||||||
* | Some more updates. Darn -- arm needs the mprotect hack | Eric Andersen | 2002-02-17 | 3 | -38/+37 | |
| | ||||||
* | A few more little fixups | Eric Andersen | 2002-02-17 | 2 | -23/+18 | |
| | ||||||
* | Eliminate circular dependancy | Eric Andersen | 2002-02-17 | 1 | -1/+1 | |
| | ||||||
* | A ton of cleanups. Eliminate some useless code. Much better | Eric Andersen | 2002-02-17 | 5 | -532/+616 | |
| | | | | | debugging code now. -Erik | |||||
* | Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask is | Eric Andersen | 2002-02-16 | 1 | -2/+2 | |
| | | | | not always a sigset_t... Fix from Geoffrey Espin. | |||||
* | Several mips cleanups/additons from Geoffrey Espin. | Eric Andersen | 2002-02-16 | 3 | -1/+97 | |
| | ||||||
* | Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix up | Eric Andersen | 2002-02-16 | 1 | -2/+13 | |
| | | | | ptrace for the Hitachi h8300 | |||||
* | Additionally remove libc/tmp | David Schleef | 2002-02-16 | 1 | -1/+1 | |
| | ||||||
* | Try adding mipsel to the architectures | David Schleef | 2002-02-15 | 1 | -1/+1 | |
| | ||||||
* | Geoffrey Espin noticed a $ that should have been a double $$ | Eric Andersen | 2002-02-15 | 1 | -1/+1 | |
| | | | | since Make make eats $'s. | |||||
* | Disable a lingering bit of wide char junk | Eric Andersen | 2002-02-14 | 1 | -1/+2 | |
| | ||||||
* | Fix missing longjmp symbol | Eric Andersen | 2002-02-13 | 1 | -0/+1 | |
| | ||||||
* | Fix copyright message | Eric Andersen | 2002-02-13 | 2 | -6/+34 | |
| | ||||||
* | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 13 | -78/+242 | |
| | | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | |||||
* | Several test suite updates. The testatexit, teston_exit, and | Eric Andersen | 2002-02-13 | 12 | -21/+958 | |
| | | | | pthread tests were contributed by Stefan Soucek | |||||
* | Fix silly buffer overflow | Eric Andersen | 2002-02-13 | 1 | -2/+5 | |
| | ||||||
* | Mark Robson noticed that our strcasecmp() behaviour was not | Eric Andersen | 2002-02-12 | 2 | -22/+23 | |
| | | | | | | standards compliant. Brian Stafford then provided these new implementations, which apprear to properly follow SUSv2. -Erik | |||||
* | HAVE_SA_RESTORER is supposed to be true, not false, on most arches. | Eric Andersen | 2002-02-11 | 1 | -10/+23 | |
| | | | | -Erik | |||||
* | Fix typo | David Schleef | 2002-02-11 | 1 | -1/+1 | |
| | ||||||
* | mksnapshot: updated version and filenames. control.in: changed | David Schleef | 2002-02-11 | 5 | -16/+44 | |
| | | | | | | dependency from kernel-headers to kernel-source packages. rules: force HAS_MMU=true, change mipsel to mips, untar kernel-source package include directory and use that as kernel source | |||||
* | Update version | David Schleef | 2002-02-11 | 1 | -3/+4 | |
| | ||||||
* | Dont choke when chown fails. Try to be more portable... | Eric Andersen | 2002-02-08 | 1 | -1/+1 | |
| | ||||||
* | Add in clone (untested) | David McCullough | 2002-02-06 | 7 | -109/+187 | |
| | | | | | | | Fix up setjmp/longjmp which were quite broken not withstanding all the new versions. Needs a little more test time before I'll trust this code totally. | |||||
* | Updates from Martin Sieper | Eric Andersen | 2002-02-05 | 1 | -8/+15 | |
| | ||||||
* | Fix __adjtimex symbol | Eric Andersen | 2002-02-05 | 1 | -0/+1 | |
| | ||||||
* | OOps. | Eric Andersen | 2002-02-05 | 1 | -1/+0 | |
| | ||||||
* | use X/Open __sysv_signal name, then use the weak name for sysv_signal | Eric Andersen | 2002-02-05 | 1 | -2/+2 | |
| | | | | -Erik | |||||
* | Update text for release0_9_9 | Eric Andersen | 2002-02-04 | 3 | -3/+37 | |
| | ||||||
* | Update changelog | Eric Andersen | 2002-02-04 | 1 | -5/+24 | |
| | ||||||
* | Make powerpc default to faster malloc | Eric Andersen | 2002-02-04 | 1 | -7/+2 | |
| | ||||||
* | Fix naming error in brk.c, enable faster malloc by default | Eric Andersen | 2002-02-04 | 2 | -5/+5 | |
| | ||||||
* | Fixup mips so it now works and provides basic functionality | Eric Andersen | 2002-02-04 | 11 | -74/+535 | |
| | ||||||
* | Rework powerpc to be consistant with the other arches. | Eric Andersen | 2002-02-04 | 11 | -244/+454 | |
| | | | | -Erik | |||||
* | Minor cleanups | Eric Andersen | 2002-02-04 | 4 | -5/+20 | |
| | ||||||
* | Fix headers | Eric Andersen | 2002-02-04 | 2 | -0/+3 | |
| | ||||||
* | Fixup arch substitution | Eric Andersen | 2002-02-04 | 1 | -2/+12 | |
| | ||||||
* | Fix path | Eric Andersen | 2002-02-04 | 1 | -1/+1 | |
| | ||||||
* | Adjust sparc port do it now actually works. | Eric Andersen | 2002-02-04 | 15 | -148/+1820 | |
| | | | | -Erik | |||||
* | A few more little cleanups | Eric Andersen | 2002-02-04 | 4 | -192/+6 | |
| | ||||||
* | Be consistant about the ways in which asm/unistd.h might | Eric Andersen | 2002-02-04 | 5 | -226/+26 | |
| | | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | |||||
* | Add include guards | Eric Andersen | 2002-02-04 | 1 | -0/+3 | |
| | ||||||
* | Add a config file for sparc | Eric Andersen | 2002-02-04 | 1 | -0/+198 | |
| | ||||||
* | Oops. | Eric Andersen | 2002-02-04 | 1 | -153/+3 | |
| | ||||||
* | Allow sparc code to at least compile | Eric Andersen | 2002-02-03 | 2 | -1/+156 | |
| |