Age | Commit message (Expand) | Author |
2012-06-15 | vfork: make all archs consistent | Peter S. Mazinger |
2012-06-15 | utime[s]: avoid circular dependency | Peter S. Mazinger |
2012-06-15 | ustat.c: always_inline syscall | Peter S. Mazinger |
2012-06-15 | uname.c,unlink.c: whitespace only | Peter S. Mazinger |
2012-06-15 | umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC | Peter S. Mazinger |
2012-06-15 | mount.c: whitespace only | Peter S. Mazinger |
2012-06-15 | times.c: whitespace only | Peter S. Mazinger |
2012-06-15 | umask.c: umask always succeeds, use _syscall_noerr1 | Peter S. Mazinger |
2012-06-15 | time.c: move included header for fallback case | Peter S. Mazinger |
2012-06-15 | gettimeofday.c: use the same type as in header | Peter S. Mazinger |
2012-06-15 | provide sysinfo stub | Peter S. Mazinger |
2012-06-15 | syscalls.h: remove unused headers | Peter S. Mazinger |
2012-06-15 | nanosleep.c, fsync.c: do not inline syscall, it is used twice | Peter S. Mazinger |
2012-06-15 | brk.c: remove libc_hidden_proto, always_inline syscall | Peter S. Mazinger |
2012-06-15 | sigsuspend.c: make build fail, if rt_sigsuspend is not available and NPTL is ... | Peter S. Mazinger |
2012-06-15 | symlink.c: Compile only if syscall is available | Peter S. Mazinger |
2012-06-15 | update acct.h | Peter S. Mazinger |
2012-06-15 | sync.c: simplify code | 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 | setuid.c: always_inline syscall | Peter S. Mazinger |
2012-06-15 | setsid.c: whitespace only | Peter S. Mazinger |
2012-06-15 | setpgrp.c: remove unneeded header | Peter S. Mazinger |
2012-06-15 | setgroups.c: move around some headers, always_inline syscall | Peter S. Mazinger |
2012-06-15 | pause.c: no need for __UCLIBC_HIDE_DEPRECATED__, the code does not use old fu... | Peter S. Mazinger |
2012-06-15 | correct sendfile for 32/64 bit archs | Peter S. Mazinger |
2012-06-15 | prctl.c: no need to include stdarg.h and extern | Peter S. Mazinger |
2012-06-15 | sched_getaffinity.c: mark syscall as __always_inline | Peter S. Mazinger |
2012-06-15 | sched_setaffinity.c: make use of the syscall | Peter S. Mazinger |
2012-06-15 | rename.c: simplify code, include only necessary headers | Peter S. Mazinger |
2012-06-15 | pivot_root.c: move prototype into guard | Peter S. Mazinger |
2012-06-15 | poll.c: do not inline syscall | Peter S. Mazinger |
2012-06-15 | ppoll: no need for hidden version | Peter S. Mazinger |
2012-06-15 | Reorder includes and include only what is necessary | Peter S. Mazinger |
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 | 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 | ssp-local.c: make sure that -fstack-protector is not enabled when compiling file | 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 | hppa/bits/atomic.h: include errno.h to get EFAULT/ENOSYS | 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 | 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 |