OSDN Git Service

uclinux-h8/uClibc.git
2006-01-29 Mike Frysingeruse typeof to create the prototype
2006-01-29 Peter S. MazingerAdd back the current glibc copyright notice, although...
2006-01-29 Mike Frysingerrename local i var to idx to get rid of shadow warning
2006-01-29 Mike Frysingerremove unneeded double reloc_type definition
2006-01-29 Mike Frysingermake sure clone/__clone are created properly
2006-01-29 Mike Frysingerdisable usage of .set
2006-01-29 Mike Frysingerrename _sys_result var to get rid of shadow warnings
2006-01-29 Mike Frysingercreate local prototype
2006-01-29 Mike Frysingermove linux-specific header to linux subdir
2006-01-29 Mike Frysingerrename resultvar to get rid of shadow warnings
2006-01-29 Mike Frysingerdeclare local prototype since we cant use system malloc.h
2006-01-29 Mike Frysingersync with glibc and rename local socket var to _socket
2006-01-29 Mike Frysingersync func def with glibc and dont include sys/socket...
2006-01-29 Mike Frysingersync comment with glibc and dont include sys/socket...
2006-01-29 Mike Frysingerrename to match glibc
2006-01-29 Mike Frysingerrename to match glibc
2006-01-29 Mike Frysingersync with glibc and rename socket vars to _socket
2006-01-29 Mike Frysingercreate local prototype for __libc_sigaction
2006-01-29 Mike Frysingerremove unneeded duplicate sid definition
2006-01-29 Mike Frysingersync with glibc
2006-01-29 Mike Frysingerrename local tty variable to not shadow tty func
2006-01-29 Mike Frysingerno point in redeclaring oldcount locally
2006-01-29 Mike Frysingerno point in declaring save_err locally
2006-01-29 Mike Frysingercreate local prototypes to shutup warnings
2006-01-29 Mike Frysingercreate a local prototype to shutup warnings
2006-01-29 Mike Frysingerjust use the common ptrace version
2006-01-29 Mike Frysingerrename exp to _exp for sake of shadow warnings
2006-01-29 Mike Frysingerchange variable names so we dont shadow others
2006-01-29 Mike Frysingeruse diff variable names so we dont shadow each other
2006-01-29 Mike Frysingerrename index variable to idx to "fix" shadow warning
2006-01-29 Mike Frysingerthe timer_* funcs have been implemented in librt so...
2006-01-29 Mike Frysingerundefine stupid defines from the kernel
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variable name
2006-01-29 Mike Frysingerremove excess whitespace
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variables
2006-01-29 Mike Frysingersync iruserfopen() prototype with glibc and remove...
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variable __rcmd_...
2006-01-29 Mike Frysingersmall sync with glibc
2006-01-27 Peter S. MazingerAdd split up multi sources,IMA compiling,build dependencies
2006-01-27 "Jan-Benedict... TODOs for the VAX port.
2006-01-27 Peter S. MazingerDo not build *64 and llseek, correct some failure when...
2006-01-27 "Jan-Benedict... First round of VAX patches. This isn't complete right...
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
next