Age | Commit message (Expand) | Author |
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 |
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 | semaphore.c: include limits.h before semaphore.h | 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 |