OSDN Git Service

uclinux-h8/uclibc-ng.git
2007-07-18 Denis VlasenkoexecXp should go to next PATH dir on any error except...
2007-07-18 Denis Vlasenkoinclude/sys/mman.h says that msync exists only on MMU.
2007-07-18 Denis Vlasenkodes.c: move 0.5k of static data on stack, they are...
2007-07-18 "Steven J.... Enable all of the remaining baud rates. All of the...
2007-07-18 "Steven J.... Apply patch as submitted by Blue Smurfy Swirly <blauwir...
2007-07-14 Denis Vlasenkosyslog.h: allow prioritynames[]/facilitynames[] to...
2007-07-12 "Steven J.... Fix broken syscall() function since the original patch...
2007-06-29 Mike Frysingertweak msync prototype to match header
2007-06-24 Bernhard Reutner... - make sure to define _LIBC in libc-symbols.h before...
2007-06-22 Mike Frysingeras noted by psm, make sure we accumulate PICFLAG-y...
2007-06-22 Mike Frysingerpull from Blackfin repo: add -mid-shared-library for...
2007-06-13 Joakim TjernlundCarmelo AMOROSO <carmelo.amoroso@st.com> writes:
2007-06-04 Joakim TjernlundCorrect return value. Pointed out by psm.
2007-06-01 Mike Frysingerchange the auxvt code from being dependent on MMU to...
2007-05-31 Mike FrysingerBernd Schmidt writes: make sure custom stacks work...
2007-05-31 Mike FrysingerAtsushi Nemoto writes:
2007-05-31 Mike FrysingerAtsushi Nemoto writes:
2007-05-25 Mike FrysingerJean-Christian de Rivaz writes:
2007-05-25 Joakim TjernlundRemove the arch specific mmap impl. for Powerpc. The...
2007-05-24 Mike Frysingeruse POSIX -eq rather than bash == #1360
2007-05-24 "Steven J.... Fix MIPS syscall() and pipe functions to set errno...
2007-05-24 "Steven J.... Fix ARM EABI signal unwinding to accomodate signal...
2007-05-15 Peter KjellerstedtRestored indentation.
2007-05-15 Peter KjellerstedtMade it compile again.
2007-05-15 Khem RajFix arm mmap when using mmap2 syscall. Fixes bug #1303
2007-05-15 Khem RajRemove preprocessor warning due to missing definition...
2007-05-06 Mike FrysingerNickolai Zeldovich writes: if the temp name already...
2007-05-04 Bernhard Reutner... - commentary typo fix
2007-05-03 Mike Frysingergive proper prototypes
2007-05-02 Mike Frysingercancellation-points needs librt
2007-05-02 Mike Frysingerexercise all required POSIX pthread cancellation points
2007-05-02 Mike FrysingerNickolai Zeldovich writes:
2007-05-02 Mike FrysingerDaniel Jacobowitz: sleep()/usleep() relies on nanosleep...
2007-04-30 Mike FrysingerCarmelo AMOROSO writes:
2007-04-24 Mike Frysingerfix from Bernd Schmidt for realloc shrinkage bug
2007-04-23 Bernhard Reutner... - include stdbool.h
2007-04-21 "Steven J.... This test needs XLOCALE to work.
2007-04-18 Rob LandleyBugfix from Atsushi Nemoto: return nonzero error code...
2007-04-17 Mike Frysingerif chroot() failed, then reset "chroot_dir" to "."...
2007-04-17 Mike Frysingercleanup style; no functional changes
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.
next