Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-21 | Support getttyent and friends so ncurses will compile | Eric Andersen | |
2002-03-15 | Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com> | Eric Andersen | |
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-01-17 | Added insque/remque support | David McCullough | |
2002-01-09 | Allow people to exclude regex code, since it is huge (27k) | Eric Andersen | |
2002-01-06 | Support statvfs and statfs. Added getmntent_r (and made it use | Eric Andersen | |
strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-09-15 | Recurse into 'file' | Eric Andersen | |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | |
tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | |||
2001-04-19 | Remove the old crypt implementation | Eric Andersen | |
2001-03-20 | Put regex back in | Eric Andersen | |
2001-03-19 | Move the dirent stuff. I suppose it is system dependant, but then | Eric Andersen | |
it really should be grouped together too. And it needed to be grouped more then it needed to be in sysdeps/linux/common | |||
2001-03-19 | Add in the sysvipc patch from Michael Shmulevich | Eric Andersen | |
2001-03-18 | Part of the ctype locale support. | Manuel Novoa III | |
2001-03-13 | Delete wordexp. There isn't much point in having this since | Eric Andersen | |
so few apps use it, and it is just a stub anyways. Better to just skip it. | |||
2001-03-08 | Hmm. Seems I left wordexp off. oops. | Eric Andersen | |
2001-03-08 | Add in wordexp support (mostly stubbed out for now) since the busybox | Eric Andersen | |
shell, lash, is about to start using wordexp. -Erik | |||
2001-02-15 | Add tsearch functions from libc-5.3.12. | Manuel Novoa III | |
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2001-01-02 | Patch from James Graves <jgraves@deltamobile.com> to get | Eric Andersen | |
m68k started. Should be just sysdeps/linux/m68k left to hack at this point... | |||
2000-12-23 | Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff) | Eric Andersen | |
2000-11-04 | Fix doc blunder. | Eric Andersen | |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-11-04 | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | |
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||
2000-10-27 | More random fixes and additions. | Eric Andersen | |
2000-10-26 | Add some more stuff -- {get|set}mntent, getline, getdelim, etc. | Eric Andersen | |
2000-10-25 | A few more syscalls. | Eric Andersen | |
2000-10-17 | Fix up ctype.h | Eric Andersen | |
2000-10-11 | Finish reorganizing things. At least I think I've finished. | Eric Andersen | |
2000-10-11 | New misc tree that actually has misc stuff in it. | Eric Andersen | |