Age | Commit message (Expand) | Author |
2012-06-15 | ruserpass.c: needs stdio_ext.h only if threads are enabled | Peter S. Mazinger |
2012-06-15 | rcmd.c: no need for stdio_ext.h | Peter S. Mazinger |
2012-06-15 | xdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_t | Peter S. Mazinger |
2012-06-15 | svc_auth.c: use same prototypes as in svc_authux.c | Peter S. Mazinger |
2012-06-15 | pmap_rmt.c: do not undefine _POSIX_SOURCE, it is anyway too late | Peter S. Mazinger |
2012-06-15 | rpc: remove unused USE_IN_LIBIO guarded code | Peter S. Mazinger |
2012-06-15 | arc4random.c: replace a comment | Peter S. Mazinger |
2012-06-15 | stdlib.h, arc4random.c: fix arc4random return type to u_int32_t | Peter S. Mazinger |
2012-06-15 | arc4random.c: use smallint for rs_initialized | Peter S. Mazinger |
2012-06-15 | arc4random.c: move arc4_getbyte up | Peter S. Mazinger |
2012-06-15 | resolv.c: remove duplicated attribute_hidden | Peter S. Mazinger |
2012-06-15 | ntohl.c: simplify and shrink ntohl and friends | Peter S. Mazinger |
2012-06-15 | geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/ | Peter S. Mazinger |
2012-06-15 | nios[2]/crt1.S: remove unused _stdio_init,_stdio_term and __h_errno_location | Peter S. Mazinger |
2012-06-15 | dl-osinfo.h: include needed headers | Peter S. Mazinger |
2012-06-15 | __xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untyped | Peter S. Mazinger |
2012-06-15 | stdlib.c: get rid of the compiler workarounds by using strong_alias_untyped | Peter S. Mazinger |
2012-06-15 | tsd.c: fix comment | Peter S. Mazinger |
2012-06-15 | alphasort*.c: use strcoll instead of strcmp to support locales | Peter S. Mazinger |
2012-06-15 | scandir,readdir[_t]: use one common source for X() and X64() | Peter S. Mazinger |
2012-06-15 | versionsort*.c, alphasort*.c: do not need *64 compiled for __WORDSIZE = 64 | Peter S. Mazinger |
2012-06-15 | dirent.h: use __ssize_t instead of ssize_t | Peter S. Mazinger |
2012-06-15 | move __getdents[64] prototypes to dirent.h | Peter S. Mazinger |
2012-06-15 | math: avoid jump relocation in libm | Peter S. Mazinger |
2012-06-15 | mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_proto | Peter S. Mazinger |
2012-06-15 | dirstream.h: remove unused constants | Peter S. Mazinger |
2012-06-15 | stdio.h: update partially, mainly for POSIX 2008 | Peter S. Mazinger |
2012-06-15 | make __uClibc_fini() hidden | Peter S. Mazinger |
2012-06-15 | remove libc_hidden_proto(ioperm) from all headers except arm | Peter S. Mazinger |
2012-06-15 | no need for hidden lockf64 | Peter S. Mazinger |
2012-06-15 | utent.c, wtent.c: move functions from utxent.c | Peter S. Mazinger |
2012-06-15 | utent.c: go back to use static __X() functions without size increase | Peter S. Mazinger |
2012-06-15 | use fputwc in putwchar() | Peter S. Mazinger |
2012-06-15 | fputc.c, stdio.h: no need for hidden putc, putc_unlocked and fputc_unlocked | Peter S. Mazinger |
2012-06-15 | cleanup fork() | Peter S. Mazinger |
2012-06-15 | semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always defined | Peter S. Mazinger |
2012-06-15 | huge_val.h: add for vax | Peter S. Mazinger |
2012-06-15 | huge_vall.h: add for i386,ia64,m68k,sparc | Peter S. Mazinger |
2012-06-15 | posix_opt.h: update to POSIX 2008 | Peter S. Mazinger |
2012-06-15 | posix_opt.h: update to glibc's NPTL version | Peter S. Mazinger |
2012-06-15 | local_lim.h: add NPTL version for alpha,ia64,powerpc,sparc, update common | Peter S. Mazinger |
2012-06-15 | add jmpbuf-unwind.h and jmpbuf-offsets.h to avr32,c6x and xtensa | Peter S. Mazinger |
2012-06-15 | change __HAVE_FPU__ to __UCLIBC_HAS_FPU__ | Peter S. Mazinger |
2012-06-15 | cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.h | Peter S. Mazinger |
2012-06-15 | make use of jmpbuf-offsets.h and jmpbuf-unwind.h | Peter S. Mazinger |
2012-06-15 | jmpbuf-unwind.h: add NTPL related section | Peter S. Mazinger |
2012-06-15 | add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) | Peter S. Mazinger |
2012-06-15 | move *longjmp related prototypes to setjmp.h | Peter S. Mazinger |
2012-06-15 | libintl.h, clnt_perror.c: add fallback gettext(x) and use it for _(x) | Peter S. Mazinger |
2012-06-15 | getopt[-susv3].c: use libintl's _(x) | Peter S. Mazinger |