Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-11 | Fix typo | David Schleef | |
2002-02-11 | mksnapshot: updated version and filenames. control.in: changed | David Schleef | |
dependency from kernel-headers to kernel-source packages. rules: force HAS_MMU=true, change mipsel to mips, untar kernel-source package include directory and use that as kernel source | |||
2002-02-11 | Update version | David Schleef | |
2002-02-08 | Dont choke when chown fails. Try to be more portable... | Eric Andersen | |
2002-02-06 | Add in clone (untested) | David McCullough | |
Fix up setjmp/longjmp which were quite broken not withstanding all the new versions. Needs a little more test time before I'll trust this code totally. | |||
2002-02-05 | Updates from Martin Sieper | Eric Andersen | |
2002-02-05 | Fix __adjtimex symbol | Eric Andersen | |
2002-02-05 | OOps. | Eric Andersen | |
2002-02-05 | use X/Open __sysv_signal name, then use the weak name for sysv_signal | Eric Andersen | |
-Erik | |||
2002-02-04 | Update text for release | Eric Andersen | |
2002-02-04 | Update changelog | Eric Andersen | |
2002-02-04 | Make powerpc default to faster malloc | Eric Andersen | |
2002-02-04 | Fix naming error in brk.c, enable faster malloc by default | Eric Andersen | |
2002-02-04 | Fixup mips so it now works and provides basic functionality | Eric Andersen | |
2002-02-04 | Rework powerpc to be consistant with the other arches. | Eric Andersen | |
-Erik | |||
2002-02-04 | Minor cleanups | Eric Andersen | |
2002-02-04 | Fix headers | Eric Andersen | |
2002-02-04 | Fixup arch substitution | Eric Andersen | |
2002-02-04 | Fix path | Eric Andersen | |
2002-02-04 | Adjust sparc port do it now actually works. | Eric Andersen | |
-Erik | |||
2002-02-04 | A few more little cleanups | Eric Andersen | |
2002-02-04 | Be consistant about the ways in which asm/unistd.h might | Eric Andersen | |
be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | |||
2002-02-04 | Add include guards | Eric Andersen | |
2002-02-04 | Add a config file for sparc | Eric Andersen | |
2002-02-04 | Oops. | Eric Andersen | |
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 | |