| .. |
|
bits
|
86450311eb
_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintmaxtostr.h is only internal header, remove from target
|
20 лет назад |
|
sys
|
9cee42f10d
Major rework of the include files to eliminate redundancy
|
24 лет назад |
|
.indent.pro
|
87108d9ffa
Fix up stat so we translate from kernel stat to libc stat. Try to fix
|
25 лет назад |
|
Makefile
|
ba31c6c463
Remove TOPDIR
|
20 лет назад |
|
Makefile.in
|
ec2261ba97
Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources.
|
20 лет назад |
|
__rt_sigtimedwait.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
__socketcall.c
|
f3b4c74b53
100 JUMP relocs less (remaining 431) by hiding internally used ones
|
20 лет назад |
|
__syscall_fcntl.c
|
a0a0d23539
Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, have to find some other way to make it internal to libc and libpthread
|
20 лет назад |
|
__syscall_fcntl64.c
|
a0a0d23539
Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, have to find some other way to make it internal to libc and libpthread
|
20 лет назад |
|
__syscall_ipc.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
__syscall_rt_sigaction.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
__syscall_sigaction.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
_exit.c
|
aeed8fa791
Make use of newly introduced attribute_noreturn
|
20 лет назад |
|
access.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
acct.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
adjtimex.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
alarm.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
bdflush.c
|
8498ae47b0
x86_64 fixes: update prototype to match the other prototypes
|
21 лет назад |
|
capget.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
capset.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
chdir.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
chmod.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
chown.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
chroot.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
clock_getres.c
|
d24608f995
Hiding again
|
20 лет назад |
|
clock_gettime.c
|
65fa68e25d
Added support for clock_getres() and clock_settime() in addition to
|
21 лет назад |
|
clock_settime.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
close.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
cmsg_nxthdr.c
|
855dca36fe
Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_internal, do not use cascading aliases
|
20 лет назад |
|
creat64.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
create_module.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
delete_module.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
dl-osinfo.h
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
dup.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
dup2.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
epoll.c
|
7334cfc680
Justin Cormack <justin@street-vision.com> writes:
|
21 лет назад |
|
execve.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
fchdir.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
fchmod.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
fchown.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
fdatasync.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
flock.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
fork.c
|
5aa97ad5d1
dont try to build fork if the arch doesnt support it (like ia64)
|
20 лет назад |
|
fpu_control.h
|
027d12aeef
Patch from Atsushi Nemoto (with some additions):
|
22 лет назад |
|
fstat.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
fstat64.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
fstatfs.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
fsync.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
ftruncate.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
ftruncate64.c
|
44b24a7a32
Fix ftruncate64 and truncate64 for powerpc and mips
|
22 лет назад |
|
get_kernel_syms.c
|
a9f021ba74
fix warnings when arch lacks get_kernel_syms syscall (like ia64)
|
20 лет назад |
|
getcwd.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
getdents.c
|
ab793b00a8
Kill 2 redefine warnings w/ gcc-4.x
|
20 лет назад |
|
getdents64.c
|
ab793b00a8
Kill 2 redefine warnings w/ gcc-4.x
|
20 лет назад |
|
getdirname.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
getdnnm.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
getdtablesize.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
getegid.c
|
d24608f995
Hiding again
|
20 лет назад |
|
geteuid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
getgid.c
|
d24608f995
Hiding again
|
20 лет назад |
|
getgroups.c
|
d24608f995
Hiding again
|
20 лет назад |
|
gethstnm.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
getitimer.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
getpagesize.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
getpgid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
getpgrp.c
|
f6875e0f6b
dont try to build getpgrp if the arch doesnt support it (like ia64)
|
20 лет назад |
|
getpid.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
getppid.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
getpriority.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
getresgid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
getresuid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
getrlimit.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
getrlimit64.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
getrusage.c
|
c7ee376f94
Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testing
|
20 лет назад |
|
getsid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
gettimeofday.c
|
4219f28cb7
Remove unneeded weak
|
20 лет назад |
|
getuid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
hp-timing.h
|
9c4d060ea4
grab header file from glibc
|
20 лет назад |
|
init_module.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
ioctl.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
ioperm.c
|
977216264f
Do not stub out functions for mmu-less systems. Hide all
|
20 лет назад |
|
iopl.c
|
977216264f
Do not stub out functions for mmu-less systems. Hide all
|
20 лет назад |
|
kill.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
klogctl.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
lchown.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
link.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
llseek.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
longjmp.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
lseek.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
lstat.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
lstat64.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
madvise.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
mincore.c
|
d503d1d6c6
- Added support for 13 new syscalls to allow more things to compile when using uClibc. mincore() and the ones for Extended Attributes setxattr(), lsetxattr(), fsetxattr(), getxattr(), lgetxattr(), fgetxattr(), listxattr(), llistxattr(), flistxattr(), removexattr(), lremovexattr(), fremovexattr() which are optional.
|
21 лет назад |
|
mkdir.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
mkfifo.c
|
2c8e931c67
Make spelling of uClibc be consistant.
|
25 лет назад |
|
mknod.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
mlock.c
|
977216264f
Do not stub out functions for mmu-less systems. Hide all
|
20 лет назад |
|
mlockall.c
|
977216264f
Do not stub out functions for mmu-less systems. Hide all
|
20 лет назад |
|
mmap.c
|
bc5829aeab
make sure the syscall mmap func isnt exported
|
20 лет назад |
|
mmap64.c
|
2b3e16cb62
get rid of unused sysdep.h header
|
20 лет назад |
|
modify_ldt.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
mount.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
mprotect.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
mremap.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
msync.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
munlock.c
|
977216264f
Do not stub out functions for mmu-less systems. Hide all
|
20 лет назад |
|
munlockall.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
munmap.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
nanosleep.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
nice.c
|
67256bd812
Fix some issues with nice(). SUSv3 specifies that it return the new
|
21 лет назад |
|
noophooks.c
|
09f85c7ffd
Attempt to support 'gcc -finstrument-functions', which seems much
|
22 лет назад |
|
ntp_gettime.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
open.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
open64.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
pause.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
personality.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
pipe.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
pivot_root.c
|
6294d7d222
Some uClinux architectures do not define pivot_root
|
21 лет назад |
|
poll.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
posix_fadvise.c
|
f027f2b507
touchup how we declare the posix_fadvise functions and fix the case where posix_fadvise kernel call exists but not posix_fadvise64
|
20 лет назад |
|
posix_fadvise64.c
|
a5b122db0a
Make __syscall_fadvise64_64 static inline
|
20 лет назад |
|
prctl.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
pread_write.c
|
a7334dddd4
cast buf as void* to fix warning
|
21 лет назад |
|
ptrace.c
|
c94d3fd8f7
Make the syscall locally, avoid an extern
|
22 лет назад |
|
query_module.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
quotactl.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
read.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
readlink.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
readv.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
reboot.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
rename.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
rmdir.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sbrk.c
|
9efd18d338
s/___brk_addr/__curbrk/g
|
22 лет назад |
|
sched_get_priority_max.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sched_get_priority_min.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sched_getparam.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sched_getscheduler.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sched_rr_get_interval.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sched_setparam.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sched_setscheduler.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sched_yield.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
select.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sendfile.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sendfile64.c
|
6f4b3f9b2a
Add missing semicolons
|
23 лет назад |
|
setdomainname.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setegid.c
|
44ecacea6b
Both setegid and seteuid were implemented suboptimally, such that
|
22 лет назад |
|
seteuid.c
|
44ecacea6b
Both setegid and seteuid were implemented suboptimally, such that
|
22 лет назад |
|
setfsgid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setfsuid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setgid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setgroups.c
|
d24608f995
Hiding again
|
20 лет назад |
|
sethostname.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setitimer.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
setpgid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setpgrp.c
|
87108d9ffa
Fix up stat so we translate from kernel stat to libc stat. Try to fix
|
25 лет назад |
|
setpriority.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setregid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setresgid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setresuid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setreuid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
setrlimit.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
setrlimit64.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
setsid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
settimeofday.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
setuid.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sigaltstack.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sigpending.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sigprocmask.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
sigsuspend.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
ssp-local.c
|
aeed8fa791
Make use of newly introduced attribute_noreturn
|
20 лет назад |
|
ssp.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
stat.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
stat64.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
statfs.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
stime.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
swapoff.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
swapon.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
symlink.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sync.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
syscalls.h
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sysctl.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sysfs.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
sysinfo.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
time.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
times.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
truncate.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
truncate64.c
|
44b24a7a32
Fix ftruncate64 and truncate64 for powerpc and mips
|
22 лет назад |
|
ulimit.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
umask.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
umount.c
|
9763cff2eb
fix typo in umount2() emulation of umount()
|
21 лет назад |
|
umount2.c
|
5196d3e606
whitespace cleanup
|
21 лет назад |
|
uname.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
unlink.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
uselib.c
|
49d1727594
- ifdef uselib update from bug #0000013
|
21 лет назад |
|
ustat.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
utime.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
utimes.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
vfork.c
|
a0e60c6d2e
Default to using fork() for vfork() when no arch specific
|
23 лет назад |
|
vhangup.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
wait.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
wait3.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
wait4.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
waitpid.c
|
c885bf5cf9
More hiding, including __mempcpy
|
20 лет назад |
|
write.c
|
8a0b43005a
Hide mostly used functions
|
20 лет назад |
|
writev.c
|
a7e14569d2
fix eriks e-mail address
|
21 лет назад |
|
xattr.c
|
98701e8573
Patch from psm, vapier, and solar, adding xattr syscalls
|
21 лет назад |
|
xstatconv.c
|
2433f86b14
whoops, reversed naming of nano sec members ... kernel uses _, user space does not
|
21 лет назад |
|
xstatconv.h
|
6334e558ab
Split up syscalls.c, since it had grown to be quite large and ugly.
|
22 лет назад |