Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-25 | merge parallel build support | Mike Frysinger | |
2004-10-07 | Add ualarm.c | Eric Andersen | |
2004-01-16 | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | |
2004-01-12 | Oops... Seems I forgot an else... | Manuel Novoa III | |
2004-01-02 | Redo the exec functions to comply with SUSv3. | Manuel Novoa III | |
2003-11-05 | Rip the guts out of the dynamically generated sysconf.c, and live with a simple | Eric Andersen | |
static version. This will need further work later on, but should do the job for the time being, | |||
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | |||
2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | |
static build sizes and not needing wchar support. Add in a SUSv3 getopt as an option for those not needing gnu getopt. Again, mainly for the static linking crowd. | |||
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen | |
the linux kernel uses. -Erik | |||
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | |
been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik | |||
2002-09-19 | Add SUSv3 function getsubopt. | Manuel Novoa III | |
2002-08-07 | rework getopt. no read need to split this one up since | Eric Andersen | |
the parts are so tightly coupled. | |||
2002-06-18 | Cleanup the getcwd implementation (again) since I broke it | Eric Andersen | |
last night. Restore malloc-ing when buf=NULL for the syscall version... Move getcwd to libc/sysdeps/linux/common and out of syscalls.c so there is just one getcwd.o object present. -Erik | |||
2002-06-09 | Oops. Forgot to check this in. Thanks Martin Volf for noticing | Eric Andersen | |
-Erik | |||
2002-04-11 | Fixed broken shell syntax. | David McCullough | |
2002-04-03 | Add the xopen swab() function, contributed by Kensuke Otake ↵ | Eric Andersen | |
<kensuke@phreaker.net> | |||
2002-01-09 | Be more carefull about erroring out of shell fragments. Try to | Eric Andersen | |
enable -falign-functions if avilable. | |||
2002-01-03 | Make getopt act the same regardless whether the app was staticly linked | Eric Andersen | |
or dynamicly linked. Obeys the principle of least surprise. -Erik | |||
2002-01-02 | Fix usleep to work correctly. Fix sleep behavior in the | Eric Andersen | |
presence of SIGCHLD. -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-11-20 | Fix up pathconf and friend so that test suits can work | 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-05-10 | Oops. Forgot the makefile updates | Eric Andersen | |
2001-04-23 | Only compile in daemon() if the target has an MMU. | Eric Andersen | |
-Erik | |||
2001-04-20 | Add missing header file for daemon.c, add missing functions into unistd.h. | Eric Andersen | |
I still need to implement getlogin.c fpathconf.c, but they are required for IEEE Std. 1003.13-1998 POSIX_FILE_SYSTEM conformance and we don't have them yet. But we will very very soon. :-) -Erik | |||
2001-04-03 | Add in daemon.c, now used by busybox. | Eric Andersen | |
-Erik | |||
2001-03-20 | Add missed dependency. TODO: Should build gen_sysconf when cross-compiling. | Manuel Novoa III | |
2001-03-20 | I think this fixes the dependancy problems. Manuel, can you | Eric Andersen | |
double check that this is what you intended? -Erik | |||
2001-03-05 | Patch from Jean-Yves Avenard to move the getopt globals to their | Eric Andersen | |
own file, since at least on SH, weak variables with initial values (.data stuff) were not working. Moving these to their own file seems to be a good way to handle it. | |||
2001-01-29 | The rules to build sysconf_$(TARGET_ARCH).c were broken when cross | David McCullough | |
compiling. | |||
2001-01-29 | DIRS was not set in this makefile and could be inherited from the | David McCullough | |
environment. | |||
2001-01-27 | Enable auto-generation of a size-optimized sysconf function (saves .5k on i386). | Manuel Novoa III | |
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
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-20 | Strip all object files of all non global symbols and .note and | Eric Andersen | |
.comment, saving a lot of space in the resultant binaries... -Erik | |||
2000-10-12 | Makefile update | Eric Andersen | |
2000-10-11 | Finish reorganizing things. At least I think I've finished. | Eric Andersen | |