OSDN Git Service

uclinux-h8/uClibc.git
2012-06-15 Peter S. Mazingerrcmd.c: no need for stdio_ext.h
2012-06-15 Peter S. Mazingerxdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_t
2012-06-15 Peter S. Mazingersvc_auth.c: use same prototypes as in svc_authux.c
2012-06-15 Peter S. Mazingerpmap_rmt.c: do not undefine _POSIX_SOURCE, it is anyway...
2012-06-15 Peter S. Mazingerrpc: remove unused USE_IN_LIBIO guarded code
2012-06-15 Peter S. Mazingerarc4random.c: replace a comment
2012-06-15 Peter S. Mazingerstdlib.h, arc4random.c: fix arc4random return type...
2012-06-15 Peter S. Mazingerarc4random.c: use smallint for rs_initialized
2012-06-15 Peter S. Mazingerarc4random.c: move arc4_getbyte up
2012-06-15 Peter S. Mazingerresolv.c: remove duplicated attribute_hidden
2012-06-15 Peter S. Mazingerntohl.c: simplify and shrink ntohl and friends
2012-06-15 Peter S. Mazingergeopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/
2012-06-15 Peter S. Mazingernios[2]/crt1.S: remove unused _stdio_init,_stdio_term...
2012-06-15 Peter S. Mazingerdl-osinfo.h: include needed headers
2012-06-15 Peter S. Mazinger__xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_...
2012-06-15 Peter S. Mazingerstdlib.c: get rid of the compiler workarounds by using...
2012-06-15 Peter S. Mazingertsd.c: fix comment
2012-06-15 Peter S. Mazingerwait.h: resource.h is included already, rusage is defined
2012-06-15 Peter S. Mazingersignal.h: disable sigreturn prototype
2012-06-15 Peter S. Mazingersignal.h: disable ssignal and gsignal
2012-06-15 Peter S. Mazingerlink.h: guard TLS related internals of struct link_map...
2012-06-15 Peter S. Mazingeralphasort*.c: use strcoll instead of strcmp to support...
2012-06-15 Peter S. Mazingers_scalbn.c: since we have strong_alias_untyped now...
2012-06-15 Peter S. Mazingerscandir,readdir[_t]: use one common source for X()...
2012-06-15 Peter S. Mazingerversionsort*.c, alphasort*.c: do not need *64 compiled...
2012-06-15 Peter S. Mazingerdirent.h: use __ssize_t instead of ssize_t
2012-06-15 Peter S. Mazingermove __getdents[64] prototypes to dirent.h
2012-06-15 Peter S. Mazingermath: avoid jump relocation in libm
2012-06-15 Peter S. Mazingerk_standard.c: guard scalb[f] related (unused) code...
2012-06-15 Peter S. Mazingermathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV...
2012-06-15 Peter S. Mazingerlibm: remove superfluos attribute_hidden, the one in...
2012-06-15 Peter S. Mazingerlibm: change j0 to _j0 and y1 to _y1 to avoid shadow...
2012-06-15 Peter S. Mazingerupdate partially string.h and strings.h
2012-06-15 Peter S. Mazingerdirstream.h: remove unused constants
2012-06-15 Peter S. Mazingerquota.h: update, but keep old functionality
2012-06-15 Peter S. Mazingerstdio.h: update partially, mainly for POSIX 2008
2012-06-15 Peter S. Mazingerunistd.h: partial update, mostly related to POSIX 2008
2012-06-15 Peter S. Mazingermake __uClibc_fini() hidden
2012-06-15 Peter S. Mazingernetdb.h: partial update, adding some __USE_MISC/__USE_G...
2012-06-15 Peter S. Mazingerremove libc_hidden_proto(ioperm) from all headers excep...
2012-06-15 Peter S. Mazingerno need for hidden lockf64
2012-06-15 Peter S. Mazingerutent.c, wtent.c: move functions from utxent.c
2012-06-15 Peter S. Mazingerutent.c: go back to use static __X() functions without...
2012-06-15 Peter S. Mazingeruse fputwc in putwchar()
2012-06-15 Peter S. Mazingerfputc.c, stdio.h: no need for hidden putc, putc_unlocke...
2012-06-15 Peter S. Mazingercleanup fork()
2012-06-15 Peter S. Mazingersemaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MA...
2012-06-15 Peter S. Mazingersemaphore.c: include limits.h before semaphore.h
2012-06-15 Peter S. Mazingerhuge_val.h: add for vax
2012-06-15 Peter S. Mazingerhuge_vall.h: add for i386,ia64,m68k,sparc
2012-06-15 Peter S. Mazingerposix_opt.h: update to POSIX 2008
2012-06-15 Peter S. Mazingerposix_opt.h: update to glibc's NPTL version
2012-06-15 Peter S. Mazingerlocal_lim.h: add NPTL version for alpha,ia64,powerpc...
2012-06-15 Peter S. Mazingertgmath.h: disable builtins
2012-06-15 Peter S. Mazingeradd jmpbuf-unwind.h and jmpbuf-offsets.h to avr32,c6x...
2012-06-15 Peter S. Mazingerchange __HAVE_FPU__ to __UCLIBC_HAS_FPU__
2012-06-15 Peter S. Mazingercleanup bits/setjmp.h of stuff moved to jmpbuf-offsets...
2012-06-15 Peter S. Mazingermake use of jmpbuf-offsets.h and jmpbuf-unwind.h
2012-06-15 Peter S. Mazingerjmpbuf-unwind.h: add NTPL related section
2012-06-15 Peter S. Mazingeradd jmpbuf-offsets.h and jmpbuf-unwind.h for all archs...
2012-06-15 Peter S. Mazingermove *longjmp related prototypes to setjmp.h
2012-06-15 Peter S. Mazingerlibintl.h, clnt_perror.c: add fallback gettext(x) and...
2012-06-15 Peter S. Mazingergetopt[-susv3].c: use libintl's _(x)
2012-06-15 Peter S. Mazingerregex_old.c: remove unneeded guard
2012-06-15 Peter S. Mazingerobstack.c: use libintl.h
2012-06-15 Peter S. Mazingerarm: consistency check OABI v. EABI
2012-06-15 Peter S. Mazingerwchar.h: SuSv compliance
2012-06-15 Peter S. Mazingerwchar.h: fix 2 typos in comments
2012-06-15 Peter S. Mazingeralpha/__syscall_rt_sigaction.S: make the function hidde...
2012-06-15 Peter S. Mazingerremove unneeded hidden sigwaitinfo
2012-06-15 Peter S. Mazingerno need for hidden sigtimedwait
2012-06-15 Peter S. Mazingersetjmp.h: sync with glibc
2012-06-15 Peter S. Mazingertgmath.h: sync with glibc
2012-06-15 Peter S. Mazingerparser_config.[ch]: remove duplicated hidden functions
2012-06-15 Peter S. Mazingersignal.h: move prototypes for __syscall_[rt_]sigaction...
2012-06-15 Peter S. Mazingerlibintl.h: add _(x) and N_(x) and use it everywhere
2012-06-15 Peter S. Mazingerlibc-internal.h: use a consistent prototype for __stack...
2012-06-15 Peter S. Mazingersignal.h: provide prototype for __libc_sigaction and...
2012-06-15 Peter S. Mazingercomplex.h: sync a bit glibc to guard properly
2012-06-15 Peter S. Mazingeruse one common prototype for _create_xid
2012-06-15 Peter S. Mazingerremove subdir include/internal on install
2012-06-15 Peter S. Mazingerrpc_private.h: change guard
2012-06-15 Peter S. Mazingerremove __FORCE_GLIBC
2012-06-15 Peter S. Mazingergetopt.c, getopt.h: avoid the need for __FORCE_GLIBC
2012-06-15 Peter S. Mazingerdo not include libc-internal.h
2012-06-15 Peter S. Mazingerlocale.h, xlocale.h: guard *locale functions correctly
2012-06-15 Peter S. Mazingerdo not include xlocale.h, it is included by locale...
2012-06-15 Peter S. Mazingersignal.h: disable sigvec() and guard related stuff...
2012-06-15 Peter S. Mazingertime.h: update and guard internals
2012-06-15 Peter S. Mazingerinet_addr.c, inet_makeaddr.c: used the correct section...
2012-06-15 Peter S. Mazingerrpc_msg.h: move xdr_accepted_reply and xdr_received_rep...
2012-06-15 Peter S. Mazingercrypt.h: use __const instead of const
2012-06-15 Peter S. Mazingerno need for hidden inet_ntoa_r
2012-06-15 Peter S. Mazingerremove unneeded hiddens for rtime, basename, strtof...
2012-06-15 Peter S. Mazingerdirent.h: disable getdirentries not provided by uClibc
2012-06-15 Peter S. Mazingerdirent.h: s:__XOPEN_2K8:__USE_XOPEN2K8:
2012-06-15 Peter S. Mazingerwordexp.c, sysconf.c: include ctype.h for isspace
2012-06-15 Bernhard Reutner... ldso: use .arm mode for resolver unconditionally
2012-06-13 Filippo Arcidiaconolibc: sh: fixed typo in ucontext header
2012-06-13 Bernhard Reutner... buildsys: prune pthread bits from arch headers
next