OSDN Git Service

uclinux-h8/uclibc-ng.git
2007-04-17 Mike Frysingerfix ld.so.cache handling on no-mmu setups
2007-04-17 Bernhard Reutner... - shrink resolver code
2007-04-17 Mike Frysingerforce ourselves to write proper code and develop testscases
2007-04-17 Mike Frysingermove uclibc.org out of actual source tree
2007-04-17 Mike Frysingerdont force a . before EXTRAVERSION so we can be a littl...
2007-04-17 Mike Frysingercatch a small overflow in malloc-standard
2007-04-17 Mike Frysingerdisable for now
2007-04-17 Mike Frysingeradd a basic .depend target to better catch updates...
2007-04-14 Bernhard Reutner... - doesn't make sense to impose a limit that is too...
2007-04-14 Bernhard Reutner... - dtrt
2007-04-13 Mike Frysingerfix up malloc debug building
2007-04-13 Peter KjellerstedtPatch by Ricard Wanderlof <ricardw at axis dot com>:
2007-04-12 Mike Frysingerremove __* symbols and enable llrintf()
2007-04-11 Mike Frysingertest case to make sure realloc() can shrink buffers...
2007-04-11 Mike FrysingerPOSIX says you can use realloc() to shrink buffers...
2007-04-03 Mike Frysingerimport llrint() from glibc
2007-04-02 Mike Frysingerimplement carg
2007-04-02 Mike Frysingerfixes from Carmelo AMOROSO to depend less on kernel...
2007-04-02 Mike FrysingerPOSIX requires that errno be set whenever 0 is returned...
2007-04-02 Joakim TjernlundFix fallout from the e500 math integration.
2007-03-31 Joakim TjernlundBernd Schmidt writes:
2007-03-31 Joakim TjernlundUpdate comment regarding passing dl_fini.
2007-03-31 Joakim TjernlundFrom Steve Papacharalambous:
2007-03-29 Rob LandleyRevert last change until we figure out the correct...
2007-03-28 Rob LandleyMake the code match the comments. (I narrowed down...
2007-03-28 Rob LandleyWarning fix for uninitialized variable, by Al Stone.
2007-03-25 Mike FrysingerPaul Brook writes: filter .svn dirs to greatly speed...
2007-03-20 Bernhard Reutner... - add arm1176 options
2007-03-19 Joakim TjernlundJoseph S. Myers writes:
2007-03-19 Mike Frysingerdont want to actually bump EXTRAVERSION
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
2007-03-18 Mike Frysingerremove dead link as pointed out by Denis Vlasenko
2007-03-18 Mike Frysingerfix one more to use html entities rather than the ISO...
2007-03-18 Mike Frysingeruse html entities rather than the ISO 8859 version
2007-03-18 Mike FrysingerBernd Schmidt writes: The following patch is needed...
2007-03-18 Mike Frysingerfix typo pointed out by Al Stone
2007-03-17 Rob LandleyHave Makefile.in call conf-header.sh instead of having...
2007-03-16 Rob LandleyNo configs actually set LIBGCC_CFLAGS to anything,...
2007-03-14 Mike Frysingermore ifdef tweaks from holin (#1247) for retarded hosts...
2007-03-14 Mike Frysingerdont include asm/user.h
2007-03-13 Rob LandleyBe consistent about spelling. LGPL says "License"...
2007-03-13 Joakim TjernlundCarmelo Amoroso writes:
2007-03-13 Joakim TjernlundCarmelo Amoroso writes:
2007-03-13 Khem RajUsing local variable 'result' caused problems with...
2007-03-12 Mike Frysingermake sure undefine references in dlopen()-ed libs are...
2007-03-12 Mike Frysingermake sure dlsym() properly returns NULL with undefined...
2007-03-12 Mike Frysingerfix from upstream blackfin repo for sigsetjmp
2007-03-11 Rob LandleyPatch from Al Stone to fix ia64:
2007-03-08 Khem RajSync kernel_stat64 with kernel. Thanks to Daniel Jacobo...
2007-03-08 Rob LandleyPatch from Khem Raj that fixes running gcc on arm for...
2007-03-08 Khem RajNow Test.mak includes toplevel Rules.mak so if DO_ASSER...
2007-03-08 Rob Landleysvn 17941/17943 broke the build. 18032 made the thread...
2007-03-07 Rob LandleyFix a build break due to errno and h_errno being unreso...
2007-03-07 Paul MundtSync sh's procfs.h with glibc, fixes gdbserver.
2007-03-07 Paul MundtFix PLTJMP() token pasting build error, patch from
2007-03-06 Khem RajI always miss svn add.
2007-03-06 Rob LandleyRemove debian directory at the request of Simon Richter...
2007-03-06 Khem RajAdd posix_fadvise posix_fadvise64 for arm.
2007-03-05 Khem RajNew test targets 'compile' and 'run'
2007-03-01 Khem Rajinclude stddef.h to get NULL definition.
2007-03-01 Khem RajFix compiler warning about shadowed declaration.
2007-03-01 Khem RajShould be __sigset_t instead of sigset_t.
2007-02-28 Mike Frysingeradd support for ppoll() and emulate poll() with it...
2007-02-28 Eric Andersenmention the uClibc 0.9.28.3 release
2007-02-28 Eric AndersenAdd a hack for compiling a 32 bit user space with a...
2007-02-28 Mike Frysingerifdef out RTLD defines we dont actually support nor...
2007-02-28 Mike Frysingersync with glibc
2007-02-22 Mike Frysingerneed to double check internal errno handling wrt libpthread
2007-02-21 Eric Andersenfix the date
2007-02-21 Eric Andersennote the release of uClibc 0.9.28.2
2007-02-21 Mike Frysingeradd missing file for previous commit as pointed out...
2007-02-21 Mike Frysingertouchup new kconfig handling so we dont constantly...
2007-02-21 Mike Frysingerredo errno handling so that it should work both in...
2007-02-21 Mike Frysingermake sure we have rtld_hidden_def(_dl_debug_state)
2007-02-21 Mike Frysingerstub out msync() for no-mmu as well
2007-02-21 Mike Frysingerdrop -Wl,-warn-common since it doesnt serve much purpose
2007-02-20 Mike Frysingermake sure cleanup handler is only called once
2007-02-20 Mike Frysingercall kernel helper to do spinlocks
2007-02-18 Mike Frysingersimple script for counting relocs
2007-02-18 Mike Frysingerdefault to pulling kernel headers from the system install
2007-02-18 Mike Frysingerrewrite all superh targets to just sh
2007-02-18 Mike Frysingerrewrite all sparc targets to just sparc
2007-02-18 Mike Frysingerrewrite parisc to hppa
2007-02-17 Joakim TjernlundMake _dl_malloc alignment arch configurable.
2007-02-16 Mike Frysingermake sure static variables are re-initialized everytime
2007-02-16 Mike Frysingercleanup a little
2007-02-16 Joakim TjernlundFix dlopen for static apps.
2007-02-15 Mike FrysingerAtsushi Nemoto writes:
2007-02-15 Bernhard Reutner... - kbuild update broke uClibc's configuration. It compla...
2007-02-14 Joakim TjernlundRevert previous commit as it is unclear if it is needed.
2007-02-14 Joakim TjernlundHopefully fix the earlier broken if [ -n $(HEADERS_BITS...
2007-02-14 Mike Frysingermake arch default to hostarch
2007-02-14 Mike Frysingerpull latest kconfig from kernel
2007-02-14 Mike Frysingermake sure we declare TARGET_ARCH as a string
2007-02-13 Mike Frysingeradd silentoldconfig target
2007-02-13 Mike Frysingercleanup style
2007-02-13 Joakim TjernlundAdd missing bits/fenv.h that got lost in the e500 port.
2007-02-13 Peter KjellerstedtDo not produce spurious "/bin/sh: [: too many arguments" if
2007-02-13 Mike Frysingeruse /*...*/ comments rather than #... so we can preprocess
2007-02-12 Joakim TjernlundImpl. linux syscalls sched_getaffinity/sched_setaffinit...
next