Age | Commit message (Expand) | Author |
2005-01-29 | Use HOSTCC for seting up the syscall list | Eric Andersen |
2005-01-29 | merge parallel build support | Mike Frysinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2005-01-24 | make sure libdl static and shared targets are built properly | Mike Frysinger |
2005-01-24 | Use $(LN) rather than ln. | Peter Kjellerstedt |
2005-01-23 | When there is no umount syscall, but umount2 is available, then | Eric Andersen |
2005-01-19 | ignore our headers hack | Mike Frysinger |
2005-01-19 | clean up dependencies so libraries are only rebuilt when needed and so that p... | Mike Frysinger |
2005-01-19 | add a tiny hack so that the headers target isnt rebuilt all the time, only wh... | Mike Frysinger |
2005-01-19 | beautify | Mike Frysinger |
2005-01-19 | touchup the dependencies so that the sysdeps object files will override the t... | Mike Frysinger |
2005-01-19 | Avoid compiler warnings. | Peter Kjellerstedt |
2005-01-19 | Use Makefile if statements rather than their shell counterparts. | Peter Kjellerstedt |
2005-01-19 | Make it compile for architectures which have __UCLIBC_HAS_LFS__ defined, | Peter Kjellerstedt |
2005-01-19 | ok, worry over race condition doesnt exist because we only have 1 subdir runn... | Mike Frysinger |
2005-01-19 | fix target dependencies to support parallel building | Mike Frysinger |
2005-01-19 | tweak dependencies so the archive is only rebuilt when the object files are u... | Mike Frysinger |
2005-01-19 | use $(RANLIB) | Mike Frysinger |
2005-01-19 | redo targets so the archives are only re-built when needed. also change the ... | Mike Frysinger |
2005-01-18 | rework dependencies so the archive is re-created only when the object files h... | Mike Frysinger |
2005-01-18 | rework dependencies to support parallel build and avoid re-creating header fi... | Mike Frysinger |
2005-01-18 | rework the dependencies so libpthread_db.a is only rebuilt when the object fi... | Mike Frysinger |
2005-01-18 | white space clean up | Mike Frysinger |
2005-01-18 | tweak target dependencies to support parallel builds | Mike Frysinger |
2005-01-18 | - define RANLIB since a subdir or two uses it | Mike Frysinger |
2005-01-18 | make sure we include pthread.h to define pthread_attr_t | Mike Frysinger |
2005-01-18 | whitespace touchups | Mike Frysinger |
2005-01-17 | add posix_fadvise / posix_fadvise64 support | Mike Frysinger |
2005-01-17 | Mention uclibc.org as the defalt download site | Eric Andersen |
2005-01-16 | Made it possible to make utils when $(CROSS) or $(CC) contain spaces. | Peter Kjellerstedt |
2005-01-16 | Corrected a typo. | Peter Kjellerstedt |
2005-01-16 | Per http://bugs.uclibc.org/view.php?id=15, patch from kergoth: | Eric Andersen |
2005-01-16 | whitespace cleanup | Eric Andersen |
2005-01-16 | Per http://bugs.uclibc.org/view.php?id=12: | Eric Andersen |
2005-01-16 | - ifdef bdflush update from bug #0000011 | Ned Ludd |
2005-01-16 | - ifdef uselib update from bug #0000013 | Ned Ludd |
2005-01-16 | prevent people asking what a loose-meat sandwich is (its another | Eric Andersen |
2005-01-14 | Fix spelling | Eric Andersen |
2005-01-13 | fix grammar | Eric Andersen |
2005-01-13 | Mention the new bug tracking system | Eric Andersen |
2005-01-12 | - add patch from Peter S. Mazinger to allow selecting the fast access canary ... | Ned Ludd |
2005-01-12 | Use the inlined __dl_parse_dynamic_info() in DL_BOOT() for CRIS too. | Peter Kjellerstedt |
2005-01-12 | Update docs for release | Eric Andersen |
2005-01-12 | cleanup, and prevent failures due to including architecture specific | Eric Andersen |
2005-01-11 | newer linux headers define __cast__ in compiler.h so lets fake it too | Mike Frysinger |
2005-01-11 | dont bother including sysctl.h unless we need it | Mike Frysinger |
2005-01-11 | Jean writes: | Eric Andersen |
2005-01-11 | Patch from Bernardo Innocenti: | Eric Andersen |
2005-01-11 | Jan Lana writes: | Eric Andersen |
2005-01-11 | Do not use portable (POSIX) 'cp -PRf' but instead use 'cp -dRf' since | Eric Andersen |