Commit History

Author SHA1 Message Date
  Peter S. Mazinger 39e02af41f setpgrp.c: remove unneeded header 14 years ago
  Peter S. Mazinger 0a18b6589d setgroups.c: move around some headers, always_inline syscall 14 years ago
  Peter S. Mazinger 4e171958a1 pause.c: no need for __UCLIBC_HIDE_DEPRECATED__, the code does not use old functions 14 years ago
  Peter S. Mazinger 6507c3b84d correct sendfile for 32/64 bit archs 14 years ago
  Peter S. Mazinger f95e1b4c61 prctl.c: no need to include stdarg.h and extern 14 years ago
  Peter S. Mazinger 87be6cadfc sched_getaffinity.c: mark syscall as __always_inline 14 years ago
  Peter S. Mazinger 29ba11d605 sched_setaffinity.c: make use of the syscall 14 years ago
  Peter S. Mazinger af58093c14 rename.c: simplify code, include only necessary headers 14 years ago
  Peter S. Mazinger 7c966f5242 pivot_root.c: move prototype into guard 14 years ago
  Peter S. Mazinger 6b3453a651 poll.c: do not inline syscall 14 years ago
  Peter S. Mazinger 06419c7f9c ppoll: no need for hidden version 14 years ago
  Peter S. Mazinger cef1f9517c no need for hidden __sigpause, use an internal static function 14 years ago
  Peter S. Mazinger c28cabb179 Reorder includes and include only what is necessary 14 years ago
  Peter S. Mazinger e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard 14 years ago
  Peter S. Mazinger a4b93f0bef openat*: use a static function with the different type and strong_alias_untyped 14 years ago
  Peter S. Mazinger 67b8585dea llseek.c: use off64_t instead of loff_t as in header 14 years ago
  Peter S. Mazinger f1c42c9e74 mmap64.c: use void * as in header, disable code that can't happen 14 years ago
  Peter S. Mazinger 29a778aa19 avoid circular dependency in lseek and llseek, providing a stub lseek 14 years ago
  Peter S. Mazinger 5415f7aa53 getopt.h: cleanup header, remove anything already in cdefs.h 14 years ago
  Peter S. Mazinger 28882f0645 _stdio.c: pthread.h was already included by _stdio.h 14 years ago
  Peter S. Mazinger 2431e3c401 handle the type mismatch of ftell[o] and fseek[o] if long int != off_t 14 years ago
  Peter S. Mazinger 7049cfee24 signal: cleanup, include only headers that are needed 14 years ago
  Peter S. Mazinger 95a2ed3551 add simplified __sigemptyset for internal use 14 years ago
  Peter S. Mazinger d9f20698ed resolv.c: shrink code a bit in getnameinfo. 14 years ago
  Peter S. Mazinger d33a8aba6a addr.c: get rid of a compiler warning 14 years ago
  Peter S. Mazinger acda777b7f types.h: both icc and tendra support long long 14 years ago
  Peter S. Mazinger 5c7e1909e1 ssp: rework, sync messages with the ones in glibc 14 years ago
  Peter S. Mazinger c9a9baab4f syslog.c: disable locking in setlogmask 14 years ago
  Peter S. Mazinger 631049ff3a ssp-local.c: make sure that -fstack-protector is not enabled when compiling file 14 years ago
  Peter S. Mazinger daace91624 syslog.c: no need for hidden vsyslog, use a static __vsyslog instead 14 years ago