Joris Vink a80286d185 fix PTRAVE_EVENT_SECCOMP typo in ptrace.h 6 ani în urmă
..
aarch64 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
alpha 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
arc 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
arm 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
avr32 197a82dd6d fcntl.h: fixup namespace for O_DIRECTORY/O_NOFOLLOW/O_CLOEXEC 8 ani în urmă
bfin 197a82dd6d fcntl.h: fixup namespace for O_DIRECTORY/O_NOFOLLOW/O_CLOEXEC 8 ani în urmă
c6x 52df983934 remove editor hints for vi 8 ani în urmă
common a80286d185 fix PTRAVE_EVENT_SECCOMP typo in ptrace.h 6 ani în urmă
common-generic 8a73a967e1 statfs.h: sync generic header with glibc 7 ani în urmă
cris 197a82dd6d fcntl.h: fixup namespace for O_DIRECTORY/O_NOFOLLOW/O_CLOEXEC 8 ani în urmă
csky 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
frv 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
h8300 3e880faa4f h8300: remove dead code 8 ani în urmă
hppa 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
i386 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
ia64 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
lm32 197a82dd6d fcntl.h: fixup namespace for O_DIRECTORY/O_NOFOLLOW/O_CLOEXEC 8 ani în urmă
m68k 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
metag 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
microblaze 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
mips 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
nds32 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
nios2 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
or1k 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
powerpc 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
riscv64 d0bc0d2bc8 riscv64: implement NPTL/TLS 6 ani în urmă
sh 7cc754bc93 bits/mman.h: consolidate header file 7 ani în urmă
sparc 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
sparc64 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
tile 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
x86_64 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
xtensa 01e863c89f Make __syscall_error return long, as expected by syscall() callers 6 ani în urmă
Makefile ba31c6c463 Remove TOPDIR 20 ani în urmă
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) 8 ani în urmă
Makefile.in 49d8a0e9c6 support building out-of-tree 16 ani în urmă
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures 12 ani în urmă

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.