summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update text for release0_9_9Eric Andersen2002-02-043-3/+37
|
* Update changelogEric Andersen2002-02-041-5/+24
|
* Make powerpc default to faster mallocEric Andersen2002-02-041-7/+2
|
* Fix naming error in brk.c, enable faster malloc by defaultEric Andersen2002-02-042-5/+5
|
* Fixup mips so it now works and provides basic functionalityEric Andersen2002-02-0411-74/+535
|
* Rework powerpc to be consistant with the other arches.Eric Andersen2002-02-0411-244/+454
| | | | -Erik
* Minor cleanupsEric Andersen2002-02-044-5/+20
|
* Fix headersEric Andersen2002-02-042-0/+3
|
* Fixup arch substitutionEric Andersen2002-02-041-2/+12
|
* Fix pathEric Andersen2002-02-041-1/+1
|
* Adjust sparc port do it now actually works.Eric Andersen2002-02-0415-148/+1820
| | | | -Erik
* A few more little cleanupsEric Andersen2002-02-044-192/+6
|
* Be consistant about the ways in which asm/unistd.h mightEric Andersen2002-02-045-226/+26
| | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik
* Add include guardsEric Andersen2002-02-041-0/+3
|
* Add a config file for sparcEric Andersen2002-02-041-0/+198
|
* Oops.Eric Andersen2002-02-041-153/+3
|
* Allow sparc code to at least compileEric Andersen2002-02-032-1/+156
|
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-0283-3/+9599
| | | | contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>
* 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
| | | | | inside an #if defined _LIBC -Erik
* Add in a weak __mempcpy for mempcpy to make certain GNUEric Andersen2002-02-021-0/+1
| | | | programs happy. bother...
* I just wrote up gethostent(), sethostent(), and endhostent()Eric Andersen2002-02-022-12/+85
| | | | -Erik
* 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
| | | | | and I'd rather not lose this... This has taken a _lot_ of time... -Erik
* Several little additions and cleanups. Add getw() and putw().Eric Andersen2002-02-029-9/+178
| | | | | | Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik
* 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
| | | | Remove and ignore generated syscall.h files from sparc and mipsel.
* 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
| | | | | | | | | | $(UCLIBC_DIR)/extra/Configs/uClibc_config_fix.pl --arch=$(ARCH) --cross="$(CROSS)" \ --devel_prefix=$(STAGING_DIR) --kernel_dir=$(KERNEL_DIR) --large_file=false \ --rpc_support=true --c99_math=true --shared_support=true --ldso_path="/lib" \ --shadow=true --file=$(UCLIBC_DIR)/extra/Configs/Config.$(ARCH) > $(UCLIBC_DIR)/Config; into their makefiles and automagically get the right things happening... -Erik
* 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
| | | | | | that don't like my amazingly cool ldd and readelf tools, can (most unwisely ;-) ignore them. -Erik
* Be ever so pedantic and explicitly tell tar to use stdin,Eric Andersen2002-02-011-1/+1
| | | | | not to just assume it. -Erik
* 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
| | | | | on both x86 and arm... -Erik
* Fix makefile so it actually works when cross compilingEric Andersen2002-01-311-6/+6
| | | | -Erik
* make sure all utilities will build even with older toolchains byEric Andersen2002-01-316-18/+22
| | | | | using our own local elf.h header rather than the system one. -Erik
* For now, don't let googlebot and friends spider the cvsweb stuff, since myEric Andersen2002-01-311-0/+3
| | | | | | little DSL line can't deal with the load. I'll reenable this in a few days when I get things colocated. -Erik
* 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
| | | | -Erik