Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-03 | Allow sparc code to at least compile | Eric Andersen | |
2002-02-02 | Add in support for the Hitach H8/300H architecture, | Eric Andersen | |
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp> | |||
2002-02-02 | Oops. Fixup the defaults | Eric Andersen | |
2002-02-02 | Do not expose the weak_alias() junk to the world. Wrap it | Eric Andersen | |
inside an #if defined _LIBC -Erik | |||
2002-02-02 | Add in a weak __mempcpy for mempcpy to make certain GNU | Eric Andersen | |
programs happy. bother... | |||
2002-02-02 | I just wrote up gethostent(), sethostent(), and endhostent() | Eric Andersen | |
-Erik | |||
2002-02-02 | procmail now works | Eric Andersen | |
2002-02-02 | Grr. I should learn to compile stuff before committing | Eric Andersen | |
2002-02-02 | Oops | Eric Andersen | |
2002-02-02 | Add in a weak for __adjtime | Eric Andersen | |
2002-02-02 | Fix some typos... | Eric Andersen | |
2002-02-02 | Don't free memory prematurely | Eric Andersen | |
2002-02-02 | Update the working apps list. Not 100% completed, but getting close | Eric Andersen | |
and I'd rather not lose this... This has taken a _lot_ of time... -Erik | |||
2002-02-02 | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen | |
Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik | |||
2002-02-02 | Fix hstrerror | Eric Andersen | |
2002-02-01 | Scrub up a few little things. | Eric Andersen | |
2002-02-01 | Add in syscalls.h for mipsel, thanks to Steven J. Hill. | Eric Andersen | |
Remove and ignore generated syscall.h files from sparc and mipsel. | |||
2002-02-01 | Cleanup grammar and wording | Eric Andersen | |
2002-02-01 | Add an example of how to use this thing. | Eric Andersen | |
2002-02-01 | Add in a configurator script. Now people can put stuff like this: | Eric Andersen | |
$(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 | |||
2002-02-01 | Bump version number to 0.9.9 | Eric Andersen | |
2002-02-01 | Add install_utils and install_target_utils targets, so people | Eric Andersen | |
that don't like my amazingly cool ldd and readelf tools, can (most unwisely ;-) ignore them. -Erik | |||
2002-02-01 | Be ever so pedantic and explicitly tell tar to use stdin, | Eric Andersen | |
not to just assume it. -Erik | |||
2002-02-01 | Don't assume uid=gid | Eric Andersen | |
2002-01-31 | Fix/simplify longjmp. Fix toplevel mips settings | Eric Andersen | |
2002-01-31 | Don't complain about _GLOBAL_OFFSET_TABLE_ | Eric Andersen | |
2002-01-31 | Fixup setjmp and longjmp so they behave themselves properly now | Eric Andersen | |
on both x86 and arm... -Erik | |||
2002-01-31 | Fix makefile so it actually works when cross compiling | Eric Andersen | |
-Erik | |||
2002-01-31 | make sure all utilities will build even with older toolchains by | Eric Andersen | |
using our own local elf.h header rather than the system one. -Erik | |||
2002-01-31 | For now, don't let googlebot and friends spider the cvsweb stuff, since my | Eric Andersen | |
little DSL line can't deal with the load. I'll reenable this in a few days when I get things colocated. -Erik | |||
2002-01-31 | Fix spelling error | Eric Andersen | |
2002-01-31 | Fixup xfree86 entry | Eric Andersen | |
2002-01-30 | Fixup util build | Eric Andersen | |
2002-01-30 | Fixup setjmp implementation so it actaully works as expected | Eric Andersen | |
-Erik | |||
2002-01-30 | Add missing sys/fsuid.h | Eric Andersen | |
2002-01-29 | Add in setfsuid() and setfsgid() so lpr-0.72 can compile. | Eric Andersen | |
-Erik | |||
2002-01-29 | Doh! I'd included sbrk.o twice... | Eric Andersen | |
2002-01-29 | Default to using malloc-930716 on ARM systems, since it is | Eric Andersen | |
about an order of magnitude faster. | |||
2002-01-29 | Force DOPIC be true when HAVE_SHARED is true. Don't define | Eric Andersen | |
-D__PIC when DOPIC is true, since the compiler does that for use when -fPIC is set. Some minor formatting cleanup. -Erik | |||
2002-01-29 | Make it so powerpc can work despite lacking brk(). | Eric Andersen | |
2002-01-29 | Go back to using ld, now that I've found the real problem... | Eric Andersen | |
2002-01-29 | Minor touchups | Eric Andersen | |
2002-01-29 | Create a changelog vs the 0.9.8 release so people can track | Eric Andersen | |
exactly what has changed... | |||
2002-01-29 | Updates to the v850 architecture from Miles Bader <miles@gnu.org> | Eric Andersen | |
2002-01-28 | Fix the bug where binaries built with older toolchains would | Eric Andersen | |
segfault. Turns out that 'ld -nostdlib' was the culprit. Who wouldof thought... -Erik | |||
2002-01-25 | Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries to | Eric Andersen | |
build ldso stuff on non-shared-library systems. And Matthew Bloch <mattbee@soup-kitchen.net> noticed that we need to create some dirs before installing some stuff, so fix that as well. -Erik | |||
2002-01-25 | Fix up all non-x86 arches to cope with the latest ldso update | Eric Andersen | |
-Erik | |||
2002-01-23 | Fixup build a bit. Be sneaky and include everything into | Eric Andersen | |
a single .c file, making stuff be even smaller. | |||
2002-01-21 | oops | Eric Andersen | |
2002-01-21 | Make sbrk common, add arm/brk.c, cleanup leftover damage | Eric Andersen | |