OSDN Git Service

uclinux-h8/uClibc.git
2006-01-23 Peter S. MazingerMake i386 build w/ -std=c99 (almost)
2006-01-23 Peter S. MazingerChange to build w/ -std=c99
2006-01-23 Peter S. Mazingers/_GNU_SOURCE/__USE_GNU/
2006-01-23 Peter S. MazingerReorganize a bit and mark tdestroy as GNU extension
2006-01-23 Peter S. MazingerMark __assert as noreturn
2006-01-23 Peter S. MazingerGuard hidden prototypes accordingly
2006-01-23 Peter S. MazingerAdd some attribute_noreturn, replace __attribute__...
2006-01-23 Peter S. MazingerGet rid of nested warnings
2006-01-23 Peter S. MazingerCorrect memcpy use
2006-01-23 Peter S. MazingerAdd __longjmp prototype
2006-01-23 Peter S. MazingerSync w/ glibc
2006-01-23 Bernhard Reutner... - __td_debug is only needed if NDEBUG is not defined.
2006-01-23 Peter S. MazingerRemove redundancy and move hidden prototypes around
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-22 Peter S. MazingerAllow to be used in bits/syscalls.h even if _GNU_SOURCE...
2006-01-22 Mike Frysingergrab alpha version of mman.h from glibc
2006-01-21 Mike Frysingerimport syscall from glibc
2006-01-21 Mike Frysingerfix building on 64bit hosts
2006-01-21 Mike Frysingerfix building on 64bit hosts
2006-01-21 Mike Frysingerfix unused warnings
2006-01-21 Mike Frysingerdont force linuxthreads db if debugging is enabled
2006-01-21 Bernhard Reutner... - fix typo in comment.
2006-01-21 Peter S. MazingerRemove old comment
2006-01-21 Peter S. MazingerAnother __sigprocmask
2006-01-21 Peter S. MazingerRemove other __sigprocmask occurences, even if unused...
2006-01-21 Peter S. MazingerCorrect sigprocmask undefined for sh and remove the...
2006-01-21 Peter S. MazingerConvert l*seek too to use __typeof
2006-01-21 Peter S. MazingerUse __typeof instead of adding full prototypes
2006-01-20 Mike Frysingerneed prototype to fix sigaction warnings
2006-01-20 Mike Frysingergrab syscall macros from the kernel
2006-01-20 Mike Frysinger.set doesnt work on alpha
2006-01-20 Mike Frysingerfix building on alpha
2006-01-20 Mike Frysingerneed sys/syscall.h for __NR_fork define
2006-01-20 Mike Frysingerfix building on alpha
2006-01-20 Mike Frysingerneed unistd.h for brk prototype
2006-01-20 Mike Frysingerfix building/warnings on 64bit arches
2006-01-20 Mike Frysingerfix warning when sizeof uchar_t is 8 bits
2006-01-20 Mike Frysingerdisable deprecated warnings for some files
2006-01-20 Mike Frysingergrab some macros for internal ldso usage and fix strong...
2006-01-20 Peter S. MazingerCorrect comments, thx vapier
2006-01-20 Peter S. MazingerSplit out libc-symbols.h from libc-internal.h, use...
2006-01-20 Mike Frysingerdidnt mean to commit the FENV option just yet
2006-01-20 Peter S. MazingerAdd -D_GNU_SOURCE to CFLAGS, else openpty picks the...
2006-01-20 Peter S. MazingerCorrect wordexp, I have hidden for now __libc_arg[c...
2006-01-20 Peter S. MazingerCorrection if UNIX98PTY_ONLY is not enabled
2006-01-20 Peter S. MazingerUse libm_ARCH_DIR and cleanup all possible archs
2006-01-20 Mike Frysingermove some generic arch rules up a level to remove dupli...
2006-01-20 Mike Frysingers/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix...
2006-01-20 Mike Frysingerupdate copyright years
2006-01-20 Mike Frysingermove the sh64 code out of the sh header
2006-01-19 Mike Frysingerfix breakage from HAVE_ELF removal and standardize...
2006-01-19 Peter S. Mazingerno need for libm_DEF
2006-01-19 Peter S. MazingerAdd multi to libintl
2006-01-19 Peter S. MazingerWith one source or syscall only sources there is no...
2006-01-19 Peter S. MazingerForgotten about the clean target
2006-01-19 Peter S. MazingerAdd multi support to linuxthread_db
2006-01-19 Peter S. MazingerCorrect strip display in multi mode
2006-01-19 Peter S. MazingerAdd multi support to libm, remove lib*-multi-y, unneeded
2006-01-19 Peter S. MazingerRemove HAVE_ELF
2006-01-19 Peter S. MazingerGet rid of *_SYMBOL_PREFIX
2006-01-19 Peter S. MazingerImport some need bits from glibc to libc-internal.h...
2006-01-19 Peter S. MazingerChange to sane defaults
2006-01-19 Peter S. MazingerRemove MMAP_HAS_6_ARGS
2006-01-19 Mike Frysingerwould help if i used the right variable name ...
2006-01-19 Mike FrysingerFrank Mehnert writes:
2006-01-19 Mike Frysingerupdate sparc code using x86_64 as a template
2006-01-19 Mike Frysingerfirst pass at updating sparc ldso with code from glibc
2006-01-19 Mike Frysingerupdate syscall macros so both ldso and libc can use...
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2006-01-19 Mike Frysingernote a few more places where glibc stores their stuff
2006-01-19 Peter S. MazingerCorrect unimportant typo
2006-01-19 Eric AndersenSome minor updates. Looked pretty good as-is.
2006-01-19 Eric AndersenJoseph S. Myers writes:
2006-01-19 Eric AndersenJoseph S. Myers writes:
2006-01-19 Mike Frysingerinitial attempt at documenting how to port uClibc
2006-01-19 Mike Frysingergive a little info as to what the file should contain
2006-01-19 Mike Frysingergive a little info as to what the file should contain
2006-01-18 Mike Frysingers/HAS_FPU/UCLIBC_HAS_FPU/
2006-01-18 Mike Frysingerchange HAS_FPU to UCLIBC_HAS_FPU since the define will...
2006-01-18 Mike Frysingerfix UCLIBC_STATIC_LDCONFIG location in menus and touchu...
2006-01-18 Mike Frysingerold
2006-01-18 Mike Frysingersync fenv.h with glibc
2006-01-18 Peter S. MazingerRemove unused CLOCK_IDFIELD_SIZE, not in glibc
2006-01-18 Peter S. MazingerAdd target strip command and use it, also disable for...
2006-01-18 Peter S. MazingerAdd IMA build rules
2006-01-18 Peter S. Mazingermodify IMA compiling rule and add linking rule
2006-01-18 Peter S. MazingerDon't include twice features.h and correct typo
2006-01-18 Peter S. MazingerMake gcc4 happy as well
2006-01-18 Mike Frysingercheck for signal existence rather than using arch defines
2006-01-18 Mike Frysingerget rid of alpha defines
2006-01-18 Mike Frysingerget rid of arch specific checks
2006-01-17 Peter S. Mazingercorrect prototypes and 1 reloc less
2006-01-17 Peter S. MazingerBuild if GETC_MACRO use is disabled
2006-01-17 Peter S. MazingerRemove unused prototypes
2006-01-17 Peter S. MazingerAdd libc_pthread_init to libc.a as well, should correct...
2006-01-17 Peter S. MazingerRemove __P() and add attribute_hidden to internal proto...
2006-01-17 Peter S. MazingerRemove explicit signgam prototype, use header instead
2006-01-17 Peter S. Mazingerlast math related global data reloc (_LIB_VERSION)...
2006-01-17 Mike Frysingeruse the 6-arg version of mmap where available
2006-01-17 Mike Frysingercut out unused code
next