Age | Commit message (Expand) | Author |
2012-06-15 | no need for hidden __sigpause, use an internal static function | Peter S. Mazinger |
2012-06-15 | openat*: use a static function with the different type and strong_alias_untyped | Peter S. Mazinger |
2012-06-15 | signal: cleanup, include only headers that are needed | Peter S. Mazinger |
2012-06-15 | add simplified __sigemptyset for internal use | Peter S. Mazinger |
2012-06-15 | types.h: both icc and tendra support long long | Peter S. Mazinger |
2012-06-15 | ssp: rework, sync messages with the ones in glibc | Peter S. Mazinger |
2012-06-15 | syslog.c: no need for hidden vsyslog, use a static __vsyslog instead | Peter S. Mazinger |
2012-06-15 | make UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS___PROGNAME independent... | Peter S. Mazinger |
2012-06-15 | getpt.c: no need for hidden posix_openpt | Peter S. Mazinger |
2012-06-15 | regex.h: sync with glibc, making it more POSIX-like | Peter S. Mazinger |
2012-06-15 | libdl.c: disable dlinfo | Peter S. Mazinger |
2012-06-15 | errno, h_errno: correct them for non-TLS | Peter S. Mazinger |
2012-06-15 | getpagesize.c, unistd.h: hide __pagesize | Peter S. Mazinger |
2012-06-15 | jmp-unwind.c: add hidden _longjmp_unwind | Peter S. Mazinger |
2012-06-15 | libc-symbols.h: fix weak functions handling | Peter S. Mazinger |
2012-06-15 | errno and *_init cleanup | Peter S. Mazinger |
2012-06-15 | signal.h: sync with glibc, mainly proper guards | Peter S. Mazinger |
2012-06-15 | stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.h | Peter S. Mazinger |
2012-06-15 | stdio.h: move uClibc specific parts to the common place for these changes | Peter S. Mazinger |
2012-06-15 | setjmp.h: move __sigjmp_save prototype for consistency | 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 | *_strerror_r.c: keep all occurences in sync with string.h | 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 | xdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_t | Peter S. Mazinger |
2012-06-15 | stdlib.h, arc4random.c: fix arc4random return type to u_int32_t | 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 | 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 | update partially string.h and strings.h | 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 | netdb.h: partial update, adding some __USE_MISC/__USE_GNU guards | 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 | 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 | posix_opt.h: update to glibc's NPTL version | Peter S. Mazinger |
2012-06-15 | tgmath.h: disable builtins | 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 | wchar.h: SuSv compliance | Peter S. Mazinger |
2012-06-15 | wchar.h: fix 2 typos in comments | Peter S. Mazinger |
2012-06-15 | remove unneeded hidden sigwaitinfo | Peter S. Mazinger |
2012-06-15 | no need for hidden sigtimedwait | Peter S. Mazinger |