Historial de Commits

Autor SHA1 Mensaje Fecha
  Waldemar Brodkorb 74ca8d6f5d remove UCLIBC_HAS_LFS hace 7 años
  Markos Chandras 92b784d6a5 getdents: Use getdents64 if arch does not have the getdents syscall hace 11 años
  Peter S. Mazinger e21479da34 *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard hace 13 años
  Peter S. Mazinger 329befa261 dirent.h: use __ssize_t instead of ssize_t hace 13 años
  Peter S. Mazinger eb8a5ab353 move __getdents[64] prototypes to dirent.h hace 13 años
  Mike Frysinger fd826c72f8 new helper funcs for alloca/malloc with mmu/nommu hace 14 años
  Denis Vlasenko f5773054ef fix breakage in x86_64 defconfig hace 15 años
  Denis Vlasenko cb97aadebf Last portion of libc_hidden_proto removal. hace 15 años
  Bernhard Reutner-Fischer fc44a577aa - trim superfluous ';'. No objcode changes hace 15 años
  Bernhard Reutner-Fischer 1f020b1786 - trim any trailing whitespace hace 16 años
  Bernhard Reutner-Fischer f1775381f9 - fix inline keyword hace 16 años
  Denis Vlasenko 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
  Eric Andersen db411e0e20 prepare to later remove bits/kernel_types.h from bits/types.h hace 17 años
  Peter S. Mazinger a0f9202936 Kill 2 signedness warnings hace 18 años
  Peter S. Mazinger 24d6be40bc Move hidden prototypes to proper place and get rid of duplicate hidden hace 18 años
  Mike Frysinger 40699dc713 we cant simply alias getdents to getdents64 as they deal with structures of different sizes on 32bit hosts hace 18 años
  Mike Frysinger bd5827f470 use just __getdents64 rather than either __getdents and __getdents64 when possible (saves space and gives us access to d_type most of the time) hace 18 años
  Mike Frysinger cfdee7ee02 we get d_type from the kernel so use it hace 18 años
  Mike Frysinger 28db421a4b create local prototypes to shutup warnings hace 18 años
  Peter S. Mazinger 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright hace 18 años
  Peter S. Mazinger af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed hace 18 años
  Peter S. Mazinger f32600208f Convert all users of earlier hiddens hace 18 años
  Mike Frysinger 9ac20d30b1 only define offsetof macro if it isnt already defined hace 18 años
  Peter S. Mazinger ab793b00a8 Kill 2 redefine warnings w/ gcc-4.x hace 18 años
  Peter S. Mazinger 8a0b43005a Hide mostly used functions hace 18 años
  Mike Frysinger 2b3e16cb62 get rid of unused sysdep.h header hace 18 años
  Peter S. Mazinger 5da06322c2 Hide more of stdio,getdents, use internal __raise hace 18 años
  Peter S. Mazinger 95927614a8 Use local copy of sysdep.h hace 18 años
  Eric Andersen 6d165d5c58 We need to have the size of struct dirent equal to the size of struct dirent64 hace 21 años
  Eric Andersen ace0567fd0 Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabled hace 21 años