OSDN Git Service

uclinux-h8/uClibc.git
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-26 "Jan-Benedict... Really define, not undefine the crash statement...
2006-01-26 "Jan-Benedict... Allow for targets that don't know about signed zero...
2006-01-26 Peter S. MazingerEnable gcvt in header, we build it
2006-01-26 Peter S. MazingerCorrect mips, does mips ever be similar to others ;-(
2006-01-25 Peter S. MazingerGuard the use of sigreturn as in x86_64, thx blindvt
2006-01-25 Peter S. Mazingerhidden_strong_alias gone and won't be added back becaus...
2006-01-25 Peter S. MazingerModify the earlier changes, because libc-lock reference...
2006-01-25 Peter S. MazingerUse #define __NR_vfork __NR_fork consistently
2006-01-25 Peter S. Mazingererror_message_count got lost
2006-01-25 Peter S. Mazingermake use of the internals provided earlier
2006-01-25 Peter S. MazingerKeep only hidden __pthread_mutex_* used in libc, change...
2006-01-25 Peter S. MazingerRemove unused prototype
2006-01-25 Peter S. Mazingeruser internal versions of waitpid/raise/nanosleep
2006-01-25 Peter S. Mazingerprovide internal nanosleep/waitpid/sigaction/raise
2006-01-25 Peter S. Mazingerlongjmp should use __libc_longjmp, use __typeof again...
2006-01-25 Peter S. Mazingers/IS_IN_linuxthreads/IS_IN_libpthread/
2006-01-24 Mike Frysingerfirst (broken) pass at updating to new crt style
2006-01-24 Mike Frysingertouchup page a bit to try and be clearer about which...
2006-01-24 Peter S. MazingerGet rid of a shadow warning
2006-01-24 Peter S. Mazingeradd noreturn for *longjmp
2006-01-24 Peter S. Mazinger__longjmp/__libc_longjmp as noreturn
2006-01-24 Bernhard Reutner... - make sure that icc generates bits/sysnum.h
2006-01-24 Peter S. Mazingerwaitpid undefined
2006-01-24 Peter S. MazingerHope to mips build
2006-01-24 Peter S. Mazingeruse __typeof for all __libc_x prototypes, do not need...
2006-01-24 Peter S. MazingerDon't use __getpid/__getpagesize
2006-01-24 Peter S. Mazingerfork/vfork weak in libc, strong in libpthread
2006-01-24 Bernhard Reutner... - use keywords __asm__ and __inline__ c99.
2006-01-24 Peter S. MazingerMove threads header to proper location
2006-01-24 Peter S. MazingerConvert all the strong_aliases to weak that are cancela...
2006-01-24 Peter S. MazingerUse __typeof for __libc*longjmp
2006-01-24 Peter S. MazingerUse __typeof for __longjmp, remove alias to longjmp...
2006-01-24 Peter S. MazingerUse wildcard *.c for full rpc, update copyright
2006-01-24 Peter S. Mazingers/svc_auth_unix.c/svc_authux.c/
2006-01-24 Peter S. Mazingers/rpc_callmsg.c/rpc_cmsg.c/ for non-full rpc as well
2006-01-23 Peter S. MazingerRemove unneeded _GNU_SOURCE
2006-01-23 Mike Frysingersync with glibc
2006-01-23 Mike Frysingercleanup and use the style of other *64 funcs
2006-01-23 Mike Frysingerdepend on ldso
2006-01-23 Mike Frysingerkill off redefined warnings
2006-01-23 Peter S. MazingerAdd more warnings, for release we should guard later...
2006-01-23 Mike Frysingeradd support for arch_prctl() (only used on x86_64 atm)
2006-01-23 Mike Frysingerfix building with gcc4
2006-01-23 Peter S. Mazingerlongjmp missed, remove sh version, it's the same as...
2006-01-23 Peter S. Mazingermake sigaction/raise/sigwait/siglongjmp/longjmp weak_al...
2006-01-23 Peter S. Mazingertypo
2006-01-23 Peter S. MazingerTry to correct stat64/stat issue, vapier please check...
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
next