]> git.saurik.com Git - apple/libc.git/commit - ppc/sys/_setjmp.s
Libc-339.tar.gz v339
authorApple <opensource@apple.com>
Tue, 29 Jun 2004 05:26:23 +0000 (05:26 +0000)
committerApple <opensource@apple.com>
Tue, 29 Jun 2004 05:26:23 +0000 (05:26 +0000)
commit59e0d9fe772464b93d835d2a2964457702469a43
tree6c3eea7f15ea3bf4d5d407d5534f87939160eea5
parent51631861ddb16afcfcf748cee26c14481549065e
Libc-339.tar.gz
1045 files changed:
GNUmakefile
Makefile
Makefile.fbsd_begin
Makefile.fbsd_end
Makefile.inc
Makefile.xbs
SYSCALL-LIST
compat-43/FreeBSD/Makefile.inc
compat-43/Makefile.inc
compat-43/setregid.c
compat-43/setreuid.c
compat-43/sigcompat.c
db/Makefile.inc
db/btree/FreeBSD/bt_close.c [new file with mode: 0644]
db/btree/FreeBSD/bt_conv.c [new file with mode: 0644]
db/btree/FreeBSD/bt_debug.c [new file with mode: 0644]
db/btree/FreeBSD/bt_delete.c [new file with mode: 0644]
db/btree/FreeBSD/bt_get.c [new file with mode: 0644]
db/btree/FreeBSD/bt_open.c [new file with mode: 0644]
db/btree/FreeBSD/bt_overflow.c [new file with mode: 0644]
db/btree/FreeBSD/bt_page.c [new file with mode: 0644]
db/btree/FreeBSD/bt_put.c [new file with mode: 0644]
db/btree/FreeBSD/bt_search.c [new file with mode: 0644]
db/btree/FreeBSD/bt_seq.c [new file with mode: 0644]
db/btree/FreeBSD/bt_split.c [new file with mode: 0644]
db/btree/FreeBSD/bt_utils.c [new file with mode: 0644]
db/btree/FreeBSD/btree.h [new file with mode: 0644]
db/btree/FreeBSD/btree.h.patch [new file with mode: 0644]
db/btree/FreeBSD/extern.h [new file with mode: 0644]
db/btree/Makefile.inc
db/btree/PB.project [deleted file]
db/btree/bt_close.c [deleted file]
db/btree/bt_conv.c [deleted file]
db/btree/bt_debug.c [deleted file]
db/btree/bt_delete.c [deleted file]
db/btree/bt_extern.h [deleted file]
db/btree/bt_get.c [deleted file]
db/btree/bt_open.c [deleted file]
db/btree/bt_overflow.c [deleted file]
db/btree/bt_page.c [deleted file]
db/btree/bt_put.c [deleted file]
db/btree/bt_search.c [deleted file]
db/btree/bt_seq.c [deleted file]
db/btree/bt_split.c [deleted file]
db/btree/bt_stack.c [deleted file]
db/btree/bt_utils.c [deleted file]
db/btree/btree.h [deleted file]
db/btree/extern.h [deleted file]
db/db/FreeBSD/db.c [new file with mode: 0644]
db/db/Makefile.inc
db/db/db.c [deleted file]
db/hash/FreeBSD/extern.h [new file with mode: 0644]
db/hash/FreeBSD/hash.c [new file with mode: 0644]
db/hash/FreeBSD/hash.c.patch [new file with mode: 0644]
db/hash/FreeBSD/hash.h [new file with mode: 0644]
db/hash/FreeBSD/hash_bigkey.c [new file with mode: 0644]
db/hash/FreeBSD/hash_bigkey.c.patch [new file with mode: 0644]
db/hash/FreeBSD/hash_buf.c [new file with mode: 0644]
db/hash/FreeBSD/hash_buf.c.patch [new file with mode: 0644]
db/hash/FreeBSD/hash_func.c [new file with mode: 0644]
db/hash/FreeBSD/hash_func.c.patch [new file with mode: 0644]
db/hash/FreeBSD/hash_log2.c [new file with mode: 0644]
db/hash/FreeBSD/hash_page.c [new file with mode: 0644]
db/hash/FreeBSD/hash_page.c.patch [new file with mode: 0644]
db/hash/FreeBSD/ndbm.c [new file with mode: 0644]
db/hash/FreeBSD/ndbm.c.patch [new file with mode: 0644]
db/hash/FreeBSD/page.h [new file with mode: 0644]
db/hash/Makefile.inc
db/hash/extern.h [deleted file]
db/hash/hash.c [deleted file]
db/hash/hash.h [deleted file]
db/hash/hash_bigkey.c [deleted file]
db/hash/hash_buf.c [deleted file]
db/hash/hash_func.c [deleted file]
db/hash/hash_log2.c [deleted file]
db/hash/hash_page.c [deleted file]
db/hash/hsearch.c [deleted file]
db/hash/ndbm.c [deleted file]
db/hash/page.h [deleted file]
db/hash/search.h [deleted file]
db/man/FreeBSD/btree.3 [new file with mode: 0644]
db/man/FreeBSD/dbm.3 [new file with mode: 0644]
db/man/FreeBSD/dbopen.3 [new file with mode: 0644]
db/man/FreeBSD/hash.3 [new file with mode: 0644]
db/man/FreeBSD/mpool.3 [new file with mode: 0644]
db/man/FreeBSD/recno.3 [new file with mode: 0644]
db/man/Makefile.inc
db/man/btree.3 [deleted file]
db/man/dbm.3 [deleted file]
db/man/dbopen.3 [deleted file]
db/man/hash.3 [deleted file]
db/man/mpool.3 [deleted file]
db/man/recno.3 [deleted file]
db/mpool/FreeBSD/mpool.c [new file with mode: 0644]
db/mpool/Makefile.inc
db/mpool/mpool.c [deleted file]
db/recno/FreeBSD/extern.h [new file with mode: 0644]
db/recno/FreeBSD/extern.h.patch [new file with mode: 0644]
db/recno/FreeBSD/rec_close.c [new file with mode: 0644]
db/recno/FreeBSD/rec_delete.c [new file with mode: 0644]
db/recno/FreeBSD/rec_get.c [new file with mode: 0644]
db/recno/FreeBSD/rec_open.c [new file with mode: 0644]
db/recno/FreeBSD/rec_put.c [new file with mode: 0644]
db/recno/FreeBSD/rec_search.c [new file with mode: 0644]
db/recno/FreeBSD/rec_seq.c [new file with mode: 0644]
db/recno/FreeBSD/rec_utils.c [new file with mode: 0644]
db/recno/FreeBSD/recno.h [new file with mode: 0644]
db/recno/FreeBSD/recno.h.patch [new file with mode: 0644]
db/recno/Makefile.inc
db/recno/extern.h [deleted file]
db/recno/rec_close.c [deleted file]
db/recno/rec_delete.c [deleted file]
db/recno/rec_get.c [deleted file]
db/recno/rec_open.c [deleted file]
db/recno/rec_put.c [deleted file]
db/recno/rec_search.c [deleted file]
db/recno/rec_seq.c [deleted file]
db/recno/rec_utils.c [deleted file]
db/recno/recno.h [deleted file]
emulated/Makefile.inc [new file with mode: 0644]
emulated/bsd_signal.3 [new file with mode: 0644]
emulated/bsd_signal.c [new file with mode: 0644]
emulated/statvfs.3 [new file with mode: 0644]
emulated/statvfs.c [new file with mode: 0644]
emulated/tcgetsid.3 [new file with mode: 0644]
emulated/tcgetsid.c [new file with mode: 0644]
fbsdcompat/_fbsd_compat_.h
fbsdcompat/_fpmath.h
fbsdcompat/fpmath.h
fbsdcompat/libc_private.h
fbsdcompat/machine/atomic.h
fbsdcompat/namespace.h
fbsdcompat/spinlock.h
fbsdcompat/sys/cdefs.h
fbsdcompat/sys/endian.h
fbsdcompat/un-namespace.h
fixdups.ed [new file with mode: 0644]
gdtoa/FreeBSD/_hdtoa.c [new file with mode: 0644]
gdtoa/FreeBSD/_ldtoa.c
gdtoa/FreeBSD/gdtoa-gethex.c
gdtoa/FreeBSD/gdtoa-strtod.c
gdtoa/Makefile.inc
gdtoa/arith.h
gen/FreeBSD/exec.3.patch [new file with mode: 0644]
gen/FreeBSD/fmtmsg.3 [new file with mode: 0644]
gen/FreeBSD/fmtmsg.c [new file with mode: 0644]
gen/FreeBSD/fpclassify.3 [new file with mode: 0644]
gen/FreeBSD/fpclassify.3.patch [new file with mode: 0644]
gen/FreeBSD/getpeereid.3 [new file with mode: 0644]
gen/FreeBSD/getpeereid.c [new file with mode: 0644]
gen/FreeBSD/getprogname.3.patch [new file with mode: 0644]
gen/FreeBSD/glob.3 [new file with mode: 0644]
gen/FreeBSD/glob.c [new file with mode: 0644]
gen/FreeBSD/isgreater.3 [new file with mode: 0644]
gen/FreeBSD/isgreater.3.patch [new file with mode: 0644]
gen/FreeBSD/popen.c.patch
gen/FreeBSD/signal.3.patch [new file with mode: 0644]
gen/FreeBSD/signbit.3 [new file with mode: 0644]
gen/FreeBSD/signbit.3.patch [new file with mode: 0644]
gen/FreeBSD/sleep.3.patch [new file with mode: 0644]
gen/FreeBSD/sysconf.3 [new file with mode: 0644]
gen/FreeBSD/sysconf.c [new file with mode: 0644]
gen/FreeBSD/sysconf.c.patch [new file with mode: 0644]
gen/FreeBSD/sysctl.3.patch [new file with mode: 0644]
gen/FreeBSD/usleep.3.patch [new file with mode: 0644]
gen/Makefile.inc
gen/NSSystemDirectories.c
gen/OSSystemInfo.c
gen/arc4random.c
gen/assert.c
gen/authentication.c
gen/cache.c
gen/confstr.c
gen/crypt.3 [new file with mode: 0644]
gen/crypt.c
gen/devname.c
gen/disklabel.c
gen/errlst.c
gen/fts.c
gen/ftw.3 [new file with mode: 0644]
gen/ftw.c [new file with mode: 0644]
gen/getloadavg.c
gen/getpwent.3
gen/getttyent.c
gen/getusershell.c
gen/getvfsbyname.c
gen/glob.3 [deleted file]
gen/isinf.3 [deleted file]
gen/isinf.c [new file with mode: 0644]
gen/isnan.c
gen/malloc.3
gen/malloc.c
gen/nanosleep.c
gen/nftw.c [new file with mode: 0644]
gen/nlist.c
gen/scalable_malloc.c
gen/scalable_malloc.h
gen/setlogin.c
gen/sigsetops.c
gen/stack_logging.c
gen/stack_logging.h
gen/strtofflags.c
gen/sysconf.3 [deleted file]
gen/sysconf.c [deleted file]
gen/syslog.c
gen/uname.c
gen/wordexp.3 [new file with mode: 0644]
gen/wordexp.c [new file with mode: 0644]
gen/zone.c
gmon/Makefile.inc
gmon/gmon.c
i386/gen/Makefile.inc
i386/gen/bcopy.s [deleted file]
i386/gen/bzero.s [deleted file]
i386/gen/ecvt.c
i386/gen/icacheinval.s
i386/gen/isinf.c [deleted file]
i386/gen/mcount.s
i386/gen/memcpy.s [deleted file]
i386/gen/memmove.s [deleted file]
i386/gen/setjmperr.c
i386/mach/Makefile.inc
i386/mach/mach_absolute_time.c
i386/pthreads/Makefile.inc
i386/pthreads/get_cpu_capabilities.s
i386/pthreads/init_cpu_capabilities.c
i386/pthreads/pthread_getspecific.s
i386/pthreads/pthread_self.s
i386/pthreads/pthread_set_self.s
i386/string/Makefile.inc
i386/string/bcopy.s [new file with mode: 0644]
i386/string/bzero.s [new file with mode: 0644]
i386/string/memcpy.s [new file with mode: 0644]
i386/string/memmove.s [new file with mode: 0644]
i386/string/strcmp.s
i386/sys/ATPgetreq.s
i386/sys/ATPgetrsp.s
i386/sys/ATPsndreq.s
i386/sys/ATPsndrsp.s
i386/sys/ATgetmsg.s
i386/sys/ATputmsg.s
i386/sys/ATsocket.s
i386/sys/Makefile.inc
i386/sys/SYS.h
i386/sys/_exit.s
i386/sys/_getlogin.s
i386/sys/_pthread_kill.s
i386/sys/_setjmp.s
i386/sys/_setlogin.s
i386/sys/_sysctl.s
i386/sys/accept.s
i386/sys/access.s
i386/sys/acct.s
i386/sys/add_profil.s
i386/sys/adjtime.s
i386/sys/aio_cancel.s
i386/sys/aio_error.s
i386/sys/aio_fsync.s
i386/sys/aio_read.s
i386/sys/aio_return.s
i386/sys/aio_suspend.s
i386/sys/aio_write.s
i386/sys/audit.s
i386/sys/auditctl.s
i386/sys/auditon.s
i386/sys/auditsvc.s [new file with mode: 0644]
i386/sys/bind.s
i386/sys/cerror.s
i386/sys/chdir.s
i386/sys/checkuseraccess.s
i386/sys/chflags.s
i386/sys/chmod.s
i386/sys/chown.s
i386/sys/chroot.s
i386/sys/close.s
i386/sys/connect.s
i386/sys/dup.s
i386/sys/dup2.s
i386/sys/exchangedata.s
i386/sys/execve.s
i386/sys/fchdir.s
i386/sys/fchflags.s
i386/sys/fchmod.s
i386/sys/fchown.s
i386/sys/fcntl.s
i386/sys/fgetxattr.s [new file with mode: 0644]
i386/sys/fhopen.s
i386/sys/flistxattr.s [new file with mode: 0644]
i386/sys/flock.s
i386/sys/fork.s
i386/sys/fpathconf.s
i386/sys/fremovexattr.s [new file with mode: 0644]
i386/sys/fsctl.s
i386/sys/fsetxattr.s [new file with mode: 0644]
i386/sys/fstat.s
i386/sys/fstatfs.s
i386/sys/fstatv.s
i386/sys/fsync.s
i386/sys/ftruncate.s
i386/sys/futimes.s
i386/sys/getattrlist.s
i386/sys/getaudit.s
i386/sys/getaudit_addr.s
i386/sys/getauid.s
i386/sys/getdirentries.s
i386/sys/getdirentriesattr.s
i386/sys/getegid.s
i386/sys/geteuid.s
i386/sys/getfh.s
i386/sys/getfsstat.s
i386/sys/getgid.s
i386/sys/getgroups.s
i386/sys/getitimer.s
i386/sys/getpeername.s
i386/sys/getpgid.s
i386/sys/getpgrp.s
i386/sys/getpid.s
i386/sys/getppid.s
i386/sys/getpriority.s
i386/sys/getrlimit.s
i386/sys/getrusage.s
i386/sys/getsid.s
i386/sys/getsockname.s
i386/sys/getsockopt.s
i386/sys/getuid.s
i386/sys/getxattr.s [new file with mode: 0644]
i386/sys/ioctl.s
i386/sys/issetugid.s
i386/sys/kevent.s
i386/sys/kill.s
i386/sys/kqueue.s
i386/sys/kqueue_from_portset_np.s
i386/sys/kqueue_portset_np.s
i386/sys/ktrace.s
i386/sys/lchown.s [new file with mode: 0644]
i386/sys/link.s
i386/sys/lio_listio.s
i386/sys/listen.s
i386/sys/listxattr.s [new file with mode: 0644]
i386/sys/load_shared_file.s
i386/sys/lseek.s
i386/sys/lstat.s
i386/sys/lstatv.s
i386/sys/madvise.s
i386/sys/mincore.s
i386/sys/minherit.s
i386/sys/mkcomplex.s
i386/sys/mkdir.s
i386/sys/mkfifo.s
i386/sys/mknod.s
i386/sys/mlock.s
i386/sys/mlockall.s
i386/sys/mmap.s
i386/sys/mount.s
i386/sys/mprotect.s
i386/sys/msgctl.s
i386/sys/msgget.s
i386/sys/msgrcv.s
i386/sys/msgsnd.s
i386/sys/msgsys.s
i386/sys/msync.s
i386/sys/munlock.s
i386/sys/munlockall.s
i386/sys/munmap.s
i386/sys/new_system_shared_regions.s
i386/sys/nfsclnt.s
i386/sys/nfssvc.s
i386/sys/open.s
i386/sys/pathconf.s
i386/sys/pipe.s
i386/sys/posix_madvise.s
i386/sys/pread.s
i386/sys/profil.s
i386/sys/pthread_sigmask.s
i386/sys/ptrace.s
i386/sys/pwrite.s
i386/sys/quota.s
i386/sys/quotactl.s
i386/sys/read.s
i386/sys/readlink.s
i386/sys/readv.s
i386/sys/reboot.s
i386/sys/recvfrom.s
i386/sys/recvmsg.s
i386/sys/removexattr.s [new file with mode: 0644]
i386/sys/rename.s
i386/sys/reset_shared_file.s
i386/sys/revoke.s
i386/sys/rmdir.s
i386/sys/searchfs.s
i386/sys/select.s
i386/sys/sem_close.s
i386/sys/sem_destroy.s
i386/sys/sem_getvalue.s
i386/sys/sem_init.s
i386/sys/sem_post.s
i386/sys/sem_trywait.s
i386/sys/sem_wait.s
i386/sys/semconfig.s
i386/sys/semctl.s
i386/sys/semget.s
i386/sys/semop.s
i386/sys/semsys.s
i386/sys/sendmsg.s
i386/sys/sendto.s
i386/sys/setattrlist.s
i386/sys/setaudit.s
i386/sys/setaudit_addr.s
i386/sys/setauid.s
i386/sys/setegid.s
i386/sys/seteuid.s
i386/sys/setgid.s
i386/sys/setgroups.s
i386/sys/setitimer.s
i386/sys/setjmp.s
i386/sys/setpgid.s
i386/sys/setpriority.s
i386/sys/setprivexec.s
i386/sys/setquota.s
i386/sys/setrlimit.s
i386/sys/setsid.s
i386/sys/setsockopt.s
i386/sys/settimeofday.s
i386/sys/setuid.s
i386/sys/setxattr.s [new file with mode: 0644]
i386/sys/shmat.s
i386/sys/shmctl.s
i386/sys/shmdt.s
i386/sys/shmget.s
i386/sys/shmsys.s
i386/sys/shutdown.s
i386/sys/sigaltstack.s
i386/sys/sigpending.s
i386/sys/sigprocmask.s
i386/sys/sigreturn.s
i386/sys/sigwait.s
i386/sys/socket.s
i386/sys/socketpair.s
i386/sys/stat.s
i386/sys/statfs.s
i386/sys/statv.s
i386/sys/swapon.s
i386/sys/symlink.s
i386/sys/sync.s
i386/sys/syscall.s
i386/sys/systable.s
i386/sys/truncate.s
i386/sys/umask.s
i386/sys/undelete.s
i386/sys/unlink.s
i386/sys/unmount.s
i386/sys/utimes.s
i386/sys/vfork.s
i386/sys/wait4.s
i386/sys/write.s
i386/sys/writev.s
include/Makefile.inc
include/NSSystemDirectories.h
include/_types.h [new file with mode: 0644]
include/aio.h
include/alloca.h
include/ar.h
include/arpa/ftp.h
include/arpa/nameser_compat.h
include/arpa/telnet.h
include/arpa/tftp.h
include/asm.h
include/authentication.h
include/bitstring.h
include/c.h
include/cpio.h [new file with mode: 0644]
include/crt_externs.h
include/ctype.h
include/db.h
include/dirent.h
include/disktab.h
include/err.h
include/errno.h
include/fcntl.h
include/fmtmsg.h [new file with mode: 0644]
include/fnmatch.h
include/fsproperties.h
include/fstab.h
include/fts.h
include/ftw.h [new file with mode: 0644]
include/getopt.h
include/glob.h
include/grp.h
include/iso646.h
include/kvm.h
include/langinfo.h
include/libc.h
include/libgen.h
include/libkern/Makefile.inc [new file with mode: 0644]
include/libkern/OSAtomic.h [new file with mode: 0644]
include/limits.h
include/locale.h
include/malloc/malloc.h
include/memory.h
include/monetary.h
include/monitor.h
include/mpool.h
include/ndbm.h
include/nl_types.h
include/nlist.h
include/objc/malloc.h
include/objc/zone.h
include/paths.h
include/protocols/dumprestore.h
include/protocols/routed.h
include/protocols/rwhod.h
include/protocols/talkd.h
include/protocols/timed.h
include/pwd.h
include/ranlib.h
include/readpassphrase.h
include/regex.h
include/regexp.h
include/rune.h
include/runetype.h
include/search.h
include/semaphore.h
include/setjmp.h
include/sgtty.h
include/signal.h
include/stab.h
include/standards.h
include/stddef.h
include/stdio.h
include/stdlib.h
include/strhash.h
include/string.h
include/stringlist.h
include/strings.h
include/struct.h
include/sys/Makefile.inc [new file with mode: 0644]
include/sys/statvfs.h [new file with mode: 0644]
include/sysexits.3 [new file with mode: 0644]
include/sysexits.h
include/syslog.h
include/tar.h
include/termios.h
include/time.h
include/timeconv.h
include/ttyent.h
include/tzfile.h
include/ucontext.h
include/ulimit.h
include/unistd.h
include/util.h
include/utime.h
include/utmp.h
include/vis.h
include/wchar.h
include/wctype.h
include/wordexp.h [new file with mode: 0644]
internat/Makefile.inc
internat/NXCType.c
internat/NXCType.h
internat/NXIsAlNum.c
internat/NXIsAlpha.c
internat/NXIsAscii.c
internat/NXIsCntrl.c
internat/NXIsDigit.c
internat/NXIsGraph.c
internat/NXIsLower.c
internat/NXIsPrint.c
internat/NXIsPunct.c
internat/NXIsSpace.c
internat/NXIsUpper.c
internat/NXIsXDigit.c
internat/NXToAscii.c
internat/NXToLower.c
internat/NXToUpper.c
internat/_NXToLower.c
internat/_NXToUpper.c
locale/Makefile.inc
locale/lconv.c
mach/Makefile.inc
mach/bootstrap_ports.c
mach/clock.defs
mach/clock_priv.defs
mach/clock_reply.defs
mach/clock_sleep.c
mach/error_codes.c
mach/errorlib.h
mach/exc.defs
mach/exc_catcher.c
mach/exc_catcher_state.c
mach/exc_catcher_state_identity.c
mach/externs.h
mach/fprintf_stderr.c
mach/headers/errorlib.h
mach/headers/mach.h
mach/headers/mach_error.h
mach/headers/mach_init.h
mach/headers/mach_interface.h
mach/headers/port_obj.h
mach/headers/sync.h
mach/headers/task.h
mach/headers/thread_act.h
mach/headers/vm_task.h
mach/host_priv.defs
mach/host_security.defs
mach/ledger.defs
mach/lock_set.defs
mach/mach_error.c
mach/mach_error_string.c
mach/mach_host.defs
mach/mach_init.c
mach/mach_init_ports.c
mach/mach_msg.c
mach/mach_port.defs
mach/mach_traps.s
mach/mach_vm.defs [new file with mode: 0644]
mach/mig_allocate.c
mach/mig_deallocate.c
mach/mig_reply_setup.c
mach/mig_strncpy.c
mach/ms_thread_switch.c
mach/notify.defs
mach/panic.c
mach/port_obj.c
mach/processor.defs
mach/processor_set.defs
mach/sbrk.c
mach/semaphore.c
mach/servers/Makefile.inc
mach/servers/bootstrap_defs.h
mach/servers/key_defs.h
mach/servers/ls_defs.h
mach/servers/netname.defs
mach/servers/netname_defs.h
mach/servers/nm_defs.h
mach/servers/srvbootstrap.defs
mach/slot_name.c
mach/task.defs
mach/thread_act.defs
mach/vm_map.defs
net/Makefile.inc
nls/Makefile.inc
posix1e/Makefile.inc
ppc/gen/Makefile.inc
ppc/gen/abs.s
ppc/gen/assymdefs.c
ppc/gen/bcopy.s [deleted file]
ppc/gen/bzero.s [deleted file]
ppc/gen/ecvt.c
ppc/gen/ffs.s
ppc/gen/fp.h
ppc/gen/genassym.c
ppc/gen/genassym.h
ppc/gen/icacheinval.s
ppc/gen/isinf.c [deleted file]
ppc/gen/mcount.s
ppc/gen/setjmperr.c
ppc/mach/Makefile.inc
ppc/mach/mach_absolute_time.s
ppc/pthreads/Makefile.inc
ppc/pthreads/get_cpu_capabilities.s
ppc/pthreads/init_cpu_capabilities.c
ppc/pthreads/pthread_getspecific.s
ppc/pthreads/pthread_self.s
ppc/pthreads/pthread_set_self.s
ppc/string/Makefile.inc
ppc/string/bcopy.s [new file with mode: 0644]
ppc/string/bzero.s [new file with mode: 0644]
ppc/string/memcmp.s
ppc/string/strcat.s
ppc/string/strcmp.s
ppc/string/strcpy.s
ppc/string/strlcat.s
ppc/string/strlcpy.s
ppc/string/strlen.s
ppc/string/strncat.s
ppc/string/strncmp.s
ppc/string/strncpy.s
ppc/sys/ATPgetreq.s
ppc/sys/ATPgetrsp.s
ppc/sys/ATPsndreq.s
ppc/sys/ATPsndrsp.s
ppc/sys/ATgetmsg.s
ppc/sys/ATputmsg.s
ppc/sys/ATsocket.s
ppc/sys/Makefile.inc
ppc/sys/OSAtomic.s [new file with mode: 0644]
ppc/sys/SYS.h
ppc/sys/_exit.s
ppc/sys/_getlogin.s
ppc/sys/_longjmp.s
ppc/sys/_pthread_kill.s
ppc/sys/_setjmp.h
ppc/sys/_setjmp.s
ppc/sys/_setlogin.s
ppc/sys/_sysctl.s
ppc/sys/accept.s
ppc/sys/access.s
ppc/sys/acct.s
ppc/sys/add_profil.s
ppc/sys/adjtime.s
ppc/sys/aio_cancel.s
ppc/sys/aio_error.s
ppc/sys/aio_fsync.s
ppc/sys/aio_read.s
ppc/sys/aio_return.s
ppc/sys/aio_suspend.s
ppc/sys/aio_write.s
ppc/sys/assym.h
ppc/sys/assymdefs.c
ppc/sys/audit.s
ppc/sys/auditctl.s
ppc/sys/auditon.s
ppc/sys/auditsvc.s [new file with mode: 0644]
ppc/sys/bind.s
ppc/sys/cerror.s
ppc/sys/chdir.s
ppc/sys/checkuseraccess.s
ppc/sys/chflags.s
ppc/sys/chmod.s
ppc/sys/chown.s
ppc/sys/chroot.s
ppc/sys/close.s
ppc/sys/connect.s
ppc/sys/dup.s
ppc/sys/dup2.s
ppc/sys/exchangedata.s
ppc/sys/execve.s
ppc/sys/fchdir.s
ppc/sys/fchflags.s
ppc/sys/fchmod.s
ppc/sys/fchown.s
ppc/sys/fcntl.s
ppc/sys/fgetxattr.s [new file with mode: 0644]
ppc/sys/fhopen.s
ppc/sys/flistxattr.s [new file with mode: 0644]
ppc/sys/flock.s
ppc/sys/fork.s
ppc/sys/fpathconf.s
ppc/sys/fremovexattr.s [new file with mode: 0644]
ppc/sys/fsctl.s
ppc/sys/fsetxattr.s [new file with mode: 0644]
ppc/sys/fstat.s
ppc/sys/fstatfs.s
ppc/sys/fstatv.s
ppc/sys/fsync.s
ppc/sys/ftruncate.s
ppc/sys/futimes.s
ppc/sys/genassym.c
ppc/sys/genassym.h
ppc/sys/getattrlist.s
ppc/sys/getaudit.s
ppc/sys/getaudit_addr.s
ppc/sys/getauid.s
ppc/sys/getdirentries.s
ppc/sys/getdirentriesattr.s
ppc/sys/getegid.s
ppc/sys/geteuid.s
ppc/sys/getfh.s
ppc/sys/getfsstat.s
ppc/sys/getgid.s
ppc/sys/getgroups.s
ppc/sys/getitimer.s
ppc/sys/getpeername.s
ppc/sys/getpgid.s
ppc/sys/getpgrp.s
ppc/sys/getpid.s
ppc/sys/getppid.s
ppc/sys/getpriority.s
ppc/sys/getrlimit.s
ppc/sys/getrusage.s
ppc/sys/getsid.s
ppc/sys/getsockname.s
ppc/sys/getsockopt.s
ppc/sys/getuid.s
ppc/sys/getxattr.s [new file with mode: 0644]
ppc/sys/ioctl.s
ppc/sys/issetugid.s
ppc/sys/kevent.s
ppc/sys/kill.s
ppc/sys/kqueue.s
ppc/sys/kqueue_from_portset_np.s
ppc/sys/kqueue_portset_np.s
ppc/sys/ktrace.s
ppc/sys/lchown.s [new file with mode: 0644]
ppc/sys/link.s
ppc/sys/lio_listio.s
ppc/sys/listen.s
ppc/sys/listxattr.s [new file with mode: 0644]
ppc/sys/load_shared_file.s
ppc/sys/longjmp.s
ppc/sys/lseek.s
ppc/sys/lstat.s
ppc/sys/lstatv.s
ppc/sys/madvise.s
ppc/sys/mincore.s
ppc/sys/minherit.s
ppc/sys/mkcomplex.s
ppc/sys/mkdir.s
ppc/sys/mkfifo.s
ppc/sys/mknod.s
ppc/sys/mlock.s
ppc/sys/mlockall.s
ppc/sys/mmap.s
ppc/sys/mount.s
ppc/sys/mprotect.s
ppc/sys/msgctl.s
ppc/sys/msgget.s
ppc/sys/msgrcv.s
ppc/sys/msgsnd.s
ppc/sys/msgsys.s
ppc/sys/msync.s
ppc/sys/munlock.s
ppc/sys/munlockall.s
ppc/sys/munmap.s
ppc/sys/new_system_shared_regions.s
ppc/sys/nfsclnt.s
ppc/sys/nfssvc.s
ppc/sys/open.s
ppc/sys/pathconf.s
ppc/sys/pipe.s
ppc/sys/posix_madvise.s
ppc/sys/ppc_gettimeofday.s
ppc/sys/pread.s
ppc/sys/processor_facilities.h
ppc/sys/processor_facilities.s
ppc/sys/profil.s
ppc/sys/pthread_sigmask.s
ppc/sys/ptrace.s
ppc/sys/pwrite.s
ppc/sys/quota.s
ppc/sys/quotactl.s
ppc/sys/read.s
ppc/sys/readlink.s
ppc/sys/readv.s
ppc/sys/reboot.s
ppc/sys/recvfrom.s
ppc/sys/recvmsg.s
ppc/sys/removexattr.s [new file with mode: 0644]
ppc/sys/rename.s
ppc/sys/reset_shared_file.s
ppc/sys/revoke.s
ppc/sys/rmdir.s
ppc/sys/searchfs.s
ppc/sys/select.s
ppc/sys/sem_close.s
ppc/sys/sem_destroy.s
ppc/sys/sem_getvalue.s
ppc/sys/sem_init.s
ppc/sys/sem_post.s
ppc/sys/sem_trywait.s
ppc/sys/sem_wait.s
ppc/sys/semconfig.s
ppc/sys/semctl.s
ppc/sys/semget.s
ppc/sys/semop.s
ppc/sys/semsys.s
ppc/sys/sendmsg.s
ppc/sys/sendto.s
ppc/sys/setattrlist.s
ppc/sys/setaudit.s
ppc/sys/setaudit_addr.s
ppc/sys/setauid.s
ppc/sys/setegid.s
ppc/sys/seteuid.s
ppc/sys/setgid.s
ppc/sys/setgroups.s
ppc/sys/setitimer.s
ppc/sys/setjmp.s
ppc/sys/setpgid.s
ppc/sys/setpriority.s
ppc/sys/setprivexec.s
ppc/sys/setquota.s
ppc/sys/setrlimit.s
ppc/sys/setsid.s
ppc/sys/setsockopt.s
ppc/sys/settimeofday.s
ppc/sys/setuid.s
ppc/sys/setxattr.s [new file with mode: 0644]
ppc/sys/shmat.s
ppc/sys/shmctl.s
ppc/sys/shmdt.s
ppc/sys/shmget.s
ppc/sys/shmsys.s
ppc/sys/shutdown.s
ppc/sys/sigaltstack.s
ppc/sys/sigpending.s
ppc/sys/sigprocmask.s
ppc/sys/sigreturn.s
ppc/sys/sigwait.s
ppc/sys/socket.s
ppc/sys/socketpair.s
ppc/sys/stat.s
ppc/sys/statfs.s
ppc/sys/statv.s
ppc/sys/swapon.s
ppc/sys/symlink.s
ppc/sys/sync.s
ppc/sys/syscall.s
ppc/sys/systable.s
ppc/sys/truncate.s
ppc/sys/umask.s
ppc/sys/undelete.s
ppc/sys/unlink.s
ppc/sys/unmount.s
ppc/sys/utimes.s
ppc/sys/vfork.s
ppc/sys/wait4.s
ppc/sys/write.s
ppc/sys/writev.s
ppc64/gen/Makefile.inc [new file with mode: 0644]
ppc64/mach/Makefile.inc [new file with mode: 0644]
ppc64/pthreads/Makefile.inc [new file with mode: 0644]
ppc64/stdlib/gdtoa.mk [new file with mode: 0644]
ppc64/string/Makefile.inc [new file with mode: 0644]
ppc64/sys/Makefile.inc [new file with mode: 0644]
pthreads/Makefile.inc
pthreads/lock.s
pthreads/mk_pthread_impl.c
pthreads/posix_sched.h
pthreads/pthread.c
pthreads/pthread.h
pthreads/pthread_cond.c
pthreads/pthread_impl.h
pthreads/pthread_internals.h
pthreads/pthread_machdep.h
pthreads/pthread_mutex.c
pthreads/pthread_rwlock.c
pthreads/pthread_spinlock.h
pthreads/pthread_tsd.c
pthreads/sched.h
pthreads/stack.s
pthreads/thread_setup.c
quad/Makefile.inc
regex/Makefile.inc
rpc/Makefile.inc
stdio/FreeBSD/fgets.3.patch [new file with mode: 0644]
stdio/FreeBSD/findfp.c.patch
stdio/FreeBSD/floatio.h
stdio/FreeBSD/ftell.c.patch [new file with mode: 0644]
stdio/FreeBSD/mktemp.c.patch [new file with mode: 0644]
stdio/FreeBSD/printf.3.patch
stdio/FreeBSD/sscanf.c.patch [deleted file]
stdio/FreeBSD/tmpnam.3.patch [new file with mode: 0644]
stdio/FreeBSD/vfprintf.c
stdio/FreeBSD/vfprintf.c.patch
stdio/FreeBSD/vfscanf.c.patch [new file with mode: 0644]
stdio/FreeBSD/vfwprintf.c
stdio/FreeBSD/vfwprintf.c.patch
stdio/FreeBSD/vfwscanf.c.patch [new file with mode: 0644]
stdio/FreeBSD/vswprintf.c.patch [new file with mode: 0644]
stdio/FreeBSD/wprintf.3.patch
stdio/Makefile.inc
stdio/hexfloat.c [deleted file]
stdlib/FreeBSD/atexit.c
stdlib/FreeBSD/atexit.c.patch [new file with mode: 0644]
stdlib/FreeBSD/atexit.h
stdlib/FreeBSD/exit.c
stdlib/FreeBSD/exit.c.patch
stdlib/FreeBSD/realpath.c.patch [new file with mode: 0644]
stdlib/Makefile.inc
stdlib/a64l.3
stdlib/a64l.c
stdlib/l64a.c
stdtime/FreeBSD/ftime.3 [new file with mode: 0644]
stdtime/FreeBSD/ftime.3.patch [new file with mode: 0644]
stdtime/FreeBSD/ftime.c [new file with mode: 0644]
stdtime/FreeBSD/localtime.c.patch
stdtime/Makefile.inc
stdtime/getdate.3 [new file with mode: 0644]
stdtime/getdate.c [new file with mode: 0644]
stdtime/timegm.3 [new file with mode: 0644]
string/FreeBSD/bcopy.c [deleted file]
string/FreeBSD/bzero.c [deleted file]
string/FreeBSD/index.c.patch [new file with mode: 0644]
string/FreeBSD/memcpy.3.patch
string/FreeBSD/memcpy.c [deleted file]
string/FreeBSD/memmove.c [deleted file]
string/FreeBSD/rindex.c.patch [new file with mode: 0644]
string/FreeBSD/strcat.3.patch [new file with mode: 0644]
string/FreeBSD/strcmp.c [deleted file]
string/FreeBSD/strcpy.3.patch [new file with mode: 0644]
string/Makefile.inc
sys/Makefile.inc
sys/SYSCALL-LIST
sys/atomic.3 [new file with mode: 0644]
sys/atomicqueue.3 [new file with mode: 0644]
sys/barrier.3 [new file with mode: 0644]
sys/crt_externs.c
sys/errno.c
sys/fix-3375657.c
sys/getdtablesize.c
sys/gettimeofday.c
sys/nanosleep.2
sys/pthread_kill.2
sys/pthread_sigmask.2
sys/sem_open.c
sys/sem_unlink.2
sys/sem_unlink.c
sys/shm_open.c
sys/shm_unlink.c
sys/sigaction.c
sys/sigcatch.c
sys/sigcatch.h
sys/sigsuspend.c
sys/sigtramp.c
sys/spinlock.3 [new file with mode: 0644]
threads/Makefile.inc
threads/cprocs.c
threads/cthread_internals.h
threads/cthreads.c
threads/cthreads.h
threads/lu_utils.c
threads/mig_support.c
util/Makefile.inc
util/fparseln.c
util/login.c
util/login_tty.c
util/logout.c
util/logwtmp.c
util/opendev.c
util/pty.c
uuid/Makefile.inc [new file with mode: 0644]
uuid/uuid-config.h [new file with mode: 0644]
uuid/uuidman.sed [new file with mode: 0644]
uuid/uuidsrc/clear.c [new file with mode: 0644]
uuid/uuidsrc/compare.c [new file with mode: 0644]
uuid/uuidsrc/copy.c [new file with mode: 0644]
uuid/uuidsrc/gen_uuid.c [new file with mode: 0644]
uuid/uuidsrc/isnull.c [new file with mode: 0644]
uuid/uuidsrc/libuuid.3.in [new file with mode: 0644]
uuid/uuidsrc/pack.c [new file with mode: 0644]
uuid/uuidsrc/parse.c [new file with mode: 0644]
uuid/uuidsrc/unpack.c [new file with mode: 0644]
uuid/uuidsrc/unparse.c [new file with mode: 0644]
uuid/uuidsrc/uuid.h [new file with mode: 0644]
uuid/uuidsrc/uuidP.h [new file with mode: 0644]
uuid/uuidsrc/uuid_clear.3.in [new file with mode: 0644]
uuid/uuidsrc/uuid_compare.3.in [new file with mode: 0644]
uuid/uuidsrc/uuid_copy.3.in [new file with mode: 0644]
uuid/uuidsrc/uuid_generate.3.in [new file with mode: 0644]
uuid/uuidsrc/uuid_is_null.3.in [new file with mode: 0644]
uuid/uuidsrc/uuid_parse.3.in [new file with mode: 0644]
uuid/uuidsrc/uuid_unparse.3.in [new file with mode: 0644]
xdr/Makefile.inc
yp/Makefile.inc