Age | Commit message (Expand) | Author |
2012-06-15 | *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard | 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 | llseek.c: use off64_t instead of loff_t as in header | Peter S. Mazinger |
2012-06-15 | mmap64.c: use void * as in header, disable code that can't happen | Peter S. Mazinger |
2012-06-15 | avoid circular dependency in lseek and llseek, providing a stub lseek | Peter S. Mazinger |
2012-06-15 | getopt.h: cleanup header, remove anything already in cdefs.h | Peter S. Mazinger |
2012-06-15 | _stdio.c: pthread.h was already included by _stdio.h | Peter S. Mazinger |
2012-06-15 | handle the type mismatch of ftell[o] and fseek[o] if long int != off_t | 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 | resolv.c: shrink code a bit in getnameinfo. | Peter S. Mazinger |
2012-06-15 | addr.c: get rid of a compiler warning | 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: disable locking in setlogmask | Peter S. Mazinger |
2012-06-15 | ssp-local.c: make sure that -fstack-protector is not enabled when compiling file | 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 | tempname.c: remove unneeded attribute_hidden, change type to unsigned | Peter S. Mazinger |
2012-06-15 | wordexp.c: use vfork instead of fork on non-MMU archs | Peter S. Mazinger |
2012-06-15 | add LDSO_SAFE_RUNPATH config option | Peter S. Mazinger |
2012-06-15 | get_kernel_syms.c: reorganize, no need for attribute_unused in prototype | Peter S. Mazinger |
2012-06-15 | getgroups.c: reorganize, include param.h instead of defining MIN | Peter S. Mazinger |
2012-06-15 | _exit.c: add ABORT_INSTRUCTION | Peter S. Mazinger |
2012-06-15 | stdlib.c: remove comment about _Exit, it is provided in _exit.c | Peter S. Mazinger |
2012-06-15 | hppa/bits/atomic.h: include errno.h to get EFAULT/ENOSYS | Peter S. Mazinger |
2012-06-15 | add lcong48[_r] | Peter S. Mazinger |
2012-06-15 | getpt.c: no need for hidden posix_openpt | Peter S. Mazinger |
2012-06-15 | _exit.c: include the proper headers | Peter S. Mazinger |
2012-06-15 | munmap.c: do not include unistd.h | Peter S. Mazinger |
2012-06-15 | PORTING: remove obsolete comment about readelf | Peter S. Mazinger |
2012-06-15 | dl-iterate-phdr.c: no need for visible __dl_iterate_phdr, make it static | Peter S. Mazinger |
2012-06-15 | posix_fadvise: make posix_fadvise[64] similar on all archs | Peter S. Mazinger |
2012-06-15 | i386/posix_fadvise64: remove fallback code, uClibc does not do that | Peter S. Mazinger |
2012-06-15 | splice,sync_file_range: mark them as GNU extensions | Peter S. Mazinger |
2012-06-15 | tee,vmsplice: mark them as GNU extensions | Peter S. Mazinger |
2012-06-15 | readahead.c: add correct guards | Peter S. Mazinger |
2012-06-15 | cacheflush.c: compile only if __NR_cacheflush is available | Peter S. Mazinger |
2012-06-15 | dl-defs.h: avoid including dl-sysdep.h if compiling hostutils | Peter S. Mazinger |
2012-06-15 | mips/README: fix comment about file from which functions were copied | Peter S. Mazinger |
2012-06-15 | utils: expand search path to find dl-sysdep.h | Peter S. Mazinger |
2012-06-15 | _collate.c: avoid initialization warning | Peter S. Mazinger |
2012-06-15 | _fpmaxtostr.c: align comments, no code change | Peter S. Mazinger |
2012-06-15 | arm: avoid 2 compiler warnings | Peter S. Mazinger |
2012-06-15 | ldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.so | Peter S. Mazinger |
2012-06-15 | sh: remove longjmp.c, the common is good for sh | Peter S. Mazinger |
2012-06-15 | sh: add back clone and vfork for non-NPTL | Peter S. Mazinger |
2012-06-15 | Rules.mak: add ldso search paths independently of NPTL | Peter S. Mazinger |
2012-06-15 | uClibc_pthread.h: remove __pthread_mutex_destroy, unused | Peter S. Mazinger |
2012-06-15 | adapt regex to new regex.h | Peter S. Mazinger |