| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | Several test suite updates. The testatexit, teston_exit, and | Eric Andersen | 2002-02-13 | 12 | -21/+958 |
* | 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 |
* | HAVE_SA_RESTORER is supposed to be true, not false, on most arches. | Eric Andersen | 2002-02-11 | 1 | -10/+23 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Add in support for the Hitach H8/300H architecture, | Eric Andersen | 2002-02-02 | 83 | -3/+9599 |
* | Oops. Fixup the defaults | Eric Andersen | 2002-02-02 | 1 | -7/+7 |
* | Do not expose the weak_alias() junk to the world. Wrap it | Eric Andersen | 2002-02-02 | 1 | -1/+1 |
* | Add in a weak __mempcpy for mempcpy to make certain GNU | Eric Andersen | 2002-02-02 | 1 | -0/+1 |
* | I just wrote up gethostent(), sethostent(), and endhostent() | Eric Andersen | 2002-02-02 | 2 | -12/+85 |
* | procmail now works | Eric Andersen | 2002-02-02 | 1 | -12/+14 |
* | Grr. I should learn to compile stuff before committing | Eric Andersen | 2002-02-02 | 3 | -19/+13 |
* | Oops | Eric Andersen | 2002-02-02 | 1 | -2/+2 |
* | Add in a weak for __adjtime | Eric Andersen | 2002-02-02 | 1 | -0/+2 |
* | Fix some typos... | Eric Andersen | 2002-02-02 | 1 | -7/+6 |
* | Don't free memory prematurely | Eric Andersen | 2002-02-02 | 1 | -4/+0 |
* | Update the working apps list. Not 100% completed, but getting close | Eric Andersen | 2002-02-02 | 1 | -77/+514 |
* | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen | 2002-02-02 | 9 | -9/+178 |
* | Fix hstrerror | Eric Andersen | 2002-02-02 | 1 | -6/+12 |