Age | Commit message (Expand) | Author |
2003-12-17 | When I switched from using stack allocated space for printf, I missed a case | Eric Andersen |
2003-12-17 | Add in the axis network cameras | Eric Andersen |
2003-12-16 | Add LEAF Bering-uClibc | Eric Andersen |
2003-12-16 | fix grammer such it is possible to understand what is written... | Eric Andersen |
2003-12-16 | Update for release (no really this time ;-) | Eric Andersen |
2003-12-16 | Update the website | Eric Andersen |
2003-12-14 | Link ldconfig with the appropriate libraries. | Manuel Novoa III |
2003-12-14 | Fix some dst issues in _time_mktime(). | Manuel Novoa III |
2003-12-14 | Fix a couple of 'declaration after statement' errors. | Manuel Novoa III |
2003-12-11 | fix a cut-n-paste typo | Eric Andersen |
2003-12-11 | add image for validator | Eric Andersen |
2003-12-11 | fixup some silly html bugs | Eric Andersen |
2003-12-11 | mjn3 found a url for the darwin C lib | Eric Andersen |
2003-12-11 | more minor cleanups | Eric Andersen |
2003-12-11 | Rework the website | Eric Andersen |
2003-12-08 | Prepare for uClibc 0.9.24 release | Eric Andersen |
2003-12-05 | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen |
2003-12-05 | move _dl_fixup so staticly linked apps using dlopen have a | Eric Andersen |
2003-12-04 | Fix infinite loop in putgrent (forgotten increment). | Manuel Novoa III |
2003-12-04 | Fix arm profiling support, which was accidentally removed | Eric Andersen |
2003-12-04 | Set the default stdio buffer size to 4096, rather then 256. | Eric Andersen |
2003-12-04 | Don't download the local data if we have it already. | Manuel Novoa III |
2003-12-04 | Building of iconv.o was accidently always disabled. | Manuel Novoa III |
2003-12-03 | Henrik Grindal Bakken writes: | Eric Andersen |
2003-12-03 | Joakim Tjernlund writes: | Eric Andersen |
2003-12-03 | Lethal noticed that the generated file gmon-start.S was not | Eric Andersen |
2003-12-03 | Patch from lethal, adding syscall() to the sh64 port | Eric Andersen |
2003-12-03 | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen |
2003-12-03 | Eliminate some static buffers based on a patch from Tobias Anderberg | Eric Andersen |
2003-12-03 | remove some garbage | Eric Andersen |
2003-12-03 | Rob McMullen writes: | Eric Andersen |
2003-12-03 | force enable FORCE_SHAREABLE_TEXT_SEGMENTS for sh4 | Eric Andersen |
2003-12-02 | Disable pthreads for sh64 for the time being (since it is not | Eric Andersen |
2003-12-02 | Include Rules.mk for consistency. Trying not to was simply too painful. | Manuel Novoa III |
2003-12-02 | Add a syscall() implementation using a hacked version of the syscall6 macro. | Manuel Novoa III |
2003-12-02 | Add function versions of ntohl and friends | Eric Andersen |
2003-12-02 | Avoid a potentially undefined operation with a veriable++ in a macro | Eric Andersen |
2003-12-02 | Put in a dummy reference to main so busybox will link. | Manuel Novoa III |
2003-11-29 | Minor typo fix. | Manuel Novoa III |
2003-11-29 | Minor update... Config no longer used. | Manuel Novoa III |
2003-11-29 | Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector. | Manuel Novoa III |
2003-11-28 | Another missing mips function, needed by the boehm garbage collector. | Manuel Novoa III |
2003-11-28 | Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>. | Manuel Novoa III |
2003-11-24 | Add -msoft-float to CPU_CFLAGS instead of CFLAGS, since ldso and libdl | Manuel Novoa III |
2003-11-24 | Don't bother checking, since we want an error if -msoft-float doesn't work. | Manuel Novoa III |
2003-11-23 | Ok.. this fixes the buildroot soft-float arm build. | Manuel Novoa III |
2003-11-23 | Make sure we use the right CC setting when building utils. | Manuel Novoa III |
2003-11-23 | Hopefully this is correct for cris. | Manuel Novoa III |
2003-11-23 | Protect against quoting changes. | Manuel Novoa III |
2003-11-22 | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen |