Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add in support for the Hitach H8/300H architecture, | Eric Andersen | 2002-02-02 | 83 | -3/+9599 |
| | | | | contributed by Yoshinori Sato <qzb04471@nifty.ne.jp> | ||||
* | 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 |
| | | | | | inside an #if defined _LIBC -Erik | ||||
* | Add in a weak __mempcpy for mempcpy to make certain GNU | Eric Andersen | 2002-02-02 | 1 | -0/+1 |
| | | | | programs happy. bother... | ||||
* | I just wrote up gethostent(), sethostent(), and endhostent() | Eric Andersen | 2002-02-02 | 2 | -12/+85 |
| | | | | -Erik | ||||
* | 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 |
| | | | | | 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 Andersen | 2002-02-02 | 9 | -9/+178 |
| | | | | | | Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik | ||||
* | 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 |
| | | | | Remove and ignore generated syscall.h files from sparc and mipsel. | ||||
* | 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 |
| | | | | | | | | | | $(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.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 |
| | | | | | | 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 Andersen | 2002-02-01 | 1 | -1/+1 |
| | | | | | not to just assume it. -Erik | ||||
* | 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 |
| | | | | | on both x86 and arm... -Erik | ||||
* | Fix makefile so it actually works when cross compiling | Eric Andersen | 2002-01-31 | 1 | -6/+6 |
| | | | | -Erik | ||||
* | make sure all utilities will build even with older toolchains by | Eric Andersen | 2002-01-31 | 6 | -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 my | Eric Andersen | 2002-01-31 | 1 | -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 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 |
| | | | | -Erik |