.. |
bits
|
f418f52701
errno, h_errno: correct them for non-TLS
|
12 years ago |
sys
|
64572a51b0
add epoll_pwait()
|
12 years ago |
.indent.pro
|
87108d9ffa
Fix up stat so we translate from kernel stat to libc stat. Try to fix
|
24 years ago |
Makefile
|
ba31c6c463
Remove TOPDIR
|
19 years ago |
Makefile.in
|
19dd090a0f
libc: flesh out linux scheduler functions
|
13 years ago |
__rt_sigtimedwait.c
|
5fce95b146
no need for hidden sigtimedwait
|
12 years ago |
__rt_sigwaitinfo.c
|
3c3f899b6d
remove unneeded hidden sigwaitinfo
|
12 years ago |
__socketcall.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
__syscall_fcntl.c
|
5ebef43369
provide internal hidden version of __fcntl_nocancel
|
13 years ago |
__syscall_fcntl64.c
|
3d6648de14
remove __libc_fcntl[64]
|
16 years ago |
__syscall_rt_sigaction.c
|
27fbcf79bc
signal.h: move prototypes for __syscall_[rt_]sigaction to common place
|
12 years ago |
__syscall_sigaction.c
|
27fbcf79bc
signal.h: move prototypes for __syscall_[rt_]sigaction to common place
|
12 years ago |
_exit.c
|
f757db2d31
Merge remote branch 'origin/master' into nptl_merge
|
15 years ago |
access.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
acct.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
adjtimex.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
alarm.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
arch_prctl.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
bdflush.c
|
73d5955414
unify stub logic
|
13 years ago |
brk.c
|
6ff6eb1350
create arch-generic brk() based on blackfin one
|
16 years ago |
capget.c
|
73d5955414
unify stub logic
|
13 years ago |
capset.c
|
73d5955414
unify stub logic
|
13 years ago |
chdir.c
|
f0e0d954f2
chdir.c: simplify code
|
12 years ago |
chmod.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
chown.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
chroot.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
clock_getres.c
|
f486c8ba61
clock_getres.c: include unistd.h unless syscall is defined
|
12 years ago |
clock_gettime.c
|
95b2df38cb
clock_{g,s}ettime.c,{create,delete}_module.c: cleanup
|
12 years ago |
clock_settime.c
|
95b2df38cb
clock_{g,s}ettime.c,{create,delete}_module.c: cleanup
|
12 years ago |
close.c
|
147041d260
Reinstate __libc_foo's needed for linuxthreads.old.
|
15 years ago |
cmsg_nxthdr.c
|
1533e2876b
remove __FORCE_GLIBC
|
12 years ago |
creat.c
|
74cc326ef4
Update copyright header.
|
15 years ago |
creat64.c
|
43ef9c6b3f
*: remove some __libc_XXX functions:
|
16 years ago |
create_module.c
|
95b2df38cb
clock_{g,s}ettime.c,{create,delete}_module.c: cleanup
|
12 years ago |
delete_module.c
|
95b2df38cb
clock_{g,s}ettime.c,{create,delete}_module.c: cleanup
|
12 years ago |
dl-osinfo.h
|
b534100aaa
dl-osinfo.h: include needed headers
|
12 years ago |
dup.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
dup2.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
epoll.c
|
64572a51b0
add epoll_pwait()
|
12 years ago |
eventfd.c
|
e118373cbb
eventfd: Implement eventfd2 and fix eventfd
|
12 years ago |
execve.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
faccessat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
fchdir.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
fchmod.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
fchmodat.c
|
577c6ee118
fchmodat: fix handling of flags
|
12 years ago |
fchown.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
fchownat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
fdatasync.c
|
73d5955414
unify stub logic
|
13 years ago |
flock.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
fork.c
|
b91a7f431d
cleanup fork()
|
12 years ago |
fpu_control.h
|
cf4b06dc8c
fix from psm: disable unsupported features
|
18 years ago |
fstat.c
|
ae0e6225db
lstat/stat/fstat: Use 64bit version of syscall if available
|
12 years ago |
fstat64.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
fstatat.c
|
656167d891
fstatat: fix up behavior on 32/64 bit hosts
|
15 years ago |
fstatat64.c
|
656167d891
fstatat: fix up behavior on 32/64 bit hosts
|
15 years ago |
fstatfs.c
|
c9209d6f90
- hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.
|
16 years ago |
fsync.c
|
57e8823548
cancellation support for a large amount of the required syscalls
|
15 years ago |
ftruncate.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
ftruncate64.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
futimens.c
|
bd33c42e0f
futimens: add missing local prototype
|
15 years ago |
futimesat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
get_kernel_syms.c
|
73d5955414
unify stub logic
|
13 years ago |
getcwd.c
|
e48bd60ce9
getcwd: Fix memory-leak in error path
|
13 years ago |
getdents.c
|
329befa261
dirent.h: use __ssize_t instead of ssize_t
|
12 years ago |
getdents64.c
|
329befa261
dirent.h: use __ssize_t instead of ssize_t
|
12 years ago |
getdirname.c
|
93f8a2e834
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
|
15 years ago |
getdomainname.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
getdtablesize.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
getegid.c
|
83c1854b97
remove error handling from some syscalls
|
13 years ago |
geteuid.c
|
83c1854b97
remove error handling from some syscalls
|
13 years ago |
getgid.c
|
83c1854b97
remove error handling from some syscalls
|
13 years ago |
getgroups.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
gethostname.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
getitimer.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
getpagesize.c
|
fee4034763
getpagesize.c, unistd.h: hide __pagesize
|
12 years ago |
getpgid.c
|
2d276198b4
libc: Provide both getpgid and __getpgid symbols
|
14 years ago |
getpgrp.c
|
9f096becc4
getpgrp: fix fallback handling
|
12 years ago |
getpid.c
|
83c1854b97
remove error handling from some syscalls
|
13 years ago |
getppid.c
|
83c1854b97
remove error handling from some syscalls
|
13 years ago |
getpriority.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
getresgid.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
getresuid.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
getrlimit.c
|
916229f02c
__xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untyped
|
12 years ago |
getrlimit64.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
getrusage.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
getsid.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
gettimeofday.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
getuid.c
|
83c1854b97
remove error handling from some syscalls
|
13 years ago |
hp-timing.h
|
9c4d060ea4
grab header file from glibc
|
19 years ago |
init_module.c
|
73d5955414
unify stub logic
|
13 years ago |
inotify.c
|
0f45e8a279
inotify_rm_watch: Change second argument to int
|
12 years ago |
ioctl.c
|
57e8823548
cancellation support for a large amount of the required syscalls
|
15 years ago |
ioperm.c
|
02c9f0d6e8
remove libc_hidden_proto(ioperm) from all headers except arm
|
12 years ago |
iopl.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
jmpbuf-offsets.h
|
0078a92e39
add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related)
|
12 years ago |
kill.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
klogctl.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
lchown.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
libgcc_s.h
|
a68b6d339b
Add missing libgcc_s.h header.
|
14 years ago |
link.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
linkat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
llseek.c
|
7bad8cf68b
llseek: support __NR_llseek syscall
|
12 years ago |
longjmp.c
|
8f86b8a197
move *longjmp related prototypes to setjmp.h
|
12 years ago |
lseek.c
|
147041d260
Reinstate __libc_foo's needed for linuxthreads.old.
|
15 years ago |
lstat.c
|
ae0e6225db
lstat/stat/fstat: Use 64bit version of syscall if available
|
12 years ago |
lstat64.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
lutimes.c
|
251f2266bf
lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined
|
13 years ago |
madvise.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
mincore.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
mkdir.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
mkdirat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
mkfifo.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
mkfifoat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
mknod.c
|
5590ebbd36
mknod: convert to INLINE_SYSCALL() to sync with glibc
|
15 years ago |
mknodat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
mlock.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
mlockall.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
mmap.c
|
2b836fc1d5
mmap.c: provide a common mmap.c that is good for most of archs
|
12 years ago |
mmap64.c
|
b713a0b26f
mmap64: Use correct type for offset parameter
|
12 years ago |
modify_ldt.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
mount.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
mprotect.c
|
9889c8791b
enable mprotect() regardless of MMU as some systems have MPUs which allows memory protection
|
15 years ago |
mremap.c
|
3e8067a627
deal with TODOs left over from libc_hidden_proto removal
|
16 years ago |
msync.c
|
57e1e47345
msync: skip if syscall is missing
|
14 years ago |
munlock.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
munlockall.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
munmap.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
nanosleep.c
|
fcde46eae5
nanosleep.c: remove duplicated libc_hidden_proto
|
13 years ago |
nice.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
noophooks.c
|
5d39c1ed76
do not include libc-internal.h
|
12 years ago |
not-cancel.h
|
94f3c30dc2
Assorted fixed to get nptl compiling on ARM
|
14 years ago |
ntp_gettime.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
open.c
|
e190a24231
Define creat in an independent file
|
15 years ago |
open64.c
|
57e8823548
cancellation support for a large amount of the required syscalls
|
15 years ago |
openat.c
|
fc0cc43885
add hidden aliases for openat funcs
|
15 years ago |
openat64.c
|
fc0cc43885
add hidden aliases for openat funcs
|
15 years ago |
pause.c
|
162cfaea20
*: inline constant __sig{add,del}set and __sigismember
|
14 years ago |
personality.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
pipe.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
pipe2.c
|
d3ddb92ea0
add pipe2()
|
13 years ago |
pivot_root.c
|
73d5955414
unify stub logic
|
13 years ago |
poll.c
|
ba3aaf137c
poll.c: fix incorrect merge
|
14 years ago |
posix_fadvise.c
|
899a273126
stubs: unified from future
|
12 years ago |
posix_fadvise64.c
|
899a273126
stubs: unified from future
|
12 years ago |
ppoll.c
|
4b88e6e858
libc: Fix cancellation handling in some C functions
|
14 years ago |
prctl.c
|
df1580676a
prctl: silence shadow warnings
|
14 years ago |
pread_write.c
|
80c9bfc466
pread/pwrite: drop fallback funcs
|
12 years ago |
pselect.c
|
57e8823548
cancellation support for a large amount of the required syscalls
|
15 years ago |
ptrace.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
query_module.c
|
73d5955414
unify stub logic
|
13 years ago |
quotactl.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
read.c
|
147041d260
Reinstate __libc_foo's needed for linuxthreads.old.
|
15 years ago |
readahead.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
readlink.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
readlinkat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
readv.c
|
57e8823548
cancellation support for a large amount of the required syscalls
|
15 years ago |
reboot.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
remap_file_pages.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
rename.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
renameat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
rmdir.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
sbrk.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
sched_cpucount.c
|
19dd090a0f
libc: flesh out linux scheduler functions
|
13 years ago |
sched_get_priority_max.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
sched_get_priority_min.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
sched_getaffinity.c
|
73d5955414
unify stub logic
|
13 years ago |
sched_getcpu.c
|
19dd090a0f
libc: flesh out linux scheduler functions
|
13 years ago |
sched_getparam.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
sched_getscheduler.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
sched_rr_get_interval.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
sched_setaffinity.c
|
73d5955414
unify stub logic
|
13 years ago |
sched_setparam.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
sched_setscheduler.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
sched_yield.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
select.c
|
13433395f2
silence some warnings about missing prototypes
|
14 years ago |
sendfile.c
|
f5773054ef
fix breakage in x86_64 defconfig
|
15 years ago |
sendfile64.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
setdomainname.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
setegid.c
|
2f88f917c2
setegid: use setresgid conditionally
|
13 years ago |
seteuid.c
|
7aa9c2486c
remove a few more empty #if/#endif pairs
|
15 years ago |
setfsgid.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
setfsuid.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
setgid.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
setgroups.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
sethostname.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
setitimer.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
setpgid.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
setpgrp.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
setpriority.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
setregid.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
setresgid.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
setresuid.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
setreuid.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
setrlimit.c
|
916229f02c
__xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untyped
|
12 years ago |
setrlimit64.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
setsid.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
settimeofday.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
setuid.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
sigaltstack.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
signalfd.c
|
73d5955414
unify stub logic
|
13 years ago |
sigpending.c
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
sigprocmask.c
|
57e8823548
cancellation support for a large amount of the required syscalls
|
15 years ago |
sigqueue.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
sigsuspend.c
|
1dd9275091
remove trailing ';' from _syscallX()
|
13 years ago |
splice.c
|
73d5955414
unify stub logic
|
13 years ago |
ssp-local.c
|
0dd1ccafa7
libc-internal.h: use a consistent prototype for __stack_chk_fail
|
12 years ago |
ssp.c
|
0dd1ccafa7
libc-internal.h: use a consistent prototype for __stack_chk_fail
|
12 years ago |
stat.c
|
ae0e6225db
lstat/stat/fstat: Use 64bit version of syscall if available
|
12 years ago |
stat64.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
statfs.c
|
0f85b228aa
nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled
|
14 years ago |
stime.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
stubs.c
|
e118373cbb
eventfd: Implement eventfd2 and fix eventfd
|
12 years ago |
swapoff.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
swapon.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
symlink.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
symlinkat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
sync.c
|
6c70a940b4
drop missing {INLINE,INTERNAL}_SYSCALL fallback logic
|
15 years ago |
sync_file_range.c
|
73d5955414
unify stub logic
|
13 years ago |
syscall.c
|
c06402cccc
syscall(): create a common version based on INLINE_SYSCALL_NCS()
|
15 years ago |
syscalls.h
|
eb813ecafa
bits/kernel_stat.h is for internal uClibc use only, fix a few other
|
18 years ago |
sysctl.c
|
8a2d6677c3
silence warning about implicit decl of sysctl
|
15 years ago |
sysdep.h
|
be88a80858
nptl:arm: add a wrapper for .cfi_sections pseudo-ops
|
13 years ago |
sysfs.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
sysinfo.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
tee.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
time.c
|
779c35b7c4
time,times: stop interpreting negative return values ar errors
|
14 years ago |
timerfd.c
|
cdeb75380c
add timerfd syscall and header
|
15 years ago |
times.c
|
779c35b7c4
time,times: stop interpreting negative return values ar errors
|
14 years ago |
truncate.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
truncate64.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
ulimit.c
|
1b6c5c4f32
libc: do not rely upon ulimit kernel syscall.
|
13 years ago |
umask.c
|
83c1854b97
remove error handling from some syscalls
|
13 years ago |
umount.c
|
73d5955414
unify stub logic
|
13 years ago |
umount2.c
|
73d5955414
unify stub logic
|
13 years ago |
uname.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
unlink.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
unlinkat.c
|
fd72e30425
first pass at implementing *at funcs
|
15 years ago |
unshare.c
|
19dd090a0f
libc: flesh out linux scheduler functions
|
13 years ago |
unwind.h
|
71d63ed756
unwind.h: Move to libc/sysdeps from nptl sysdeps
|
13 years ago |
uselib.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
ustat.c
|
7f5cc205a7
mknod: widen the parameters to match kernel
|
15 years ago |
utime.c
|
8f1ba5cd4f
utime.c,utimes.c: include headers only when needed
|
12 years ago |
utimensat.c
|
ef85033ac8
futimens: add function
|
15 years ago |
utimes.c
|
8f1ba5cd4f
utime.c,utimes.c: include headers only when needed
|
12 years ago |
vfork.c
|
711ad9f92c
create real common vfork() function
|
15 years ago |
vhangup.c
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
vmsplice.c
|
73d5955414
unify stub logic
|
13 years ago |
wait.c
|
13433395f2
silence some warnings about missing prototypes
|
14 years ago |
wait3.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
wait4.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
waitid.c
|
4b88e6e858
libc: Fix cancellation handling in some C functions
|
14 years ago |
waitpid.c
|
57e8823548
cancellation support for a large amount of the required syscalls
|
15 years ago |
write.c
|
147041d260
Reinstate __libc_foo's needed for linuxthreads.old.
|
15 years ago |
writev.c
|
57e8823548
cancellation support for a large amount of the required syscalls
|
15 years ago |
xattr.c
|
73d5955414
unify stub logic
|
13 years ago |
xstatconv.c
|
656167d891
fstatat: fix up behavior on 32/64 bit hosts
|
15 years ago |
xstatconv.h
|
656167d891
fstatat: fix up behavior on 32/64 bit hosts
|
15 years ago |