OSDN Git Service

uclinux-h8/uClibc.git
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...
2007-02-12 Joakim TjernlundUpdates from glibc.
2007-02-12 Joakim TjernlundRehash the PowerPC e500 port to avoid creating symlinks
2007-02-12 Mike FrysingerAtsushi Nemoto writes:
2007-02-12 Joakim TjernlundRemoved a .align 2 by mistake in previous commit.
2007-02-12 Joakim TjernlundRemove #APP/#NO_APP since -std=gnu99 will make
2007-02-11 Mike FrysingerAtsushi Nemoto writes:
2007-02-10 Mike Frysingerwe dont actually need asm/page.h
2007-02-09 Mike FrysingerKay McCormick reports: when evp is NULL, it is reset...
2007-02-09 Mike Frysingerrun through Lindent
2007-02-09 Mike FrysingerAtsushi Nemoto writes: Add st_[amc]timensec to N32...
2007-02-08 Mike Frysingerenable -std=gnu99 by default now
2007-02-08 Mike Frysingeruse __FDPIC__ from the compiler rather than setting...
2007-02-08 Eric Andersenrevert 17821, wait for better test cases
2007-02-08 Eric Andersendo not use ghbn_buf after it goes out of scope
2007-02-08 Mike Frysingerimport a slightly modified realpath() test case from...
2007-02-08 Eric AndersenMiguel Angel Alvarez writes:
2007-02-08 Mike Frysingerhandle file_name==NULL and file_name=="" as required...
2007-02-08 Mike Frysingerrevert previous change; reading POSIX spec some more...
2007-02-08 Mike Frysingerwe crash if the first argument to realpath() is non...
2007-02-08 Mike FrysingerPaul Brook writes:
2007-02-08 Mike Frysingerpull in features.h so we have access to config defines
2007-02-07 Paul Mundtsh crti.S needs features.h to resolve __HAVE_SHARED__...
2007-02-05 Mike Frysingerno need to duplicate WCHAR check
2007-02-05 Bernhard Reutner... - silence warning about using an undefined token
2007-02-05 Bernhard Reutner... - silence warning about using an undefined token
2007-02-05 Mike Frysingernew cheesy test by Denis Vlasenko to trigger fclose...
2007-02-04 Joakim TjernlundAdd support for PowerPC e500, libc part only.
2007-02-04 Mike Frysingerfixup includes so we compile again
2007-02-04 Mike Frysingerthe sun rpc code has too many alias violations to worry...
2007-02-04 Mike Frysingerfix compiling and touchup style
2007-02-04 Mike Frysingersync some stuff from glibc to fix test build failure
2007-02-02 Peter KjellerstedtMake sure struct stat is identical to struct stat64 if
2007-02-02 Eric Andersenuse sane line breaks
2007-02-02 Mike Frysingerreplace bits/syscalls.h with a comment ... an empty...
2007-02-02 Eric AndersenRonald Maeder writes:
2007-02-02 Eric Andersenuse the correct lock for access to __nameserver[]
2007-02-02 Eric Andersenfix lock naming
2007-02-02 Eric AndersenRonald Maeder writes:
2007-02-02 Eric Andersenfix obvious bug in ipv4/ipv6 resolving. When not using...
2007-02-01 Mike Frysingerdrive home the point people should not be using _syscal...
2007-02-01 Mike Frysingerdocument future need for larger time values
2007-01-30 Bernhard Reutner... - should look if LFS is enabled as suggested by pkj...
2007-01-29 Bernhard Reutner... - fix compilation of GNU glob with !LFS
2007-01-29 Mike FrysingerRichard Sandiford writes:
2007-01-29 Bernhard Reutner... - s/if USE___THREAD/if defined USE___THREAD && USE___TH...
2007-01-29 Bernhard Reutner... - see if defined foo before trying to look at the value...
2007-01-29 Bernhard Reutner... - sync with glibc (and provide a check for icc).
2007-01-29 Mike Frysingerpull in unistd.h for syscall() prototype
2007-01-29 Mike Frysingeruse ifdef rather than if for stack direction
2007-01-29 Mike Frysingerfix from Atsushi Nemoto for displaying of 64bit types
2007-01-29 Mike Frysingerfix from Roman Kononov for reading in of 64bit types
2007-01-29 Mike Frysingermake sure reading 64bit types works
2007-01-29 Mike Frysingermake sure 64bit output is correct
2007-01-29 Mike Frysingersince these functions get exported, namespace the arguments
2007-01-29 Mike Frysingermark local function static
2007-01-29 Mike Frysingerfixup shadowed warnings
2007-01-29 Mike Frysingermark some funcs as noreturn
2007-01-29 Mike Frysingerfixup prototype warnings
2007-01-29 Mike Frysingercheck to see if __USE_FILE_OFFSET64 is defined rather...
2007-01-29 Mike Frysingermake error output a little more helpful
2007-01-29 Mike Frysingerfixup warnings
2007-01-29 Mike Frysingerfix test to work even if CPPFLAGS contains -DNDEBUG
2007-01-29 Mike Frysingersync some fixes from glibc
2007-01-29 Mike Frysingermissed an underscore in previous commit
2007-01-28 Mike FrysingerBernhard Fischer writes: add undef/nonnull warnings...
2007-01-28 Mike FrysingerBernhard Fischer writes: note how uClibc chooses to...
2007-01-28 Mike Frysingersync with glibc as pointed out by Bernhard Fischer
2007-01-28 Bernhard Reutner... - commentary typo fix
2007-01-28 Mike Frysingerfix from Bernd Schmidt to make sure _dl_debug_state...
2007-01-28 Mike Frysingeras pointed out by Jocke, use "2" for actual error messa...
2007-01-28 Mike Frysingerinitial waitid() implementation
next