Histórico de Commits

Autor SHA1 Mensagem Data
  Yoshinori Sato 7b495396fb __ARCH_HAS_DEPRECATED_SYSCALLS__ case fix. getdents is deprecated. há 8 anos atrás
  Markos Chandras 92b784d6a5 getdents: Use getdents64 if arch does not have the getdents syscall há 11 anos atrás
  Peter S. Mazinger c28cabb179 Reorder includes and include only what is necessary há 13 anos atrás
  Peter S. Mazinger 329befa261 dirent.h: use __ssize_t instead of ssize_t há 13 anos atrás
  Peter S. Mazinger eb8a5ab353 move __getdents[64] prototypes to dirent.h há 13 anos atrás
  Mike Frysinger fd826c72f8 new helper funcs for alloca/malloc with mmu/nommu há 14 anos atrás
  Atsushi Nemoto 7160571c5e getdents: Fix mips64 build há 14 anos atrás
  Denis Vlasenko f5773054ef fix breakage in x86_64 defconfig há 15 anos atrás
  Carmelo Amoroso 0f0f20abd2 Move kernel-features.h header from the linuxthread directory há 15 anos atrás
  Denis Vlasenko b133fe1cac next portion of libc_hidden_proto removal há 15 anos atrás
  Bernhard Reutner-Fischer fc44a577aa - trim superfluous ';'. No objcode changes há 15 anos atrás
  Bernhard Reutner-Fischer 694525ec2e - tidy up inline: há 15 anos atrás
  Carmelo Amoroso 33bcf73355 Use getdents syscall if kernel provide supports for this há 15 anos atrás
  Bernhard Reutner-Fischer 1f020b1786 - trim any trailing whitespace há 16 anos atrás
  Bernhard Reutner-Fischer f1775381f9 - fix inline keyword há 16 anos atrás
  Denis Vlasenko 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block há 16 anos atrás
  Eric Andersen db411e0e20 prepare to later remove bits/kernel_types.h from bits/types.h há 17 anos atrás
  Mike Frysinger e8b1c6749b Atsushi Nemoto writes: Some archs (such as mips64) do not have getdents64 syscall but have getdents syscall. Define alias for it. há 18 anos atrás
  Peter S. Mazinger a0f9202936 Kill 2 signedness warnings há 18 anos atrás
  Peter S. Mazinger 24d6be40bc Move hidden prototypes to proper place and get rid of duplicate hidden há 18 anos atrás
  Mike Frysinger 40699dc713 we cant simply alias getdents to getdents64 as they deal with structures of different sizes on 32bit hosts há 18 anos atrás
  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) há 18 anos atrás
  Mike Frysinger 28db421a4b create local prototypes to shutup warnings há 18 anos atrás
  Peter S. Mazinger 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright há 18 anos atrás
  Peter S. Mazinger af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed há 18 anos atrás
  Peter S. Mazinger f32600208f Convert all users of earlier hiddens há 18 anos atrás
  Mike Frysinger 9ac20d30b1 only define offsetof macro if it isnt already defined há 18 anos atrás
  Peter S. Mazinger ab793b00a8 Kill 2 redefine warnings w/ gcc-4.x há 18 anos atrás
  Peter S. Mazinger 8a0b43005a Hide mostly used functions há 18 anos atrás
  Mike Frysinger 2b3e16cb62 get rid of unused sysdep.h header há 18 anos atrás