Age | Commit message (Expand) | Author |
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 | libc-internal.h: provide dummy attribute_tls_model_ie and __thread for non TL... | 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 | wait.h: resource.h is included already, rusage is defined | Peter S. Mazinger |
2012-06-15 | signal.h: disable sigreturn prototype | Peter S. Mazinger |
2012-06-15 | signal.h: disable ssignal and gsignal | Peter S. Mazinger |
2012-06-15 | link.h: guard TLS related internals of struct link_map with _LIBC | Peter S. Mazinger |
2012-06-15 | alphasort*.c: use strcoll instead of strcmp to support locales | Peter S. Mazinger |
2012-06-15 | s_scalbn.c: since we have strong_alias_untyped now, use it | 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 | k_standard.c: guard scalb[f] related (unused) code with SUSV3_LEGACY | Peter S. Mazinger |
2012-06-15 | mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_proto | Peter S. Mazinger |
2012-06-15 | libm: remove superfluos attribute_hidden, the one in prototype is enough | Peter S. Mazinger |
2012-06-15 | libm: change j0 to _j0 and y1 to _y1 to avoid shadow warning | Peter S. Mazinger |
2012-06-15 | update partially string.h and strings.h | Peter S. Mazinger |
2012-06-15 | dirstream.h: remove unused constants | Peter S. Mazinger |
2012-06-15 | quota.h: update, but keep old functionality | Peter S. Mazinger |
2012-06-15 | stdio.h: update partially, mainly for POSIX 2008 | Peter S. Mazinger |
2012-06-15 | unistd.h: partial update, mostly related to POSIX 2008 | Peter S. Mazinger |
2012-06-15 | make __uClibc_fini() hidden | Peter S. Mazinger |
2012-06-15 | netdb.h: partial update, adding some __USE_MISC/__USE_GNU guards | Peter S. Mazinger |