| .. | 
		
		
			
				
					| bits | 2a31a70ef1
					Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work though | há 20 anos atrás | 
		
			
				
					| sys | 9cee42f10d
					Major rework of the include files to eliminate redundancy | há 24 anos atrás | 
		
			
				
					| .indent.pro | 87108d9ffa
					Fix up stat so we translate from kernel stat to libc stat.  Try to fix | há 25 anos atrás | 
		
			
				
					| Makefile | ba31c6c463
					Remove TOPDIR | há 20 anos atrás | 
		
			
				
					| 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. | há 20 anos atrás | 
		
			
				
					| __rt_sigtimedwait.c | 2bbcf533dd
					s/strong/weak/, sorry sjhill, have overseen your change | há 20 anos atrás | 
		
			
				
					| __socketcall.c | f3b4c74b53
					100 JUMP relocs less (remaining 431) by hiding internally used ones | há 20 anos atrás | 
		
			
				
					| __syscall_fcntl.c | 3039e5421c
					Some undefs to be pedantic | há 20 anos atrás | 
		
			
				
					| __syscall_fcntl64.c | 3039e5421c
					Some undefs to be pedantic | há 20 anos atrás | 
		
			
				
					| __syscall_ipc.c | a8224c8856
					Hide __syscall_ipc | há 20 anos atrás | 
		
			
				
					| __syscall_rt_sigaction.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| __syscall_sigaction.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| _exit.c | 403d3b6c02
					Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add it back | há 20 anos atrás | 
		
			
				
					| access.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| acct.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| adjtimex.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| alarm.c | f4256c0836
					Implement more hidden | há 20 anos atrás | 
		
			
				
					| bdflush.c | 8498ae47b0
					x86_64 fixes: update prototype to match the other prototypes | há 21 anos atrás | 
		
			
				
					| capget.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| capset.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| chdir.c | d1a6e735ac
					Add hidden versions | há 20 anos atrás | 
		
			
				
					| chmod.c | 47ccc071ed
					Hide chmod, lockf* | há 20 anos atrás | 
		
			
				
					| chown.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| chroot.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| clock_getres.c | d24608f995
					Hiding again | há 20 anos atrás | 
		
			
				
					| clock_gettime.c | 0a8a65e0a0
					Use __gettimeofday | há 20 anos atrás | 
		
			
				
					| clock_settime.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| close.c | 8a0b43005a
					Hide mostly used functions | há 20 anos atrás | 
		
			
				
					| cmsg_nxthdr.c | 855dca36fe
					Rename  newly created __libc_x (reserved for libpthread overwrites) w/ x_internal, do not use cascading aliases | há 20 anos atrás | 
		
			
				
					| creat64.c | 8a0b43005a
					Hide mostly used functions | há 20 anos atrás | 
		
			
				
					| create_module.c | f9ff85a50a
					kill off some unused warnings | há 20 anos atrás | 
		
			
				
					| delete_module.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| dl-osinfo.h | 91f3e82038
					just define the macros all the time | há 20 anos atrás | 
		
			
				
					| dup.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| dup2.c | 21237865a7
					Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | há 20 anos atrás | 
		
			
				
					| epoll.c | 7334cfc680
					Justin Cormack <justin@street-vision.com> writes: | há 21 anos atrás | 
		
			
				
					| execve.c | 765696aac5
					More hiding, 300 left | há 20 anos atrás | 
		
			
				
					| fchdir.c | 765696aac5
					More hiding, 300 left | há 20 anos atrás | 
		
			
				
					| fchmod.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| fchown.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| fdatasync.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| flock.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| fork.c | f7c7c0e055
					Hide fork and vfork, use the newly introduced *alias | há 20 anos atrás | 
		
			
				
					| fpu_control.h | 027d12aeef
					Patch from Atsushi Nemoto (with some additions): | há 22 anos atrás | 
		
			
				
					| fstat.c | a4e94ada6d
					fix building on 64bit hosts | há 20 anos atrás | 
		
			
				
					| fstat64.c | 3039e5421c
					Some undefs to be pedantic | há 20 anos atrás | 
		
			
				
					| fstatfs.c | 36bff6b9bf
					Do hidden __*stat* | há 20 anos atrás | 
		
			
				
					| fsync.c | 24f818725b
					Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... | há 20 anos atrás | 
		
			
				
					| ftruncate.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| ftruncate64.c | 44b24a7a32
					Fix ftruncate64 and truncate64 for powerpc and mips | há 21 anos atrás | 
		
			
				
					| get_kernel_syms.c | f9ff85a50a
					kill off some unused warnings | há 20 anos atrás | 
		
			
				
					| getcwd.c | 94e9dd95c2
					Convert some users | há 20 anos atrás | 
		
			
				
					| getdents.c | f32600208f
					Convert all users of earlier hiddens | há 20 anos atrás | 
		
			
				
					| getdents64.c | f32600208f
					Convert all users of earlier hiddens | há 20 anos atrás | 
		
			
				
					| getdirname.c | 3c84ded68a
					Convert internal users of chmod/*stat*, minimize change for __strsep | há 20 anos atrás | 
		
			
				
					| getdnnm.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| getdtablesize.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| getegid.c | d24608f995
					Hiding again | há 20 anos atrás | 
		
			
				
					| geteuid.c | 765696aac5
					More hiding, 300 left | há 20 anos atrás | 
		
			
				
					| getgid.c | d24608f995
					Hiding again | há 20 anos atrás | 
		
			
				
					| getgroups.c | ba56672d0f
					make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e-mail list | há 20 anos atrás | 
		
			
				
					| gethstnm.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| getitimer.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| getpagesize.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| getpgid.c | 24f818725b
					Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... | há 20 anos atrás | 
		
			
				
					| getpgrp.c | f6875e0f6b
					dont try to build getpgrp if the arch doesnt support it (like ia64) | há 20 anos atrás | 
		
			
				
					| getpid.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| getppid.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| getpriority.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| getresgid.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| getresuid.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| getrlimit.c | 8a0b43005a
					Hide mostly used functions | há 20 anos atrás | 
		
			
				
					| getrlimit64.c | 8a0b43005a
					Hide mostly used functions | há 20 anos atrás | 
		
			
				
					| getrusage.c | c7ee376f94
					Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testing | há 20 anos atrás | 
		
			
				
					| getsid.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| gettimeofday.c | 0a8a65e0a0
					Use __gettimeofday | há 20 anos atrás | 
		
			
				
					| getuid.c | 765696aac5
					More hiding, 300 left | há 20 anos atrás | 
		
			
				
					| hp-timing.h | 9c4d060ea4
					grab header file from glibc | há 20 anos atrás | 
		
			
				
					| init_module.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| ioctl.c | 942357a798
					Implement __x versions | há 20 anos atrás | 
		
			
				
					| ioperm.c | 977216264f
					Do not stub out functions for mmu-less systems.  Hide all | há 20 anos atrás | 
		
			
				
					| iopl.c | 977216264f
					Do not stub out functions for mmu-less systems.  Hide all | há 20 anos atrás | 
		
			
				
					| kill.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| klogctl.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| lchown.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| link.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| llseek.c | 3039e5421c
					Some undefs to be pedantic | há 20 anos atrás | 
		
			
				
					| longjmp.c | 8a0b43005a
					Hide mostly used functions | há 20 anos atrás | 
		
			
				
					| lseek.c | 3039e5421c
					Some undefs to be pedantic | há 20 anos atrás | 
		
			
				
					| lstat.c | ee05cc213a
					add missing hidden alias for 64bit hosts | há 20 anos atrás | 
		
			
				
					| lstat64.c | 3039e5421c
					Some undefs to be pedantic | há 20 anos atrás | 
		
			
				
					| madvise.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| 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. | há 21 anos atrás | 
		
			
				
					| mkdir.c | d1a6e735ac
					Add hidden versions | há 20 anos atrás | 
		
			
				
					| mkfifo.c | fec4793c9a
					Implement __mknod and use it | há 20 anos atrás | 
		
			
				
					| mknod.c | fec4793c9a
					Implement __mknod and use it | há 20 anos atrás | 
		
			
				
					| mlock.c | 977216264f
					Do not stub out functions for mmu-less systems.  Hide all | há 20 anos atrás | 
		
			
				
					| mlockall.c | 977216264f
					Do not stub out functions for mmu-less systems.  Hide all | há 20 anos atrás | 
		
			
				
					| mmap.c | 5c22f74b31
					__ptr_t = void *, move hidden first | há 20 anos atrás | 
		
			
				
					| mmap64.c | 12e15afb67
					use tabs for whitespace | há 20 anos atrás | 
		
			
				
					| modify_ldt.c | 24f818725b
					Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... | há 20 anos atrás | 
		
			
				
					| mount.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| mprotect.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| mremap.c | 77ccb5b1dc
					mmap/mremap/socket/rewind gone | há 20 anos atrás | 
		
			
				
					| msync.c | 24f818725b
					Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... | há 20 anos atrás | 
		
			
				
					| munlock.c | 977216264f
					Do not stub out functions for mmu-less systems.  Hide all | há 20 anos atrás | 
		
			
				
					| munlockall.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| munmap.c | 765696aac5
					More hiding, 300 left | há 20 anos atrás | 
		
			
				
					| nanosleep.c | 2449b84347
					Use hidden_weak_alias | há 20 anos atrás | 
		
			
				
					| nice.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| noophooks.c | 10ab006634
					clean up warnings | há 20 anos atrás | 
		
			
				
					| ntp_gettime.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| open.c | 3039e5421c
					Some undefs to be pedantic | há 20 anos atrás | 
		
			
				
					| open64.c | 3039e5421c
					Some undefs to be pedantic | há 20 anos atrás | 
		
			
				
					| pause.c | 6a2a30ccc6
					internal sigpause, do we really default to BSD signals? | há 20 anos atrás | 
		
			
				
					| personality.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| pipe.c | 73130cae60
					Do hidden pipe, please check the change in mips (.end __pipe?) | há 20 anos atrás | 
		
			
				
					| pivot_root.c | 6294d7d222
					Some uClinux architectures do not define pivot_root | há 20 anos atrás | 
		
			
				
					| poll.c | 4f16d2e03a
					Implement hidden poll, switch user to hidden *printf/*scanf/poll | há 20 anos atrás | 
		
			
				
					| posix_fadvise.c | f9ff85a50a
					kill off some unused warnings | há 20 anos atrás | 
		
			
				
					| posix_fadvise64.c | a5b122db0a
					Make __syscall_fadvise64_64 static inline | há 20 anos atrás | 
		
			
				
					| prctl.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| pread_write.c | 3ce6992e99
					use hidden read/write symbols | há 20 anos atrás | 
		
			
				
					| ptrace.c | c94d3fd8f7
					Make the syscall locally, avoid an extern | há 22 anos atrás | 
		
			
				
					| query_module.c | f9ff85a50a
					kill off some unused warnings | há 20 anos atrás | 
		
			
				
					| quotactl.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| read.c | 8a0b43005a
					Hide mostly used functions | há 20 anos atrás | 
		
			
				
					| readlink.c | 21237865a7
					Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | há 20 anos atrás | 
		
			
				
					| readv.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| reboot.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| rename.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| rmdir.c | d1a6e735ac
					Add hidden versions | há 20 anos atrás | 
		
			
				
					| sbrk.c | 3c2175b12b
					Do hidden brk, hide _brk as well for some archs, convert users of brk | há 20 anos atrás | 
		
			
				
					| sched_get_priority_max.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sched_get_priority_min.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sched_getparam.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sched_getscheduler.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sched_rr_get_interval.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sched_setparam.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sched_setscheduler.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sched_yield.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| select.c | f4256c0836
					Implement more hidden | há 20 anos atrás | 
		
			
				
					| sendfile.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sendfile64.c | 6f4b3f9b2a
					Add missing semicolons | há 22 anos atrás | 
		
			
				
					| setdomainname.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| setegid.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| seteuid.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| setfsgid.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| setfsuid.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| setgid.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| setgroups.c | ba56672d0f
					make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e-mail list | há 20 anos atrás | 
		
			
				
					| sethostname.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| setitimer.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| setpgid.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| setpgrp.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| setpriority.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| setregid.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| setresgid.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| setresuid.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| setreuid.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| setrlimit.c | 8a0b43005a
					Hide mostly used functions | há 20 anos atrás | 
		
			
				
					| setrlimit64.c | 8a0b43005a
					Hide mostly used functions | há 20 anos atrás | 
		
			
				
					| setsid.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| settimeofday.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| setuid.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sigaltstack.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sigpending.c | afa6ffdbf8
					sig* hidden versions, make __rt_sig* static inline | há 20 anos atrás | 
		
			
				
					| sigprocmask.c | 8a0b43005a
					Hide mostly used functions | há 20 anos atrás | 
		
			
				
					| sigsuspend.c | afa6ffdbf8
					sig* hidden versions, make __rt_sig* static inline | há 20 anos atrás | 
		
			
				
					| ssp-local.c | 645044b837
					one reloc less, uninline, should save some space | há 20 anos atrás | 
		
			
				
					| ssp.c | 645044b837
					one reloc less, uninline, should save some space | há 20 anos atrás | 
		
			
				
					| stat.c | a4e94ada6d
					fix building on 64bit hosts | há 20 anos atrás | 
		
			
				
					| stat64.c | 3039e5421c
					Some undefs to be pedantic | há 20 anos atrás | 
		
			
				
					| statfs.c | 36bff6b9bf
					Do hidden __*stat* | há 20 anos atrás | 
		
			
				
					| stime.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| swapoff.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| swapon.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| symlink.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sync.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| syscalls.h | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sysctl.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sysfs.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| sysinfo.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| time.c | 0a8a65e0a0
					Use __gettimeofday | há 20 anos atrás | 
		
			
				
					| times.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| truncate.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| truncate64.c | 44b24a7a32
					Fix ftruncate64 and truncate64 for powerpc and mips | há 21 anos atrás | 
		
			
				
					| ulimit.c | 8a0b43005a
					Hide mostly used functions | há 20 anos atrás | 
		
			
				
					| umask.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| umount.c | 9763cff2eb
					fix typo in umount2() emulation of umount() | há 20 anos atrás | 
		
			
				
					| umount2.c | 5196d3e606
					whitespace cleanup | há 21 anos atrás | 
		
			
				
					| uname.c | 53b5f21c9c
					Hide more | há 20 anos atrás | 
		
			
				
					| unlink.c | 942357a798
					Implement __x versions | há 20 anos atrás | 
		
			
				
					| uselib.c | 49d1727594
					- ifdef uselib update from bug #0000013 | há 21 anos atrás | 
		
			
				
					| ustat.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| utime.c | 0a8a65e0a0
					Use __gettimeofday | há 20 anos atrás | 
		
			
				
					| utimes.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| vfork.c | f7c7c0e055
					Hide fork and vfork, use the newly introduced *alias | há 20 anos atrás | 
		
			
				
					| vhangup.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| wait.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| wait3.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| wait4.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| waitpid.c | c885bf5cf9
					More hiding, including __mempcpy | há 20 anos atrás | 
		
			
				
					| write.c | 24f818725b
					Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... | há 20 anos atrás | 
		
			
				
					| writev.c | a7e14569d2
					fix eriks e-mail address | há 21 anos atrás | 
		
			
				
					| xattr.c | 98701e8573
					Patch from psm, vapier, and solar, adding xattr syscalls | há 21 anos atrás | 
		
			
				
					| xstatconv.c | ef449071eb
					hide __xstatX_conv | há 20 anos atrás | 
		
			
				
					| xstatconv.h | ef449071eb
					hide __xstatX_conv | há 20 anos atrás |