| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Scrub up a few little things. | Eric Andersen | 2002-02-01 | 10 | -31/+11 |
* | Add in syscalls.h for mipsel, thanks to Steven J. Hill. | Eric Andersen | 2002-02-01 | 5 | -461/+226 |
* | Cleanup grammar and wording | Eric Andersen | 2002-02-01 | 2 | -112/+116 |
* | Add an example of how to use this thing. | Eric Andersen | 2002-02-01 | 1 | -0/+14 |
* | Add in a configurator script. Now people can put stuff like this: | Eric Andersen | 2002-02-01 | 1 | -0/+168 |
* | Bump version number to 0.9.9 | Eric Andersen | 2002-02-01 | 1 | -1/+1 |
* | Add install_utils and install_target_utils targets, so people | Eric Andersen | 2002-02-01 | 1 | -6/+11 |
* | Be ever so pedantic and explicitly tell tar to use stdin, | Eric Andersen | 2002-02-01 | 1 | -1/+1 |
* | Don't assume uid=gid | Eric Andersen | 2002-02-01 | 1 | -2/+2 |
* | Fix/simplify longjmp. Fix toplevel mips settings | Eric Andersen | 2002-01-31 | 2 | -5/+8 |
* | Don't complain about _GLOBAL_OFFSET_TABLE_ | Eric Andersen | 2002-01-31 | 1 | -1/+1 |
* | Fixup setjmp and longjmp so they behave themselves properly now | Eric Andersen | 2002-01-31 | 13 | -155/+199 |
* | Fix makefile so it actually works when cross compiling | Eric Andersen | 2002-01-31 | 1 | -6/+6 |
* | make sure all utilities will build even with older toolchains by | Eric Andersen | 2002-01-31 | 6 | -18/+22 |
* | For now, don't let googlebot and friends spider the cvsweb stuff, since my | Eric Andersen | 2002-01-31 | 1 | -0/+3 |
* | Fix spelling error | Eric Andersen | 2002-01-31 | 1 | -1/+1 |
* | Fixup xfree86 entry | Eric Andersen | 2002-01-31 | 1 | -1/+1 |
* | Fixup util build | Eric Andersen | 2002-01-30 | 2 | -3/+4 |
* | Fixup setjmp implementation so it actaully works as expected | Eric Andersen | 2002-01-30 | 5 | -61/+158 |
* | Add missing sys/fsuid.h | Eric Andersen | 2002-01-30 | 1 | -0/+36 |
* | Add in setfsuid() and setfsgid() so lpr-0.72 can compile. | Eric Andersen | 2002-01-29 | 1 | -4/+24 |
* | Doh! I'd included sbrk.o twice... | Eric Andersen | 2002-01-29 | 1 | -1/+1 |
* | Default to using malloc-930716 on ARM systems, since it is | Eric Andersen | 2002-01-29 | 1 | -2/+2 |
* | Force DOPIC be true when HAVE_SHARED is true. Don't define | Eric Andersen | 2002-01-29 | 1 | -9/+12 |
* | Make it so powerpc can work despite lacking brk(). | Eric Andersen | 2002-01-29 | 2 | -0/+8 |
* | Go back to using ld, now that I've found the real problem... | Eric Andersen | 2002-01-29 | 1 | -4/+4 |
* | Minor touchups | Eric Andersen | 2002-01-29 | 1 | -15/+15 |
* | Create a changelog vs the 0.9.8 release so people can track | Eric Andersen | 2002-01-29 | 1 | -0/+83 |
* | Updates to the v850 architecture from Miles Bader <miles@gnu.org> | Eric Andersen | 2002-01-29 | 4 | -20/+25 |
* | Fix the bug where binaries built with older toolchains would | Eric Andersen | 2002-01-28 | 9 | -31/+36 |
* | Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries to | Eric Andersen | 2002-01-25 | 1 | -4/+8 |
* | Fix up all non-x86 arches to cope with the latest ldso update | Eric Andersen | 2002-01-25 | 4 | -31/+2 |
* | Fixup build a bit. Be sneaky and include everything into | Eric Andersen | 2002-01-23 | 8 | -50/+21 |
* | oops | Eric Andersen | 2002-01-21 | 1 | -4/+4 |
* | Make sbrk common, add arm/brk.c, cleanup leftover damage | Eric Andersen | 2002-01-21 | 6 | -18/+65 |
* | Allow apps to use varargs.h (not that they should) | Eric Andersen | 2002-01-19 | 1 | -10/+13 |