Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-08 | Remove unified syscall support (it should just be a per-arch | Eric Andersen | |
decision, with syscalls.h adjusted to match). Add symlinks to make tools like mklibs.py be happy. -Erik | |||
2002-07-31 | Sigh. A bit more cleanup. | Eric Andersen | |
2002-07-31 | You fool foolish. Goodbye level 2. | Eric Andersen | |
2002-07-31 | Always build utils by default | Eric Andersen | |
-Erik | |||
2002-07-26 | Ok, I get it. sjhill kept adding the 'find' command since | Eric Andersen | |
include/sgidefs.h wasn't getting scrubbed. Fix it so this symlink gets properly scrubbed, even for mipsel. -Erik | |||
2002-07-26 | Kill ill advised find command that was not doing anything | Eric Andersen | |
productive, but did annoying things instead. -Erik | |||
2002-07-25 | Addition to 'distclean' for little endian MIPS. | "Steven J. Hill" | |
2002-07-24 | This rule is only necessary for little endian MIPS. | "Steven J. Hill" | |
2002-07-02 | Disable ldconfig.target for now | Eric Andersen | |
-Erik | |||
2002-07-02 | Change the default structure of the installed toolchain | Eric Andersen | |
-Erik | |||
2002-06-23 | Fixup target util handling | Eric Andersen | |
-Erik | |||
2002-05-30 | Fix dependancy. again. | Eric Andersen | |
2002-05-30 | Fix dependancy for util target | Eric Andersen | |
-Erik | |||
2002-05-29 | Now that was silly | Eric Andersen | |
2002-05-28 | Fixup and unifiy version numbering. Automate versioning updates. | Eric Andersen | |
Propagate fixes across makefiles. -Erik | |||
2002-05-06 | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III | |
LC_TIME, LC_MONETARY, and LC_MESSAGES for the SUSv3 items. Also, nl_langinfo() when real locale support is enabled. New implementation of ctype.h. New implementation of wctype.h. New implementation of most of the string functions (smaller). New implementation of the wcs/wmem functions. These are untested, but they're also just preprocessor-modified versions ot the corresponding str/mem functions. Tweaked qsort and new bsearch. Stuff still pending: stdlib.h and wchar.h mb<->wc functions. I actually have working versions of the stdlib ones, but the reentrant versions from wchar.h require some reworking. Basic replacement and translit support for wc->mb conversions. (groundwork laid). Simple-minded collate support such as was provided by the previous locale implementation. (mostly done -- 8-bit codesets only) Shared mmaping of the locale data and strerror message text. | |||
2002-05-02 | Ensure that make clean really cleans up after itself | Eric Andersen | |
2002-04-24 | Don't use $(PWD), use $(shell pwd) instead | Eric Andersen | |
2002-04-11 | Added a dummy romfs target so this stuff slots nicely into the | David McCullough | |
uClinux distro. | |||
2002-04-03 | Remove gratuitous symlink trashing | Eric Andersen | |
2002-04-02 | Steven J. Hill's latest mips dynamic loader updates | Eric Andersen | |
2002-03-25 | Patch from Steven J. Hill to fix pthreads on mips | Eric Andersen | |
2002-03-22 | Patch from Miles Bader to be less militant when doing a make clean. | Eric Andersen | |
2002-03-21 | Add some phony targets | Eric Andersen | |
2002-03-21 | Always build the utils. Always clean libc/misc, since there is | Eric Andersen | |
some auto generated stuff in there -Erik | |||
2002-03-11 | Allow some failures to simplify building gcc | Eric Andersen | |
2002-03-11 | Don't install CVS files into the devel dir | Eric Andersen | |
2002-03-01 | Move syscall.h generation to the top level Makefile | Eric Andersen | |
-Erik | |||
2002-03-01 | Doh! A search and replace bug... | Eric Andersen | |
2002-03-01 | Doh! Doh! Doh! | Eric Andersen | |
2002-03-01 | Doh! | Eric Andersen | |
2002-03-01 | oops. I forgot to commit this... | Eric Andersen | |
2002-02-25 | Joerg Schmitz-Linneweber recommends using tar -f - instead of -O | Eric Andersen | |
to prevent interference with the TAPE env var | |||
2002-02-20 | Merge in the pthread library. This is the linuxthreads library taken from | Eric Andersen | |
glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik | |||
2002-02-16 | Additionally remove libc/tmp | David Schleef | |
2002-02-15 | Geoffrey Espin noticed a $ that should have been a double $$ | Eric Andersen | |
since Make make eats $'s. | |||
2002-02-08 | Dont choke when chown fails. Try to be more portable... | Eric Andersen | |
2002-02-04 | A few more little cleanups | 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 | Grr. I should learn to compile stuff before committing | Eric Andersen | |
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-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-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-14 | Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup | Eric Andersen | |
support for Unix98 PTYs, and optionally exclude the older junk. | |||
2002-01-11 | Sigh. Typod it again | Eric Andersen | |
2002-01-11 | Oops. typo. | Eric Andersen | |
2002-01-11 | More build system cleanups... | Eric Andersen | |