OSDN Git Service

uclinux-h8/uClibc.git
2006-01-27 Peter S. Mazingeruse attribute_unused instead of hardcoded
2006-01-27 Peter S. Mazingerremove comment
2006-01-27 Peter S. MazingerDisabled NULL error_print_progname, useless
2006-01-27 Peter S. MazingerUpdate copyright and comment
2006-01-27 Peter S. MazingerSome warnings go away
2006-01-27 Peter S. MazingerAdd some prototypes to arch specific pread_write.c...
2006-01-27 Peter S. MazingerAdd back explicit prototype, archs miss sys/io.h, remov...
2006-01-27 Peter S. Mazingers|sys/perm.h|sys/io.h|, thx vapier
2006-01-27 "Jan-Benedict... The VAX gas cannot (yet) cope with the tricks played...
2006-01-27 Mike Frysingerupdate copyright
2006-01-27 Mike Frysingerjust exec the cat
2006-01-27 Mike Frysingertry at crt1 code by tweaking crt0.c and utilizing the...
2006-01-26 Mike FrysingerTobias no longer works for axis
2006-01-26 Mike Frysingerdisable -z now by default
2006-01-26 Mike Frysingertouchup style to match other arch versions
2006-01-26 Mike Frysingermake sure we include the local sysdep.h header
2006-01-26 Mike Frysingerremove things that libc-symbols.h already defines for us
2006-01-26 Mike Frysingercris uses @ for asm line separations
2006-01-26 Mike FrysingerRicard Wanderlof writes:
2006-01-26 Peter S. Mazingerprototypes for threads too
2006-01-26 Peter S. MazingerSome more prototypes, enable missing-prototypes/declara...
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
next