summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2012-06-15add cancellation for read, write, closePeter S. Mazinger
2012-06-15wait4.c: provide hidden __wait4_nocancel independent of any guardsPeter S. Mazinger
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2012-06-15utime[s]: avoid circular dependencyPeter S. Mazinger
2012-06-15ustat.c: always_inline syscallPeter S. Mazinger
2012-06-15uname.c,unlink.c: whitespace onlyPeter S. Mazinger
2012-06-15umount: make umount2 depend on UCLIBC_LINUX_SPECIFICPeter S. Mazinger
2012-06-15mount.c: whitespace onlyPeter S. Mazinger
2012-06-15times.c: whitespace onlyPeter S. Mazinger
2012-06-15umask.c: umask always succeeds, use _syscall_noerr1Peter S. Mazinger
2012-06-15time.c: move included header for fallback casePeter S. Mazinger
2012-06-15gettimeofday.c: use the same type as in headerPeter S. Mazinger
2012-06-15provide sysinfo stubPeter S. Mazinger
2012-06-15syscalls.h: remove unused headersPeter S. Mazinger
2012-06-15nanosleep.c, fsync.c: do not inline syscall, it is used twicePeter S. Mazinger
2012-06-15brk.c: remove libc_hidden_proto, always_inline syscallPeter S. Mazinger
2012-06-15sigsuspend.c: make build fail, if rt_sigsuspend is not available and NPTL is ...Peter S. Mazinger
2012-06-15symlink.c: Compile only if syscall is availablePeter S. Mazinger
2012-06-15update acct.hPeter S. Mazinger
2012-06-15sync.c: simplify codePeter S. Mazinger
2012-06-15provide stime and settimeofday functions if at least one of the syscalls is a...Peter S. Mazinger
2012-06-15setuid.c: always_inline syscallPeter S. Mazinger
2012-06-15setsid.c: whitespace onlyPeter S. Mazinger
2012-06-15setpgrp.c: remove unneeded headerPeter S. Mazinger
2012-06-15setgroups.c: move around some headers, always_inline syscallPeter S. Mazinger
2012-06-15pause.c: no need for __UCLIBC_HIDE_DEPRECATED__, the code does not use old fu...Peter S. Mazinger
2012-06-15correct sendfile for 32/64 bit archsPeter S. Mazinger
2012-06-15prctl.c: no need to include stdarg.h and externPeter S. Mazinger
2012-06-15sched_getaffinity.c: mark syscall as __always_inlinePeter S. Mazinger
2012-06-15sched_setaffinity.c: make use of the syscallPeter S. Mazinger
2012-06-15rename.c: simplify code, include only necessary headersPeter S. Mazinger
2012-06-15pivot_root.c: move prototype into guardPeter S. Mazinger
2012-06-15poll.c: do not inline syscallPeter S. Mazinger
2012-06-15ppoll: no need for hidden versionPeter S. Mazinger
2012-06-15no need for hidden __sigpause, use an internal static functionPeter S. Mazinger
2012-06-15Reorder includes and include only what is necessaryPeter S. Mazinger
2012-06-15*64.[cS]: use _lfs_64.h instead of features.h and remove LFS guardPeter S. Mazinger
2012-06-15openat*: use a static function with the different type and strong_alias_untypedPeter S. Mazinger
2012-06-15llseek.c: use off64_t instead of loff_t as in headerPeter S. Mazinger
2012-06-15mmap64.c: use void * as in header, disable code that can't happenPeter S. Mazinger
2012-06-15avoid circular dependency in lseek and llseek, providing a stub lseekPeter S. Mazinger
2012-06-15getopt.h: cleanup header, remove anything already in cdefs.hPeter S. Mazinger
2012-06-15_stdio.c: pthread.h was already included by _stdio.hPeter S. Mazinger
2012-06-15handle the type mismatch of ftell[o] and fseek[o] if long int != off_tPeter S. Mazinger
2012-06-15signal: cleanup, include only headers that are neededPeter S. Mazinger
2012-06-15add simplified __sigemptyset for internal usePeter S. Mazinger
2012-06-15resolv.c: shrink code a bit in getnameinfo.Peter S. Mazinger
2012-06-15addr.c: get rid of a compiler warningPeter S. Mazinger
2012-06-15types.h: both icc and tendra support long longPeter S. Mazinger
2012-06-15ssp: rework, sync messages with the ones in glibcPeter S. Mazinger