Age | Commit message (Expand) | Author |
2012-06-15 | socketcalls.c: rewrite to use cancel.h | Peter S. Mazinger |
2012-06-15 | rework cancellation for sigwait, sigtimedwait and sigwaitinfo | Peter S. Mazinger |
2012-06-15 | lseek, lseek64: add cancellation for all THREADS | Peter S. Mazinger |
2012-06-15 | sigsuspend.c: add cancellation support independently of rt_sigsuspend | Peter S. Mazinger |
2012-06-15 | fcntl: add cancellation to fcntl64, use cancel.h | Peter S. Mazinger |
2012-06-15 | waitpid.c: provide __waitpid_nocancel, use cancel.h | Peter S. Mazinger |
2012-06-15 | open.c: add cancellation using cancel.h | Peter S. Mazinger |
2012-06-15 | select: adapt cancelation to use cancel.h | Peter S. Mazinger |
2012-06-15 | fork: provide __libc_fork only if THREADS are enabled | Peter S. Mazinger |
2012-06-15 | add cancellation for read, write, close | Peter S. Mazinger |
2012-06-15 | endian.h: add some handy macros to be used in syscalls | Peter S. Mazinger |
2012-06-15 | cancel.h: add generic file to ease cancellation support | Peter S. Mazinger |
2012-06-15 | wait4.c: provide hidden __wait4_nocancel independent of any guards | Peter S. Mazinger |
2012-06-15 | umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC | Peter S. Mazinger |
2012-06-15 | provide stime and settimeofday functions if at least one of the syscalls is a... | Peter S. Mazinger |
2012-06-15 | ppoll: no need for hidden version | Peter S. Mazinger |
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 |