OSDN Git Service

uclinux-h8/uClibc.git
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
2007-01-28 Mike Frysingerneed string.h for memset()
2007-01-28 Mike Frysingernote 0.9.28.1 release
2007-01-28 Mike Frysingerits a new year
2007-01-28 Mike Frysingermake sure we clear out the buffer so that random garbag...
2007-01-28 Mike FrysingerPaul Brook writes:
2007-01-28 Mike Frysingerfix typo as pointed out by Tony Wu and cleanup source
2007-01-28 Mike Frysingerdont rely on random stack state to trigger this issue...
2007-01-28 Mike Frysingernew test taken from stat issue with new tar
2007-01-28 Mike Frysingeruse .bz2 rather than .gz
2007-01-27 Mike Frysingerfix from blackfin repo: Jie Zhang writes: update __kern...
2007-01-27 Mike Frysingerfix from blackfin repo: Jie Zhang writes: Passing NULL...
2007-01-26 Bernhard Reutner... - fix format of comment
2007-01-26 Mike Frysingerdont actually have to worry about local changes as...
2007-01-26 Joakim TjernlundFix libdl bug reported by Cedric Hombourger in
2007-01-24 Mike Frysingerfix from Bryan Wu: return NULL upon error, not the...
2007-01-22 Peter KjellerstedtRecognize _SC_MONOTONIC_CLOCK in sysconf() even if...
2007-01-21 Bernhard Reutner... - repair misplaced #endif that got introduced in r17410...
2007-01-20 "Steven J.... Disable declarations for NPTL.
2007-01-20 "Steven J.... The case for _SC_MONOTONIC_CLOCK should only exist...
2007-01-20 Bernhard Reutner... - Trim superfluous trailing whitespace. No obj-code...
next