summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-0283-3/+9599
* Oops. Fixup the defaultsEric Andersen2002-02-021-7/+7
* Do not expose the weak_alias() junk to the world. Wrap itEric Andersen2002-02-021-1/+1
* Add in a weak __mempcpy for mempcpy to make certain GNUEric Andersen2002-02-021-0/+1
* I just wrote up gethostent(), sethostent(), and endhostent()Eric Andersen2002-02-022-12/+85
* procmail now worksEric Andersen2002-02-021-12/+14
* Grr. I should learn to compile stuff before committingEric Andersen2002-02-023-19/+13
* OopsEric Andersen2002-02-021-2/+2
* Add in a weak for __adjtimeEric Andersen2002-02-021-0/+2
* Fix some typos...Eric Andersen2002-02-021-7/+6
* Don't free memory prematurelyEric Andersen2002-02-021-4/+0
* Update the working apps list. Not 100% completed, but getting closeEric Andersen2002-02-021-77/+514
* Several little additions and cleanups. Add getw() and putw().Eric Andersen2002-02-029-9/+178
* Fix hstrerrorEric Andersen2002-02-021-6/+12
* Scrub up a few little things.Eric Andersen2002-02-0110-31/+11
* Add in syscalls.h for mipsel, thanks to Steven J. Hill.Eric Andersen2002-02-015-461/+226
* Cleanup grammar and wordingEric Andersen2002-02-012-112/+116
* Add an example of how to use this thing.Eric Andersen2002-02-011-0/+14
* Add in a configurator script. Now people can put stuff like this:Eric Andersen2002-02-011-0/+168
* Bump version number to 0.9.9Eric Andersen2002-02-011-1/+1
* Add install_utils and install_target_utils targets, so peopleEric Andersen2002-02-011-6/+11
* Be ever so pedantic and explicitly tell tar to use stdin,Eric Andersen2002-02-011-1/+1
* Don't assume uid=gidEric Andersen2002-02-011-2/+2
* Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen2002-01-312-5/+8
* Don't complain about _GLOBAL_OFFSET_TABLE_Eric Andersen2002-01-311-1/+1
* Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen2002-01-3113-155/+199
* Fix makefile so it actually works when cross compilingEric Andersen2002-01-311-6/+6
* make sure all utilities will build even with older toolchains byEric Andersen2002-01-316-18/+22
* For now, don't let googlebot and friends spider the cvsweb stuff, since myEric Andersen2002-01-311-0/+3
* Fix spelling errorEric Andersen2002-01-311-1/+1
* Fixup xfree86 entryEric Andersen2002-01-311-1/+1
* Fixup util buildEric Andersen2002-01-302-3/+4
* Fixup setjmp implementation so it actaully works as expectedEric Andersen2002-01-305-61/+158
* Add missing sys/fsuid.hEric Andersen2002-01-301-0/+36
* Add in setfsuid() and setfsgid() so lpr-0.72 can compile.Eric Andersen2002-01-291-4/+24
* Doh! I'd included sbrk.o twice...Eric Andersen2002-01-291-1/+1
* Default to using malloc-930716 on ARM systems, since it isEric Andersen2002-01-291-2/+2
* Force DOPIC be true when HAVE_SHARED is true. Don't defineEric Andersen2002-01-291-9/+12
* Make it so powerpc can work despite lacking brk().Eric Andersen2002-01-292-0/+8
* Go back to using ld, now that I've found the real problem...Eric Andersen2002-01-291-4/+4
* Minor touchupsEric Andersen2002-01-291-15/+15
* Create a changelog vs the 0.9.8 release so people can trackEric Andersen2002-01-291-0/+83
* Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen2002-01-294-20/+25
* Fix the bug where binaries built with older toolchains wouldEric Andersen2002-01-289-31/+36
* Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries toEric Andersen2002-01-251-4/+8
* Fix up all non-x86 arches to cope with the latest ldso updateEric Andersen2002-01-254-31/+2
* Fixup build a bit. Be sneaky and include everything intoEric Andersen2002-01-238-50/+21
* oopsEric Andersen2002-01-211-4/+4
* Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen2002-01-216-18/+65
* Allow apps to use varargs.h (not that they should)Eric Andersen2002-01-191-10/+13