summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-02Do not expose the weak_alias() junk to the world. Wrap itEric Andersen
inside an #if defined _LIBC -Erik
2002-02-02Add in a weak __mempcpy for mempcpy to make certain GNUEric Andersen
programs happy. bother...
2002-02-02I just wrote up gethostent(), sethostent(), and endhostent()Eric Andersen
-Erik
2002-02-02procmail now worksEric Andersen
2002-02-02Grr. I should learn to compile stuff before committingEric Andersen
2002-02-02OopsEric Andersen
2002-02-02Add in a weak for __adjtimeEric Andersen
2002-02-02Fix some typos...Eric Andersen
2002-02-02Don't free memory prematurelyEric Andersen
2002-02-02Update the working apps list. Not 100% completed, but getting closeEric Andersen
and I'd rather not lose this... This has taken a _lot_ of time... -Erik
2002-02-02Several 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-02Fix hstrerrorEric Andersen
2002-02-01Scrub up a few little things.Eric Andersen
2002-02-01Add 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-01Cleanup grammar and wordingEric Andersen
2002-02-01Add an example of how to use this thing.Eric Andersen
2002-02-01Add 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-01Bump version number to 0.9.9Eric Andersen
2002-02-01Add install_utils and install_target_utils targets, so peopleEric Andersen
that don't like my amazingly cool ldd and readelf tools, can (most unwisely ;-) ignore them. -Erik
2002-02-01Be ever so pedantic and explicitly tell tar to use stdin,Eric Andersen
not to just assume it. -Erik
2002-02-01Don't assume uid=gidEric Andersen
2002-01-31Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen
2002-01-31Don't complain about _GLOBAL_OFFSET_TABLE_Eric Andersen
2002-01-31Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen
on both x86 and arm... -Erik
2002-01-31Fix makefile so it actually works when cross compilingEric Andersen
-Erik
2002-01-31make sure all utilities will build even with older toolchains byEric Andersen
using our own local elf.h header rather than the system one. -Erik
2002-01-31For now, don't let googlebot and friends spider the cvsweb stuff, since myEric 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-31Fix spelling errorEric Andersen
2002-01-31Fixup xfree86 entryEric Andersen
2002-01-30Fixup util buildEric Andersen
2002-01-30Fixup setjmp implementation so it actaully works as expectedEric Andersen
-Erik
2002-01-30Add missing sys/fsuid.hEric Andersen
2002-01-29Add in setfsuid() and setfsgid() so lpr-0.72 can compile.Eric Andersen
-Erik
2002-01-29Doh! I'd included sbrk.o twice...Eric Andersen
2002-01-29Default to using malloc-930716 on ARM systems, since it isEric Andersen
about an order of magnitude faster.
2002-01-29Force DOPIC be true when HAVE_SHARED is true. Don't defineEric 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-29Make it so powerpc can work despite lacking brk().Eric Andersen
2002-01-29Go back to using ld, now that I've found the real problem...Eric Andersen
2002-01-29Minor touchupsEric Andersen
2002-01-29Create a changelog vs the 0.9.8 release so people can trackEric Andersen
exactly what has changed...
2002-01-29Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen
2002-01-28Fix the bug where binaries built with older toolchains wouldEric Andersen
segfault. Turns out that 'ld -nostdlib' was the culprit. Who wouldof thought... -Erik
2002-01-25Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries toEric 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-25Fix up all non-x86 arches to cope with the latest ldso updateEric Andersen
-Erik
2002-01-23Fixup build a bit. Be sneaky and include everything intoEric Andersen
a single .c file, making stuff be even smaller.
2002-01-21oopsEric Andersen
2002-01-21Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen
2002-01-19Allow apps to use varargs.h (not that they should)Eric Andersen
2002-01-17Don't waste space warning about tempnam()Eric Andersen
2002-01-17Enable fcntl64, and fix fcntl when large fils is enabled.Eric Andersen