Eric Andersen 7e2b221be1 Peter S. Mazinger writes: 19 years ago
..
bits 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a 20 years ago
sys 9cee42f10d Major rework of the include files to eliminate redundancy 22 years ago
.cvsignore 67eff66438 Initial effort at adding profiling support. 21 years ago
.indent.pro 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 23 years ago
Makefile e9d95cfa85 Make the stub profiling stuff work 20 years ago
__rt_sigtimedwait.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
__socketcall.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
__syscall_fcntl.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
__syscall_fcntl64.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
__syscall_ipc.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
__syscall_rt_sigaction.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
__syscall_sigaction.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
_exit.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
access.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
acct.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
adjtimex.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
alarm.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
bdflush.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
capget.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
capset.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
chdir.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
chmod.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
chown.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
chroot.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
close.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
cmsg_nxthdr.c ee185898f6 Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add 22 years ago
creat64.c 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 21 years ago
create_module.c a740502a3d Cope gracefully with missing module syscalls 20 years ago
delete_module.c a740502a3d Cope gracefully with missing module syscalls 20 years ago
dup.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
dup2.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
execve.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
fchdir.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
fchmod.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
fchown.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
fdatasync.c 0dccbee4eb Fixup fdatasync on alpha, thanks to Alan Hourihane 20 years ago
flock.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
fork.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
fpu_control.h 027d12aeef Patch from Atsushi Nemoto (with some additions): 20 years ago
fstat.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
fstat64.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
fstatfs.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
fsync.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
ftruncate.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
ftruncate64.c 44b24a7a32 Fix ftruncate64 and truncate64 for powerpc and mips 20 years ago
get_kernel_syms.c 6fdaa0d8cd Cope when the __NR_get_kernel_syms is undefined (i.e. 2.6.x arm-linux) 20 years ago
getcwd.c cc76cf5876 Fix numerous problems with both getcwd implementations. 21 years ago
getdents.c 6d165d5c58 We need to have the size of struct dirent equal to the size of struct dirent64 21 years ago
getdents64.c 6d165d5c58 We need to have the size of struct dirent equal to the size of struct dirent64 21 years ago
getdirname.c 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 21 years ago
getdnnm.c 72bc479e2a Silly little changes 23 years ago
getdtablesize.c 2512c84745 Update to accomodate the header file changes 23 years ago
getegid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
geteuid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
getgid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
getgroups.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
gethstnm.c 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. 23 years ago
getitimer.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
getpagesize.c a4541d42ff The variable used to store pagesize is not the same as the 20 years ago
getpgid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
getpgrp.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
getpid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
getppid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
getpriority.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
getresgid.c e7a1ee4f06 Per patch from Stefan Holst, do not try to compile these 20 years ago
getresuid.c e7a1ee4f06 Per patch from Stefan Holst, do not try to compile these 20 years ago
getrlimit.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
getrlimit64.c 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 21 years ago
getrusage.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
getsid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
gettimeofday.c 7e2b221be1 Peter S. Mazinger writes: 19 years ago
getuid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
glibcstat.h 56e5d28c81 More stuff. Down to only 43 missing functions before BusyBox will 24 years ago
init_module.c a740502a3d Cope gracefully with missing module syscalls 20 years ago
ioctl.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
ioperm.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
iopl.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
kill.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
klogctl.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
lchown.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
link.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
llseek.c 9d694a44b5 Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha. 20 years ago
longjmp.c c2ca92378f Fix missing longjmp symbol 22 years ago
lseek.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
lstat.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
lstat64.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
madvise.c e50f6d1c15 Enable only for architectures where __NR_madvise is defined 20 years ago
mkdir.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
mkfifo.c 2c8e931c67 Make spelling of uClibc be consistant. 23 years ago
mknod.c 6a108999f8 Be certain to include sys/sysmacros.h when major() and minor() 20 years ago
mlock.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
mlockall.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
mmap.c 00fec46c17 Based on a patch from Alexandre Oliva, allow uClibc to compile 20 years ago
mmap64.c 57713139e9 Fix a couple of typos 21 years ago
modify_ldt.c 9ecc494576 Andrew May writes: 20 years ago
mount.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
mprotect.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
mremap.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
msync.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
munlock.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
munlockall.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
munmap.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
nanosleep.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
nice.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
noophooks.c 09f85c7ffd Attempt to support 'gcc -finstrument-functions', which seems much 20 years ago
ntp_gettime.c 0de9c08b6c Add support for missing ntp_gettime and ntp_adjtime 20 years ago
open.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
open64.c 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 21 years ago
pause.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
personality.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
pipe.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
pivot_root.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
poll.c ada7878ba0 Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (which 20 years ago
prctl.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
pread_write.c 5772c041d2 Fix some more problems found by the ltp 21 years ago
ptrace.c c94d3fd8f7 Make the syscall locally, avoid an extern 20 years ago
query_module.c a740502a3d Cope gracefully with missing module syscalls 20 years ago
quotactl.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
read.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
readlink.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
readv.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
reboot.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
rename.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
rmdir.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sbrk.c 9efd18d338 s/___brk_addr/__curbrk/g 20 years ago
sched_get_priority_max.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sched_get_priority_min.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sched_getparam.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sched_getscheduler.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sched_rr_get_interval.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sched_setparam.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sched_setscheduler.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sched_yield.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
select.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sendfile.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sendfile64.c 6f4b3f9b2a Add missing semicolons 21 years ago
setdomainname.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setegid.c 44ecacea6b Both setegid and seteuid were implemented suboptimally, such that 20 years ago
seteuid.c 44ecacea6b Both setegid and seteuid were implemented suboptimally, such that 20 years ago
setfsgid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setfsuid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setgid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setgroups.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sethostname.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setitimer.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setpgid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setpgrp.c 87108d9ffa Fix up stat so we translate from kernel stat to libc stat. Try to fix 23 years ago
setpriority.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setregid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setresgid.c e7a1ee4f06 Per patch from Stefan Holst, do not try to compile these 20 years ago
setresuid.c e7a1ee4f06 Per patch from Stefan Holst, do not try to compile these 20 years ago
setreuid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setrlimit.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setrlimit64.c 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 21 years ago
setsid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
settimeofday.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
setuid.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sigaltstack.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sigpending.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sigprocmask.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sigsuspend.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
ssp.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
stat.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
stat64.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
statfs.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
stime.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
swapoff.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
swapon.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
symlink.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sync.c a9752043dd Add some syscalls which I moved out of syscalls.c 22 years ago
syscalls.h 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sysctl.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sysdep.h 8be74df1ae A few updates. 24 years ago
sysfs.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
sysinfo.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
time.c 7e2b221be1 Peter S. Mazinger writes: 19 years ago
times.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
truncate.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
truncate64.c 44b24a7a32 Fix ftruncate64 and truncate64 for powerpc and mips 20 years ago
ulimit.c a5e7362407 Add support for the ulimit syscall 21 years ago
umask.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
umount.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
umount2.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
uname.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
unlink.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
uselib.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
ustat.c 6a108999f8 Be certain to include sys/sysmacros.h when major() and minor() 20 years ago
utime.c 7e2b221be1 Peter S. Mazinger writes: 19 years ago
utimes.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
vfork.c a0e60c6d2e Default to using fork() for vfork() when no arch specific 21 years ago
vhangup.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
wait.c 3ab0557e5a A number of naming updates in preparation for adding in 22 years ago
wait3.c b8e0118b10 A little update to wait* and a minor syscall cleanup. 23 years ago
wait4.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
waitpid.c 3ab0557e5a A number of naming updates in preparation for adding in 22 years ago
write.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
writev.c 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago
xstatconv.c d40e0ed3bf Patch from Stefan Allius to fix the build when 21 years ago
xstatconv.h 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 20 years ago