Khem Raj 3475673138 add posix_fadvise() for arm há 13 anos atrás
..
alpha fd355bc1db eventfd.h: Use new "bits/" scheme for arch-specific flags há 13 anos atrás
arm ee84b8b400 linux: posix_fadvise: use new SYSCALL_ALIGN_64BIT há 13 anos atrás
avr32 e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
bfin e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
c6x 0551bbbbe5 C6X: Remove DSBT in favour of FDPIC há 13 anos atrás
common 3475673138 add posix_fadvise() for arm há 12 anos atrás
common-generic cee1028b64 libc/sysdeps: Fix common-generic stat.h for BE part 2 há 13 anos atrás
cris e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
e1 e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
frv e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
h8300 e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
hppa fd355bc1db eventfd.h: Use new "bits/" scheme for arch-specific flags há 13 anos atrás
i386 c2c684f881 i386/sysdep.h: Remove STABS_* macros há 13 anos atrás
i960 e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
ia64 e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
m68k e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
metag 620908d8e5 libc/metag: add __kernel_long_t and __kernel_ulong_t há 12 anos atrás
microblaze e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
mips 2da958760f MIPS: set _NSIG to 128, not 129. This matches glibc. há 13 anos atrás
nios e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
nios2 e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
powerpc 564a95241f linux: pread/write: convert to SYSCALL_ALIGN_64BIT há 13 anos atrás
sh 564a95241f linux: pread/write: convert to SYSCALL_ALIGN_64BIT há 13 anos atrás
sh64 e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
sparc fd355bc1db eventfd.h: Use new "bits/" scheme for arch-specific flags há 13 anos atrás
v850 e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
vax e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
x86_64 e8cc14e59e libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT há 13 anos atrás
xtensa a20d9fe539 xtensa: fix atomic_decrement_if_positive() return value há 12 anos atrás
Makefile ba31c6c463 Remove TOPDIR há 21 anos atrás
Makefile.commonarch d0234b16d6 buildsys: use kbuild style há 13 anos atrás
Makefile.in 49d8a0e9c6 support building out-of-tree há 17 anos atrás
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures há 13 anos atrás

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for supported Linux architectures/CPUs. If you wanted to
port uClibc to some new Linux architecture (arm, mips, etc), this is the place
to add that support.

All stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory. However, for new architectures which are
using the generic syscalls in the Linux Kernel, the 'common-generic'
directory should be used instead as they all use identical interfaces for
the system calls.