Age | Commit message (Expand) | Author |
2012-06-15 | resolv.c: include param.h and use MIN instead of min | Peter S. Mazinger |
2012-06-15 | sa_len.c: do not include ipx.h, the IPX code is disabled | Peter S. Mazinger |
2012-06-15 | getaddrinfo.c: replace #if SALEN with #if 0 | Peter S. Mazinger |
2012-06-15 | change __asm to __asm__ and __volatile to __volatile__ | Peter S. Mazinger |
2012-06-15 | pwd_grp_internal.c: do not include pthread.h | Peter S. Mazinger |
2012-06-15 | allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unused | Peter S. Mazinger |
2012-06-15 | setjmp.h: move __sigjmp_save prototype for consistency | Peter S. Mazinger |
2012-06-15 | allocsigrt.c: provide proper crrent_rtmin for LT new | Peter S. Mazinger |
2012-06-15 | locale.c, uClibc_locale.h: provide hidden __curlocale[_set] | Peter S. Mazinger |
2012-06-15 | *_strerror_r.c: keep all occurences in sync with string.h | Peter S. Mazinger |
2012-06-15 | err.c: add attribute_noreturn to static functions | Peter S. Mazinger |
2012-06-15 | err.c, err.h: no need for hidden functions | Peter S. Mazinger |
2012-06-15 | rpc: constify some more data | Peter S. Mazinger |
2012-06-15 | clnt_generic.c: whitespace only, no code change | Peter S. Mazinger |
2012-06-15 | pm_getmaps.c: change __close to close (even though unused) | Peter S. Mazinger |
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 |