CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Deleted some ports which are not required for a first rootfs-devel from crosscompilation
authorJose V Beneyto <sepen@crux.nu>
Wed, 17 Oct 2012 14:51:02 +0000 (14:51 +0000)
committerJose V Beneyto <sepen@crux.nu>
Wed, 17 Oct 2012 14:51:35 +0000 (14:51 +0000)
45 files changed:
dcron/.footprint [deleted file]
dcron/.md5sum [deleted file]
dcron/Pkgfile [deleted file]
dcron/crond [deleted file]
dcron/crontab [deleted file]
dcron/runjobs [deleted file]
dhcpcd/.footprint [deleted file]
dhcpcd/.md5sum [deleted file]
dhcpcd/Pkgfile [deleted file]
exim/.footprint [deleted file]
exim/.md5sum [deleted file]
exim/Pkgfile [deleted file]
exim/exim [deleted file]
exim/exim-config.patch [deleted file]
iptables/.footprint [deleted file]
iptables/.md5sum [deleted file]
iptables/Pkgfile [deleted file]
man-pages/.footprint [deleted file]
man-pages/.md5sum [deleted file]
man-pages/Pkgfile [deleted file]
man/.footprint [deleted file]
man/.md5sum [deleted file]
man/Pkgfile [deleted file]
man/makewhatis [deleted file]
mlocate/.footprint [deleted file]
mlocate/.md5sum [deleted file]
mlocate/Pkgfile [deleted file]
mlocate/mlocate [deleted file]
mlocate/updatedb.conf [deleted file]
perl/.footprint [deleted file]
perl/.md5sum [deleted file]
perl/Pkgfile [deleted file]
perl/perl-5.10.0-cross_compile-1.patch [deleted file]
rsync/.footprint [deleted file]
rsync/.md5sum [deleted file]
rsync/Pkgfile [deleted file]
rsync/rsync.driver [deleted file]
rsync/rsyncd [deleted file]
rsync/rsyncd.conf [deleted file]
sudo/.footprint [deleted file]
sudo/.md5sum [deleted file]
sudo/Pkgfile [deleted file]
traceroute/.footprint [deleted file]
traceroute/.md5sum [deleted file]
traceroute/Pkgfile [deleted file]

diff --git a/dcron/.footprint b/dcron/.footprint
deleted file mode 100644 (file)
index 78b7a40..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-drwxr-xr-x     root/root       etc/
-drwxr-xr-x     root/root       etc/cron.d/
-drwxr-xr-x     root/root       etc/cron/
-drwxr-xr-x     root/root       etc/cron/daily/
-drwxr-xr-x     root/root       etc/cron/hourly/
-drwxr-xr-x     root/root       etc/cron/monthly/
-drwxr-xr-x     root/root       etc/cron/weekly/
-lrwxrwxrwx     root/root       etc/crontab -> ../var/spool/cron/crontabs/root
-drwxr-xr-x     root/root       etc/rc.d/
--rwxr-xr-x     root/root       etc/rc.d/crond
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
--rwsr-x---     root/users      usr/bin/crontab
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/crontab.1.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/crond.8.gz
-drwxr-xr-x     root/root       usr/sbin/
--rwx------     root/root       usr/sbin/crond
--rwxr-xr-x     root/root       usr/sbin/runjobs
-drwxr-xr-x     root/root       var/
-drwxr-xr-x     root/root       var/spool/
-drwxr-xr-x     root/root       var/spool/cron/
-drwxr-xr-x     root/root       var/spool/cron/cronstamps/
-drwxr-xr-x     root/root       var/spool/cron/crontabs/
--rw-------     root/root       var/spool/cron/crontabs/root
diff --git a/dcron/.md5sum b/dcron/.md5sum
deleted file mode 100644 (file)
index 4ca520b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-ad98b4e165a805ffad4396830dfd7e14  crond
-3596a4fa9cf63bdf130fd533ca7703d4  crontab
-078833f3281f96944fc30392b1888326  dcron-4.5.tar.gz
-d80b27b1b9532890136c14d30e2a0d2b  runjobs
diff --git a/dcron/Pkgfile b/dcron/Pkgfile
deleted file mode 100644 (file)
index d7e7a07..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Multi-user cron daemon
-# URL: http://apollo.backplane.com/FreeSrc
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on:
-
-name=dcron
-version=4.5
-release=1
-source=(http://www.jimpryor.net/linux/releases/$name-$version.tar.gz \
-        crontab runjobs crond)
-
-build() {
-  cd $name-$version
-
-  make CC=$CC PREFIX=/usr
-  make DESTDIR=$PKG MANDIR=/usr/man CRONTAB_GROUP=users install
-
-  install -m 600 $SRC/crontab $PKG/var/spool/cron/crontabs/root
-  ln -s ../var/spool/cron/crontabs/root $PKG/etc/crontab
-  install -D -m 755 $SRC/crond $PKG/etc/rc.d/crond
-  install -D -m 755 $SRC/runjobs $PKG/usr/sbin/runjobs
-
-  install -d $PKG/etc/cron/{hourly,daily,weekly,monthly}
-}
diff --git a/dcron/crond b/dcron/crond
deleted file mode 100644 (file)
index 656b892..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# /etc/rc.d/crond: start/stop cron daemon
-#
-
-case $1 in
-start)
-       /usr/sbin/crond -l info -L /var/log/cron
-       ;;
-stop)
-       killall -q /usr/sbin/crond
-       ;;
-restart)
-       $0 stop
-       sleep 2
-       $0 start
-       ;;
-*)
-       echo "usage: $0 [start|stop|restart]"
-       ;;
-esac
-
-# End of file
diff --git a/dcron/crontab b/dcron/crontab
deleted file mode 100644 (file)
index 6cf0d18..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# /etc/crontab: crond(8) configuration
-#
-
-@hourly   ID=sys.hourly   /usr/sbin/runjobs /etc/cron/hourly
-@daily    ID=sys.daily    /usr/sbin/runjobs /etc/cron/daily
-@weekly   ID=sys.weekly   /usr/sbin/runjobs /etc/cron/weekly
-@monthly  ID=sys.monthly  /usr/sbin/runjobs /etc/cron/monthly
-
-# End of file
diff --git a/dcron/runjobs b/dcron/runjobs
deleted file mode 100644 (file)
index b61789e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-#
-# /usr/sbin/runjobs: run all executables in specified directory
-#
-
-if [ "$1" = "" ]; then
-       echo "usage: $0 <dir>"
-       exit 1
-fi
-
-cd $1 || exit 1
-
-for file in ./*; do
-       if [ -f $file ] && [ -x $file ]; then
-               nice -n 19 $file
-       fi
-done
-
-# End of file
diff --git a/dhcpcd/.footprint b/dhcpcd/.footprint
deleted file mode 100644 (file)
index 41a6256..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-drwxr-xr-x     root/root       etc/
-drwxr-xr-x     root/root       etc/dhcpcd/
--rw-r--r--     root/root       etc/dhcpcd/dhcpcd.conf
-drwxr-xr-x     root/root       lib/
-drwxr-xr-x     root/root       lib/dhcpcd/
-drwxr-xr-x     root/root       lib/dhcpcd/dhcpcd-hooks/
--rw-r--r--     root/root       lib/dhcpcd/dhcpcd-hooks/01-test
--rw-r--r--     root/root       lib/dhcpcd/dhcpcd-hooks/02-dump
--rw-r--r--     root/root       lib/dhcpcd/dhcpcd-hooks/10-mtu
--rw-r--r--     root/root       lib/dhcpcd/dhcpcd-hooks/20-resolv.conf
--rw-r--r--     root/root       lib/dhcpcd/dhcpcd-hooks/29-lookup-hostname
--rw-r--r--     root/root       lib/dhcpcd/dhcpcd-hooks/30-hostname
--rwxr-xr-x     root/root       lib/dhcpcd/dhcpcd-run-hooks
-drwxr-xr-x     root/root       sbin/
--rwxr-xr-x     root/root       sbin/dhcpcd
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/dhcpcd.conf.5.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/dhcpcd-run-hooks.8.gz
--rw-r--r--     root/root       usr/man/man8/dhcpcd.8.gz
-drwxr-xr-x     root/root       var/
-drwxr-xr-x     root/root       var/lib/
-drwxr-xr-x     root/root       var/lib/dhcpcd/
diff --git a/dhcpcd/.md5sum b/dhcpcd/.md5sum
deleted file mode 100644 (file)
index 61a4c37..0000000
+++ /dev/null
@@ -1 +0,0 @@
-832e3cd6bfcaff64e9476e0ff7849e8f  dhcpcd-5.2.12.tar.bz2
diff --git a/dhcpcd/Pkgfile b/dhcpcd/Pkgfile
deleted file mode 100644 (file)
index fb9c810..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Description: An RFC2131-compliant DHCP client daemon
-# URL: http://roy.marples.name/dhcpcd
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on:
-
-name=dhcpcd
-version=5.2.12
-release=1
-source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.bz2)
-
-build () {
-  cd $name-$version
-
-  ./configure --build=$CHOST \
-              --host=$CTARGET \
-              --prefix= \
-              --libexecdir=/lib/dhcpcd \
-              --dbdir=/var/lib/dhcpcd \
-              --mandir=/usr/man \
-              --sysconfdir=/etc/dhcpcd \
-              --os=linux \
-              --with-hooks=none
-
-  make
-  make DESTDIR=$PKG install
-
-  chmod -R u+w $PKG
-}
diff --git a/exim/.footprint b/exim/.footprint
deleted file mode 100644 (file)
index 59dab89..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-drwxr-xr-x     root/root       etc/
-drwxr-xr-x     root/root       etc/exim/
--rw-r--r--     root/root       etc/exim/aliases
--rw-r--r--     root/root       etc/exim/exim.conf
-drwxr-xr-x     root/root       etc/rc.d/
--rwxr-xr-x     root/root       etc/rc.d/exim
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
-lrwxrwxrwx     root/root       usr/bin/mailq -> ../sbin/exim-4.76-1
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/exim.8.gz
-drwxr-xr-x     root/root       usr/sbin/
--rwxr-xr-x     root/root       usr/sbin/exicyclog
--rwxr-xr-x     root/root       usr/sbin/exigrep
-lrwxrwxrwx     root/root       usr/sbin/exim -> exim-4.76-1
--rwsr-xr-x     root/root       usr/sbin/exim-4.76-1
--rwxr-xr-x     root/root       usr/sbin/exim_checkaccess
--rwxr-xr-x     root/root       usr/sbin/exim_dbmbuild
--rwxr-xr-x     root/root       usr/sbin/exim_dumpdb
--rwxr-xr-x     root/root       usr/sbin/exim_fixdb
--rwxr-xr-x     root/root       usr/sbin/exim_lock
--rwxr-xr-x     root/root       usr/sbin/exim_tidydb
--rwxr-xr-x     root/root       usr/sbin/eximstats
--rwxr-xr-x     root/root       usr/sbin/exinext
--rwxr-xr-x     root/root       usr/sbin/exipick
--rwxr-xr-x     root/root       usr/sbin/exiqgrep
--rwxr-xr-x     root/root       usr/sbin/exiqsumm
--rwxr-xr-x     root/root       usr/sbin/exiwhat
-lrwxrwxrwx     root/root       usr/sbin/sendmail -> exim-4.76-1
-drwxr-xr-x     root/root       var/
-drwxr-xr-x     root/root       var/log/
-drwxr-x---     mail/mail       var/log/exim/
--rw-r-----     mail/mail       var/log/exim/exim_mainlog (EMPTY)
--rw-r-----     mail/mail       var/log/exim/exim_paniclog (EMPTY)
--rw-r-----     mail/mail       var/log/exim/exim_rejectlog (EMPTY)
-drwxr-xr-x     root/root       var/spool/
-drwxr-x---     mail/mail       var/spool/exim/
diff --git a/exim/.md5sum b/exim/.md5sum
deleted file mode 100644 (file)
index 693b8a3..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-e00ba95600b51e47d8fedb0ed24d2bf3  exim
-58e784b33c7a2ab335ec6400346d6362  exim-4.76.tar.bz2
-46a6407d7a43b0c493afb6e87c658963  exim-config.patch
diff --git a/exim/Pkgfile b/exim/Pkgfile
deleted file mode 100644 (file)
index 6aacb0d..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Description: Mail transfer agent
-# URL: http://www.exim.org
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: db openssl libpcre tcp_wrappers
-
-name=exim
-version=4.76
-release=1
-source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2 \
-        $name $name-config.patch)
-
-build() {
-    cd $name-$version
-
-    sed "s/#CFLAGS#/$CFLAGS/" $SRC/$name-config.patch | patch -p1
-    cp src/EDITME Local/Makefile
-
-    # build native binaries with host cc
-    sed 's|buildname=.*|buildname=Linux-arm|' -i Makefile
-    make -j1 configure
-    cd build-Linux-arm && gcc -Wall -o buildconfig buildconfig.c && cd -
-
-    make -j1 \
-      ARCHTYPE="arm" \
-      AR="$CTARGET-ar cq" \
-      RANLIB="$CTARGET-ranlib" \
-      CC="$CTARGET-gcc"
-
-    sed -i scripts/exim_install -e "s|version=.*$|version=\"exim-$version-$release\"|"
-    sed -i scripts/exim_install -e "/awk .*/d"
-
-    make DESTDIR=$PKG install
-
-    install -D -m 755 $SRC/exim $PKG/etc/rc.d/exim
-    install -D -m 644 doc/exim.8 $PKG/usr/man/man8/exim.8
-
-    install -d $PKG/var/{log,spool} $PKG/usr/bin
-    install -d -m 0750 -o mail -g mail $PKG/var/{log,spool}/exim
-
-    touch $PKG/var/log/exim/exim_{mainlog,paniclog,rejectlog}
-    chown mail:mail $PKG/var/log/exim/*
-    chmod 640 $PKG/var/log/exim/*
-
-    ln -sf $name-$version-1 $PKG/usr/sbin/sendmail
-    ln -sf ../sbin/$name-$version-1 $PKG/usr/bin/mailq
-}
diff --git a/exim/exim b/exim/exim
deleted file mode 100644 (file)
index c47d919..0000000
--- a/exim/exim
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# /etc/rc.d/exim: start/stop exim daemon
-#
-
-case $1 in
-start)
-       /usr/sbin/exim -bd -q15m
-       ;;
-stop)
-       killall -q /usr/sbin/exim
-       ;;
-restart)
-       $0 stop
-       sleep 2
-       $0 start
-       ;;
-reload)
-       kill -s HUP $(pidof exim)
-       ;;
-*)
-       echo "usage: $0 [start|stop|restart|reload]"
-       ;;
-esac
-
-# End of file
\ No newline at end of file
diff --git a/exim/exim-config.patch b/exim/exim-config.patch
deleted file mode 100644 (file)
index f5d92e9..0000000
+++ /dev/null
@@ -1,184 +0,0 @@
-diff -Nru exim-4.74.orig/src/EDITME exim-4.74/src/EDITME
---- exim-4.74.orig/src/EDITME  2011-01-25 10:08:58.230470315 +0100
-+++ exim-4.74/src/EDITME       2011-01-25 10:09:14.328390661 +0100
-@@ -74,7 +74,7 @@
- # this would be wanted.
- ###############################################################################
--
-+CFLAGS=#CFLAGS#
- ###############################################################################
- #                    THESE ARE THINGS YOU MUST SPECIFY                        #
-@@ -100,7 +100,7 @@
- # /usr/local/sbin. The installation script will try to create this directory,
- # and any superior directories, if they do not exist.
--BIN_DIRECTORY=/usr/exim/bin
-+BIN_DIRECTORY=/usr/sbin
- #------------------------------------------------------------------------------
-@@ -116,7 +116,7 @@
- # don't exist. It will also install a default runtime configuration if this
- # file does not exist.
--CONFIGURE_FILE=/usr/exim/configure
-+CONFIGURE_FILE=/etc/exim/exim.conf
- # It is possible to specify a colon-separated list of files for CONFIGURE_FILE.
- # In this case, Exim will use the first of them that exists when it is run.
-@@ -133,7 +133,7 @@
- # deliveries. (Local deliveries run as various non-root users, typically as the
- # owner of a local mailbox.) Specifying these values as root is not supported.
--EXIM_USER=
-+EXIM_USER=ref:mail
- # If you specify EXIM_USER as a name, this is looked up at build time, and the
- # uid number is built into the binary. However, you can specify that this
-@@ -243,7 +243,7 @@
- # MBX, is included only when requested. If you do not know what this is about,
- # leave these settings commented out.
--# SUPPORT_MAILDIR=yes
-+SUPPORT_MAILDIR=yes
- # SUPPORT_MAILSTORE=yes
- # SUPPORT_MBX=yes
-@@ -286,8 +286,8 @@
- LOOKUP_LSEARCH=yes
- LOOKUP_DNSDB=yes
--# LOOKUP_CDB=yes
--# LOOKUP_DSEARCH=yes
-+LOOKUP_CDB=yes
-+LOOKUP_DSEARCH=yes
- # LOOKUP_IBASE=yes
- # LOOKUP_LDAP=yes
- # LOOKUP_MYSQL=yes
-@@ -357,7 +357,7 @@
- # files are defaulted in the OS/Makefile-Default file, but can be overridden in
- # local OS-specific make files.
--EXIM_MONITOR=eximon.bin
-+# EXIM_MONITOR=eximon.bin
- #------------------------------------------------------------------------------
-@@ -552,10 +552,10 @@
- # included in the Exim binary. You will then need to set up the run time
- # configuration to make use of the mechanism(s) selected.
--# AUTH_CRAM_MD5=yes
-+AUTH_CRAM_MD5=yes
- # AUTH_CYRUS_SASL=yes
- # AUTH_DOVECOT=yes
--# AUTH_PLAINTEXT=yes
-+AUTH_PLAINTEXT=yes
- # AUTH_SPA=yes
-@@ -655,10 +655,10 @@
- # leave these settings commented out.
- # This setting is required for any TLS support (either OpenSSL or GnuTLS)
--# SUPPORT_TLS=yes
-+SUPPORT_TLS=yes
- # Uncomment this setting if you are using OpenSSL
--# TLS_LIBS=-lssl -lcrypto
-+TLS_LIBS=-lssl -lcrypto
- # Uncomment these settings if you are using GnuTLS
- # USE_GNUTLS=yes
-@@ -722,7 +722,7 @@
- # %s. This will be replaced by one of the strings "main", "panic", or "reject"
- # to form the final file names. Some installations may want something like this:
--# LOG_FILE_PATH=/var/log/exim_%slog
-+LOG_FILE_PATH=/var/log/exim/exim_%slog
- # which results in files with names /var/log/exim_mainlog, etc. The directory
- # in which the log files are placed must exist; Exim does not try to create
-@@ -771,7 +771,7 @@
- # files. Both the name of the command and the suffix that it adds to files
- # need to be defined here. See also the EXICYCLOG_MAX configuration.
--COMPRESS_COMMAND=/usr/bin/gzip
-+COMPRESS_COMMAND=/bin/gzip
- COMPRESS_SUFFIX=gz
-@@ -779,7 +779,7 @@
- # If the exigrep utility is fed compressed log files, it tries to uncompress
- # them using this command.
--ZCAT_COMMAND=/usr/bin/zcat
-+ZCAT_COMMAND=/bin/zcat
- #------------------------------------------------------------------------------
-@@ -889,9 +889,9 @@
- # You may well also have to specify a local "include" file and an additional
- # library for TCP wrappers, so you probably need something like this:
- #
--# USE_TCP_WRAPPERS=yes
-+USE_TCP_WRAPPERS=yes
- # CFLAGS=-O -I/usr/local/include
--# EXTRALIBS_EXIM=-L/usr/local/lib -lwrap
-+EXTRALIBS_EXIM=-lwrap
- #
- # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM
- # as well.
-@@ -924,7 +924,7 @@
- # aliases). The following setting can be changed to specify a different
- # location for the system alias file.
--SYSTEM_ALIASES_FILE=/etc/aliases
-+SYSTEM_ALIASES_FILE=/etc/exim/aliases
- #------------------------------------------------------------------------------
-@@ -970,13 +970,13 @@
- # haven't got Perl, Exim will still build and run; you just won't be able to
- # use those utilities.
--# CHOWN_COMMAND=/usr/bin/chown
--# CHGRP_COMMAND=/usr/bin/chgrp
--# CHMOD_COMMAND=/usr/bin/chmod
--# MV_COMMAND=/bin/mv
--# RM_COMMAND=/bin/rm
--# TOUCH_COMMAND=/usr/bin/touch
--# PERL_COMMAND=/usr/bin/perl
-+CHOWN_COMMAND=/bin/chown
-+CHGRP_COMMAND=/bin/chgrp
-+CHMOD_COMMAND=/bin/chmod
-+MV_COMMAND=/bin/mv
-+RM_COMMAND=/bin/rm
-+TOUCH_COMMAND=/bin/touch
-+PERL_COMMAND=/usr/bin/perl
- #------------------------------------------------------------------------------
-@@ -1170,7 +1170,7 @@
- # (process id) to a file so that it can easily be identified. The path of the
- # file can be specified here. Some installations may want something like this:
--# PID_FILE_PATH=/var/lock/exim.pid
-+PID_FILE_PATH=/var/run/exim.pid
- # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
- # using the name "exim-daemon.pid".
-diff -Nru exim-4.74.orig/src/configure.default exim-4.74/src/configure.default
---- exim-4.74.orig/src/configure.default       2011-01-25 10:08:58.230470315 +0100
-+++ exim-4.74/src/configure.default    2011-01-25 10:09:14.328390661 +0100
-@@ -56,7 +56,7 @@
- # +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They
- # are all colon-separated lists:
--domainlist local_domains = @
-+domainlist local_domains = @ : localhost
- domainlist relay_to_domains =
- hostlist   relay_from_hosts = 127.0.0.1
diff --git a/iptables/.footprint b/iptables/.footprint
deleted file mode 100644 (file)
index d00ceb5..0000000
+++ /dev/null
@@ -1,160 +0,0 @@
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
-lrwxrwxrwx     root/root       usr/bin/iptables-xml -> /usr/sbin/iptables-multi
-drwxr-xr-x     root/root       usr/include/
--rw-r--r--     root/root       usr/include/libipq.h
-drwxr-xr-x     root/root       usr/include/libiptc/
--rw-r--r--     root/root       usr/include/libiptc/ipt_kernel_headers.h
--rw-r--r--     root/root       usr/include/libiptc/libip6tc.h
--rw-r--r--     root/root       usr/include/libiptc/libiptc.h
--rw-r--r--     root/root       usr/include/libiptc/libxtc.h
--rw-r--r--     root/root       usr/include/xtables.h
-drwxr-xr-x     root/root       usr/lib/
--rwxr-xr-x     root/root       usr/lib/libip4tc.la
-lrwxrwxrwx     root/root       usr/lib/libip4tc.so -> libip4tc.so.0.0.0
-lrwxrwxrwx     root/root       usr/lib/libip4tc.so.0 -> libip4tc.so.0.0.0
--rwxr-xr-x     root/root       usr/lib/libip4tc.so.0.0.0
--rwxr-xr-x     root/root       usr/lib/libip6tc.la
-lrwxrwxrwx     root/root       usr/lib/libip6tc.so -> libip6tc.so.0.0.0
-lrwxrwxrwx     root/root       usr/lib/libip6tc.so.0 -> libip6tc.so.0.0.0
--rwxr-xr-x     root/root       usr/lib/libip6tc.so.0.0.0
--rwxr-xr-x     root/root       usr/lib/libipq.la
-lrwxrwxrwx     root/root       usr/lib/libipq.so -> libipq.so.0.0.0
-lrwxrwxrwx     root/root       usr/lib/libipq.so.0 -> libipq.so.0.0.0
--rwxr-xr-x     root/root       usr/lib/libipq.so.0.0.0
--rwxr-xr-x     root/root       usr/lib/libiptc.la
-lrwxrwxrwx     root/root       usr/lib/libiptc.so -> libiptc.so.0.0.0
-lrwxrwxrwx     root/root       usr/lib/libiptc.so.0 -> libiptc.so.0.0.0
--rwxr-xr-x     root/root       usr/lib/libiptc.so.0.0.0
--rwxr-xr-x     root/root       usr/lib/libxtables.la
-lrwxrwxrwx     root/root       usr/lib/libxtables.so -> libxtables.so.5.0.0
-lrwxrwxrwx     root/root       usr/lib/libxtables.so.5 -> libxtables.so.5.0.0
--rwxr-xr-x     root/root       usr/lib/libxtables.so.5.0.0
-drwxr-xr-x     root/root       usr/lib/pkgconfig/
--rw-r--r--     root/root       usr/lib/pkgconfig/libiptc.pc
--rw-r--r--     root/root       usr/lib/pkgconfig/xtables.pc
-drwxr-xr-x     root/root       usr/lib/xtables/
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_HL.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_LOG.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_REJECT.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_ah.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_dst.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_eui64.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_frag.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_hbh.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_hl.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_icmp6.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_ipv6header.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_mh.so
--rwxr-xr-x     root/root       usr/lib/xtables/libip6t_rt.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_CLUSTERIP.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_DNAT.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_ECN.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_LOG.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_MASQUERADE.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_MIRROR.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_NETMAP.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_REDIRECT.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_REJECT.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_SAME.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_SNAT.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_TTL.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_ULOG.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_addrtype.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_ah.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_ecn.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_icmp.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_realm.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_ttl.so
--rwxr-xr-x     root/root       usr/lib/xtables/libipt_unclean.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_CHECKSUM.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_CLASSIFY.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_CONNMARK.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_CONNSECMARK.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_CT.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_DSCP.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_IDLETIMER.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_LED.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_MARK.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_NFLOG.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_NFQUEUE.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_NOTRACK.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_RATEEST.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_SECMARK.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_SET.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_TCPMSS.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_TCPOPTSTRIP.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_TEE.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_TOS.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_TPROXY.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_TRACE.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_cluster.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_comment.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_connbytes.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_connlimit.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_connmark.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_conntrack.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_cpu.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_dccp.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_dscp.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_esp.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_hashlimit.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_helper.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_iprange.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_ipvs.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_length.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_limit.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_mac.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_mark.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_multiport.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_osf.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_owner.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_physdev.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_pkttype.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_policy.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_quota.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_rateest.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_recent.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_sctp.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_set.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_socket.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_standard.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_state.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_statistic.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_string.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_tcp.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_tcpmss.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_time.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_tos.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_u32.so
--rwxr-xr-x     root/root       usr/lib/xtables/libxt_udp.so
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man3/
--rw-r--r--     root/root       usr/man/man3/ipq_create_handle.3.gz
--rw-r--r--     root/root       usr/man/man3/ipq_destroy_handle.3.gz
--rw-r--r--     root/root       usr/man/man3/ipq_errstr.3.gz
--rw-r--r--     root/root       usr/man/man3/ipq_get_msgerr.3.gz
--rw-r--r--     root/root       usr/man/man3/ipq_get_packet.3.gz
--rw-r--r--     root/root       usr/man/man3/ipq_message_type.3.gz
--rw-r--r--     root/root       usr/man/man3/ipq_perror.3.gz
--rw-r--r--     root/root       usr/man/man3/ipq_read.3.gz
--rw-r--r--     root/root       usr/man/man3/ipq_set_mode.3.gz
--rw-r--r--     root/root       usr/man/man3/ipq_set_verdict.3.gz
--rw-r--r--     root/root       usr/man/man3/libipq.3.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/ip6tables-restore.8.gz
--rw-r--r--     root/root       usr/man/man8/ip6tables-save.8.gz
--rw-r--r--     root/root       usr/man/man8/ip6tables.8.gz
--rw-r--r--     root/root       usr/man/man8/iptables-restore.8.gz
--rw-r--r--     root/root       usr/man/man8/iptables-save.8.gz
--rw-r--r--     root/root       usr/man/man8/iptables-xml.8.gz
--rw-r--r--     root/root       usr/man/man8/iptables.8.gz
-drwxr-xr-x     root/root       usr/sbin/
-lrwxrwxrwx     root/root       usr/sbin/ip6tables -> ip6tables-multi
--rwxr-xr-x     root/root       usr/sbin/ip6tables-multi
-lrwxrwxrwx     root/root       usr/sbin/ip6tables-restore -> ip6tables-multi
-lrwxrwxrwx     root/root       usr/sbin/ip6tables-save -> ip6tables-multi
-lrwxrwxrwx     root/root       usr/sbin/iptables -> iptables-multi
--rwxr-xr-x     root/root       usr/sbin/iptables-multi
-lrwxrwxrwx     root/root       usr/sbin/iptables-restore -> iptables-multi
-lrwxrwxrwx     root/root       usr/sbin/iptables-save -> iptables-multi
diff --git a/iptables/.md5sum b/iptables/.md5sum
deleted file mode 100644 (file)
index a3636d6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-f382fe693f0b59d87bd47bea65eca198  iptables-1.4.10.tar.bz2
diff --git a/iptables/Pkgfile b/iptables/Pkgfile
deleted file mode 100644 (file)
index 930e6fd..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: A Linux kernel packet filter control tool
-# URL: http://www.iptables.org/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on:
-
-name=iptables
-version=1.4.10
-release=1
-source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2)
-
-build () {
-  cd $name-$version
-
-  ./configure --build=$CHOST \
-              --host=$CTARGET \
-              --prefix=/usr \
-              --mandir=/usr/man \
-              --libexecdir=/usr/lib \
-              --enable-libipq
-
-  make
-  make DESTDIR=$PKG install
-}
diff --git a/man-pages/.footprint b/man-pages/.footprint
deleted file mode 100644 (file)
index 44c9793..0000000
+++ /dev/null
@@ -1,3498 +0,0 @@
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man0p/
--rw-r--r--     root/root       usr/man/man0p/aio.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/assert.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/complex.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/cpio.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/ctype.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/dirent.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/dlfcn.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/errno.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/fcntl.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/fenv.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/float.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/fmtmsg.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/fnmatch.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/ftw.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/glob.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/grp.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/iconv.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/if.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/in.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/inet.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/inttypes.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/ipc.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/iso646.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/langinfo.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/libgen.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/limits.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/locale.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/math.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/mman.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/monetary.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/mqueue.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/msg.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/ndbm.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/netdb.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/nl_types.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/poll.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/pthread.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/pwd.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/regex.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/resource.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sched.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/search.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/select.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sem.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/semaphore.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/setjmp.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/shm.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/signal.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/socket.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/spawn.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/stat.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/statvfs.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/stdarg.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/stdbool.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/stddef.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/stdint.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/stdio.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/stdlib.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/string.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/strings.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/stropts.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_ipc.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_mman.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_msg.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_resource.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_select.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_sem.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_shm.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_socket.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_stat.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_statvfs.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_time.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_timeb.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_times.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_types.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_uio.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_un.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_utsname.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/sys_wait.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/syslog.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/tar.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/tcp.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/termios.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/tgmath.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/time.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/timeb.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/times.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/trace.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/types.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/ucontext.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/uio.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/ulimit.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/un.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/unistd.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/utime.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/utmpx.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/utsname.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/wait.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/wchar.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/wctype.h.0p.gz
--rw-r--r--     root/root       usr/man/man0p/wordexp.h.0p.gz
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/intro.1.gz
--rw-r--r--     root/root       usr/man/man1/ldd.1.gz
-drwxr-xr-x     root/root       usr/man/man1p/
--rw-r--r--     root/root       usr/man/man1p/admin.1p.gz
--rw-r--r--     root/root       usr/man/man1p/alias.1p.gz
--rw-r--r--     root/root       usr/man/man1p/ar.1p.gz
--rw-r--r--     root/root       usr/man/man1p/asa.1p.gz
--rw-r--r--     root/root       usr/man/man1p/at.1p.gz
--rw-r--r--     root/root       usr/man/man1p/awk.1p.gz
--rw-r--r--     root/root       usr/man/man1p/basename.1p.gz
--rw-r--r--     root/root       usr/man/man1p/batch.1p.gz
--rw-r--r--     root/root       usr/man/man1p/bc.1p.gz
--rw-r--r--     root/root       usr/man/man1p/bg.1p.gz
--rw-r--r--     root/root       usr/man/man1p/break.1p.gz
--rw-r--r--     root/root       usr/man/man1p/c99.1p.gz
--rw-r--r--     root/root       usr/man/man1p/cal.1p.gz
--rw-r--r--     root/root       usr/man/man1p/cat.1p.gz
--rw-r--r--     root/root       usr/man/man1p/cd.1p.gz
--rw-r--r--     root/root       usr/man/man1p/cflow.1p.gz
--rw-r--r--     root/root       usr/man/man1p/chgrp.1p.gz
--rw-r--r--     root/root       usr/man/man1p/chmod.1p.gz
--rw-r--r--     root/root       usr/man/man1p/chown.1p.gz
--rw-r--r--     root/root       usr/man/man1p/cksum.1p.gz
--rw-r--r--     root/root       usr/man/man1p/cmp.1p.gz
--rw-r--r--     root/root       usr/man/man1p/colon.1p.gz
--rw-r--r--     root/root       usr/man/man1p/comm.1p.gz
--rw-r--r--     root/root       usr/man/man1p/command.1p.gz
--rw-r--r--     root/root       usr/man/man1p/compress.1p.gz
--rw-r--r--     root/root       usr/man/man1p/continue.1p.gz
--rw-r--r--     root/root       usr/man/man1p/cp.1p.gz
--rw-r--r--     root/root       usr/man/man1p/crontab.1p.gz
--rw-r--r--     root/root       usr/man/man1p/csplit.1p.gz
--rw-r--r--     root/root       usr/man/man1p/ctags.1p.gz
--rw-r--r--     root/root       usr/man/man1p/cut.1p.gz
--rw-r--r--     root/root       usr/man/man1p/cxref.1p.gz
--rw-r--r--     root/root       usr/man/man1p/date.1p.gz
--rw-r--r--     root/root       usr/man/man1p/dd.1p.gz
--rw-r--r--     root/root       usr/man/man1p/delta.1p.gz
--rw-r--r--     root/root       usr/man/man1p/df.1p.gz
--rw-r--r--     root/root       usr/man/man1p/diff.1p.gz
--rw-r--r--     root/root       usr/man/man1p/dirname.1p.gz
--rw-r--r--     root/root       usr/man/man1p/dot.1p.gz
--rw-r--r--     root/root       usr/man/man1p/du.1p.gz
--rw-r--r--     root/root       usr/man/man1p/echo.1p.gz
--rw-r--r--     root/root       usr/man/man1p/ed.1p.gz
--rw-r--r--     root/root       usr/man/man1p/env.1p.gz
--rw-r--r--     root/root       usr/man/man1p/eval.1p.gz
--rw-r--r--     root/root       usr/man/man1p/ex.1p.gz
--rw-r--r--     root/root       usr/man/man1p/exec.1p.gz
--rw-r--r--     root/root       usr/man/man1p/exit.1p.gz
--rw-r--r--     root/root       usr/man/man1p/expand.1p.gz
--rw-r--r--     root/root       usr/man/man1p/export.1p.gz
--rw-r--r--     root/root       usr/man/man1p/expr.1p.gz
--rw-r--r--     root/root       usr/man/man1p/false.1p.gz
--rw-r--r--     root/root       usr/man/man1p/fc.1p.gz
--rw-r--r--     root/root       usr/man/man1p/fg.1p.gz
--rw-r--r--     root/root       usr/man/man1p/file.1p.gz
--rw-r--r--     root/root       usr/man/man1p/find.1p.gz
--rw-r--r--     root/root       usr/man/man1p/fold.1p.gz
--rw-r--r--     root/root       usr/man/man1p/fort77.1p.gz
--rw-r--r--     root/root       usr/man/man1p/fuser.1p.gz
--rw-r--r--     root/root       usr/man/man1p/gencat.1p.gz
--rw-r--r--     root/root       usr/man/man1p/get.1p.gz
--rw-r--r--     root/root       usr/man/man1p/getconf.1p.gz
--rw-r--r--     root/root       usr/man/man1p/getopts.1p.gz
--rw-r--r--     root/root       usr/man/man1p/grep.1p.gz
--rw-r--r--     root/root       usr/man/man1p/hash.1p.gz
--rw-r--r--     root/root       usr/man/man1p/head.1p.gz
--rw-r--r--     root/root       usr/man/man1p/iconv.1p.gz
--rw-r--r--     root/root       usr/man/man1p/id.1p.gz
--rw-r--r--     root/root       usr/man/man1p/ipcrm.1p.gz
--rw-r--r--     root/root       usr/man/man1p/ipcs.1p.gz
--rw-r--r--     root/root       usr/man/man1p/jobs.1p.gz
--rw-r--r--     root/root       usr/man/man1p/join.1p.gz
--rw-r--r--     root/root       usr/man/man1p/kill.1p.gz
--rw-r--r--     root/root       usr/man/man1p/lex.1p.gz
--rw-r--r--     root/root       usr/man/man1p/link.1p.gz
--rw-r--r--     root/root       usr/man/man1p/ln.1p.gz
--rw-r--r--     root/root       usr/man/man1p/locale.1p.gz
--rw-r--r--     root/root       usr/man/man1p/localedef.1p.gz
--rw-r--r--     root/root       usr/man/man1p/logger.1p.gz
--rw-r--r--     root/root       usr/man/man1p/logname.1p.gz
--rw-r--r--     root/root       usr/man/man1p/lp.1p.gz
--rw-r--r--     root/root       usr/man/man1p/ls.1p.gz
--rw-r--r--     root/root       usr/man/man1p/m4.1p.gz
--rw-r--r--     root/root       usr/man/man1p/mailx.1p.gz
--rw-r--r--     root/root       usr/man/man1p/make.1p.gz
--rw-r--r--     root/root       usr/man/man1p/man.1p.gz
--rw-r--r--     root/root       usr/man/man1p/mesg.1p.gz
--rw-r--r--     root/root       usr/man/man1p/mkdir.1p.gz
--rw-r--r--     root/root       usr/man/man1p/mkfifo.1p.gz
--rw-r--r--     root/root       usr/man/man1p/more.1p.gz
--rw-r--r--     root/root       usr/man/man1p/mv.1p.gz
--rw-r--r--     root/root       usr/man/man1p/newgrp.1p.gz
--rw-r--r--     root/root       usr/man/man1p/nice.1p.gz
--rw-r--r--     root/root       usr/man/man1p/nl.1p.gz
--rw-r--r--     root/root       usr/man/man1p/nm.1p.gz
--rw-r--r--     root/root       usr/man/man1p/nohup.1p.gz
--rw-r--r--     root/root       usr/man/man1p/od.1p.gz
--rw-r--r--     root/root       usr/man/man1p/paste.1p.gz
--rw-r--r--     root/root       usr/man/man1p/patch.1p.gz
--rw-r--r--     root/root       usr/man/man1p/pathchk.1p.gz
--rw-r--r--     root/root       usr/man/man1p/pax.1p.gz
--rw-r--r--     root/root       usr/man/man1p/pr.1p.gz
--rw-r--r--     root/root       usr/man/man1p/printf.1p.gz
--rw-r--r--     root/root       usr/man/man1p/prs.1p.gz
--rw-r--r--     root/root       usr/man/man1p/ps.1p.gz
--rw-r--r--     root/root       usr/man/man1p/pwd.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qalter.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qdel.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qhold.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qmove.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qmsg.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qrerun.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qrls.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qselect.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qsig.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qstat.1p.gz
--rw-r--r--     root/root       usr/man/man1p/qsub.1p.gz
--rw-r--r--     root/root       usr/man/man1p/read.1p.gz
--rw-r--r--     root/root       usr/man/man1p/readonly.1p.gz
--rw-r--r--     root/root       usr/man/man1p/renice.1p.gz
--rw-r--r--     root/root       usr/man/man1p/return.1p.gz
--rw-r--r--     root/root       usr/man/man1p/rm.1p.gz
--rw-r--r--     root/root       usr/man/man1p/rmdel.1p.gz
--rw-r--r--     root/root       usr/man/man1p/rmdir.1p.gz
--rw-r--r--     root/root       usr/man/man1p/sact.1p.gz
--rw-r--r--     root/root       usr/man/man1p/sccs.1p.gz
--rw-r--r--     root/root       usr/man/man1p/sed.1p.gz
--rw-r--r--     root/root       usr/man/man1p/set.1p.gz
--rw-r--r--     root/root       usr/man/man1p/sh.1p.gz
--rw-r--r--     root/root       usr/man/man1p/shift.1p.gz
--rw-r--r--     root/root       usr/man/man1p/sleep.1p.gz
--rw-r--r--     root/root       usr/man/man1p/sort.1p.gz
--rw-r--r--     root/root       usr/man/man1p/split.1p.gz
--rw-r--r--     root/root       usr/man/man1p/strings.1p.gz
--rw-r--r--     root/root       usr/man/man1p/strip.1p.gz
--rw-r--r--     root/root       usr/man/man1p/stty.1p.gz
--rw-r--r--     root/root       usr/man/man1p/tabs.1p.gz
--rw-r--r--     root/root       usr/man/man1p/tail.1p.gz
--rw-r--r--     root/root       usr/man/man1p/talk.1p.gz
--rw-r--r--     root/root       usr/man/man1p/tee.1p.gz
--rw-r--r--     root/root       usr/man/man1p/test.1p.gz
--rw-r--r--     root/root       usr/man/man1p/time.1p.gz
--rw-r--r--     root/root       usr/man/man1p/times.1p.gz
--rw-r--r--     root/root       usr/man/man1p/touch.1p.gz
--rw-r--r--     root/root       usr/man/man1p/tput.1p.gz
--rw-r--r--     root/root       usr/man/man1p/tr.1p.gz
--rw-r--r--     root/root       usr/man/man1p/trap.1p.gz
--rw-r--r--     root/root       usr/man/man1p/true.1p.gz
--rw-r--r--     root/root       usr/man/man1p/tsort.1p.gz
--rw-r--r--     root/root       usr/man/man1p/tty.1p.gz
--rw-r--r--     root/root       usr/man/man1p/type.1p.gz
--rw-r--r--     root/root       usr/man/man1p/ulimit.1p.gz
--rw-r--r--     root/root       usr/man/man1p/umask.1p.gz
--rw-r--r--     root/root       usr/man/man1p/unalias.1p.gz
--rw-r--r--     root/root       usr/man/man1p/uname.1p.gz
--rw-r--r--     root/root       usr/man/man1p/uncompress.1p.gz
--rw-r--r--     root/root       usr/man/man1p/unexpand.1p.gz
--rw-r--r--     root/root       usr/man/man1p/unget.1p.gz
--rw-r--r--     root/root       usr/man/man1p/uniq.1p.gz
--rw-r--r--     root/root       usr/man/man1p/unlink.1p.gz
--rw-r--r--     root/root       usr/man/man1p/unset.1p.gz
--rw-r--r--     root/root       usr/man/man1p/uucp.1p.gz
--rw-r--r--     root/root       usr/man/man1p/uudecode.1p.gz
--rw-r--r--     root/root       usr/man/man1p/uuencode.1p.gz
--rw-r--r--     root/root       usr/man/man1p/uustat.1p.gz
--rw-r--r--     root/root       usr/man/man1p/uux.1p.gz
--rw-r--r--     root/root       usr/man/man1p/val.1p.gz
--rw-r--r--     root/root       usr/man/man1p/vi.1p.gz
--rw-r--r--     root/root       usr/man/man1p/wait.1p.gz
--rw-r--r--     root/root       usr/man/man1p/wc.1p.gz
--rw-r--r--     root/root       usr/man/man1p/what.1p.gz
--rw-r--r--     root/root       usr/man/man1p/who.1p.gz
--rw-r--r--     root/root       usr/man/man1p/write.1p.gz
--rw-r--r--     root/root       usr/man/man1p/xargs.1p.gz
--rw-r--r--     root/root       usr/man/man1p/yacc.1p.gz
--rw-r--r--     root/root       usr/man/man1p/zcat.1p.gz
-drwxr-xr-x     root/root       usr/man/man2/
--rw-r--r--     root/root       usr/man/man2/_Exit.2.gz
--rw-r--r--     root/root       usr/man/man2/__clone2.2.gz
--rw-r--r--     root/root       usr/man/man2/_exit.2.gz
--rw-r--r--     root/root       usr/man/man2/_llseek.2.gz
--rw-r--r--     root/root       usr/man/man2/_newselect.2.gz
--rw-r--r--     root/root       usr/man/man2/_syscall.2.gz
--rw-r--r--     root/root       usr/man/man2/_sysctl.2.gz
--rw-r--r--     root/root       usr/man/man2/accept.2.gz
--rw-r--r--     root/root       usr/man/man2/accept4.2.gz
--rw-r--r--     root/root       usr/man/man2/access.2.gz
--rw-r--r--     root/root       usr/man/man2/acct.2.gz
--rw-r--r--     root/root       usr/man/man2/add_key.2.gz
--rw-r--r--     root/root       usr/man/man2/adjtimex.2.gz
--rw-r--r--     root/root       usr/man/man2/afs_syscall.2.gz
--rw-r--r--     root/root       usr/man/man2/alarm.2.gz
--rw-r--r--     root/root       usr/man/man2/alloc_hugepages.2.gz
--rw-r--r--     root/root       usr/man/man2/arch_prctl.2.gz
--rw-r--r--     root/root       usr/man/man2/arm_fadvise.2.gz
--rw-r--r--     root/root       usr/man/man2/arm_fadvise64_64.2.gz
--rw-r--r--     root/root       usr/man/man2/arm_sync_file_range.2.gz
--rw-r--r--     root/root       usr/man/man2/bdflush.2.gz
--rw-r--r--     root/root       usr/man/man2/bind.2.gz
--rw-r--r--     root/root       usr/man/man2/break.2.gz
--rw-r--r--     root/root       usr/man/man2/brk.2.gz
--rw-r--r--     root/root       usr/man/man2/cacheflush.2.gz
--rw-r--r--     root/root       usr/man/man2/capget.2.gz
--rw-r--r--     root/root       usr/man/man2/capset.2.gz
--rw-r--r--     root/root       usr/man/man2/chdir.2.gz
--rw-r--r--     root/root       usr/man/man2/chmod.2.gz
--rw-r--r--     root/root       usr/man/man2/chown.2.gz
--rw-r--r--     root/root       usr/man/man2/chown32.2.gz
--rw-r--r--     root/root       usr/man/man2/chroot.2.gz
--rw-r--r--     root/root       usr/man/man2/clock_getres.2.gz
--rw-r--r--     root/root       usr/man/man2/clock_gettime.2.gz
--rw-r--r--     root/root       usr/man/man2/clock_nanosleep.2.gz
--rw-r--r--     root/root       usr/man/man2/clock_settime.2.gz
--rw-r--r--     root/root       usr/man/man2/clone.2.gz
--rw-r--r--     root/root       usr/man/man2/clone2.2.gz
--rw-r--r--     root/root       usr/man/man2/close.2.gz
--rw-r--r--     root/root       usr/man/man2/connect.2.gz
--rw-r--r--     root/root       usr/man/man2/creat.2.gz
--rw-r--r--     root/root       usr/man/man2/create_module.2.gz
--rw-r--r--     root/root       usr/man/man2/delete_module.2.gz
--rw-r--r--     root/root       usr/man/man2/dup.2.gz
--rw-r--r--     root/root       usr/man/man2/dup2.2.gz
--rw-r--r--     root/root       usr/man/man2/dup3.2.gz
--rw-r--r--     root/root       usr/man/man2/epoll_create.2.gz
--rw-r--r--     root/root       usr/man/man2/epoll_create1.2.gz
--rw-r--r--     root/root       usr/man/man2/epoll_ctl.2.gz
--rw-r--r--     root/root       usr/man/man2/epoll_pwait.2.gz
--rw-r--r--     root/root       usr/man/man2/epoll_wait.2.gz
--rw-r--r--     root/root       usr/man/man2/eventfd.2.gz
--rw-r--r--     root/root       usr/man/man2/eventfd2.2.gz
--rw-r--r--     root/root       usr/man/man2/execve.2.gz
--rw-r--r--     root/root       usr/man/man2/exit.2.gz
--rw-r--r--     root/root       usr/man/man2/exit_group.2.gz
--rw-r--r--     root/root       usr/man/man2/faccessat.2.gz
--rw-r--r--     root/root       usr/man/man2/fadvise64.2.gz
--rw-r--r--     root/root       usr/man/man2/fadvise64_64.2.gz
--rw-r--r--     root/root       usr/man/man2/fallocate.2.gz
--rw-r--r--     root/root       usr/man/man2/fchdir.2.gz
--rw-r--r--     root/root       usr/man/man2/fchmod.2.gz
--rw-r--r--     root/root       usr/man/man2/fchmodat.2.gz
--rw-r--r--     root/root       usr/man/man2/fchown.2.gz
--rw-r--r--     root/root       usr/man/man2/fchown32.2.gz
--rw-r--r--     root/root       usr/man/man2/fchownat.2.gz
--rw-r--r--     root/root       usr/man/man2/fcntl.2.gz
--rw-r--r--     root/root       usr/man/man2/fcntl64.2.gz
--rw-r--r--     root/root       usr/man/man2/fdatasync.2.gz
--rw-r--r--     root/root       usr/man/man2/fgetxattr.2.gz
--rw-r--r--     root/root       usr/man/man2/flistxattr.2.gz
--rw-r--r--     root/root       usr/man/man2/flock.2.gz
--rw-r--r--     root/root       usr/man/man2/fork.2.gz
--rw-r--r--     root/root       usr/man/man2/free_hugepages.2.gz
--rw-r--r--     root/root       usr/man/man2/fremovexattr.2.gz
--rw-r--r--     root/root       usr/man/man2/fsetxattr.2.gz
--rw-r--r--     root/root       usr/man/man2/fstat.2.gz
--rw-r--r--     root/root       usr/man/man2/fstat64.2.gz
--rw-r--r--     root/root       usr/man/man2/fstatat.2.gz
--rw-r--r--     root/root       usr/man/man2/fstatat64.2.gz
--rw-r--r--     root/root       usr/man/man2/fstatfs.2.gz
--rw-r--r--     root/root       usr/man/man2/fstatfs64.2.gz
--rw-r--r--     root/root       usr/man/man2/fstatvfs.2.gz
--rw-r--r--     root/root       usr/man/man2/fsync.2.gz
--rw-r--r--     root/root       usr/man/man2/ftruncate.2.gz
--rw-r--r--     root/root       usr/man/man2/ftruncate64.2.gz
--rw-r--r--     root/root       usr/man/man2/futex.2.gz
--rw-r--r--     root/root       usr/man/man2/futimesat.2.gz
--rw-r--r--     root/root       usr/man/man2/get_kernel_syms.2.gz
--rw-r--r--     root/root       usr/man/man2/get_mempolicy.2.gz
--rw-r--r--     root/root       usr/man/man2/get_thread_area.2.gz
--rw-r--r--     root/root       usr/man/man2/getcontext.2.gz
--rw-r--r--     root/root       usr/man/man2/getcpu.2.gz
--rw-r--r--     root/root       usr/man/man2/getcwd.2.gz
--rw-r--r--     root/root       usr/man/man2/getdents.2.gz
--rw-r--r--     root/root       usr/man/man2/getdents64.2.gz
--rw-r--r--     root/root       usr/man/man2/getdomainname.2.gz
--rw-r--r--     root/root       usr/man/man2/getdtablesize.2.gz
--rw-r--r--     root/root       usr/man/man2/getegid.2.gz
--rw-r--r--     root/root       usr/man/man2/getegid32.2.gz
--rw-r--r--     root/root       usr/man/man2/geteuid.2.gz
--rw-r--r--     root/root       usr/man/man2/geteuid32.2.gz
--rw-r--r--     root/root       usr/man/man2/getgid.2.gz
--rw-r--r--     root/root       usr/man/man2/getgid32.2.gz
--rw-r--r--     root/root       usr/man/man2/getgroups.2.gz
--rw-r--r--     root/root       usr/man/man2/getgroups32.2.gz
--rw-r--r--     root/root       usr/man/man2/gethostid.2.gz
--rw-r--r--     root/root       usr/man/man2/gethostname.2.gz
--rw-r--r--     root/root       usr/man/man2/getitimer.2.gz
--rw-r--r--     root/root       usr/man/man2/getpagesize.2.gz
--rw-r--r--     root/root       usr/man/man2/getpeername.2.gz
--rw-r--r--     root/root       usr/man/man2/getpgid.2.gz
--rw-r--r--     root/root       usr/man/man2/getpgrp.2.gz
--rw-r--r--     root/root       usr/man/man2/getpid.2.gz
--rw-r--r--     root/root       usr/man/man2/getpmsg.2.gz
--rw-r--r--     root/root       usr/man/man2/getppid.2.gz
--rw-r--r--     root/root       usr/man/man2/getpriority.2.gz
--rw-r--r--     root/root       usr/man/man2/getresgid.2.gz
--rw-r--r--     root/root       usr/man/man2/getresgid32.2.gz
--rw-r--r--     root/root       usr/man/man2/getresuid.2.gz
--rw-r--r--     root/root       usr/man/man2/getresuid32.2.gz
--rw-r--r--     root/root       usr/man/man2/getrlimit.2.gz
--rw-r--r--     root/root       usr/man/man2/getrusage.2.gz
--rw-r--r--     root/root       usr/man/man2/getsid.2.gz
--rw-r--r--     root/root       usr/man/man2/getsockname.2.gz
--rw-r--r--     root/root       usr/man/man2/getsockopt.2.gz
--rw-r--r--     root/root       usr/man/man2/gettid.2.gz
--rw-r--r--     root/root       usr/man/man2/gettimeofday.2.gz
--rw-r--r--     root/root       usr/man/man2/getuid.2.gz
--rw-r--r--     root/root       usr/man/man2/getuid32.2.gz
--rw-r--r--     root/root       usr/man/man2/getxattr.2.gz
--rw-r--r--     root/root       usr/man/man2/gtty.2.gz
--rw-r--r--     root/root       usr/man/man2/idle.2.gz
--rw-r--r--     root/root       usr/man/man2/inb.2.gz
--rw-r--r--     root/root       usr/man/man2/inb_p.2.gz
--rw-r--r--     root/root       usr/man/man2/init_module.2.gz
--rw-r--r--     root/root       usr/man/man2/inl.2.gz
--rw-r--r--     root/root       usr/man/man2/inl_p.2.gz
--rw-r--r--     root/root       usr/man/man2/inotify_add_watch.2.gz
--rw-r--r--     root/root       usr/man/man2/inotify_init.2.gz
--rw-r--r--     root/root       usr/man/man2/inotify_init1.2.gz
--rw-r--r--     root/root       usr/man/man2/inotify_rm_watch.2.gz
--rw-r--r--     root/root       usr/man/man2/insb.2.gz
--rw-r--r--     root/root       usr/man/man2/insl.2.gz
--rw-r--r--     root/root       usr/man/man2/insw.2.gz
--rw-r--r--     root/root       usr/man/man2/intro.2.gz
--rw-r--r--     root/root       usr/man/man2/inw.2.gz
--rw-r--r--     root/root       usr/man/man2/inw_p.2.gz
--rw-r--r--     root/root       usr/man/man2/io_cancel.2.gz
--rw-r--r--     root/root       usr/man/man2/io_destroy.2.gz
--rw-r--r--     root/root       usr/man/man2/io_getevents.2.gz
--rw-r--r--     root/root       usr/man/man2/io_setup.2.gz
--rw-r--r--     root/root       usr/man/man2/io_submit.2.gz
--rw-r--r--     root/root       usr/man/man2/ioctl.2.gz
--rw-r--r--     root/root       usr/man/man2/ioctl_list.2.gz
--rw-r--r--     root/root       usr/man/man2/ioperm.2.gz
--rw-r--r--     root/root       usr/man/man2/iopl.2.gz
--rw-r--r--     root/root       usr/man/man2/ioprio_get.2.gz
--rw-r--r--     root/root       usr/man/man2/ioprio_set.2.gz
--rw-r--r--     root/root       usr/man/man2/ipc.2.gz
--rw-r--r--     root/root       usr/man/man2/kexec_load.2.gz
--rw-r--r--     root/root       usr/man/man2/keyctl.2.gz
--rw-r--r--     root/root       usr/man/man2/kill.2.gz
--rw-r--r--     root/root       usr/man/man2/killpg.2.gz
--rw-r--r--     root/root       usr/man/man2/lchown.2.gz
--rw-r--r--     root/root       usr/man/man2/lchown32.2.gz
--rw-r--r--     root/root       usr/man/man2/lgetxattr.2.gz
--rw-r--r--     root/root       usr/man/man2/link.2.gz
--rw-r--r--     root/root       usr/man/man2/linkat.2.gz
--rw-r--r--     root/root       usr/man/man2/listen.2.gz
--rw-r--r--     root/root       usr/man/man2/listxattr.2.gz
--rw-r--r--     root/root       usr/man/man2/llistxattr.2.gz
--rw-r--r--     root/root       usr/man/man2/llseek.2.gz
--rw-r--r--     root/root       usr/man/man2/lock.2.gz
--rw-r--r--     root/root       usr/man/man2/lookup_dcookie.2.gz
--rw-r--r--     root/root       usr/man/man2/lremovexattr.2.gz
--rw-r--r--     root/root       usr/man/man2/lseek.2.gz
--rw-r--r--     root/root       usr/man/man2/lsetxattr.2.gz
--rw-r--r--     root/root       usr/man/man2/lstat.2.gz
--rw-r--r--     root/root       usr/man/man2/lstat64.2.gz
--rw-r--r--     root/root       usr/man/man2/madvise.2.gz
--rw-r--r--     root/root       usr/man/man2/madvise1.2.gz
--rw-r--r--     root/root       usr/man/man2/mbind.2.gz
--rw-r--r--     root/root       usr/man/man2/migrate_pages.2.gz
--rw-r--r--     root/root       usr/man/man2/mincore.2.gz
--rw-r--r--     root/root       usr/man/man2/mkdir.2.gz
--rw-r--r--     root/root       usr/man/man2/mkdirat.2.gz
--rw-r--r--     root/root       usr/man/man2/mknod.2.gz
--rw-r--r--     root/root       usr/man/man2/mknodat.2.gz
--rw-r--r--     root/root       usr/man/man2/mlock.2.gz
--rw-r--r--     root/root       usr/man/man2/mlockall.2.gz
--rw-r--r--     root/root       usr/man/man2/mmap.2.gz
--rw-r--r--     root/root       usr/man/man2/mmap2.2.gz
--rw-r--r--     root/root       usr/man/man2/modify_ldt.2.gz
--rw-r--r--     root/root       usr/man/man2/mount.2.gz
--rw-r--r--     root/root       usr/man/man2/move_pages.2.gz
--rw-r--r--     root/root       usr/man/man2/mprotect.2.gz
--rw-r--r--     root/root       usr/man/man2/mpx.2.gz
--rw-r--r--     root/root       usr/man/man2/mq_getsetattr.2.gz
--rw-r--r--     root/root       usr/man/man2/mq_notify.2.gz
--rw-r--r--     root/root       usr/man/man2/mq_open.2.gz
--rw-r--r--     root/root       usr/man/man2/mq_timedreceive.2.gz
--rw-r--r--     root/root       usr/man/man2/mq_timedsend.2.gz
--rw-r--r--     root/root       usr/man/man2/mq_unlink.2.gz
--rw-r--r--     root/root       usr/man/man2/mremap.2.gz
--rw-r--r--     root/root       usr/man/man2/msgctl.2.gz
--rw-r--r--     root/root       usr/man/man2/msgget.2.gz
--rw-r--r--     root/root       usr/man/man2/msgop.2.gz
--rw-r--r--     root/root       usr/man/man2/msgrcv.2.gz
--rw-r--r--     root/root       usr/man/man2/msgsnd.2.gz
--rw-r--r--     root/root       usr/man/man2/msync.2.gz
--rw-r--r--     root/root       usr/man/man2/munlock.2.gz
--rw-r--r--     root/root       usr/man/man2/munlockall.2.gz
--rw-r--r--     root/root       usr/man/man2/munmap.2.gz
--rw-r--r--     root/root       usr/man/man2/nanosleep.2.gz
--rw-r--r--     root/root       usr/man/man2/nfsservctl.2.gz
--rw-r--r--     root/root       usr/man/man2/nice.2.gz
--rw-r--r--     root/root       usr/man/man2/oldfstat.2.gz
--rw-r--r--     root/root       usr/man/man2/oldlstat.2.gz
--rw-r--r--     root/root       usr/man/man2/oldolduname.2.gz
--rw-r--r--     root/root       usr/man/man2/oldstat.2.gz
--rw-r--r--     root/root       usr/man/man2/olduname.2.gz
--rw-r--r--     root/root       usr/man/man2/open.2.gz
--rw-r--r--     root/root       usr/man/man2/openat.2.gz
--rw-r--r--     root/root       usr/man/man2/outb.2.gz
--rw-r--r--     root/root       usr/man/man2/outb_p.2.gz
--rw-r--r--     root/root       usr/man/man2/outl.2.gz
--rw-r--r--     root/root       usr/man/man2/outl_p.2.gz
--rw-r--r--     root/root       usr/man/man2/outsb.2.gz
--rw-r--r--     root/root       usr/man/man2/outsl.2.gz
--rw-r--r--     root/root       usr/man/man2/outsw.2.gz
--rw-r--r--     root/root       usr/man/man2/outw.2.gz
--rw-r--r--     root/root       usr/man/man2/outw_p.2.gz
--rw-r--r--     root/root       usr/man/man2/path_resolution.2.gz
--rw-r--r--     root/root       usr/man/man2/pause.2.gz
--rw-r--r--     root/root       usr/man/man2/pciconfig_iobase.2.gz
--rw-r--r--     root/root       usr/man/man2/pciconfig_read.2.gz
--rw-r--r--     root/root       usr/man/man2/pciconfig_write.2.gz
--rw-r--r--     root/root       usr/man/man2/personality.2.gz
--rw-r--r--     root/root       usr/man/man2/pipe.2.gz
--rw-r--r--     root/root       usr/man/man2/pipe2.2.gz
--rw-r--r--     root/root       usr/man/man2/pivot_root.2.gz
--rw-r--r--     root/root       usr/man/man2/poll.2.gz
--rw-r--r--     root/root       usr/man/man2/posix_fadvise.2.gz
--rw-r--r--     root/root       usr/man/man2/ppoll.2.gz
--rw-r--r--     root/root       usr/man/man2/prctl.2.gz
--rw-r--r--     root/root       usr/man/man2/pread.2.gz
--rw-r--r--     root/root       usr/man/man2/pread64.2.gz
--rw-r--r--     root/root       usr/man/man2/preadv.2.gz
--rw-r--r--     root/root       usr/man/man2/prlimit.2.gz
--rw-r--r--     root/root       usr/man/man2/prof.2.gz
--rw-r--r--     root/root       usr/man/man2/pselect.2.gz
--rw-r--r--     root/root       usr/man/man2/pselect6.2.gz
--rw-r--r--     root/root       usr/man/man2/ptrace.2.gz
--rw-r--r--     root/root       usr/man/man2/putpmsg.2.gz
--rw-r--r--     root/root       usr/man/man2/pwrite.2.gz
--rw-r--r--     root/root       usr/man/man2/pwrite64.2.gz
--rw-r--r--     root/root       usr/man/man2/pwritev.2.gz
--rw-r--r--     root/root       usr/man/man2/query_module.2.gz
--rw-r--r--     root/root       usr/man/man2/read.2.gz
--rw-r--r--     root/root       usr/man/man2/readahead.2.gz
--rw-r--r--     root/root       usr/man/man2/readdir.2.gz
--rw-r--r--     root/root       usr/man/man2/readlink.2.gz
--rw-r--r--     root/root       usr/man/man2/readlinkat.2.gz
--rw-r--r--     root/root       usr/man/man2/readv.2.gz
--rw-r--r--     root/root       usr/man/man2/reboot.2.gz
--rw-r--r--     root/root       usr/man/man2/recv.2.gz
--rw-r--r--     root/root       usr/man/man2/recvfrom.2.gz
--rw-r--r--     root/root       usr/man/man2/recvmsg.2.gz
--rw-r--r--     root/root       usr/man/man2/remap_file_pages.2.gz
--rw-r--r--     root/root       usr/man/man2/removexattr.2.gz
--rw-r--r--     root/root       usr/man/man2/rename.2.gz
--rw-r--r--     root/root       usr/man/man2/renameat.2.gz
--rw-r--r--     root/root       usr/man/man2/request_key.2.gz
--rw-r--r--     root/root       usr/man/man2/rmdir.2.gz
--rw-r--r--     root/root       usr/man/man2/rt_sigaction.2.gz
--rw-r--r--     root/root       usr/man/man2/rt_sigpending.2.gz
--rw-r--r--     root/root       usr/man/man2/rt_sigprocmask.2.gz
--rw-r--r--     root/root       usr/man/man2/rt_sigqueueinfo.2.gz
--rw-r--r--     root/root       usr/man/man2/rt_sigreturn.2.gz
--rw-r--r--     root/root       usr/man/man2/rt_sigsuspend.2.gz
--rw-r--r--     root/root       usr/man/man2/rt_sigtimedwait.2.gz
--rw-r--r--     root/root       usr/man/man2/sbrk.2.gz
--rw-r--r--     root/root       usr/man/man2/sched_get_priority_max.2.gz
--rw-r--r--     root/root       usr/man/man2/sched_get_priority_min.2.gz
--rw-r--r--     root/root       usr/man/man2/sched_getaffinity.2.gz
--rw-r--r--     root/root       usr/man/man2/sched_getparam.2.gz
--rw-r--r--     root/root       usr/man/man2/sched_getscheduler.2.gz
--rw-r--r--     root/root       usr/man/man2/sched_rr_get_interval.2.gz
--rw-r--r--     root/root       usr/man/man2/sched_setaffinity.2.gz
--rw-r--r--     root/root       usr/man/man2/sched_setparam.2.gz
--rw-r--r--     root/root       usr/man/man2/sched_setscheduler.2.gz
--rw-r--r--     root/root       usr/man/man2/sched_yield.2.gz
--rw-r--r--     root/root       usr/man/man2/security.2.gz
--rw-r--r--     root/root       usr/man/man2/select.2.gz
--rw-r--r--     root/root       usr/man/man2/select_tut.2.gz
--rw-r--r--     root/root       usr/man/man2/semctl.2.gz
--rw-r--r--     root/root       usr/man/man2/semget.2.gz
--rw-r--r--     root/root       usr/man/man2/semop.2.gz
--rw-r--r--     root/root       usr/man/man2/semtimedop.2.gz
--rw-r--r--     root/root       usr/man/man2/send.2.gz
--rw-r--r--     root/root       usr/man/man2/sendfile.2.gz
--rw-r--r--     root/root       usr/man/man2/sendfile64.2.gz
--rw-r--r--     root/root       usr/man/man2/sendmsg.2.gz
--rw-r--r--     root/root       usr/man/man2/sendto.2.gz
--rw-r--r--     root/root       usr/man/man2/set_mempolicy.2.gz
--rw-r--r--     root/root       usr/man/man2/set_thread_area.2.gz
--rw-r--r--     root/root       usr/man/man2/set_tid_address.2.gz
--rw-r--r--     root/root       usr/man/man2/setcontext.2.gz
--rw-r--r--     root/root       usr/man/man2/setdomainname.2.gz
--rw-r--r--     root/root       usr/man/man2/setegid.2.gz
--rw-r--r--     root/root       usr/man/man2/seteuid.2.gz
--rw-r--r--     root/root       usr/man/man2/setfsgid.2.gz
--rw-r--r--     root/root       usr/man/man2/setfsgid32.2.gz
--rw-r--r--     root/root       usr/man/man2/setfsuid.2.gz
--rw-r--r--     root/root       usr/man/man2/setfsuid32.2.gz
--rw-r--r--     root/root       usr/man/man2/setgid.2.gz
--rw-r--r--     root/root       usr/man/man2/setgid32.2.gz
--rw-r--r--     root/root       usr/man/man2/setgroups.2.gz
--rw-r--r--     root/root       usr/man/man2/setgroups32.2.gz
--rw-r--r--     root/root       usr/man/man2/sethostid.2.gz
--rw-r--r--     root/root       usr/man/man2/sethostname.2.gz
--rw-r--r--     root/root       usr/man/man2/setitimer.2.gz
--rw-r--r--     root/root       usr/man/man2/setpgid.2.gz
--rw-r--r--     root/root       usr/man/man2/setpgrp.2.gz
--rw-r--r--     root/root       usr/man/man2/setpriority.2.gz
--rw-r--r--     root/root       usr/man/man2/setregid.2.gz
--rw-r--r--     root/root       usr/man/man2/setregid32.2.gz
--rw-r--r--     root/root       usr/man/man2/setresgid.2.gz
--rw-r--r--     root/root       usr/man/man2/setresgid32.2.gz
--rw-r--r--     root/root       usr/man/man2/setresuid.2.gz
--rw-r--r--     root/root       usr/man/man2/setresuid32.2.gz
--rw-r--r--     root/root       usr/man/man2/setreuid.2.gz
--rw-r--r--     root/root       usr/man/man2/setreuid32.2.gz
--rw-r--r--     root/root       usr/man/man2/setrlimit.2.gz
--rw-r--r--     root/root       usr/man/man2/setsid.2.gz
--rw-r--r--     root/root       usr/man/man2/setsockopt.2.gz
--rw-r--r--     root/root       usr/man/man2/settimeofday.2.gz
--rw-r--r--     root/root       usr/man/man2/setuid.2.gz
--rw-r--r--     root/root       usr/man/man2/setuid32.2.gz
--rw-r--r--     root/root       usr/man/man2/setup.2.gz
--rw-r--r--     root/root       usr/man/man2/setxattr.2.gz
--rw-r--r--     root/root       usr/man/man2/sgetmask.2.gz
--rw-r--r--     root/root       usr/man/man2/shmat.2.gz
--rw-r--r--     root/root       usr/man/man2/shmctl.2.gz
--rw-r--r--     root/root       usr/man/man2/shmdt.2.gz
--rw-r--r--     root/root       usr/man/man2/shmget.2.gz
--rw-r--r--     root/root       usr/man/man2/shmop.2.gz
--rw-r--r--     root/root       usr/man/man2/shutdown.2.gz
--rw-r--r--     root/root       usr/man/man2/sigaction.2.gz
--rw-r--r--     root/root       usr/man/man2/sigaltstack.2.gz
--rw-r--r--     root/root       usr/man/man2/signal.2.gz
--rw-r--r--     root/root       usr/man/man2/signalfd.2.gz
--rw-r--r--     root/root       usr/man/man2/signalfd4.2.gz
--rw-r--r--     root/root       usr/man/man2/sigpending.2.gz
--rw-r--r--     root/root       usr/man/man2/sigprocmask.2.gz
--rw-r--r--     root/root       usr/man/man2/sigqueue.2.gz
--rw-r--r--     root/root       usr/man/man2/sigreturn.2.gz
--rw-r--r--     root/root       usr/man/man2/sigsuspend.2.gz
--rw-r--r--     root/root       usr/man/man2/sigtimedwait.2.gz
--rw-r--r--     root/root       usr/man/man2/sigwaitinfo.2.gz
--rw-r--r--     root/root       usr/man/man2/socket.2.gz
--rw-r--r--     root/root       usr/man/man2/socketcall.2.gz
--rw-r--r--     root/root       usr/man/man2/socketpair.2.gz
--rw-r--r--     root/root       usr/man/man2/splice.2.gz
--rw-r--r--     root/root       usr/man/man2/spu_create.2.gz
--rw-r--r--     root/root       usr/man/man2/spu_run.2.gz
--rw-r--r--     root/root       usr/man/man2/ssetmask.2.gz
--rw-r--r--     root/root       usr/man/man2/stat.2.gz
--rw-r--r--     root/root       usr/man/man2/stat64.2.gz
--rw-r--r--     root/root       usr/man/man2/statfs.2.gz
--rw-r--r--     root/root       usr/man/man2/statfs64.2.gz
--rw-r--r--     root/root       usr/man/man2/statvfs.2.gz
--rw-r--r--     root/root       usr/man/man2/stime.2.gz
--rw-r--r--     root/root       usr/man/man2/stty.2.gz
--rw-r--r--     root/root       usr/man/man2/subpage_prot.2.gz
--rw-r--r--     root/root       usr/man/man2/swapoff.2.gz
--rw-r--r--     root/root       usr/man/man2/swapon.2.gz
--rw-r--r--     root/root       usr/man/man2/symlink.2.gz
--rw-r--r--     root/root       usr/man/man2/symlinkat.2.gz
--rw-r--r--     root/root       usr/man/man2/sync.2.gz
--rw-r--r--     root/root       usr/man/man2/sync_file_range.2.gz
--rw-r--r--     root/root       usr/man/man2/sync_file_range2.2.gz
--rw-r--r--     root/root       usr/man/man2/syscall.2.gz
--rw-r--r--     root/root       usr/man/man2/syscalls.2.gz
--rw-r--r--     root/root       usr/man/man2/sysctl.2.gz
--rw-r--r--     root/root       usr/man/man2/sysfs.2.gz
--rw-r--r--     root/root       usr/man/man2/sysinfo.2.gz
--rw-r--r--     root/root       usr/man/man2/syslog.2.gz
--rw-r--r--     root/root       usr/man/man2/tee.2.gz
--rw-r--r--     root/root       usr/man/man2/tgkill.2.gz
--rw-r--r--     root/root       usr/man/man2/time.2.gz
--rw-r--r--     root/root       usr/man/man2/timer_create.2.gz
--rw-r--r--     root/root       usr/man/man2/timer_delete.2.gz
--rw-r--r--     root/root       usr/man/man2/timer_getoverrun.2.gz
--rw-r--r--     root/root       usr/man/man2/timer_gettime.2.gz
--rw-r--r--     root/root       usr/man/man2/timer_settime.2.gz
--rw-r--r--     root/root       usr/man/man2/timerfd_create.2.gz
--rw-r--r--     root/root       usr/man/man2/timerfd_gettime.2.gz
--rw-r--r--     root/root       usr/man/man2/timerfd_settime.2.gz
--rw-r--r--     root/root       usr/man/man2/times.2.gz
--rw-r--r--     root/root       usr/man/man2/tkill.2.gz
--rw-r--r--     root/root       usr/man/man2/truncate.2.gz
--rw-r--r--     root/root       usr/man/man2/truncate64.2.gz
--rw-r--r--     root/root       usr/man/man2/tuxcall.2.gz
--rw-r--r--     root/root       usr/man/man2/ugetrlimit.2.gz
--rw-r--r--     root/root       usr/man/man2/umask.2.gz
--rw-r--r--     root/root       usr/man/man2/umount.2.gz
--rw-r--r--     root/root       usr/man/man2/umount2.2.gz
--rw-r--r--     root/root       usr/man/man2/uname.2.gz
--rw-r--r--     root/root       usr/man/man2/unimplemented.2.gz
--rw-r--r--     root/root       usr/man/man2/unlink.2.gz
--rw-r--r--     root/root       usr/man/man2/unlinkat.2.gz
--rw-r--r--     root/root       usr/man/man2/unshare.2.gz
--rw-r--r--     root/root       usr/man/man2/uselib.2.gz
--rw-r--r--     root/root       usr/man/man2/ustat.2.gz
--rw-r--r--     root/root       usr/man/man2/utime.2.gz
--rw-r--r--     root/root       usr/man/man2/utimensat.2.gz
--rw-r--r--     root/root       usr/man/man2/utimes.2.gz
--rw-r--r--     root/root       usr/man/man2/vfork.2.gz
--rw-r--r--     root/root       usr/man/man2/vhangup.2.gz
--rw-r--r--     root/root       usr/man/man2/vm86.2.gz
--rw-r--r--     root/root       usr/man/man2/vm86old.2.gz
--rw-r--r--     root/root       usr/man/man2/vmsplice.2.gz
--rw-r--r--     root/root       usr/man/man2/vserver.2.gz
--rw-r--r--     root/root       usr/man/man2/wait.2.gz
--rw-r--r--     root/root       usr/man/man2/wait3.2.gz
--rw-r--r--     root/root       usr/man/man2/wait4.2.gz
--rw-r--r--     root/root       usr/man/man2/waitid.2.gz
--rw-r--r--     root/root       usr/man/man2/waitpid.2.gz
--rw-r--r--     root/root       usr/man/man2/write.2.gz
--rw-r--r--     root/root       usr/man/man2/writev.2.gz
-drwxr-xr-x     root/root       usr/man/man3/
--rw-r--r--     root/root       usr/man/man3/CMSG_ALIGN.3.gz
--rw-r--r--     root/root       usr/man/man3/CMSG_FIRSTHDR.3.gz
--rw-r--r--     root/root       usr/man/man3/CMSG_NXTHDR.3.gz
--rw-r--r--     root/root       usr/man/man3/CMSG_SPACE.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_ALLOC.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_ALLOC_SIZE.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_AND.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_AND_S.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_CLR.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_CLR_S.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_COUNT.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_COUNT_S.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_EQUAL.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_EQUAL_S.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_FREE.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_ISSET.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_ISSET_S.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_OR.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_OR_S.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_SET.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_SET_S.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_XOR.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_XOR_S.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_ZERO.3.gz
--rw-r--r--     root/root       usr/man/man3/CPU_ZERO_S.3.gz
--rw-r--r--     root/root       usr/man/man3/FD_CLR.3.gz
--rw-r--r--     root/root       usr/man/man3/FD_ISSET.3.gz
--rw-r--r--     root/root       usr/man/man3/FD_SET.3.gz
--rw-r--r--     root/root       usr/man/man3/FD_ZERO.3.gz
--rw-r--r--     root/root       usr/man/man3/HUGE_VAL.3.gz
--rw-r--r--     root/root       usr/man/man3/HUGE_VALF.3.gz
--rw-r--r--     root/root       usr/man/man3/HUGE_VALL.3.gz
--rw-r--r--     root/root       usr/man/man3/INFINITY.3.gz
--rw-r--r--     root/root       usr/man/man3/MB_CUR_MAX.3.gz
--rw-r--r--     root/root       usr/man/man3/MB_LEN_MAX.3.gz
--rw-r--r--     root/root       usr/man/man3/NAN.3.gz
--rw-r--r--     root/root       usr/man/man3/__fbufsize.3.gz
--rw-r--r--     root/root       usr/man/man3/__flbf.3.gz
--rw-r--r--     root/root       usr/man/man3/__fpending.3.gz
--rw-r--r--     root/root       usr/man/man3/__fpurge.3.gz
--rw-r--r--     root/root       usr/man/man3/__freadable.3.gz
--rw-r--r--     root/root       usr/man/man3/__freading.3.gz
--rw-r--r--     root/root       usr/man/man3/__fsetlocking.3.gz
--rw-r--r--     root/root       usr/man/man3/__fwritable.3.gz
--rw-r--r--     root/root       usr/man/man3/__fwriting.3.gz
--rw-r--r--     root/root       usr/man/man3/__malloc_hook.3.gz
--rw-r--r--     root/root       usr/man/man3/__setfpucw.3.gz
--rw-r--r--     root/root       usr/man/man3/_flushlbf.3.gz
--rw-r--r--     root/root       usr/man/man3/a64l.3.gz
--rw-r--r--     root/root       usr/man/man3/abort.3.gz
--rw-r--r--     root/root       usr/man/man3/abs.3.gz
--rw-r--r--     root/root       usr/man/man3/acos.3.gz
--rw-r--r--     root/root       usr/man/man3/acosf.3.gz
--rw-r--r--     root/root       usr/man/man3/acosh.3.gz
--rw-r--r--     root/root       usr/man/man3/acoshf.3.gz
--rw-r--r--     root/root       usr/man/man3/acoshl.3.gz
--rw-r--r--     root/root       usr/man/man3/acosl.3.gz
--rw-r--r--     root/root       usr/man/man3/addmntent.3.gz
--rw-r--r--     root/root       usr/man/man3/addseverity.3.gz
--rw-r--r--     root/root       usr/man/man3/adjtime.3.gz
--rw-r--r--     root/root       usr/man/man3/aio_cancel.3.gz
--rw-r--r--     root/root       usr/man/man3/aio_error.3.gz
--rw-r--r--     root/root       usr/man/man3/aio_fsync.3.gz
--rw-r--r--     root/root       usr/man/man3/aio_init.3.gz
--rw-r--r--     root/root       usr/man/man3/aio_read.3.gz
--rw-r--r--     root/root       usr/man/man3/aio_return.3.gz
--rw-r--r--     root/root       usr/man/man3/aio_suspend.3.gz
--rw-r--r--     root/root       usr/man/man3/aio_write.3.gz
--rw-r--r--     root/root       usr/man/man3/alloca.3.gz
--rw-r--r--     root/root       usr/man/man3/alphasort.3.gz
--rw-r--r--     root/root       usr/man/man3/argz.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_add.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_add_sep.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_append.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_count.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_create.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_create_sep.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_delete.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_extract.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_insert.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_next.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_replace.3.gz
--rw-r--r--     root/root       usr/man/man3/argz_stringify.3.gz
--rw-r--r--     root/root       usr/man/man3/asctime.3.gz
--rw-r--r--     root/root       usr/man/man3/asctime_r.3.gz
--rw-r--r--     root/root       usr/man/man3/asin.3.gz
--rw-r--r--     root/root       usr/man/man3/asinf.3.gz
--rw-r--r--     root/root       usr/man/man3/asinh.3.gz
--rw-r--r--     root/root       usr/man/man3/asinhf.3.gz
--rw-r--r--     root/root       usr/man/man3/asinhl.3.gz
--rw-r--r--     root/root       usr/man/man3/asinl.3.gz
--rw-r--r--     root/root       usr/man/man3/asprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/assert.3.gz
--rw-r--r--     root/root       usr/man/man3/assert_perror.3.gz
--rw-r--r--     root/root       usr/man/man3/atan.3.gz
--rw-r--r--     root/root       usr/man/man3/atan2.3.gz
--rw-r--r--     root/root       usr/man/man3/atan2f.3.gz
--rw-r--r--     root/root       usr/man/man3/atan2l.3.gz
--rw-r--r--     root/root       usr/man/man3/atanf.3.gz
--rw-r--r--     root/root       usr/man/man3/atanh.3.gz
--rw-r--r--     root/root       usr/man/man3/atanhf.3.gz
--rw-r--r--     root/root       usr/man/man3/atanhl.3.gz
--rw-r--r--     root/root       usr/man/man3/atanl.3.gz
--rw-r--r--     root/root       usr/man/man3/atexit.3.gz
--rw-r--r--     root/root       usr/man/man3/atof.3.gz
--rw-r--r--     root/root       usr/man/man3/atoi.3.gz
--rw-r--r--     root/root       usr/man/man3/atol.3.gz
--rw-r--r--     root/root       usr/man/man3/atoll.3.gz
--rw-r--r--     root/root       usr/man/man3/atoq.3.gz
--rw-r--r--     root/root       usr/man/man3/auth_destroy.3.gz
--rw-r--r--     root/root       usr/man/man3/authnone_create.3.gz
--rw-r--r--     root/root       usr/man/man3/authunix_create.3.gz
--rw-r--r--     root/root       usr/man/man3/authunix_create_default.3.gz
--rw-r--r--     root/root       usr/man/man3/backtrace.3.gz
--rw-r--r--     root/root       usr/man/man3/backtrace_symbols.3.gz
--rw-r--r--     root/root       usr/man/man3/backtrace_symbols_fd.3.gz
--rw-r--r--     root/root       usr/man/man3/basename.3.gz
--rw-r--r--     root/root       usr/man/man3/bcmp.3.gz
--rw-r--r--     root/root       usr/man/man3/bcopy.3.gz
--rw-r--r--     root/root       usr/man/man3/be16toh.3.gz
--rw-r--r--     root/root       usr/man/man3/be32toh.3.gz
--rw-r--r--     root/root       usr/man/man3/be64toh.3.gz
--rw-r--r--     root/root       usr/man/man3/bindresvport.3.gz
--rw-r--r--     root/root       usr/man/man3/bsd_signal.3.gz
--rw-r--r--     root/root       usr/man/man3/bsearch.3.gz
--rw-r--r--     root/root       usr/man/man3/bstring.3.gz
--rw-r--r--     root/root       usr/man/man3/btowc.3.gz
--rw-r--r--     root/root       usr/man/man3/btree.3.gz
--rw-r--r--     root/root       usr/man/man3/byteorder.3.gz
--rw-r--r--     root/root       usr/man/man3/bzero.3.gz
--rw-r--r--     root/root       usr/man/man3/cabs.3.gz
--rw-r--r--     root/root       usr/man/man3/cabsf.3.gz
--rw-r--r--     root/root       usr/man/man3/cabsl.3.gz
--rw-r--r--     root/root       usr/man/man3/cacos.3.gz
--rw-r--r--     root/root       usr/man/man3/cacosf.3.gz
--rw-r--r--     root/root       usr/man/man3/cacosh.3.gz
--rw-r--r--     root/root       usr/man/man3/cacoshf.3.gz
--rw-r--r--     root/root       usr/man/man3/cacoshl.3.gz
--rw-r--r--     root/root       usr/man/man3/cacosl.3.gz
--rw-r--r--     root/root       usr/man/man3/calloc.3.gz
--rw-r--r--     root/root       usr/man/man3/callrpc.3.gz
--rw-r--r--     root/root       usr/man/man3/canonicalize_file_name.3.gz
--rw-r--r--     root/root       usr/man/man3/carg.3.gz
--rw-r--r--     root/root       usr/man/man3/cargf.3.gz
--rw-r--r--     root/root       usr/man/man3/cargl.3.gz
--rw-r--r--     root/root       usr/man/man3/casin.3.gz
--rw-r--r--     root/root       usr/man/man3/casinf.3.gz
--rw-r--r--     root/root       usr/man/man3/casinh.3.gz
--rw-r--r--     root/root       usr/man/man3/casinhf.3.gz
--rw-r--r--     root/root       usr/man/man3/casinhl.3.gz
--rw-r--r--     root/root       usr/man/man3/casinl.3.gz
--rw-r--r--     root/root       usr/man/man3/catan.3.gz
--rw-r--r--     root/root       usr/man/man3/catanf.3.gz
--rw-r--r--     root/root       usr/man/man3/catanh.3.gz
--rw-r--r--     root/root       usr/man/man3/catanhf.3.gz
--rw-r--r--     root/root       usr/man/man3/catanhl.3.gz
--rw-r--r--     root/root       usr/man/man3/catanl.3.gz
--rw-r--r--     root/root       usr/man/man3/catclose.3.gz
--rw-r--r--     root/root       usr/man/man3/catgets.3.gz
--rw-r--r--     root/root       usr/man/man3/catopen.3.gz
--rw-r--r--     root/root       usr/man/man3/cbc_crypt.3.gz
--rw-r--r--     root/root       usr/man/man3/cbrt.3.gz
--rw-r--r--     root/root       usr/man/man3/cbrtf.3.gz
--rw-r--r--     root/root       usr/man/man3/cbrtl.3.gz
--rw-r--r--     root/root       usr/man/man3/ccos.3.gz
--rw-r--r--     root/root       usr/man/man3/ccosf.3.gz
--rw-r--r--     root/root       usr/man/man3/ccosh.3.gz
--rw-r--r--     root/root       usr/man/man3/ccoshf.3.gz
--rw-r--r--     root/root       usr/man/man3/ccoshl.3.gz
--rw-r--r--     root/root       usr/man/man3/ccosl.3.gz
--rw-r--r--     root/root       usr/man/man3/ceil.3.gz
--rw-r--r--     root/root       usr/man/man3/ceilf.3.gz
--rw-r--r--     root/root       usr/man/man3/ceill.3.gz
--rw-r--r--     root/root       usr/man/man3/cerf.3.gz
--rw-r--r--     root/root       usr/man/man3/cerfc.3.gz
--rw-r--r--     root/root       usr/man/man3/cerfcf.3.gz
--rw-r--r--     root/root       usr/man/man3/cerfcl.3.gz
--rw-r--r--     root/root       usr/man/man3/cerff.3.gz
--rw-r--r--     root/root       usr/man/man3/cerfl.3.gz
--rw-r--r--     root/root       usr/man/man3/cexp.3.gz
--rw-r--r--     root/root       usr/man/man3/cexp2.3.gz
--rw-r--r--     root/root       usr/man/man3/cexp2f.3.gz
--rw-r--r--     root/root       usr/man/man3/cexp2l.3.gz
--rw-r--r--     root/root       usr/man/man3/cexpf.3.gz
--rw-r--r--     root/root       usr/man/man3/cexpl.3.gz
--rw-r--r--     root/root       usr/man/man3/cfgetispeed.3.gz
--rw-r--r--     root/root       usr/man/man3/cfgetospeed.3.gz
--rw-r--r--     root/root       usr/man/man3/cfmakeraw.3.gz
--rw-r--r--     root/root       usr/man/man3/cfree.3.gz
--rw-r--r--     root/root       usr/man/man3/cfsetispeed.3.gz
--rw-r--r--     root/root       usr/man/man3/cfsetospeed.3.gz
--rw-r--r--     root/root       usr/man/man3/cfsetspeed.3.gz
--rw-r--r--     root/root       usr/man/man3/cimag.3.gz
--rw-r--r--     root/root       usr/man/man3/cimagf.3.gz
--rw-r--r--     root/root       usr/man/man3/cimagl.3.gz
--rw-r--r--     root/root       usr/man/man3/clearenv.3.gz
--rw-r--r--     root/root       usr/man/man3/clearerr.3.gz
--rw-r--r--     root/root       usr/man/man3/clearerr_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_broadcast.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_call.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_control.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_create.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_destroy.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_freeres.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_geterr.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_pcreateerror.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_perrno.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_perror.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_spcreateerror.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_sperrno.3.gz
--rw-r--r--     root/root       usr/man/man3/clnt_sperror.3.gz
--rw-r--r--     root/root       usr/man/man3/clntraw_create.3.gz
--rw-r--r--     root/root       usr/man/man3/clnttcp_create.3.gz
--rw-r--r--     root/root       usr/man/man3/clntudp_bufcreate.3.gz
--rw-r--r--     root/root       usr/man/man3/clntudp_create.3.gz
--rw-r--r--     root/root       usr/man/man3/clock.3.gz
--rw-r--r--     root/root       usr/man/man3/clock_getcpuclockid.3.gz
--rw-r--r--     root/root       usr/man/man3/clock_getres.3.gz
--rw-r--r--     root/root       usr/man/man3/clock_gettime.3.gz
--rw-r--r--     root/root       usr/man/man3/clock_settime.3.gz
--rw-r--r--     root/root       usr/man/man3/clog.3.gz
--rw-r--r--     root/root       usr/man/man3/clog10.3.gz
--rw-r--r--     root/root       usr/man/man3/clog10f.3.gz
--rw-r--r--     root/root       usr/man/man3/clog10l.3.gz
--rw-r--r--     root/root       usr/man/man3/clog2.3.gz
--rw-r--r--     root/root       usr/man/man3/clog2f.3.gz
--rw-r--r--     root/root       usr/man/man3/clog2l.3.gz
--rw-r--r--     root/root       usr/man/man3/clogf.3.gz
--rw-r--r--     root/root       usr/man/man3/clogl.3.gz
--rw-r--r--     root/root       usr/man/man3/closedir.3.gz
--rw-r--r--     root/root       usr/man/man3/closelog.3.gz
--rw-r--r--     root/root       usr/man/man3/cmsg.3.gz
--rw-r--r--     root/root       usr/man/man3/confstr.3.gz
--rw-r--r--     root/root       usr/man/man3/conj.3.gz
--rw-r--r--     root/root       usr/man/man3/conjf.3.gz
--rw-r--r--     root/root       usr/man/man3/conjl.3.gz
--rw-r--r--     root/root       usr/man/man3/copysign.3.gz
--rw-r--r--     root/root       usr/man/man3/copysignf.3.gz
--rw-r--r--     root/root       usr/man/man3/copysignl.3.gz
--rw-r--r--     root/root       usr/man/man3/cos.3.gz
--rw-r--r--     root/root       usr/man/man3/cosf.3.gz
--rw-r--r--     root/root       usr/man/man3/cosh.3.gz
--rw-r--r--     root/root       usr/man/man3/coshf.3.gz
--rw-r--r--     root/root       usr/man/man3/coshl.3.gz
--rw-r--r--     root/root       usr/man/man3/cosl.3.gz
--rw-r--r--     root/root       usr/man/man3/cpow.3.gz
--rw-r--r--     root/root       usr/man/man3/cpowf.3.gz
--rw-r--r--     root/root       usr/man/man3/cpowl.3.gz
--rw-r--r--     root/root       usr/man/man3/cproj.3.gz
--rw-r--r--     root/root       usr/man/man3/cprojf.3.gz
--rw-r--r--     root/root       usr/man/man3/cprojl.3.gz
--rw-r--r--     root/root       usr/man/man3/creal.3.gz
--rw-r--r--     root/root       usr/man/man3/crealf.3.gz
--rw-r--r--     root/root       usr/man/man3/creall.3.gz
--rw-r--r--     root/root       usr/man/man3/crypt.3.gz
--rw-r--r--     root/root       usr/man/man3/crypt_r.3.gz
--rw-r--r--     root/root       usr/man/man3/csin.3.gz
--rw-r--r--     root/root       usr/man/man3/csinf.3.gz
--rw-r--r--     root/root       usr/man/man3/csinh.3.gz
--rw-r--r--     root/root       usr/man/man3/csinhf.3.gz
--rw-r--r--     root/root       usr/man/man3/csinhl.3.gz
--rw-r--r--     root/root       usr/man/man3/csinl.3.gz
--rw-r--r--     root/root       usr/man/man3/csqrt.3.gz
--rw-r--r--     root/root       usr/man/man3/csqrtf.3.gz
--rw-r--r--     root/root       usr/man/man3/csqrtl.3.gz
--rw-r--r--     root/root       usr/man/man3/ctan.3.gz
--rw-r--r--     root/root       usr/man/man3/ctanf.3.gz
--rw-r--r--     root/root       usr/man/man3/ctanh.3.gz
--rw-r--r--     root/root       usr/man/man3/ctanhf.3.gz
--rw-r--r--     root/root       usr/man/man3/ctanhl.3.gz
--rw-r--r--     root/root       usr/man/man3/ctanl.3.gz
--rw-r--r--     root/root       usr/man/man3/ctermid.3.gz
--rw-r--r--     root/root       usr/man/man3/ctime.3.gz
--rw-r--r--     root/root       usr/man/man3/ctime_r.3.gz
--rw-r--r--     root/root       usr/man/man3/cuserid.3.gz
--rw-r--r--     root/root       usr/man/man3/daemon.3.gz
--rw-r--r--     root/root       usr/man/man3/daylight.3.gz
--rw-r--r--     root/root       usr/man/man3/db.3.gz
--rw-r--r--     root/root       usr/man/man3/dbopen.3.gz
--rw-r--r--     root/root       usr/man/man3/des_crypt.3.gz
--rw-r--r--     root/root       usr/man/man3/des_setparity.3.gz
--rw-r--r--     root/root       usr/man/man3/difftime.3.gz
--rw-r--r--     root/root       usr/man/man3/dirfd.3.gz
--rw-r--r--     root/root       usr/man/man3/dirname.3.gz
--rw-r--r--     root/root       usr/man/man3/div.3.gz
--rw-r--r--     root/root       usr/man/man3/dl_iterate_phdr.3.gz
--rw-r--r--     root/root       usr/man/man3/dladdr.3.gz
--rw-r--r--     root/root       usr/man/man3/dlclose.3.gz
--rw-r--r--     root/root       usr/man/man3/dlerror.3.gz
--rw-r--r--     root/root       usr/man/man3/dlopen.3.gz
--rw-r--r--     root/root       usr/man/man3/dlsym.3.gz
--rw-r--r--     root/root       usr/man/man3/dlvsym.3.gz
--rw-r--r--     root/root       usr/man/man3/dn_comp.3.gz
--rw-r--r--     root/root       usr/man/man3/dn_expand.3.gz
--rw-r--r--     root/root       usr/man/man3/dprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/drand48.3.gz
--rw-r--r--     root/root       usr/man/man3/drand48_r.3.gz
--rw-r--r--     root/root       usr/man/man3/drem.3.gz
--rw-r--r--     root/root       usr/man/man3/dremf.3.gz
--rw-r--r--     root/root       usr/man/man3/dreml.3.gz
--rw-r--r--     root/root       usr/man/man3/dysize.3.gz
--rw-r--r--     root/root       usr/man/man3/eaccess.3.gz
--rw-r--r--     root/root       usr/man/man3/ecb_crypt.3.gz
--rw-r--r--     root/root       usr/man/man3/ecvt.3.gz
--rw-r--r--     root/root       usr/man/man3/ecvt_r.3.gz
--rw-r--r--     root/root       usr/man/man3/edata.3.gz
--rw-r--r--     root/root       usr/man/man3/encrypt.3.gz
--rw-r--r--     root/root       usr/man/man3/encrypt_r.3.gz
--rw-r--r--     root/root       usr/man/man3/end.3.gz
--rw-r--r--     root/root       usr/man/man3/endaliasent.3.gz
--rw-r--r--     root/root       usr/man/man3/endfsent.3.gz
--rw-r--r--     root/root       usr/man/man3/endgrent.3.gz
--rw-r--r--     root/root       usr/man/man3/endhostent.3.gz
--rw-r--r--     root/root       usr/man/man3/endian.3.gz
--rw-r--r--     root/root       usr/man/man3/endmntent.3.gz
--rw-r--r--     root/root       usr/man/man3/endnetent.3.gz
--rw-r--r--     root/root       usr/man/man3/endnetgrent.3.gz
--rw-r--r--     root/root       usr/man/man3/endprotoent.3.gz
--rw-r--r--     root/root       usr/man/man3/endpwent.3.gz
--rw-r--r--     root/root       usr/man/man3/endrpcent.3.gz
--rw-r--r--     root/root       usr/man/man3/endservent.3.gz
--rw-r--r--     root/root       usr/man/man3/endspent.3.gz
--rw-r--r--     root/root       usr/man/man3/endttyent.3.gz
--rw-r--r--     root/root       usr/man/man3/endusershell.3.gz
--rw-r--r--     root/root       usr/man/man3/endutent.3.gz
--rw-r--r--     root/root       usr/man/man3/endutxent.3.gz
--rw-r--r--     root/root       usr/man/man3/envz.3.gz
--rw-r--r--     root/root       usr/man/man3/envz_add.3.gz
--rw-r--r--     root/root       usr/man/man3/envz_entry.3.gz
--rw-r--r--     root/root       usr/man/man3/envz_get.3.gz
--rw-r--r--     root/root       usr/man/man3/envz_merge.3.gz
--rw-r--r--     root/root       usr/man/man3/envz_remove.3.gz
--rw-r--r--     root/root       usr/man/man3/envz_strip.3.gz
--rw-r--r--     root/root       usr/man/man3/erand48.3.gz
--rw-r--r--     root/root       usr/man/man3/erand48_r.3.gz
--rw-r--r--     root/root       usr/man/man3/erf.3.gz
--rw-r--r--     root/root       usr/man/man3/erfc.3.gz
--rw-r--r--     root/root       usr/man/man3/erfcf.3.gz
--rw-r--r--     root/root       usr/man/man3/erfcl.3.gz
--rw-r--r--     root/root       usr/man/man3/erff.3.gz
--rw-r--r--     root/root       usr/man/man3/erfl.3.gz
--rw-r--r--     root/root       usr/man/man3/err.3.gz
--rw-r--r--     root/root       usr/man/man3/errno.3.gz
--rw-r--r--     root/root       usr/man/man3/error.3.gz
--rw-r--r--     root/root       usr/man/man3/error_at_line.3.gz
--rw-r--r--     root/root       usr/man/man3/error_message_count.3.gz
--rw-r--r--     root/root       usr/man/man3/error_one_per_line.3.gz
--rw-r--r--     root/root       usr/man/man3/error_print_progname.3.gz
--rw-r--r--     root/root       usr/man/man3/errx.3.gz
--rw-r--r--     root/root       usr/man/man3/etext.3.gz
--rw-r--r--     root/root       usr/man/man3/ether_aton.3.gz
--rw-r--r--     root/root       usr/man/man3/ether_aton_r.3.gz
--rw-r--r--     root/root       usr/man/man3/ether_hostton.3.gz
--rw-r--r--     root/root       usr/man/man3/ether_line.3.gz
--rw-r--r--     root/root       usr/man/man3/ether_ntoa.3.gz
--rw-r--r--     root/root       usr/man/man3/ether_ntoa_r.3.gz
--rw-r--r--     root/root       usr/man/man3/ether_ntohost.3.gz
--rw-r--r--     root/root       usr/man/man3/euidaccess.3.gz
--rw-r--r--     root/root       usr/man/man3/eventfd_read.3.gz
--rw-r--r--     root/root       usr/man/man3/eventfd_write.3.gz
--rw-r--r--     root/root       usr/man/man3/exec.3.gz
--rw-r--r--     root/root       usr/man/man3/execl.3.gz
--rw-r--r--     root/root       usr/man/man3/execle.3.gz
--rw-r--r--     root/root       usr/man/man3/execlp.3.gz
--rw-r--r--     root/root       usr/man/man3/execv.3.gz
--rw-r--r--     root/root       usr/man/man3/execvp.3.gz
--rw-r--r--     root/root       usr/man/man3/execvpe.3.gz
--rw-r--r--     root/root       usr/man/man3/exit.3.gz
--rw-r--r--     root/root       usr/man/man3/exp.3.gz
--rw-r--r--     root/root       usr/man/man3/exp10.3.gz
--rw-r--r--     root/root       usr/man/man3/exp10f.3.gz
--rw-r--r--     root/root       usr/man/man3/exp10l.3.gz
--rw-r--r--     root/root       usr/man/man3/exp2.3.gz
--rw-r--r--     root/root       usr/man/man3/exp2f.3.gz
--rw-r--r--     root/root       usr/man/man3/exp2l.3.gz
--rw-r--r--     root/root       usr/man/man3/expf.3.gz
--rw-r--r--     root/root       usr/man/man3/expl.3.gz
--rw-r--r--     root/root       usr/man/man3/expm1.3.gz
--rw-r--r--     root/root       usr/man/man3/expm1f.3.gz
--rw-r--r--     root/root       usr/man/man3/expm1l.3.gz
--rw-r--r--     root/root       usr/man/man3/fabs.3.gz
--rw-r--r--     root/root       usr/man/man3/fabsf.3.gz
--rw-r--r--     root/root       usr/man/man3/fabsl.3.gz
--rw-r--r--     root/root       usr/man/man3/fclose.3.gz
--rw-r--r--     root/root       usr/man/man3/fcloseall.3.gz
--rw-r--r--     root/root       usr/man/man3/fcvt.3.gz
--rw-r--r--     root/root       usr/man/man3/fcvt_r.3.gz
--rw-r--r--     root/root       usr/man/man3/fdim.3.gz
--rw-r--r--     root/root       usr/man/man3/fdimf.3.gz
--rw-r--r--     root/root       usr/man/man3/fdiml.3.gz
--rw-r--r--     root/root       usr/man/man3/fdopen.3.gz
--rw-r--r--     root/root       usr/man/man3/fdopendir.3.gz
--rw-r--r--     root/root       usr/man/man3/feclearexcept.3.gz
--rw-r--r--     root/root       usr/man/man3/fedisableexcept.3.gz
--rw-r--r--     root/root       usr/man/man3/feenableexcept.3.gz
--rw-r--r--     root/root       usr/man/man3/fegetenv.3.gz
--rw-r--r--     root/root       usr/man/man3/fegetexcept.3.gz
--rw-r--r--     root/root       usr/man/man3/fegetexceptflag.3.gz
--rw-r--r--     root/root       usr/man/man3/fegetround.3.gz
--rw-r--r--     root/root       usr/man/man3/feholdexcept.3.gz
--rw-r--r--     root/root       usr/man/man3/fenv.3.gz
--rw-r--r--     root/root       usr/man/man3/feof.3.gz
--rw-r--r--     root/root       usr/man/man3/feof_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/feraiseexcept.3.gz
--rw-r--r--     root/root       usr/man/man3/ferror.3.gz
--rw-r--r--     root/root       usr/man/man3/ferror_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/fesetenv.3.gz
--rw-r--r--     root/root       usr/man/man3/fesetexceptflag.3.gz
--rw-r--r--     root/root       usr/man/man3/fesetround.3.gz
--rw-r--r--     root/root       usr/man/man3/fetestexcept.3.gz
--rw-r--r--     root/root       usr/man/man3/feupdateenv.3.gz
--rw-r--r--     root/root       usr/man/man3/fexecve.3.gz
--rw-r--r--     root/root       usr/man/man3/fflush.3.gz
--rw-r--r--     root/root       usr/man/man3/fflush_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/ffs.3.gz
--rw-r--r--     root/root       usr/man/man3/ffsl.3.gz
--rw-r--r--     root/root       usr/man/man3/ffsll.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetc.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetc_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetgrent.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetgrent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetpos.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetpwent.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetpwent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/fgets.3.gz
--rw-r--r--     root/root       usr/man/man3/fgets_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetspent.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetspent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetwc.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetwc_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetws.3.gz
--rw-r--r--     root/root       usr/man/man3/fgetws_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/fileno.3.gz
--rw-r--r--     root/root       usr/man/man3/fileno_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/finite.3.gz
--rw-r--r--     root/root       usr/man/man3/finitef.3.gz
--rw-r--r--     root/root       usr/man/man3/finitel.3.gz
--rw-r--r--     root/root       usr/man/man3/flockfile.3.gz
--rw-r--r--     root/root       usr/man/man3/floor.3.gz
--rw-r--r--     root/root       usr/man/man3/floorf.3.gz
--rw-r--r--     root/root       usr/man/man3/floorl.3.gz
--rw-r--r--     root/root       usr/man/man3/fma.3.gz
--rw-r--r--     root/root       usr/man/man3/fmaf.3.gz
--rw-r--r--     root/root       usr/man/man3/fmal.3.gz
--rw-r--r--     root/root       usr/man/man3/fmax.3.gz
--rw-r--r--     root/root       usr/man/man3/fmaxf.3.gz
--rw-r--r--     root/root       usr/man/man3/fmaxl.3.gz
--rw-r--r--     root/root       usr/man/man3/fmemopen.3.gz
--rw-r--r--     root/root       usr/man/man3/fmin.3.gz
--rw-r--r--     root/root       usr/man/man3/fminf.3.gz
--rw-r--r--     root/root       usr/man/man3/fminl.3.gz
--rw-r--r--     root/root       usr/man/man3/fmod.3.gz
--rw-r--r--     root/root       usr/man/man3/fmodf.3.gz
--rw-r--r--     root/root       usr/man/man3/fmodl.3.gz
--rw-r--r--     root/root       usr/man/man3/fmtmsg.3.gz
--rw-r--r--     root/root       usr/man/man3/fnmatch.3.gz
--rw-r--r--     root/root       usr/man/man3/fopen.3.gz
--rw-r--r--     root/root       usr/man/man3/fopencookie.3.gz
--rw-r--r--     root/root       usr/man/man3/forkpty.3.gz
--rw-r--r--     root/root       usr/man/man3/fpathconf.3.gz
--rw-r--r--     root/root       usr/man/man3/fpclassify.3.gz
--rw-r--r--     root/root       usr/man/man3/fprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/fpurge.3.gz
--rw-r--r--     root/root       usr/man/man3/fputc.3.gz
--rw-r--r--     root/root       usr/man/man3/fputc_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/fputs.3.gz
--rw-r--r--     root/root       usr/man/man3/fputs_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/fputwc.3.gz
--rw-r--r--     root/root       usr/man/man3/fputwc_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/fputws.3.gz
--rw-r--r--     root/root       usr/man/man3/fputws_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/fread.3.gz
--rw-r--r--     root/root       usr/man/man3/fread_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/free.3.gz
--rw-r--r--     root/root       usr/man/man3/freeaddrinfo.3.gz
--rw-r--r--     root/root       usr/man/man3/freehostent.3.gz
--rw-r--r--     root/root       usr/man/man3/freeifaddrs.3.gz
--rw-r--r--     root/root       usr/man/man3/freopen.3.gz
--rw-r--r--     root/root       usr/man/man3/frexp.3.gz
--rw-r--r--     root/root       usr/man/man3/frexpf.3.gz
--rw-r--r--     root/root       usr/man/man3/frexpl.3.gz
--rw-r--r--     root/root       usr/man/man3/fscanf.3.gz
--rw-r--r--     root/root       usr/man/man3/fseek.3.gz
--rw-r--r--     root/root       usr/man/man3/fseeko.3.gz
--rw-r--r--     root/root       usr/man/man3/fsetpos.3.gz
--rw-r--r--     root/root       usr/man/man3/fstatvfs.3.gz
--rw-r--r--     root/root       usr/man/man3/ftell.3.gz
--rw-r--r--     root/root       usr/man/man3/ftello.3.gz
--rw-r--r--     root/root       usr/man/man3/ftime.3.gz
--rw-r--r--     root/root       usr/man/man3/ftok.3.gz
--rw-r--r--     root/root       usr/man/man3/ftrylockfile.3.gz
--rw-r--r--     root/root       usr/man/man3/fts.3.gz
--rw-r--r--     root/root       usr/man/man3/fts_children.3.gz
--rw-r--r--     root/root       usr/man/man3/fts_close.3.gz
--rw-r--r--     root/root       usr/man/man3/fts_open.3.gz
--rw-r--r--     root/root       usr/man/man3/fts_read.3.gz
--rw-r--r--     root/root       usr/man/man3/fts_set.3.gz
--rw-r--r--     root/root       usr/man/man3/ftw.3.gz
--rw-r--r--     root/root       usr/man/man3/funlockfile.3.gz
--rw-r--r--     root/root       usr/man/man3/futimens.3.gz
--rw-r--r--     root/root       usr/man/man3/futimes.3.gz
--rw-r--r--     root/root       usr/man/man3/fwide.3.gz
--rw-r--r--     root/root       usr/man/man3/fwprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/fwrite.3.gz
--rw-r--r--     root/root       usr/man/man3/fwrite_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/gai_cancel.3.gz
--rw-r--r--     root/root       usr/man/man3/gai_error.3.gz
--rw-r--r--     root/root       usr/man/man3/gai_strerror.3.gz
--rw-r--r--     root/root       usr/man/man3/gai_suspend.3.gz
--rw-r--r--     root/root       usr/man/man3/gamma.3.gz
--rw-r--r--     root/root       usr/man/man3/gammaf.3.gz
--rw-r--r--     root/root       usr/man/man3/gammal.3.gz
--rw-r--r--     root/root       usr/man/man3/gcvt.3.gz
--rw-r--r--     root/root       usr/man/man3/get_current_dir_name.3.gz
--rw-r--r--     root/root       usr/man/man3/get_myaddress.3.gz
--rw-r--r--     root/root       usr/man/man3/getaddrinfo.3.gz
--rw-r--r--     root/root       usr/man/man3/getaddrinfo_a.3.gz
--rw-r--r--     root/root       usr/man/man3/getaliasbyname.3.gz
--rw-r--r--     root/root       usr/man/man3/getaliasbyname_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getaliasent.3.gz
--rw-r--r--     root/root       usr/man/man3/getaliasent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getc.3.gz
--rw-r--r--     root/root       usr/man/man3/getc_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/getchar.3.gz
--rw-r--r--     root/root       usr/man/man3/getchar_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/getcwd.3.gz
--rw-r--r--     root/root       usr/man/man3/getdate.3.gz
--rw-r--r--     root/root       usr/man/man3/getdate_err.3.gz
--rw-r--r--     root/root       usr/man/man3/getdate_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getdelim.3.gz
--rw-r--r--     root/root       usr/man/man3/getdirentries.3.gz
--rw-r--r--     root/root       usr/man/man3/getenv.3.gz
--rw-r--r--     root/root       usr/man/man3/getfsent.3.gz
--rw-r--r--     root/root       usr/man/man3/getfsfile.3.gz
--rw-r--r--     root/root       usr/man/man3/getfsspec.3.gz
--rw-r--r--     root/root       usr/man/man3/getgrent.3.gz
--rw-r--r--     root/root       usr/man/man3/getgrent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getgrgid.3.gz
--rw-r--r--     root/root       usr/man/man3/getgrgid_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getgrnam.3.gz
--rw-r--r--     root/root       usr/man/man3/getgrnam_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getgrouplist.3.gz
--rw-r--r--     root/root       usr/man/man3/gethostbyaddr.3.gz
--rw-r--r--     root/root       usr/man/man3/gethostbyaddr_r.3.gz
--rw-r--r--     root/root       usr/man/man3/gethostbyname.3.gz
--rw-r--r--     root/root       usr/man/man3/gethostbyname2.3.gz
--rw-r--r--     root/root       usr/man/man3/gethostbyname2_r.3.gz
--rw-r--r--     root/root       usr/man/man3/gethostbyname_r.3.gz
--rw-r--r--     root/root       usr/man/man3/gethostent.3.gz
--rw-r--r--     root/root       usr/man/man3/gethostent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/gethostid.3.gz
--rw-r--r--     root/root       usr/man/man3/getifaddrs.3.gz
--rw-r--r--     root/root       usr/man/man3/getipnodebyaddr.3.gz
--rw-r--r--     root/root       usr/man/man3/getipnodebyname.3.gz
--rw-r--r--     root/root       usr/man/man3/getline.3.gz
--rw-r--r--     root/root       usr/man/man3/getloadavg.3.gz
--rw-r--r--     root/root       usr/man/man3/getlogin.3.gz
--rw-r--r--     root/root       usr/man/man3/getlogin_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getmntent.3.gz
--rw-r--r--     root/root       usr/man/man3/getmntent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getnameinfo.3.gz
--rw-r--r--     root/root       usr/man/man3/getnetbyaddr.3.gz
--rw-r--r--     root/root       usr/man/man3/getnetbyaddr_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getnetbyname.3.gz
--rw-r--r--     root/root       usr/man/man3/getnetbyname_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getnetent.3.gz
--rw-r--r--     root/root       usr/man/man3/getnetent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getnetgrent.3.gz
--rw-r--r--     root/root       usr/man/man3/getnetgrent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getopt.3.gz
--rw-r--r--     root/root       usr/man/man3/getopt_long.3.gz
--rw-r--r--     root/root       usr/man/man3/getopt_long_only.3.gz
--rw-r--r--     root/root       usr/man/man3/getpass.3.gz
--rw-r--r--     root/root       usr/man/man3/getprotobyname.3.gz
--rw-r--r--     root/root       usr/man/man3/getprotobyname_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getprotobynumber.3.gz
--rw-r--r--     root/root       usr/man/man3/getprotobynumber_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getprotoent.3.gz
--rw-r--r--     root/root       usr/man/man3/getprotoent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getpt.3.gz
--rw-r--r--     root/root       usr/man/man3/getpw.3.gz
--rw-r--r--     root/root       usr/man/man3/getpwent.3.gz
--rw-r--r--     root/root       usr/man/man3/getpwent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getpwnam.3.gz
--rw-r--r--     root/root       usr/man/man3/getpwnam_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getpwuid.3.gz
--rw-r--r--     root/root       usr/man/man3/getpwuid_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getrpcbyname.3.gz
--rw-r--r--     root/root       usr/man/man3/getrpcbyname_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getrpcbynumber.3.gz
--rw-r--r--     root/root       usr/man/man3/getrpcbynumber_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getrpcent.3.gz
--rw-r--r--     root/root       usr/man/man3/getrpcent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getrpcport.3.gz
--rw-r--r--     root/root       usr/man/man3/gets.3.gz
--rw-r--r--     root/root       usr/man/man3/getservbyname.3.gz
--rw-r--r--     root/root       usr/man/man3/getservbyname_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getservbyport.3.gz
--rw-r--r--     root/root       usr/man/man3/getservbyport_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getservent.3.gz
--rw-r--r--     root/root       usr/man/man3/getservent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getspent.3.gz
--rw-r--r--     root/root       usr/man/man3/getspent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getspnam.3.gz
--rw-r--r--     root/root       usr/man/man3/getspnam_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getsubopt.3.gz
--rw-r--r--     root/root       usr/man/man3/getttyent.3.gz
--rw-r--r--     root/root       usr/man/man3/getttynam.3.gz
--rw-r--r--     root/root       usr/man/man3/getumask.3.gz
--rw-r--r--     root/root       usr/man/man3/getusershell.3.gz
--rw-r--r--     root/root       usr/man/man3/getutent.3.gz
--rw-r--r--     root/root       usr/man/man3/getutent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getutid.3.gz
--rw-r--r--     root/root       usr/man/man3/getutid_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getutline.3.gz
--rw-r--r--     root/root       usr/man/man3/getutline_r.3.gz
--rw-r--r--     root/root       usr/man/man3/getutmp.3.gz
--rw-r--r--     root/root       usr/man/man3/getutmpx.3.gz
--rw-r--r--     root/root       usr/man/man3/getutxent.3.gz
--rw-r--r--     root/root       usr/man/man3/getutxid.3.gz
--rw-r--r--     root/root       usr/man/man3/getutxline.3.gz
--rw-r--r--     root/root       usr/man/man3/getw.3.gz
--rw-r--r--     root/root       usr/man/man3/getwc.3.gz
--rw-r--r--     root/root       usr/man/man3/getwc_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/getwchar.3.gz
--rw-r--r--     root/root       usr/man/man3/getwchar_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/getwd.3.gz
--rw-r--r--     root/root       usr/man/man3/glob.3.gz
--rw-r--r--     root/root       usr/man/man3/globfree.3.gz
--rw-r--r--     root/root       usr/man/man3/gmtime.3.gz
--rw-r--r--     root/root       usr/man/man3/gmtime_r.3.gz
--rw-r--r--     root/root       usr/man/man3/gnu_dev_major.3.gz
--rw-r--r--     root/root       usr/man/man3/gnu_dev_makedev.3.gz
--rw-r--r--     root/root       usr/man/man3/gnu_dev_minor.3.gz
--rw-r--r--     root/root       usr/man/man3/gnu_get_libc_release.3.gz
--rw-r--r--     root/root       usr/man/man3/gnu_get_libc_version.3.gz
--rw-r--r--     root/root       usr/man/man3/grantpt.3.gz
--rw-r--r--     root/root       usr/man/man3/gsignal.3.gz
--rw-r--r--     root/root       usr/man/man3/h_errno.3.gz
--rw-r--r--     root/root       usr/man/man3/hash.3.gz
--rw-r--r--     root/root       usr/man/man3/hasmntopt.3.gz
--rw-r--r--     root/root       usr/man/man3/hcreate.3.gz
--rw-r--r--     root/root       usr/man/man3/hcreate_r.3.gz
--rw-r--r--     root/root       usr/man/man3/hdestroy.3.gz
--rw-r--r--     root/root       usr/man/man3/hdestroy_r.3.gz
--rw-r--r--     root/root       usr/man/man3/herror.3.gz
--rw-r--r--     root/root       usr/man/man3/hsearch.3.gz
--rw-r--r--     root/root       usr/man/man3/hsearch_r.3.gz
--rw-r--r--     root/root       usr/man/man3/hstrerror.3.gz
--rw-r--r--     root/root       usr/man/man3/htobe16.3.gz
--rw-r--r--     root/root       usr/man/man3/htobe32.3.gz
--rw-r--r--     root/root       usr/man/man3/htobe64.3.gz
--rw-r--r--     root/root       usr/man/man3/htole16.3.gz
--rw-r--r--     root/root       usr/man/man3/htole32.3.gz
--rw-r--r--     root/root       usr/man/man3/htole64.3.gz
--rw-r--r--     root/root       usr/man/man3/htonl.3.gz
--rw-r--r--     root/root       usr/man/man3/htons.3.gz
--rw-r--r--     root/root       usr/man/man3/hypot.3.gz
--rw-r--r--     root/root       usr/man/man3/hypotf.3.gz
--rw-r--r--     root/root       usr/man/man3/hypotl.3.gz
--rw-r--r--     root/root       usr/man/man3/iconv.3.gz
--rw-r--r--     root/root       usr/man/man3/iconv_close.3.gz
--rw-r--r--     root/root       usr/man/man3/iconv_open.3.gz
--rw-r--r--     root/root       usr/man/man3/ilogb.3.gz
--rw-r--r--     root/root       usr/man/man3/ilogbf.3.gz
--rw-r--r--     root/root       usr/man/man3/ilogbl.3.gz
--rw-r--r--     root/root       usr/man/man3/imaxabs.3.gz
--rw-r--r--     root/root       usr/man/man3/imaxdiv.3.gz
--rw-r--r--     root/root       usr/man/man3/index.3.gz
--rw-r--r--     root/root       usr/man/man3/inet.3.gz
--rw-r--r--     root/root       usr/man/man3/inet_addr.3.gz
--rw-r--r--     root/root       usr/man/man3/inet_aton.3.gz
--rw-r--r--     root/root       usr/man/man3/inet_lnaof.3.gz
--rw-r--r--     root/root       usr/man/man3/inet_makeaddr.3.gz
--rw-r--r--     root/root       usr/man/man3/inet_netof.3.gz
--rw-r--r--     root/root       usr/man/man3/inet_network.3.gz
--rw-r--r--     root/root       usr/man/man3/inet_ntoa.3.gz
--rw-r--r--     root/root       usr/man/man3/inet_ntop.3.gz
--rw-r--r--     root/root       usr/man/man3/inet_pton.3.gz
--rw-r--r--     root/root       usr/man/man3/infnan.3.gz
--rw-r--r--     root/root       usr/man/man3/initgroups.3.gz
--rw-r--r--     root/root       usr/man/man3/initstate.3.gz
--rw-r--r--     root/root       usr/man/man3/initstate_r.3.gz
--rw-r--r--     root/root       usr/man/man3/innetgr.3.gz
--rw-r--r--     root/root       usr/man/man3/insque.3.gz
--rw-r--r--     root/root       usr/man/man3/intro.3.gz
--rw-r--r--     root/root       usr/man/man3/iruserok.3.gz
--rw-r--r--     root/root       usr/man/man3/isalnum.3.gz
--rw-r--r--     root/root       usr/man/man3/isalpha.3.gz
--rw-r--r--     root/root       usr/man/man3/isascii.3.gz
--rw-r--r--     root/root       usr/man/man3/isatty.3.gz
--rw-r--r--     root/root       usr/man/man3/isblank.3.gz
--rw-r--r--     root/root       usr/man/man3/iscntrl.3.gz
--rw-r--r--     root/root       usr/man/man3/isdigit.3.gz
--rw-r--r--     root/root       usr/man/man3/isfinite.3.gz
--rw-r--r--     root/root       usr/man/man3/isgraph.3.gz
--rw-r--r--     root/root       usr/man/man3/isgreater.3.gz
--rw-r--r--     root/root       usr/man/man3/isgreaterequal.3.gz
--rw-r--r--     root/root       usr/man/man3/isinf.3.gz
--rw-r--r--     root/root       usr/man/man3/isinff.3.gz
--rw-r--r--     root/root       usr/man/man3/isinfl.3.gz
--rw-r--r--     root/root       usr/man/man3/isless.3.gz
--rw-r--r--     root/root       usr/man/man3/islessequal.3.gz
--rw-r--r--     root/root       usr/man/man3/islessgreater.3.gz
--rw-r--r--     root/root       usr/man/man3/islower.3.gz
--rw-r--r--     root/root       usr/man/man3/isnan.3.gz
--rw-r--r--     root/root       usr/man/man3/isnanf.3.gz
--rw-r--r--     root/root       usr/man/man3/isnanl.3.gz
--rw-r--r--     root/root       usr/man/man3/isnormal.3.gz
--rw-r--r--     root/root       usr/man/man3/isprint.3.gz
--rw-r--r--     root/root       usr/man/man3/ispunct.3.gz
--rw-r--r--     root/root       usr/man/man3/isspace.3.gz
--rw-r--r--     root/root       usr/man/man3/isunordered.3.gz
--rw-r--r--     root/root       usr/man/man3/isupper.3.gz
--rw-r--r--     root/root       usr/man/man3/iswalnum.3.gz
--rw-r--r--     root/root       usr/man/man3/iswalpha.3.gz
--rw-r--r--     root/root       usr/man/man3/iswblank.3.gz
--rw-r--r--     root/root       usr/man/man3/iswcntrl.3.gz
--rw-r--r--     root/root       usr/man/man3/iswctype.3.gz
--rw-r--r--     root/root       usr/man/man3/iswdigit.3.gz
--rw-r--r--     root/root       usr/man/man3/iswgraph.3.gz
--rw-r--r--     root/root       usr/man/man3/iswlower.3.gz
--rw-r--r--     root/root       usr/man/man3/iswprint.3.gz
--rw-r--r--     root/root       usr/man/man3/iswpunct.3.gz
--rw-r--r--     root/root       usr/man/man3/iswspace.3.gz
--rw-r--r--     root/root       usr/man/man3/iswupper.3.gz
--rw-r--r--     root/root       usr/man/man3/iswxdigit.3.gz
--rw-r--r--     root/root       usr/man/man3/isxdigit.3.gz
--rw-r--r--     root/root       usr/man/man3/j0.3.gz
--rw-r--r--     root/root       usr/man/man3/j0f.3.gz
--rw-r--r--     root/root       usr/man/man3/j0l.3.gz
--rw-r--r--     root/root       usr/man/man3/j1.3.gz
--rw-r--r--     root/root       usr/man/man3/j1f.3.gz
--rw-r--r--     root/root       usr/man/man3/j1l.3.gz
--rw-r--r--     root/root       usr/man/man3/jn.3.gz
--rw-r--r--     root/root       usr/man/man3/jnf.3.gz
--rw-r--r--     root/root       usr/man/man3/jnl.3.gz
--rw-r--r--     root/root       usr/man/man3/jrand48.3.gz
--rw-r--r--     root/root       usr/man/man3/jrand48_r.3.gz
--rw-r--r--     root/root       usr/man/man3/key_decryptsession.3.gz
--rw-r--r--     root/root       usr/man/man3/key_encryptsession.3.gz
--rw-r--r--     root/root       usr/man/man3/key_gendes.3.gz
--rw-r--r--     root/root       usr/man/man3/key_secretkey_is_set.3.gz
--rw-r--r--     root/root       usr/man/man3/key_setsecret.3.gz
--rw-r--r--     root/root       usr/man/man3/klogctl.3.gz
--rw-r--r--     root/root       usr/man/man3/l64a.3.gz
--rw-r--r--     root/root       usr/man/man3/labs.3.gz
--rw-r--r--     root/root       usr/man/man3/lckpwdf.3.gz
--rw-r--r--     root/root       usr/man/man3/lcong48.3.gz
--rw-r--r--     root/root       usr/man/man3/lcong48_r.3.gz
--rw-r--r--     root/root       usr/man/man3/ldexp.3.gz
--rw-r--r--     root/root       usr/man/man3/ldexpf.3.gz
--rw-r--r--     root/root       usr/man/man3/ldexpl.3.gz
--rw-r--r--     root/root       usr/man/man3/ldiv.3.gz
--rw-r--r--     root/root       usr/man/man3/le16toh.3.gz
--rw-r--r--     root/root       usr/man/man3/le32toh.3.gz
--rw-r--r--     root/root       usr/man/man3/le64toh.3.gz
--rw-r--r--     root/root       usr/man/man3/lfind.3.gz
--rw-r--r--     root/root       usr/man/man3/lgamma.3.gz
--rw-r--r--     root/root       usr/man/man3/lgamma_r.3.gz
--rw-r--r--     root/root       usr/man/man3/lgammaf.3.gz
--rw-r--r--     root/root       usr/man/man3/lgammaf_r.3.gz
--rw-r--r--     root/root       usr/man/man3/lgammal.3.gz
--rw-r--r--     root/root       usr/man/man3/lgammal_r.3.gz
--rw-r--r--     root/root       usr/man/man3/lio_listio.3.gz
--rw-r--r--     root/root       usr/man/man3/llabs.3.gz
--rw-r--r--     root/root       usr/man/man3/lldiv.3.gz
--rw-r--r--     root/root       usr/man/man3/llrint.3.gz
--rw-r--r--     root/root       usr/man/man3/llrintf.3.gz
--rw-r--r--     root/root       usr/man/man3/llrintl.3.gz
--rw-r--r--     root/root       usr/man/man3/llround.3.gz
--rw-r--r--     root/root       usr/man/man3/llroundf.3.gz
--rw-r--r--     root/root       usr/man/man3/llroundl.3.gz
--rw-r--r--     root/root       usr/man/man3/localeconv.3.gz
--rw-r--r--     root/root       usr/man/man3/localtime.3.gz
--rw-r--r--     root/root       usr/man/man3/localtime_r.3.gz
--rw-r--r--     root/root       usr/man/man3/lockf.3.gz
--rw-r--r--     root/root       usr/man/man3/log.3.gz
--rw-r--r--     root/root       usr/man/man3/log10.3.gz
--rw-r--r--     root/root       usr/man/man3/log10f.3.gz
--rw-r--r--     root/root       usr/man/man3/log10l.3.gz
--rw-r--r--     root/root       usr/man/man3/log1p.3.gz
--rw-r--r--     root/root       usr/man/man3/log1pf.3.gz
--rw-r--r--     root/root       usr/man/man3/log1pl.3.gz
--rw-r--r--     root/root       usr/man/man3/log2.3.gz
--rw-r--r--     root/root       usr/man/man3/log2f.3.gz
--rw-r--r--     root/root       usr/man/man3/log2l.3.gz
--rw-r--r--     root/root       usr/man/man3/logb.3.gz
--rw-r--r--     root/root       usr/man/man3/logbf.3.gz
--rw-r--r--     root/root       usr/man/man3/logbl.3.gz
--rw-r--r--     root/root       usr/man/man3/logf.3.gz
--rw-r--r--     root/root       usr/man/man3/login.3.gz
--rw-r--r--     root/root       usr/man/man3/login_tty.3.gz
--rw-r--r--     root/root       usr/man/man3/logl.3.gz
--rw-r--r--     root/root       usr/man/man3/logout.3.gz
--rw-r--r--     root/root       usr/man/man3/logwtmp.3.gz
--rw-r--r--     root/root       usr/man/man3/longjmp.3.gz
--rw-r--r--     root/root       usr/man/man3/lrand48.3.gz
--rw-r--r--     root/root       usr/man/man3/lrand48_r.3.gz
--rw-r--r--     root/root       usr/man/man3/lrint.3.gz
--rw-r--r--     root/root       usr/man/man3/lrintf.3.gz
--rw-r--r--     root/root       usr/man/man3/lrintl.3.gz
--rw-r--r--     root/root       usr/man/man3/lround.3.gz
--rw-r--r--     root/root       usr/man/man3/lroundf.3.gz
--rw-r--r--     root/root       usr/man/man3/lroundl.3.gz
--rw-r--r--     root/root       usr/man/man3/lsearch.3.gz
--rw-r--r--     root/root       usr/man/man3/lseek64.3.gz
--rw-r--r--     root/root       usr/man/man3/lutimes.3.gz
--rw-r--r--     root/root       usr/man/man3/major.3.gz
--rw-r--r--     root/root       usr/man/man3/makecontext.3.gz
--rw-r--r--     root/root       usr/man/man3/makedev.3.gz
--rw-r--r--     root/root       usr/man/man3/malloc.3.gz
--rw-r--r--     root/root       usr/man/man3/malloc_hook.3.gz
--rw-r--r--     root/root       usr/man/man3/matherr.3.gz
--rw-r--r--     root/root       usr/man/man3/mblen.3.gz
--rw-r--r--     root/root       usr/man/man3/mbrlen.3.gz
--rw-r--r--     root/root       usr/man/man3/mbrtowc.3.gz
--rw-r--r--     root/root       usr/man/man3/mbsinit.3.gz
--rw-r--r--     root/root       usr/man/man3/mbsnrtowcs.3.gz
--rw-r--r--     root/root       usr/man/man3/mbsrtowcs.3.gz
--rw-r--r--     root/root       usr/man/man3/mbstowcs.3.gz
--rw-r--r--     root/root       usr/man/man3/mbtowc.3.gz
--rw-r--r--     root/root       usr/man/man3/memalign.3.gz
--rw-r--r--     root/root       usr/man/man3/memccpy.3.gz
--rw-r--r--     root/root       usr/man/man3/memchr.3.gz
--rw-r--r--     root/root       usr/man/man3/memcmp.3.gz
--rw-r--r--     root/root       usr/man/man3/memcpy.3.gz
--rw-r--r--     root/root       usr/man/man3/memfrob.3.gz
--rw-r--r--     root/root       usr/man/man3/memmem.3.gz
--rw-r--r--     root/root       usr/man/man3/memmove.3.gz
--rw-r--r--     root/root       usr/man/man3/mempcpy.3.gz
--rw-r--r--     root/root       usr/man/man3/memrchr.3.gz
--rw-r--r--     root/root       usr/man/man3/memset.3.gz
--rw-r--r--     root/root       usr/man/man3/minor.3.gz
--rw-r--r--     root/root       usr/man/man3/mkdtemp.3.gz
--rw-r--r--     root/root       usr/man/man3/mkfifo.3.gz
--rw-r--r--     root/root       usr/man/man3/mkfifoat.3.gz
--rw-r--r--     root/root       usr/man/man3/mkostemp.3.gz
--rw-r--r--     root/root       usr/man/man3/mkostemps.3.gz
--rw-r--r--     root/root       usr/man/man3/mkstemp.3.gz
--rw-r--r--     root/root       usr/man/man3/mkstemps.3.gz
--rw-r--r--     root/root       usr/man/man3/mktemp.3.gz
--rw-r--r--     root/root       usr/man/man3/mktime.3.gz
--rw-r--r--     root/root       usr/man/man3/mmap64.3.gz
--rw-r--r--     root/root       usr/man/man3/modf.3.gz
--rw-r--r--     root/root       usr/man/man3/modff.3.gz
--rw-r--r--     root/root       usr/man/man3/modfl.3.gz
--rw-r--r--     root/root       usr/man/man3/mpool.3.gz
--rw-r--r--     root/root       usr/man/man3/mq_close.3.gz
--rw-r--r--     root/root       usr/man/man3/mq_getattr.3.gz
--rw-r--r--     root/root       usr/man/man3/mq_notify.3.gz
--rw-r--r--     root/root       usr/man/man3/mq_open.3.gz
--rw-r--r--     root/root       usr/man/man3/mq_receive.3.gz
--rw-r--r--     root/root       usr/man/man3/mq_send.3.gz
--rw-r--r--     root/root       usr/man/man3/mq_setattr.3.gz
--rw-r--r--     root/root       usr/man/man3/mq_timedreceive.3.gz
--rw-r--r--     root/root       usr/man/man3/mq_timedsend.3.gz
--rw-r--r--     root/root       usr/man/man3/mq_unlink.3.gz
--rw-r--r--     root/root       usr/man/man3/mrand48.3.gz
--rw-r--r--     root/root       usr/man/man3/mrand48_r.3.gz
--rw-r--r--     root/root       usr/man/man3/mtrace.3.gz
--rw-r--r--     root/root       usr/man/man3/muntrace.3.gz
--rw-r--r--     root/root       usr/man/man3/nan.3.gz
--rw-r--r--     root/root       usr/man/man3/nanf.3.gz
--rw-r--r--     root/root       usr/man/man3/nanl.3.gz
--rw-r--r--     root/root       usr/man/man3/nearbyint.3.gz
--rw-r--r--     root/root       usr/man/man3/nearbyintf.3.gz
--rw-r--r--     root/root       usr/man/man3/nearbyintl.3.gz
--rw-r--r--     root/root       usr/man/man3/netlink.3.gz
--rw-r--r--     root/root       usr/man/man3/nextafter.3.gz
--rw-r--r--     root/root       usr/man/man3/nextafterf.3.gz
--rw-r--r--     root/root       usr/man/man3/nextafterl.3.gz
--rw-r--r--     root/root       usr/man/man3/nexttoward.3.gz
--rw-r--r--     root/root       usr/man/man3/nexttowardf.3.gz
--rw-r--r--     root/root       usr/man/man3/nexttowardl.3.gz
--rw-r--r--     root/root       usr/man/man3/nftw.3.gz
--rw-r--r--     root/root       usr/man/man3/nl_langinfo.3.gz
--rw-r--r--     root/root       usr/man/man3/nrand48.3.gz
--rw-r--r--     root/root       usr/man/man3/nrand48_r.3.gz
--rw-r--r--     root/root       usr/man/man3/ntohl.3.gz
--rw-r--r--     root/root       usr/man/man3/ntohs.3.gz
--rw-r--r--     root/root       usr/man/man3/offsetof.3.gz
--rw-r--r--     root/root       usr/man/man3/on_exit.3.gz
--rw-r--r--     root/root       usr/man/man3/open_memstream.3.gz
--rw-r--r--     root/root       usr/man/man3/open_wmemstream.3.gz
--rw-r--r--     root/root       usr/man/man3/opendir.3.gz
--rw-r--r--     root/root       usr/man/man3/openlog.3.gz
--rw-r--r--     root/root       usr/man/man3/openpty.3.gz
--rw-r--r--     root/root       usr/man/man3/optarg.3.gz
--rw-r--r--     root/root       usr/man/man3/opterr.3.gz
--rw-r--r--     root/root       usr/man/man3/optind.3.gz
--rw-r--r--     root/root       usr/man/man3/optopt.3.gz
--rw-r--r--     root/root       usr/man/man3/passwd2des.3.gz
--rw-r--r--     root/root       usr/man/man3/pathconf.3.gz
--rw-r--r--     root/root       usr/man/man3/pclose.3.gz
--rw-r--r--     root/root       usr/man/man3/perror.3.gz
--rw-r--r--     root/root       usr/man/man3/pmap_getmaps.3.gz
--rw-r--r--     root/root       usr/man/man3/pmap_getport.3.gz
--rw-r--r--     root/root       usr/man/man3/pmap_rmtcall.3.gz
--rw-r--r--     root/root       usr/man/man3/pmap_set.3.gz
--rw-r--r--     root/root       usr/man/man3/pmap_unset.3.gz
--rw-r--r--     root/root       usr/man/man3/popen.3.gz
--rw-r--r--     root/root       usr/man/man3/posix_fallocate.3.gz
--rw-r--r--     root/root       usr/man/man3/posix_memalign.3.gz
--rw-r--r--     root/root       usr/man/man3/posix_openpt.3.gz
--rw-r--r--     root/root       usr/man/man3/pow.3.gz
--rw-r--r--     root/root       usr/man/man3/pow10.3.gz
--rw-r--r--     root/root       usr/man/man3/pow10f.3.gz
--rw-r--r--     root/root       usr/man/man3/pow10l.3.gz
--rw-r--r--     root/root       usr/man/man3/powf.3.gz
--rw-r--r--     root/root       usr/man/man3/powl.3.gz
--rw-r--r--     root/root       usr/man/man3/printf.3.gz
--rw-r--r--     root/root       usr/man/man3/profil.3.gz
--rw-r--r--     root/root       usr/man/man3/program_invocation_name.3.gz
--rw-r--r--     root/root       usr/man/man3/program_invocation_short_name.3.gz
--rw-r--r--     root/root       usr/man/man3/psiginfo.3.gz
--rw-r--r--     root/root       usr/man/man3/psignal.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_destroy.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_getaffinity_np.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_getdetachstate.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_getguardsize.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_getinheritsched.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_getschedparam.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_getschedpolicy.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_getscope.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_getstack.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_getstackaddr.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_getstacksize.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_init.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_setaffinity_np.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_setdetachstate.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_setguardsize.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_setinheritsched.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_setschedparam.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_setschedpolicy.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_setscope.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_setstack.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_setstackaddr.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_attr_setstacksize.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_cancel.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_cleanup_pop.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_cleanup_pop_restore_np.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_cleanup_push.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_cleanup_push_defer_np.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_create.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_detach.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_equal.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_exit.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_getaffinity_np.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_getattr_np.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_getconcurrency.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_getcpuclockid.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_getschedparam.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_join.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_kill.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_kill_other_threads_np.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_self.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_setaffinity_np.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_setcancelstate.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_setcanceltype.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_setconcurrency.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_setschedparam.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_setschedprio.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_sigmask.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_sigqueue.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_testcancel.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_timedjoin_np.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_tryjoin_np.3.gz
--rw-r--r--     root/root       usr/man/man3/pthread_yield.3.gz
--rw-r--r--     root/root       usr/man/man3/ptsname.3.gz
--rw-r--r--     root/root       usr/man/man3/ptsname_r.3.gz
--rw-r--r--     root/root       usr/man/man3/putc.3.gz
--rw-r--r--     root/root       usr/man/man3/putc_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/putchar.3.gz
--rw-r--r--     root/root       usr/man/man3/putchar_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/putenv.3.gz
--rw-r--r--     root/root       usr/man/man3/putgrent.3.gz
--rw-r--r--     root/root       usr/man/man3/putpwent.3.gz
--rw-r--r--     root/root       usr/man/man3/puts.3.gz
--rw-r--r--     root/root       usr/man/man3/putspent.3.gz
--rw-r--r--     root/root       usr/man/man3/pututline.3.gz
--rw-r--r--     root/root       usr/man/man3/pututxline.3.gz
--rw-r--r--     root/root       usr/man/man3/putw.3.gz
--rw-r--r--     root/root       usr/man/man3/putwc.3.gz
--rw-r--r--     root/root       usr/man/man3/putwc_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/putwchar.3.gz
--rw-r--r--     root/root       usr/man/man3/putwchar_unlocked.3.gz
--rw-r--r--     root/root       usr/man/man3/qecvt.3.gz
--rw-r--r--     root/root       usr/man/man3/qecvt_r.3.gz
--rw-r--r--     root/root       usr/man/man3/qfcvt.3.gz
--rw-r--r--     root/root       usr/man/man3/qfcvt_r.3.gz
--rw-r--r--     root/root       usr/man/man3/qgcvt.3.gz
--rw-r--r--     root/root       usr/man/man3/qsort.3.gz
--rw-r--r--     root/root       usr/man/man3/queue.3.gz
--rw-r--r--     root/root       usr/man/man3/raise.3.gz
--rw-r--r--     root/root       usr/man/man3/rand.3.gz
--rw-r--r--     root/root       usr/man/man3/rand_r.3.gz
--rw-r--r--     root/root       usr/man/man3/random.3.gz
--rw-r--r--     root/root       usr/man/man3/random_r.3.gz
--rw-r--r--     root/root       usr/man/man3/rawmemchr.3.gz
--rw-r--r--     root/root       usr/man/man3/rcmd.3.gz
--rw-r--r--     root/root       usr/man/man3/re_comp.3.gz
--rw-r--r--     root/root       usr/man/man3/re_exec.3.gz
--rw-r--r--     root/root       usr/man/man3/readdir.3.gz
--rw-r--r--     root/root       usr/man/man3/readdir_r.3.gz
--rw-r--r--     root/root       usr/man/man3/realloc.3.gz
--rw-r--r--     root/root       usr/man/man3/realpath.3.gz
--rw-r--r--     root/root       usr/man/man3/recno.3.gz
--rw-r--r--     root/root       usr/man/man3/regcomp.3.gz
--rw-r--r--     root/root       usr/man/man3/regerror.3.gz
--rw-r--r--     root/root       usr/man/man3/regex.3.gz
--rw-r--r--     root/root       usr/man/man3/regexec.3.gz
--rw-r--r--     root/root       usr/man/man3/regfree.3.gz
--rw-r--r--     root/root       usr/man/man3/registerrpc.3.gz
--rw-r--r--     root/root       usr/man/man3/remainder.3.gz
--rw-r--r--     root/root       usr/man/man3/remainderf.3.gz
--rw-r--r--     root/root       usr/man/man3/remainderl.3.gz
--rw-r--r--     root/root       usr/man/man3/remove.3.gz
--rw-r--r--     root/root       usr/man/man3/remque.3.gz
--rw-r--r--     root/root       usr/man/man3/remquo.3.gz
--rw-r--r--     root/root       usr/man/man3/remquof.3.gz
--rw-r--r--     root/root       usr/man/man3/remquol.3.gz
--rw-r--r--     root/root       usr/man/man3/res_init.3.gz
--rw-r--r--     root/root       usr/man/man3/res_mkquery.3.gz
--rw-r--r--     root/root       usr/man/man3/res_query.3.gz
--rw-r--r--     root/root       usr/man/man3/res_querydomain.3.gz
--rw-r--r--     root/root       usr/man/man3/res_search.3.gz
--rw-r--r--     root/root       usr/man/man3/res_send.3.gz
--rw-r--r--     root/root       usr/man/man3/resolver.3.gz
--rw-r--r--     root/root       usr/man/man3/rewind.3.gz
--rw-r--r--     root/root       usr/man/man3/rewinddir.3.gz
--rw-r--r--     root/root       usr/man/man3/rexec.3.gz
--rw-r--r--     root/root       usr/man/man3/rindex.3.gz
--rw-r--r--     root/root       usr/man/man3/rint.3.gz
--rw-r--r--     root/root       usr/man/man3/rintf.3.gz
--rw-r--r--     root/root       usr/man/man3/rintl.3.gz
--rw-r--r--     root/root       usr/man/man3/round.3.gz
--rw-r--r--     root/root       usr/man/man3/roundf.3.gz
--rw-r--r--     root/root       usr/man/man3/roundl.3.gz
--rw-r--r--     root/root       usr/man/man3/rpc.3.gz
--rw-r--r--     root/root       usr/man/man3/rpmatch.3.gz
--rw-r--r--     root/root       usr/man/man3/rresvport.3.gz
--rw-r--r--     root/root       usr/man/man3/rtime.3.gz
--rw-r--r--     root/root       usr/man/man3/rtnetlink.3.gz
--rw-r--r--     root/root       usr/man/man3/ruserok.3.gz
--rw-r--r--     root/root       usr/man/man3/scalb.3.gz
--rw-r--r--     root/root       usr/man/man3/scalbf.3.gz
--rw-r--r--     root/root       usr/man/man3/scalbl.3.gz
--rw-r--r--     root/root       usr/man/man3/scalbln.3.gz
--rw-r--r--     root/root       usr/man/man3/scalblnf.3.gz
--rw-r--r--     root/root       usr/man/man3/scalblnl.3.gz
--rw-r--r--     root/root       usr/man/man3/scalbn.3.gz
--rw-r--r--     root/root       usr/man/man3/scalbnf.3.gz
--rw-r--r--     root/root       usr/man/man3/scalbnl.3.gz
--rw-r--r--     root/root       usr/man/man3/scandir.3.gz
--rw-r--r--     root/root       usr/man/man3/scanf.3.gz
--rw-r--r--     root/root       usr/man/man3/sched_getcpu.3.gz
--rw-r--r--     root/root       usr/man/man3/seed48.3.gz
--rw-r--r--     root/root       usr/man/man3/seed48_r.3.gz
--rw-r--r--     root/root       usr/man/man3/seekdir.3.gz
--rw-r--r--     root/root       usr/man/man3/sem_close.3.gz
--rw-r--r--     root/root       usr/man/man3/sem_destroy.3.gz
--rw-r--r--     root/root       usr/man/man3/sem_getvalue.3.gz
--rw-r--r--     root/root       usr/man/man3/sem_init.3.gz
--rw-r--r--     root/root       usr/man/man3/sem_open.3.gz
--rw-r--r--     root/root       usr/man/man3/sem_post.3.gz
--rw-r--r--     root/root       usr/man/man3/sem_timedwait.3.gz
--rw-r--r--     root/root       usr/man/man3/sem_trywait.3.gz
--rw-r--r--     root/root       usr/man/man3/sem_unlink.3.gz
--rw-r--r--     root/root       usr/man/man3/sem_wait.3.gz
--rw-r--r--     root/root       usr/man/man3/setaliasent.3.gz
--rw-r--r--     root/root       usr/man/man3/setbuf.3.gz
--rw-r--r--     root/root       usr/man/man3/setbuffer.3.gz
--rw-r--r--     root/root       usr/man/man3/setenv.3.gz
--rw-r--r--     root/root       usr/man/man3/setfsent.3.gz
--rw-r--r--     root/root       usr/man/man3/setgrent.3.gz
--rw-r--r--     root/root       usr/man/man3/sethostent.3.gz
--rw-r--r--     root/root       usr/man/man3/sethostid.3.gz
--rw-r--r--     root/root       usr/man/man3/setjmp.3.gz
--rw-r--r--     root/root       usr/man/man3/setkey.3.gz
--rw-r--r--     root/root       usr/man/man3/setkey_r.3.gz
--rw-r--r--     root/root       usr/man/man3/setlinebuf.3.gz
--rw-r--r--     root/root       usr/man/man3/setlocale.3.gz
--rw-r--r--     root/root       usr/man/man3/setlogmask.3.gz
--rw-r--r--     root/root       usr/man/man3/setmntent.3.gz
--rw-r--r--     root/root       usr/man/man3/setnetent.3.gz
--rw-r--r--     root/root       usr/man/man3/setnetgrent.3.gz
--rw-r--r--     root/root       usr/man/man3/setprotoent.3.gz
--rw-r--r--     root/root       usr/man/man3/setpwent.3.gz
--rw-r--r--     root/root       usr/man/man3/setrpcent.3.gz
--rw-r--r--     root/root       usr/man/man3/setservent.3.gz
--rw-r--r--     root/root       usr/man/man3/setspent.3.gz
--rw-r--r--     root/root       usr/man/man3/setstate.3.gz
--rw-r--r--     root/root       usr/man/man3/setstate_r.3.gz
--rw-r--r--     root/root       usr/man/man3/setttyent.3.gz
--rw-r--r--     root/root       usr/man/man3/setusershell.3.gz
--rw-r--r--     root/root       usr/man/man3/setutent.3.gz
--rw-r--r--     root/root       usr/man/man3/setutxent.3.gz
--rw-r--r--     root/root       usr/man/man3/setvbuf.3.gz
--rw-r--r--     root/root       usr/man/man3/sgetspent.3.gz
--rw-r--r--     root/root       usr/man/man3/sgetspent_r.3.gz
--rw-r--r--     root/root       usr/man/man3/shm_open.3.gz
--rw-r--r--     root/root       usr/man/man3/shm_unlink.3.gz
--rw-r--r--     root/root       usr/man/man3/sigaddset.3.gz
--rw-r--r--     root/root       usr/man/man3/sigandset.3.gz
--rw-r--r--     root/root       usr/man/man3/sigblock.3.gz
--rw-r--r--     root/root       usr/man/man3/sigdelset.3.gz
--rw-r--r--     root/root       usr/man/man3/sigemptyset.3.gz
--rw-r--r--     root/root       usr/man/man3/sigfillset.3.gz
--rw-r--r--     root/root       usr/man/man3/siggetmask.3.gz
--rw-r--r--     root/root       usr/man/man3/sighold.3.gz
--rw-r--r--     root/root       usr/man/man3/sigignore.3.gz
--rw-r--r--     root/root       usr/man/man3/siginterrupt.3.gz
--rw-r--r--     root/root       usr/man/man3/sigisemptyset.3.gz
--rw-r--r--     root/root       usr/man/man3/sigismember.3.gz
--rw-r--r--     root/root       usr/man/man3/siglongjmp.3.gz
--rw-r--r--     root/root       usr/man/man3/sigmask.3.gz
--rw-r--r--     root/root       usr/man/man3/signbit.3.gz
--rw-r--r--     root/root       usr/man/man3/signgam.3.gz
--rw-r--r--     root/root       usr/man/man3/significand.3.gz
--rw-r--r--     root/root       usr/man/man3/significandf.3.gz
--rw-r--r--     root/root       usr/man/man3/significandl.3.gz
--rw-r--r--     root/root       usr/man/man3/sigorset.3.gz
--rw-r--r--     root/root       usr/man/man3/sigpause.3.gz
--rw-r--r--     root/root       usr/man/man3/sigrelse.3.gz
--rw-r--r--     root/root       usr/man/man3/sigset.3.gz
--rw-r--r--     root/root       usr/man/man3/sigsetjmp.3.gz
--rw-r--r--     root/root       usr/man/man3/sigsetmask.3.gz
--rw-r--r--     root/root       usr/man/man3/sigsetops.3.gz
--rw-r--r--     root/root       usr/man/man3/sigstack.3.gz
--rw-r--r--     root/root       usr/man/man3/sigvec.3.gz
--rw-r--r--     root/root       usr/man/man3/sigwait.3.gz
--rw-r--r--     root/root       usr/man/man3/sin.3.gz
--rw-r--r--     root/root       usr/man/man3/sincos.3.gz
--rw-r--r--     root/root       usr/man/man3/sincosf.3.gz
--rw-r--r--     root/root       usr/man/man3/sincosl.3.gz
--rw-r--r--     root/root       usr/man/man3/sinf.3.gz
--rw-r--r--     root/root       usr/man/man3/sinh.3.gz
--rw-r--r--     root/root       usr/man/man3/sinhf.3.gz
--rw-r--r--     root/root       usr/man/man3/sinhl.3.gz
--rw-r--r--     root/root       usr/man/man3/sinl.3.gz
--rw-r--r--     root/root       usr/man/man3/sleep.3.gz
--rw-r--r--     root/root       usr/man/man3/snprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/sockatmark.3.gz
--rw-r--r--     root/root       usr/man/man3/sprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/sqrt.3.gz
--rw-r--r--     root/root       usr/man/man3/sqrtf.3.gz
--rw-r--r--     root/root       usr/man/man3/sqrtl.3.gz
--rw-r--r--     root/root       usr/man/man3/srand.3.gz
--rw-r--r--     root/root       usr/man/man3/srand48.3.gz
--rw-r--r--     root/root       usr/man/man3/srand48_r.3.gz
--rw-r--r--     root/root       usr/man/man3/srandom.3.gz
--rw-r--r--     root/root       usr/man/man3/srandom_r.3.gz
--rw-r--r--     root/root       usr/man/man3/sscanf.3.gz
--rw-r--r--     root/root       usr/man/man3/ssignal.3.gz
--rw-r--r--     root/root       usr/man/man3/statvfs.3.gz
--rw-r--r--     root/root       usr/man/man3/stdarg.3.gz
--rw-r--r--     root/root       usr/man/man3/stderr.3.gz
--rw-r--r--     root/root       usr/man/man3/stdin.3.gz
--rw-r--r--     root/root       usr/man/man3/stdio.3.gz
--rw-r--r--     root/root       usr/man/man3/stdio_ext.3.gz
--rw-r--r--     root/root       usr/man/man3/stdout.3.gz
--rw-r--r--     root/root       usr/man/man3/stpcpy.3.gz
--rw-r--r--     root/root       usr/man/man3/stpncpy.3.gz
--rw-r--r--     root/root       usr/man/man3/strcasecmp.3.gz
--rw-r--r--     root/root       usr/man/man3/strcasestr.3.gz
--rw-r--r--     root/root       usr/man/man3/strcat.3.gz
--rw-r--r--     root/root       usr/man/man3/strchr.3.gz
--rw-r--r--     root/root       usr/man/man3/strchrnul.3.gz
--rw-r--r--     root/root       usr/man/man3/strcmp.3.gz
--rw-r--r--     root/root       usr/man/man3/strcoll.3.gz
--rw-r--r--     root/root       usr/man/man3/strcpy.3.gz
--rw-r--r--     root/root       usr/man/man3/strcspn.3.gz
--rw-r--r--     root/root       usr/man/man3/strdup.3.gz
--rw-r--r--     root/root       usr/man/man3/strdupa.3.gz
--rw-r--r--     root/root       usr/man/man3/strerror.3.gz
--rw-r--r--     root/root       usr/man/man3/strerror_r.3.gz
--rw-r--r--     root/root       usr/man/man3/strfmon.3.gz
--rw-r--r--     root/root       usr/man/man3/strfry.3.gz
--rw-r--r--     root/root       usr/man/man3/strftime.3.gz
--rw-r--r--     root/root       usr/man/man3/string.3.gz
--rw-r--r--     root/root       usr/man/man3/strlen.3.gz
--rw-r--r--     root/root       usr/man/man3/strncasecmp.3.gz
--rw-r--r--     root/root       usr/man/man3/strncat.3.gz
--rw-r--r--     root/root       usr/man/man3/strncmp.3.gz
--rw-r--r--     root/root       usr/man/man3/strncpy.3.gz
--rw-r--r--     root/root       usr/man/man3/strndup.3.gz
--rw-r--r--     root/root       usr/man/man3/strndupa.3.gz
--rw-r--r--     root/root       usr/man/man3/strnlen.3.gz
--rw-r--r--     root/root       usr/man/man3/strpbrk.3.gz
--rw-r--r--     root/root       usr/man/man3/strptime.3.gz
--rw-r--r--     root/root       usr/man/man3/strrchr.3.gz
--rw-r--r--     root/root       usr/man/man3/strsep.3.gz
--rw-r--r--     root/root       usr/man/man3/strsignal.3.gz
--rw-r--r--     root/root       usr/man/man3/strspn.3.gz
--rw-r--r--     root/root       usr/man/man3/strstr.3.gz
--rw-r--r--     root/root       usr/man/man3/strtod.3.gz
--rw-r--r--     root/root       usr/man/man3/strtof.3.gz
--rw-r--r--     root/root       usr/man/man3/strtoimax.3.gz
--rw-r--r--     root/root       usr/man/man3/strtok.3.gz
--rw-r--r--     root/root       usr/man/man3/strtok_r.3.gz
--rw-r--r--     root/root       usr/man/man3/strtol.3.gz
--rw-r--r--     root/root       usr/man/man3/strtold.3.gz
--rw-r--r--     root/root       usr/man/man3/strtoll.3.gz
--rw-r--r--     root/root       usr/man/man3/strtoq.3.gz
--rw-r--r--     root/root       usr/man/man3/strtoul.3.gz
--rw-r--r--     root/root       usr/man/man3/strtoull.3.gz
--rw-r--r--     root/root       usr/man/man3/strtoumax.3.gz
--rw-r--r--     root/root       usr/man/man3/strtouq.3.gz
--rw-r--r--     root/root       usr/man/man3/strverscmp.3.gz
--rw-r--r--     root/root       usr/man/man3/strxfrm.3.gz
--rw-r--r--     root/root       usr/man/man3/svc_destroy.3.gz
--rw-r--r--     root/root       usr/man/man3/svc_freeargs.3.gz
--rw-r--r--     root/root       usr/man/man3/svc_getargs.3.gz
--rw-r--r--     root/root       usr/man/man3/svc_getcaller.3.gz
--rw-r--r--     root/root       usr/man/man3/svc_getreq.3.gz
--rw-r--r--     root/root       usr/man/man3/svc_getreqset.3.gz
--rw-r--r--     root/root       usr/man/man3/svc_register.3.gz
--rw-r--r--     root/root       usr/man/man3/svc_run.3.gz
--rw-r--r--     root/root       usr/man/man3/svc_sendreply.3.gz
--rw-r--r--     root/root       usr/man/man3/svc_unregister.3.gz
--rw-r--r--     root/root       usr/man/man3/svcerr_auth.3.gz
--rw-r--r--     root/root       usr/man/man3/svcerr_decode.3.gz
--rw-r--r--     root/root       usr/man/man3/svcerr_noproc.3.gz
--rw-r--r--     root/root       usr/man/man3/svcerr_noprog.3.gz
--rw-r--r--     root/root       usr/man/man3/svcerr_progvers.3.gz
--rw-r--r--     root/root       usr/man/man3/svcerr_systemerr.3.gz
--rw-r--r--     root/root       usr/man/man3/svcerr_weakauth.3.gz
--rw-r--r--     root/root       usr/man/man3/svcfd_create.3.gz
--rw-r--r--     root/root       usr/man/man3/svcraw_create.3.gz
--rw-r--r--     root/root       usr/man/man3/svctcp_create.3.gz
--rw-r--r--     root/root       usr/man/man3/svcudp_bufcreate.3.gz
--rw-r--r--     root/root       usr/man/man3/svcudp_create.3.gz
--rw-r--r--     root/root       usr/man/man3/swab.3.gz
--rw-r--r--     root/root       usr/man/man3/swapcontext.3.gz
--rw-r--r--     root/root       usr/man/man3/swprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/sys_errlist.3.gz
--rw-r--r--     root/root       usr/man/man3/sys_nerr.3.gz
--rw-r--r--     root/root       usr/man/man3/sysconf.3.gz
--rw-r--r--     root/root       usr/man/man3/syslog.3.gz
--rw-r--r--     root/root       usr/man/man3/system.3.gz
--rw-r--r--     root/root       usr/man/man3/sysv_signal.3.gz
--rw-r--r--     root/root       usr/man/man3/tan.3.gz
--rw-r--r--     root/root       usr/man/man3/tanf.3.gz
--rw-r--r--     root/root       usr/man/man3/tanh.3.gz
--rw-r--r--     root/root       usr/man/man3/tanhf.3.gz
--rw-r--r--     root/root       usr/man/man3/tanhl.3.gz
--rw-r--r--     root/root       usr/man/man3/tanl.3.gz
--rw-r--r--     root/root       usr/man/man3/tcdrain.3.gz
--rw-r--r--     root/root       usr/man/man3/tcflow.3.gz
--rw-r--r--     root/root       usr/man/man3/tcflush.3.gz
--rw-r--r--     root/root       usr/man/man3/tcgetattr.3.gz
--rw-r--r--     root/root       usr/man/man3/tcgetpgrp.3.gz
--rw-r--r--     root/root       usr/man/man3/tcgetsid.3.gz
--rw-r--r--     root/root       usr/man/man3/tcsendbreak.3.gz
--rw-r--r--     root/root       usr/man/man3/tcsetattr.3.gz
--rw-r--r--     root/root       usr/man/man3/tcsetpgrp.3.gz
--rw-r--r--     root/root       usr/man/man3/tdelete.3.gz
--rw-r--r--     root/root       usr/man/man3/tdestroy.3.gz
--rw-r--r--     root/root       usr/man/man3/telldir.3.gz
--rw-r--r--     root/root       usr/man/man3/tempnam.3.gz
--rw-r--r--     root/root       usr/man/man3/termios.3.gz
--rw-r--r--     root/root       usr/man/man3/tfind.3.gz
--rw-r--r--     root/root       usr/man/man3/tgamma.3.gz
--rw-r--r--     root/root       usr/man/man3/tgammaf.3.gz
--rw-r--r--     root/root       usr/man/man3/tgammal.3.gz
--rw-r--r--     root/root       usr/man/man3/timegm.3.gz
--rw-r--r--     root/root       usr/man/man3/timelocal.3.gz
--rw-r--r--     root/root       usr/man/man3/timeradd.3.gz
--rw-r--r--     root/root       usr/man/man3/timerclear.3.gz
--rw-r--r--     root/root       usr/man/man3/timercmp.3.gz
--rw-r--r--     root/root       usr/man/man3/timerisset.3.gz
--rw-r--r--     root/root       usr/man/man3/timersub.3.gz
--rw-r--r--     root/root       usr/man/man3/timezone.3.gz
--rw-r--r--     root/root       usr/man/man3/tmpfile.3.gz
--rw-r--r--     root/root       usr/man/man3/tmpnam.3.gz
--rw-r--r--     root/root       usr/man/man3/tmpnam_r.3.gz
--rw-r--r--     root/root       usr/man/man3/toascii.3.gz
--rw-r--r--     root/root       usr/man/man3/tolower.3.gz
--rw-r--r--     root/root       usr/man/man3/toupper.3.gz
--rw-r--r--     root/root       usr/man/man3/towctrans.3.gz
--rw-r--r--     root/root       usr/man/man3/towlower.3.gz
--rw-r--r--     root/root       usr/man/man3/towupper.3.gz
--rw-r--r--     root/root       usr/man/man3/trunc.3.gz
--rw-r--r--     root/root       usr/man/man3/truncf.3.gz
--rw-r--r--     root/root       usr/man/man3/truncl.3.gz
--rw-r--r--     root/root       usr/man/man3/tsearch.3.gz
--rw-r--r--     root/root       usr/man/man3/ttyname.3.gz
--rw-r--r--     root/root       usr/man/man3/ttyname_r.3.gz
--rw-r--r--     root/root       usr/man/man3/ttyslot.3.gz
--rw-r--r--     root/root       usr/man/man3/twalk.3.gz
--rw-r--r--     root/root       usr/man/man3/tzname.3.gz
--rw-r--r--     root/root       usr/man/man3/tzset.3.gz
--rw-r--r--     root/root       usr/man/man3/ualarm.3.gz
--rw-r--r--     root/root       usr/man/man3/ulckpwdf.3.gz
--rw-r--r--     root/root       usr/man/man3/ulimit.3.gz
--rw-r--r--     root/root       usr/man/man3/undocumented.3.gz
--rw-r--r--     root/root       usr/man/man3/ungetc.3.gz
--rw-r--r--     root/root       usr/man/man3/ungetwc.3.gz
--rw-r--r--     root/root       usr/man/man3/unlocked_stdio.3.gz
--rw-r--r--     root/root       usr/man/man3/unlockpt.3.gz
--rw-r--r--     root/root       usr/man/man3/unsetenv.3.gz
--rw-r--r--     root/root       usr/man/man3/updwtmp.3.gz
--rw-r--r--     root/root       usr/man/man3/updwtmpx.3.gz
--rw-r--r--     root/root       usr/man/man3/usleep.3.gz
--rw-r--r--     root/root       usr/man/man3/utmpname.3.gz
--rw-r--r--     root/root       usr/man/man3/utmpxname.3.gz
--rw-r--r--     root/root       usr/man/man3/va_arg.3.gz
--rw-r--r--     root/root       usr/man/man3/va_copy.3.gz
--rw-r--r--     root/root       usr/man/man3/va_end.3.gz
--rw-r--r--     root/root       usr/man/man3/va_start.3.gz
--rw-r--r--     root/root       usr/man/man3/valloc.3.gz
--rw-r--r--     root/root       usr/man/man3/vasprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/vdprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/verr.3.gz
--rw-r--r--     root/root       usr/man/man3/verrx.3.gz
--rw-r--r--     root/root       usr/man/man3/versionsort.3.gz
--rw-r--r--     root/root       usr/man/man3/vfprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/vfscanf.3.gz
--rw-r--r--     root/root       usr/man/man3/vfwprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/vlimit.3.gz
--rw-r--r--     root/root       usr/man/man3/vprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/vscanf.3.gz
--rw-r--r--     root/root       usr/man/man3/vsnprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/vsprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/vsscanf.3.gz
--rw-r--r--     root/root       usr/man/man3/vswprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/vsyslog.3.gz
--rw-r--r--     root/root       usr/man/man3/vtimes.3.gz
--rw-r--r--     root/root       usr/man/man3/vwarn.3.gz
--rw-r--r--     root/root       usr/man/man3/vwarnx.3.gz
--rw-r--r--     root/root       usr/man/man3/vwprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/warn.3.gz
--rw-r--r--     root/root       usr/man/man3/warnx.3.gz
--rw-r--r--     root/root       usr/man/man3/wcpcpy.3.gz
--rw-r--r--     root/root       usr/man/man3/wcpncpy.3.gz
--rw-r--r--     root/root       usr/man/man3/wcrtomb.3.gz
--rw-r--r--     root/root       usr/man/man3/wcscasecmp.3.gz
--rw-r--r--     root/root       usr/man/man3/wcscat.3.gz
--rw-r--r--     root/root       usr/man/man3/wcschr.3.gz
--rw-r--r--     root/root       usr/man/man3/wcscmp.3.gz
--rw-r--r--     root/root       usr/man/man3/wcscpy.3.gz
--rw-r--r--     root/root       usr/man/man3/wcscspn.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsdup.3.gz
--rw-r--r--     root/root       usr/man/man3/wcslen.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsncasecmp.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsncat.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsncmp.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsncpy.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsnlen.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsnrtombs.3.gz
--rw-r--r--     root/root       usr/man/man3/wcspbrk.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsrchr.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsrtombs.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsspn.3.gz
--rw-r--r--     root/root       usr/man/man3/wcsstr.3.gz
--rw-r--r--     root/root       usr/man/man3/wcstoimax.3.gz
--rw-r--r--     root/root       usr/man/man3/wcstok.3.gz
--rw-r--r--     root/root       usr/man/man3/wcstombs.3.gz
--rw-r--r--     root/root       usr/man/man3/wcstoumax.3.gz
--rw-r--r--     root/root       usr/man/man3/wcswidth.3.gz
--rw-r--r--     root/root       usr/man/man3/wctob.3.gz
--rw-r--r--     root/root       usr/man/man3/wctomb.3.gz
--rw-r--r--     root/root       usr/man/man3/wctrans.3.gz
--rw-r--r--     root/root       usr/man/man3/wctype.3.gz
--rw-r--r--     root/root       usr/man/man3/wcwidth.3.gz
--rw-r--r--     root/root       usr/man/man3/wmemchr.3.gz
--rw-r--r--     root/root       usr/man/man3/wmemcmp.3.gz
--rw-r--r--     root/root       usr/man/man3/wmemcpy.3.gz
--rw-r--r--     root/root       usr/man/man3/wmemmove.3.gz
--rw-r--r--     root/root       usr/man/man3/wmempcpy.3.gz
--rw-r--r--     root/root       usr/man/man3/wmemset.3.gz
--rw-r--r--     root/root       usr/man/man3/wordexp.3.gz
--rw-r--r--     root/root       usr/man/man3/wordfree.3.gz
--rw-r--r--     root/root       usr/man/man3/wprintf.3.gz
--rw-r--r--     root/root       usr/man/man3/xcrypt.3.gz
--rw-r--r--     root/root       usr/man/man3/xdecrypt.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_accepted_reply.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_array.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_authunix_parms.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_bool.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_bytes.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_callhdr.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_callmsg.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_char.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_destroy.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_double.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_enum.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_float.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_free.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_getpos.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_inline.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_int.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_long.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_opaque.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_opaque_auth.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_pmap.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_pmaplist.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_pointer.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_reference.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_rejected_reply.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_replymsg.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_setpos.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_short.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_string.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_u_char.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_u_int.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_u_long.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_u_short.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_union.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_vector.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_void.3.gz
--rw-r--r--     root/root       usr/man/man3/xdr_wrapstring.3.gz
--rw-r--r--     root/root       usr/man/man3/xdrmem_create.3.gz
--rw-r--r--     root/root       usr/man/man3/xdrrec_create.3.gz
--rw-r--r--     root/root       usr/man/man3/xdrrec_endofrecord.3.gz
--rw-r--r--     root/root       usr/man/man3/xdrrec_eof.3.gz
--rw-r--r--     root/root       usr/man/man3/xdrrec_skiprecord.3.gz
--rw-r--r--     root/root       usr/man/man3/xdrstdio_create.3.gz
--rw-r--r--     root/root       usr/man/man3/xencrypt.3.gz
--rw-r--r--     root/root       usr/man/man3/xprt_register.3.gz
--rw-r--r--     root/root       usr/man/man3/xprt_unregister.3.gz
--rw-r--r--     root/root       usr/man/man3/y0.3.gz
--rw-r--r--     root/root       usr/man/man3/y0f.3.gz
--rw-r--r--     root/root       usr/man/man3/y0l.3.gz
--rw-r--r--     root/root       usr/man/man3/y1.3.gz
--rw-r--r--     root/root       usr/man/man3/y1f.3.gz
--rw-r--r--     root/root       usr/man/man3/y1l.3.gz
--rw-r--r--     root/root       usr/man/man3/yn.3.gz
--rw-r--r--     root/root       usr/man/man3/ynf.3.gz
--rw-r--r--     root/root       usr/man/man3/ynl.3.gz
-drwxr-xr-x     root/root       usr/man/man3p/
--rw-r--r--     root/root       usr/man/man3p/FD_CLR.3p.gz
--rw-r--r--     root/root       usr/man/man3p/FD_ISSET.3p.gz
--rw-r--r--     root/root       usr/man/man3p/FD_SET.3p.gz
--rw-r--r--     root/root       usr/man/man3p/FD_ZERO.3p.gz
--rw-r--r--     root/root       usr/man/man3p/_Exit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/_exit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/_longjmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/_setjmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/_tolower.3p.gz
--rw-r--r--     root/root       usr/man/man3p/_toupper.3p.gz
--rw-r--r--     root/root       usr/man/man3p/a64l.3p.gz
--rw-r--r--     root/root       usr/man/man3p/abort.3p.gz
--rw-r--r--     root/root       usr/man/man3p/abs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/accept.3p.gz
--rw-r--r--     root/root       usr/man/man3p/access.3p.gz
--rw-r--r--     root/root       usr/man/man3p/acos.3p.gz
--rw-r--r--     root/root       usr/man/man3p/acosf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/acosh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/acoshf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/acoshl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/acosl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/aio_cancel.3p.gz
--rw-r--r--     root/root       usr/man/man3p/aio_error.3p.gz
--rw-r--r--     root/root       usr/man/man3p/aio_fsync.3p.gz
--rw-r--r--     root/root       usr/man/man3p/aio_read.3p.gz
--rw-r--r--     root/root       usr/man/man3p/aio_return.3p.gz
--rw-r--r--     root/root       usr/man/man3p/aio_suspend.3p.gz
--rw-r--r--     root/root       usr/man/man3p/aio_write.3p.gz
--rw-r--r--     root/root       usr/man/man3p/alarm.3p.gz
--rw-r--r--     root/root       usr/man/man3p/asctime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/asctime_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/asin.3p.gz
--rw-r--r--     root/root       usr/man/man3p/asinf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/asinh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/asinhf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/asinhl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/asinl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/assert.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atan.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atan2.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atan2f.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atan2l.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atanh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atanhf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atanhl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atanl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atexit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atof.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atoi.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atol.3p.gz
--rw-r--r--     root/root       usr/man/man3p/atoll.3p.gz
--rw-r--r--     root/root       usr/man/man3p/basename.3p.gz
--rw-r--r--     root/root       usr/man/man3p/bcmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/bcopy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/bind.3p.gz
--rw-r--r--     root/root       usr/man/man3p/bsd_signal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/bsearch.3p.gz
--rw-r--r--     root/root       usr/man/man3p/btowc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/bzero.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cabs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cabsf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cabsl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cacos.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cacosf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cacosh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cacoshf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cacoshl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cacosl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/calloc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/carg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cargf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cargl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/casin.3p.gz
--rw-r--r--     root/root       usr/man/man3p/casinf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/casinh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/casinhf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/casinhl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/casinl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/catan.3p.gz
--rw-r--r--     root/root       usr/man/man3p/catanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/catanh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/catanhf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/catanhl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/catanl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/catclose.3p.gz
--rw-r--r--     root/root       usr/man/man3p/catgets.3p.gz
--rw-r--r--     root/root       usr/man/man3p/catopen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cbrt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cbrtf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cbrtl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ccos.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ccosf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ccosh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ccoshf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ccoshl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ccosl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ceil.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ceilf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ceill.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cexp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cexpf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cexpl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cfgetispeed.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cfgetospeed.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cfsetispeed.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cfsetospeed.3p.gz
--rw-r--r--     root/root       usr/man/man3p/chdir.3p.gz
--rw-r--r--     root/root       usr/man/man3p/chmod.3p.gz
--rw-r--r--     root/root       usr/man/man3p/chown.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cimag.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cimagf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cimagl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/clearerr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/clock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/clock_getcpuclockid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/clock_getres.3p.gz
--rw-r--r--     root/root       usr/man/man3p/clock_gettime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/clock_nanosleep.3p.gz
--rw-r--r--     root/root       usr/man/man3p/clock_settime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/clog.3p.gz
--rw-r--r--     root/root       usr/man/man3p/clogf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/clogl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/close.3p.gz
--rw-r--r--     root/root       usr/man/man3p/closedir.3p.gz
--rw-r--r--     root/root       usr/man/man3p/closelog.3p.gz
--rw-r--r--     root/root       usr/man/man3p/confstr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/conj.3p.gz
--rw-r--r--     root/root       usr/man/man3p/conjf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/conjl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/connect.3p.gz
--rw-r--r--     root/root       usr/man/man3p/copysign.3p.gz
--rw-r--r--     root/root       usr/man/man3p/copysignf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/copysignl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cos.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cosf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cosh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/coshf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/coshl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cosl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cpow.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cpowf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cpowl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cproj.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cprojf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/cprojl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/creal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/crealf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/creall.3p.gz
--rw-r--r--     root/root       usr/man/man3p/creat.3p.gz
--rw-r--r--     root/root       usr/man/man3p/crypt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/csin.3p.gz
--rw-r--r--     root/root       usr/man/man3p/csinf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/csinh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/csinhf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/csinhl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/csinl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/csqrt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/csqrtf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/csqrtl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ctan.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ctanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ctanh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ctanhf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ctanhl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ctanl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ctermid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ctime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ctime_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/daylight.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dbm_clearerr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dbm_close.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dbm_delete.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dbm_error.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dbm_fetch.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dbm_firstkey.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dbm_nextkey.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dbm_open.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dbm_store.3p.gz
--rw-r--r--     root/root       usr/man/man3p/difftime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dirname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/div.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dlclose.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dlerror.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dlopen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dlsym.3p.gz
--rw-r--r--     root/root       usr/man/man3p/drand48.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dup.3p.gz
--rw-r--r--     root/root       usr/man/man3p/dup2.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ecvt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/encrypt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/endgrent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/endhostent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/endnetent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/endprotoent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/endpwent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/endservent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/endutxent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/environ.3p.gz
--rw-r--r--     root/root       usr/man/man3p/erand48.3p.gz
--rw-r--r--     root/root       usr/man/man3p/erf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/erfc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/erfcf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/erfcl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/erff.3p.gz
--rw-r--r--     root/root       usr/man/man3p/erfl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/errno.3p.gz
--rw-r--r--     root/root       usr/man/man3p/exec.3p.gz
--rw-r--r--     root/root       usr/man/man3p/execl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/execle.3p.gz
--rw-r--r--     root/root       usr/man/man3p/execlp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/execv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/execve.3p.gz
--rw-r--r--     root/root       usr/man/man3p/execvp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/exit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/exp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/exp2.3p.gz
--rw-r--r--     root/root       usr/man/man3p/exp2f.3p.gz
--rw-r--r--     root/root       usr/man/man3p/exp2l.3p.gz
--rw-r--r--     root/root       usr/man/man3p/expf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/expl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/expm1.3p.gz
--rw-r--r--     root/root       usr/man/man3p/expm1f.3p.gz
--rw-r--r--     root/root       usr/man/man3p/expm1l.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fabs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fabsf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fabsl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fattach.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fchdir.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fchmod.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fchown.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fclose.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fcntl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fcvt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fdatasync.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fdetach.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fdim.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fdimf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fdiml.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fdopen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/feclearexcept.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fegetenv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fegetexceptflag.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fegetround.3p.gz
--rw-r--r--     root/root       usr/man/man3p/feholdexcept.3p.gz
--rw-r--r--     root/root       usr/man/man3p/feof.3p.gz
--rw-r--r--     root/root       usr/man/man3p/feraiseexcept.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ferror.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fesetenv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fesetexceptflag.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fesetround.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fetestexcept.3p.gz
--rw-r--r--     root/root       usr/man/man3p/feupdateenv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fflush.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ffs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fgetc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fgetpos.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fgets.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fgetwc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fgetws.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fileno.3p.gz
--rw-r--r--     root/root       usr/man/man3p/flockfile.3p.gz
--rw-r--r--     root/root       usr/man/man3p/floor.3p.gz
--rw-r--r--     root/root       usr/man/man3p/floorf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/floorl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fma.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fmaf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fmal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fmax.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fmaxf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fmaxl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fmin.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fminf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fminl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fmod.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fmodf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fmodl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fmtmsg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fnmatch.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fopen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fork.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fpathconf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fpclassify.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fputc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fputs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fputwc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fputws.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fread.3p.gz
--rw-r--r--     root/root       usr/man/man3p/free.3p.gz
--rw-r--r--     root/root       usr/man/man3p/freeaddrinfo.3p.gz
--rw-r--r--     root/root       usr/man/man3p/freopen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/frexp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/frexpf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/frexpl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fseek.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fseeko.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fsetpos.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fstat.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fstatvfs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fsync.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ftell.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ftello.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ftime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ftok.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ftruncate.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ftrylockfile.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ftw.3p.gz
--rw-r--r--     root/root       usr/man/man3p/funlockfile.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fwide.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fwprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fwrite.3p.gz
--rw-r--r--     root/root       usr/man/man3p/fwscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gai_strerror.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gcvt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getaddrinfo.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getc_unlocked.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getchar.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getchar_unlocked.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getcontext.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getcwd.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getdate.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getdate_err.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getegid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getenv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/geteuid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getgid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getgrent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getgrgid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getgrgid_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getgrnam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getgrnam_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getgroups.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gethostbyaddr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gethostbyname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gethostent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gethostid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gethostname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getitimer.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getlogin.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getlogin_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getmsg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getnameinfo.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getnetbyaddr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getnetbyname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getnetent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getopt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpeername.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpgid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpgrp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpmsg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getppid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpriority.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getprotobyname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getprotobynumber.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getprotoent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpwent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpwnam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpwnam_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpwuid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getpwuid_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getrlimit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getrusage.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gets.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getservbyname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getservbyport.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getservent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getsid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getsockname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getsockopt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getsubopt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gettimeofday.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getuid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getutxent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getutxid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getutxline.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getwc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getwchar.3p.gz
--rw-r--r--     root/root       usr/man/man3p/getwd.3p.gz
--rw-r--r--     root/root       usr/man/man3p/glob.3p.gz
--rw-r--r--     root/root       usr/man/man3p/globfree.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gmtime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/gmtime_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/grantpt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/h_errno.3p.gz
--rw-r--r--     root/root       usr/man/man3p/hcreate.3p.gz
--rw-r--r--     root/root       usr/man/man3p/hdestroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/hsearch.3p.gz
--rw-r--r--     root/root       usr/man/man3p/htonl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/htons.3p.gz
--rw-r--r--     root/root       usr/man/man3p/hypot.3p.gz
--rw-r--r--     root/root       usr/man/man3p/hypotf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/hypotl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iconv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iconv_close.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iconv_open.3p.gz
--rw-r--r--     root/root       usr/man/man3p/if_freenameindex.3p.gz
--rw-r--r--     root/root       usr/man/man3p/if_indextoname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/if_nameindex.3p.gz
--rw-r--r--     root/root       usr/man/man3p/if_nametoindex.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ilogb.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ilogbf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ilogbl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/imaxabs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/imaxdiv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/index.3p.gz
--rw-r--r--     root/root       usr/man/man3p/inet_addr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/inet_ntoa.3p.gz
--rw-r--r--     root/root       usr/man/man3p/inet_ntop.3p.gz
--rw-r--r--     root/root       usr/man/man3p/inet_pton.3p.gz
--rw-r--r--     root/root       usr/man/man3p/initstate.3p.gz
--rw-r--r--     root/root       usr/man/man3p/insque.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ioctl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isalnum.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isalpha.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isascii.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isastream.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isatty.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isblank.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iscntrl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isdigit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isfinite.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isgraph.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isgreater.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isgreaterequal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isinf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isless.3p.gz
--rw-r--r--     root/root       usr/man/man3p/islessequal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/islessgreater.3p.gz
--rw-r--r--     root/root       usr/man/man3p/islower.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isnan.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isnormal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isprint.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ispunct.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isspace.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isunordered.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isupper.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswalnum.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswalpha.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswblank.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswcntrl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswctype.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswdigit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswgraph.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswlower.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswprint.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswpunct.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswspace.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswupper.3p.gz
--rw-r--r--     root/root       usr/man/man3p/iswxdigit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/isxdigit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/j0.3p.gz
--rw-r--r--     root/root       usr/man/man3p/j1.3p.gz
--rw-r--r--     root/root       usr/man/man3p/jn.3p.gz
--rw-r--r--     root/root       usr/man/man3p/jrand48.3p.gz
--rw-r--r--     root/root       usr/man/man3p/kill.3p.gz
--rw-r--r--     root/root       usr/man/man3p/killpg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/l64a.3p.gz
--rw-r--r--     root/root       usr/man/man3p/labs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lchown.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lcong48.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ldexp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ldexpf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ldexpl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ldiv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lfind.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lgamma.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lgammaf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lgammal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/link.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lio_listio.3p.gz
--rw-r--r--     root/root       usr/man/man3p/listen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/llabs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lldiv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/llrint.3p.gz
--rw-r--r--     root/root       usr/man/man3p/llrintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/llrintl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/llround.3p.gz
--rw-r--r--     root/root       usr/man/man3p/llroundf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/llroundl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/localeconv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/localtime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/localtime_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lockf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/log.3p.gz
--rw-r--r--     root/root       usr/man/man3p/log10.3p.gz
--rw-r--r--     root/root       usr/man/man3p/log10f.3p.gz
--rw-r--r--     root/root       usr/man/man3p/log10l.3p.gz
--rw-r--r--     root/root       usr/man/man3p/log1p.3p.gz
--rw-r--r--     root/root       usr/man/man3p/log1pf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/log1pl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/log2.3p.gz
--rw-r--r--     root/root       usr/man/man3p/log2f.3p.gz
--rw-r--r--     root/root       usr/man/man3p/log2l.3p.gz
--rw-r--r--     root/root       usr/man/man3p/logb.3p.gz
--rw-r--r--     root/root       usr/man/man3p/logbf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/logbl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/logf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/logl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/longjmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lrand48.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lrint.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lrintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lrintl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lround.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lroundf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lroundl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lsearch.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lseek.3p.gz
--rw-r--r--     root/root       usr/man/man3p/lstat.3p.gz
--rw-r--r--     root/root       usr/man/man3p/makecontext.3p.gz
--rw-r--r--     root/root       usr/man/man3p/malloc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mblen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mbrlen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mbrtowc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mbsinit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mbsrtowcs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mbstowcs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mbtowc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/memccpy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/memchr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/memcmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/memcpy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/memmove.3p.gz
--rw-r--r--     root/root       usr/man/man3p/memset.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mkdir.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mkfifo.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mknod.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mkstemp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mktemp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mktime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mlockall.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mmap.3p.gz
--rw-r--r--     root/root       usr/man/man3p/modf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/modff.3p.gz
--rw-r--r--     root/root       usr/man/man3p/modfl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mprotect.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mq_close.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mq_getattr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mq_notify.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mq_open.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mq_receive.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mq_send.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mq_setattr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mq_timedreceive.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mq_timedsend.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mq_unlink.3p.gz
--rw-r--r--     root/root       usr/man/man3p/mrand48.3p.gz
--rw-r--r--     root/root       usr/man/man3p/msgctl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/msgget.3p.gz
--rw-r--r--     root/root       usr/man/man3p/msgrcv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/msgsnd.3p.gz
--rw-r--r--     root/root       usr/man/man3p/msync.3p.gz
--rw-r--r--     root/root       usr/man/man3p/munlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/munlockall.3p.gz
--rw-r--r--     root/root       usr/man/man3p/munmap.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nan.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nanl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nanosleep.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nearbyint.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nearbyintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nearbyintl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nextafter.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nextafterf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nextafterl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nexttoward.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nexttowardf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nexttowardl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nftw.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nice.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nl_langinfo.3p.gz
--rw-r--r--     root/root       usr/man/man3p/nrand48.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ntohl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ntohs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/open.3p.gz
--rw-r--r--     root/root       usr/man/man3p/opendir.3p.gz
--rw-r--r--     root/root       usr/man/man3p/openlog.3p.gz
--rw-r--r--     root/root       usr/man/man3p/optarg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/opterr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/optind.3p.gz
--rw-r--r--     root/root       usr/man/man3p/optopt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pathconf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pause.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pclose.3p.gz
--rw-r--r--     root/root       usr/man/man3p/perror.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pipe.3p.gz
--rw-r--r--     root/root       usr/man/man3p/poll.3p.gz
--rw-r--r--     root/root       usr/man/man3p/popen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_fadvise.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_fallocate.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_madvise.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_mem_offset.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_memalign.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_openpt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawn.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawn_file_actions_addclose.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawn_file_actions_adddup2.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawn_file_actions_addopen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawn_file_actions_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawn_file_actions_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_getflags.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_getpgroup.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_getschedparam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_getschedpolicy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_getsigdefault.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_getsigmask.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_setflags.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_setpgroup.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_setschedparam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_setschedpolicy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_setsigdefault.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnattr_setsigmask.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_spawnp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getclockres.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getcreatetime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getgenversion.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getinherited.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getlogfullpolicy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getlogsize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getmaxdatasize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getmaxsystemeventsize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getmaxusereventsize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getstreamfullpolicy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_getstreamsize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_setinherited.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_setlogfullpolicy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_setlogsize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_setmaxdatasize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_setname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_setstreamfullpolicy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_attr_setstreamsize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_clear.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_close.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_create.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_create_withlog.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_event.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_eventid_equal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_eventid_get_name.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_eventid_open.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_eventset_add.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_eventset_del.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_eventset_empty.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_eventset_fill.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_eventset_ismember.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_eventtypelist_getnext_id.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_eventtypelist_rewind.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_flush.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_get_attr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_get_filter.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_get_status.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_getnext_event.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_open.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_rewind.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_set_filter.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_shutdown.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_start.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_stop.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_timedgetnext_event.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_trid_eventid_open.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_trace_trygetnext_event.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_typed_mem_get_info.3p.gz
--rw-r--r--     root/root       usr/man/man3p/posix_typed_mem_open.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pow.3p.gz
--rw-r--r--     root/root       usr/man/man3p/powf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/powl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pread.3p.gz
--rw-r--r--     root/root       usr/man/man3p/printf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pselect.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_atfork.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_getdetachstate.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_getguardsize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_getinheritsched.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_getschedparam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_getschedpolicy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_getscope.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_getstack.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_getstackaddr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_getstacksize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_setdetachstate.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_setguardsize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_setinheritsched.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_setschedparam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_setschedpolicy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_setscope.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_setstack.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_setstackaddr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_attr_setstacksize.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_barrier_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_barrier_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_barrier_wait.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_barrierattr_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_barrierattr_getpshared.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_barrierattr_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_barrierattr_setpshared.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_cancel.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_cleanup_pop.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_cleanup_push.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_cond_broadcast.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_cond_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_cond_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_cond_signal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_cond_timedwait.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_cond_wait.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_condattr_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_condattr_getclock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_condattr_getpshared.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_condattr_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_condattr_setclock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_condattr_setpshared.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_create.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_detach.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_equal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_exit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_getconcurrency.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_getcpuclockid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_getschedparam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_getspecific.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_join.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_key_create.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_key_delete.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_kill.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutex_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutex_getprioceiling.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutex_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutex_lock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutex_setprioceiling.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutex_timedlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutex_trylock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutex_unlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutexattr_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutexattr_getprioceiling.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutexattr_getprotocol.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutexattr_getpshared.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutexattr_gettype.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutexattr_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutexattr_setprioceiling.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutexattr_setprotocol.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutexattr_setpshared.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_mutexattr_settype.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_once.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlock_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlock_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlock_rdlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlock_timedrdlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlock_timedwrlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlock_tryrdlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlock_trywrlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlock_unlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlock_wrlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlockattr_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlockattr_getpshared.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlockattr_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_rwlockattr_setpshared.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_self.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_setcancelstate.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_setcanceltype.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_setconcurrency.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_setschedparam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_setschedprio.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_setspecific.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_sigmask.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_spin_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_spin_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_spin_lock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_spin_trylock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_spin_unlock.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pthread_testcancel.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ptsname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/putc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/putc_unlocked.3p.gz
--rw-r--r--     root/root       usr/man/man3p/putchar.3p.gz
--rw-r--r--     root/root       usr/man/man3p/putchar_unlocked.3p.gz
--rw-r--r--     root/root       usr/man/man3p/putenv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/putmsg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/putpmsg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/puts.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pututxline.3p.gz
--rw-r--r--     root/root       usr/man/man3p/putwc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/putwchar.3p.gz
--rw-r--r--     root/root       usr/man/man3p/pwrite.3p.gz
--rw-r--r--     root/root       usr/man/man3p/qsort.3p.gz
--rw-r--r--     root/root       usr/man/man3p/raise.3p.gz
--rw-r--r--     root/root       usr/man/man3p/rand.3p.gz
--rw-r--r--     root/root       usr/man/man3p/rand_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/random.3p.gz
--rw-r--r--     root/root       usr/man/man3p/read.3p.gz
--rw-r--r--     root/root       usr/man/man3p/readdir.3p.gz
--rw-r--r--     root/root       usr/man/man3p/readdir_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/readlink.3p.gz
--rw-r--r--     root/root       usr/man/man3p/readv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/realloc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/realpath.3p.gz
--rw-r--r--     root/root       usr/man/man3p/recv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/recvfrom.3p.gz
--rw-r--r--     root/root       usr/man/man3p/recvmsg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/regcomp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/regerror.3p.gz
--rw-r--r--     root/root       usr/man/man3p/regexec.3p.gz
--rw-r--r--     root/root       usr/man/man3p/regfree.3p.gz
--rw-r--r--     root/root       usr/man/man3p/remainder.3p.gz
--rw-r--r--     root/root       usr/man/man3p/remainderf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/remainderl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/remove.3p.gz
--rw-r--r--     root/root       usr/man/man3p/remque.3p.gz
--rw-r--r--     root/root       usr/man/man3p/remquo.3p.gz
--rw-r--r--     root/root       usr/man/man3p/remquof.3p.gz
--rw-r--r--     root/root       usr/man/man3p/remquol.3p.gz
--rw-r--r--     root/root       usr/man/man3p/rename.3p.gz
--rw-r--r--     root/root       usr/man/man3p/rewind.3p.gz
--rw-r--r--     root/root       usr/man/man3p/rewinddir.3p.gz
--rw-r--r--     root/root       usr/man/man3p/rindex.3p.gz
--rw-r--r--     root/root       usr/man/man3p/rint.3p.gz
--rw-r--r--     root/root       usr/man/man3p/rintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/rintl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/rmdir.3p.gz
--rw-r--r--     root/root       usr/man/man3p/round.3p.gz
--rw-r--r--     root/root       usr/man/man3p/roundf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/roundl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/scalb.3p.gz
--rw-r--r--     root/root       usr/man/man3p/scalbln.3p.gz
--rw-r--r--     root/root       usr/man/man3p/scalblnf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/scalblnl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/scalbn.3p.gz
--rw-r--r--     root/root       usr/man/man3p/scalbnf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/scalbnl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/scanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sched_get_priority_max.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sched_get_priority_min.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sched_getparam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sched_getscheduler.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sched_rr_get_interval.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sched_setparam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sched_setscheduler.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sched_yield.3p.gz
--rw-r--r--     root/root       usr/man/man3p/seed48.3p.gz
--rw-r--r--     root/root       usr/man/man3p/seekdir.3p.gz
--rw-r--r--     root/root       usr/man/man3p/select.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sem_close.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sem_destroy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sem_getvalue.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sem_init.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sem_open.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sem_post.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sem_timedwait.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sem_trywait.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sem_unlink.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sem_wait.3p.gz
--rw-r--r--     root/root       usr/man/man3p/semctl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/semget.3p.gz
--rw-r--r--     root/root       usr/man/man3p/semop.3p.gz
--rw-r--r--     root/root       usr/man/man3p/send.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sendmsg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sendto.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setbuf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setcontext.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setegid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setenv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/seteuid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setgid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setgrent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sethostent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setitimer.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setjmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setkey.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setlocale.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setlogmask.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setnetent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setpgid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setpgrp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setpriority.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setprotoent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setpwent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setregid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setreuid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setrlimit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setservent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setsid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setsockopt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setstate.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setuid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setutxent.3p.gz
--rw-r--r--     root/root       usr/man/man3p/setvbuf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/shm_open.3p.gz
--rw-r--r--     root/root       usr/man/man3p/shm_unlink.3p.gz
--rw-r--r--     root/root       usr/man/man3p/shmat.3p.gz
--rw-r--r--     root/root       usr/man/man3p/shmctl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/shmdt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/shmget.3p.gz
--rw-r--r--     root/root       usr/man/man3p/shutdown.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigaction.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigaddset.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigaltstack.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigdelset.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigemptyset.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigfillset.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sighold.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigignore.3p.gz
--rw-r--r--     root/root       usr/man/man3p/siginterrupt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigismember.3p.gz
--rw-r--r--     root/root       usr/man/man3p/siglongjmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/signal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/signbit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/signgam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigpause.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigpending.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigprocmask.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigqueue.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigrelse.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigset.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigsetjmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigsuspend.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigtimedwait.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigwait.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sigwaitinfo.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sin.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sinf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sinh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sinhf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sinhl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sinl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sleep.3p.gz
--rw-r--r--     root/root       usr/man/man3p/snprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sockatmark.3p.gz
--rw-r--r--     root/root       usr/man/man3p/socket.3p.gz
--rw-r--r--     root/root       usr/man/man3p/socketpair.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sqrt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sqrtf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sqrtl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/srand.3p.gz
--rw-r--r--     root/root       usr/man/man3p/srand48.3p.gz
--rw-r--r--     root/root       usr/man/man3p/srandom.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/stat.3p.gz
--rw-r--r--     root/root       usr/man/man3p/statvfs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/stderr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/stdin.3p.gz
--rw-r--r--     root/root       usr/man/man3p/stdout.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strcasecmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strcat.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strchr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strcmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strcoll.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strcpy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strcspn.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strdup.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strerror.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strerror_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strfmon.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strftime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strlen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strncasecmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strncat.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strncmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strncpy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strpbrk.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strptime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strrchr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strspn.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strstr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtod.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtof.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtoimax.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtok.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtok_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtol.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtold.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtoll.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtoul.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtoull.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strtoumax.3p.gz
--rw-r--r--     root/root       usr/man/man3p/strxfrm.3p.gz
--rw-r--r--     root/root       usr/man/man3p/swab.3p.gz
--rw-r--r--     root/root       usr/man/man3p/swapcontext.3p.gz
--rw-r--r--     root/root       usr/man/man3p/swprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/swscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/symlink.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sync.3p.gz
--rw-r--r--     root/root       usr/man/man3p/sysconf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/syslog.3p.gz
--rw-r--r--     root/root       usr/man/man3p/system.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tan.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tanh.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tanhf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tanhl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tanl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tcdrain.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tcflow.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tcflush.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tcgetattr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tcgetpgrp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tcgetsid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tcsendbreak.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tcsetattr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tcsetpgrp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tdelete.3p.gz
--rw-r--r--     root/root       usr/man/man3p/telldir.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tempnam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tfind.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tgamma.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tgammaf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tgammal.3p.gz
--rw-r--r--     root/root       usr/man/man3p/time.3p.gz
--rw-r--r--     root/root       usr/man/man3p/timer_create.3p.gz
--rw-r--r--     root/root       usr/man/man3p/timer_delete.3p.gz
--rw-r--r--     root/root       usr/man/man3p/timer_getoverrun.3p.gz
--rw-r--r--     root/root       usr/man/man3p/timer_gettime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/timer_settime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/times.3p.gz
--rw-r--r--     root/root       usr/man/man3p/timezone.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tmpfile.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tmpnam.3p.gz
--rw-r--r--     root/root       usr/man/man3p/toascii.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tolower.3p.gz
--rw-r--r--     root/root       usr/man/man3p/toupper.3p.gz
--rw-r--r--     root/root       usr/man/man3p/towctrans.3p.gz
--rw-r--r--     root/root       usr/man/man3p/towlower.3p.gz
--rw-r--r--     root/root       usr/man/man3p/towupper.3p.gz
--rw-r--r--     root/root       usr/man/man3p/trunc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/truncate.3p.gz
--rw-r--r--     root/root       usr/man/man3p/truncf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/truncl.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tsearch.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ttyname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ttyname_r.3p.gz
--rw-r--r--     root/root       usr/man/man3p/twalk.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tzname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/tzset.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ualarm.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ulimit.3p.gz
--rw-r--r--     root/root       usr/man/man3p/umask.3p.gz
--rw-r--r--     root/root       usr/man/man3p/uname.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ungetc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/ungetwc.3p.gz
--rw-r--r--     root/root       usr/man/man3p/unlink.3p.gz
--rw-r--r--     root/root       usr/man/man3p/unlockpt.3p.gz
--rw-r--r--     root/root       usr/man/man3p/unsetenv.3p.gz
--rw-r--r--     root/root       usr/man/man3p/usleep.3p.gz
--rw-r--r--     root/root       usr/man/man3p/utime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/utimes.3p.gz
--rw-r--r--     root/root       usr/man/man3p/va_arg.3p.gz
--rw-r--r--     root/root       usr/man/man3p/va_copy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/va_end.3p.gz
--rw-r--r--     root/root       usr/man/man3p/va_start.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vfork.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vfprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vfscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vfwprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vfwscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vsnprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vsprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vsscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vswprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vswscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vwprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/vwscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wait.3p.gz
--rw-r--r--     root/root       usr/man/man3p/waitid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/waitpid.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcrtomb.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcscat.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcschr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcscmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcscoll.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcscpy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcscspn.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcsftime.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcslen.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcsncat.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcsncmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcsncpy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcspbrk.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcsrchr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcsrtombs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcsspn.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcsstr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstod.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstof.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstoimax.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstok.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstol.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstold.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstoll.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstombs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstoul.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstoull.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcstoumax.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcswcs.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcswidth.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcsxfrm.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wctob.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wctomb.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wctrans.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wctype.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wcwidth.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wmemchr.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wmemcmp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wmemcpy.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wmemmove.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wmemset.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wordexp.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wordfree.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wprintf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/write.3p.gz
--rw-r--r--     root/root       usr/man/man3p/writev.3p.gz
--rw-r--r--     root/root       usr/man/man3p/wscanf.3p.gz
--rw-r--r--     root/root       usr/man/man3p/y0.3p.gz
--rw-r--r--     root/root       usr/man/man3p/y1.3p.gz
--rw-r--r--     root/root       usr/man/man3p/yn.3p.gz
-drwxr-xr-x     root/root       usr/man/man4/
--rw-r--r--     root/root       usr/man/man4/console.4.gz
--rw-r--r--     root/root       usr/man/man4/console_codes.4.gz
--rw-r--r--     root/root       usr/man/man4/console_ioctl.4.gz
--rw-r--r--     root/root       usr/man/man4/cpuid.4.gz
--rw-r--r--     root/root       usr/man/man4/dsp56k.4.gz
--rw-r--r--     root/root       usr/man/man4/epoll.4.gz
--rw-r--r--     root/root       usr/man/man4/fd.4.gz
--rw-r--r--     root/root       usr/man/man4/fifo.4.gz
--rw-r--r--     root/root       usr/man/man4/full.4.gz
--rw-r--r--     root/root       usr/man/man4/futex.4.gz
--rw-r--r--     root/root       usr/man/man4/hd.4.gz
--rw-r--r--     root/root       usr/man/man4/initrd.4.gz
--rw-r--r--     root/root       usr/man/man4/intro.4.gz
--rw-r--r--     root/root       usr/man/man4/kmem.4.gz
--rw-r--r--     root/root       usr/man/man4/lp.4.gz
--rw-r--r--     root/root       usr/man/man4/mem.4.gz
--rw-r--r--     root/root       usr/man/man4/mouse.4.gz
--rw-r--r--     root/root       usr/man/man4/msr.4.gz
--rw-r--r--     root/root       usr/man/man4/null.4.gz
--rw-r--r--     root/root       usr/man/man4/port.4.gz
--rw-r--r--     root/root       usr/man/man4/ptmx.4.gz
--rw-r--r--     root/root       usr/man/man4/pts.4.gz
--rw-r--r--     root/root       usr/man/man4/ram.4.gz
--rw-r--r--     root/root       usr/man/man4/random.4.gz
--rw-r--r--     root/root       usr/man/man4/rtc.4.gz
--rw-r--r--     root/root       usr/man/man4/sd.4.gz
--rw-r--r--     root/root       usr/man/man4/sk98lin.4.gz
--rw-r--r--     root/root       usr/man/man4/st.4.gz
--rw-r--r--     root/root       usr/man/man4/tty.4.gz
--rw-r--r--     root/root       usr/man/man4/ttyS.4.gz
--rw-r--r--     root/root       usr/man/man4/tty_ioctl.4.gz
--rw-r--r--     root/root       usr/man/man4/urandom.4.gz
--rw-r--r--     root/root       usr/man/man4/vcs.4.gz
--rw-r--r--     root/root       usr/man/man4/vcsa.4.gz
--rw-r--r--     root/root       usr/man/man4/wavelan.4.gz
--rw-r--r--     root/root       usr/man/man4/zero.4.gz
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/acct.5.gz
--rw-r--r--     root/root       usr/man/man5/charmap.5.gz
--rw-r--r--     root/root       usr/man/man5/complex.5.gz
--rw-r--r--     root/root       usr/man/man5/core.5.gz
--rw-r--r--     root/root       usr/man/man5/dir_colors.5.gz
--rw-r--r--     root/root       usr/man/man5/elf.5.gz
--rw-r--r--     root/root       usr/man/man5/environ.5.gz
--rw-r--r--     root/root       usr/man/man5/filesystems.5.gz
--rw-r--r--     root/root       usr/man/man5/fs.5.gz
--rw-r--r--     root/root       usr/man/man5/ftpusers.5.gz
--rw-r--r--     root/root       usr/man/man5/group.5.gz
--rw-r--r--     root/root       usr/man/man5/host.conf.5.gz
--rw-r--r--     root/root       usr/man/man5/hosts.5.gz
--rw-r--r--     root/root       usr/man/man5/hosts.equiv.5.gz
--rw-r--r--     root/root       usr/man/man5/intro.5.gz
--rw-r--r--     root/root       usr/man/man5/ipc.5.gz
--rw-r--r--     root/root       usr/man/man5/issue.5.gz
--rw-r--r--     root/root       usr/man/man5/locale.5.gz
--rw-r--r--     root/root       usr/man/man5/motd.5.gz
--rw-r--r--     root/root       usr/man/man5/networks.5.gz
--rw-r--r--     root/root       usr/man/man5/nologin.5.gz
--rw-r--r--     root/root       usr/man/man5/nscd.conf.5.gz
--rw-r--r--     root/root       usr/man/man5/nsswitch.conf.5.gz
--rw-r--r--     root/root       usr/man/man5/numa_maps.5.gz
--rw-r--r--     root/root       usr/man/man5/proc.5.gz
--rw-r--r--     root/root       usr/man/man5/protocols.5.gz
--rw-r--r--     root/root       usr/man/man5/resolv.conf.5.gz
--rw-r--r--     root/root       usr/man/man5/resolver.5.gz
--rw-r--r--     root/root       usr/man/man5/rpc.5.gz
--rw-r--r--     root/root       usr/man/man5/securetty.5.gz
--rw-r--r--     root/root       usr/man/man5/services.5.gz
--rw-r--r--     root/root       usr/man/man5/shells.5.gz
--rw-r--r--     root/root       usr/man/man5/slabinfo.5.gz
--rw-r--r--     root/root       usr/man/man5/termcap.5.gz
--rw-r--r--     root/root       usr/man/man5/ttytype.5.gz
--rw-r--r--     root/root       usr/man/man5/tzfile.5.gz
--rw-r--r--     root/root       usr/man/man5/utmp.5.gz
--rw-r--r--     root/root       usr/man/man5/utmpx.5.gz
--rw-r--r--     root/root       usr/man/man5/wtmp.5.gz
-drwxr-xr-x     root/root       usr/man/man6/
--rw-r--r--     root/root       usr/man/man6/intro.6.gz
-drwxr-xr-x     root/root       usr/man/man7/
--rw-r--r--     root/root       usr/man/man7/aio.7.gz
--rw-r--r--     root/root       usr/man/man7/armscii-8.7.gz
--rw-r--r--     root/root       usr/man/man7/arp.7.gz
--rw-r--r--     root/root       usr/man/man7/ascii.7.gz
--rw-r--r--     root/root       usr/man/man7/boot.7.gz
--rw-r--r--     root/root       usr/man/man7/bootparam.7.gz
--rw-r--r--     root/root       usr/man/man7/capabilities.7.gz
--rw-r--r--     root/root       usr/man/man7/charsets.7.gz
--rw-r--r--     root/root       usr/man/man7/complex.7.gz
--rw-r--r--     root/root       usr/man/man7/cp1251.7.gz
--rw-r--r--     root/root       usr/man/man7/cpuset.7.gz
--rw-r--r--     root/root       usr/man/man7/credentials.7.gz
--rw-r--r--     root/root       usr/man/man7/ddp.7.gz
--rw-r--r--     root/root       usr/man/man7/environ.7.gz
--rw-r--r--     root/root       usr/man/man7/epoll.7.gz
--rw-r--r--     root/root       usr/man/man7/feature_test_macros.7.gz
--rw-r--r--     root/root       usr/man/man7/fifo.7.gz
--rw-r--r--     root/root       usr/man/man7/futex.7.gz
--rw-r--r--     root/root       usr/man/man7/glibc.7.gz
--rw-r--r--     root/root       usr/man/man7/glob.7.gz
--rw-r--r--     root/root       usr/man/man7/hier.7.gz
--rw-r--r--     root/root       usr/man/man7/hostname.7.gz
--rw-r--r--     root/root       usr/man/man7/icmp.7.gz
--rw-r--r--     root/root       usr/man/man7/inotify.7.gz
--rw-r--r--     root/root       usr/man/man7/intro.7.gz
--rw-r--r--     root/root       usr/man/man7/ip.7.gz
--rw-r--r--     root/root       usr/man/man7/ipv6.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-1.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-10.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-11.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-13.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-14.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-15.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-16.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-2.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-3.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-4.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-5.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-6.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-7.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-8.7.gz
--rw-r--r--     root/root       usr/man/man7/iso-8859-9.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-1.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-10.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-11.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-13.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-14.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-15.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-16.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-2.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-3.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-4.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-5.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-6.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-7.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-8.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859-9.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_1.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_10.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_11.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_13.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_14.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_15.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_16.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_2.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_3.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_4.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_5.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_6.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_7.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_8.7.gz
--rw-r--r--     root/root       usr/man/man7/iso_8859_9.7.gz
--rw-r--r--     root/root       usr/man/man7/koi8-r.7.gz
--rw-r--r--     root/root       usr/man/man7/koi8-u.7.gz
--rw-r--r--     root/root       usr/man/man7/latin1.7.gz
--rw-r--r--     root/root       usr/man/man7/latin10.7.gz
--rw-r--r--     root/root       usr/man/man7/latin2.7.gz
--rw-r--r--     root/root       usr/man/man7/latin3.7.gz
--rw-r--r--     root/root       usr/man/man7/latin4.7.gz
--rw-r--r--     root/root       usr/man/man7/latin5.7.gz
--rw-r--r--     root/root       usr/man/man7/latin6.7.gz
--rw-r--r--     root/root       usr/man/man7/latin7.7.gz
--rw-r--r--     root/root       usr/man/man7/latin8.7.gz
--rw-r--r--     root/root       usr/man/man7/latin9.7.gz
--rw-r--r--     root/root       usr/man/man7/libc.7.gz
--rw-r--r--     root/root       usr/man/man7/locale.7.gz
--rw-r--r--     root/root       usr/man/man7/mailaddr.7.gz
--rw-r--r--     root/root       usr/man/man7/man-pages.7.gz
--rw-r--r--     root/root       usr/man/man7/man.7.gz
--rw-r--r--     root/root       usr/man/man7/math_error.7.gz
--rw-r--r--     root/root       usr/man/man7/mdoc.7.gz
--rw-r--r--     root/root       usr/man/man7/mdoc.samples.7.gz
--rw-r--r--     root/root       usr/man/man7/mq_overview.7.gz
--rw-r--r--     root/root       usr/man/man7/netdevice.7.gz
--rw-r--r--     root/root       usr/man/man7/netlink.7.gz
--rw-r--r--     root/root       usr/man/man7/numa.7.gz
--rw-r--r--     root/root       usr/man/man7/operator.7.gz
--rw-r--r--     root/root       usr/man/man7/packet.7.gz
--rw-r--r--     root/root       usr/man/man7/path_resolution.7.gz
--rw-r--r--     root/root       usr/man/man7/pipe.7.gz
--rw-r--r--     root/root       usr/man/man7/posixoptions.7.gz
--rw-r--r--     root/root       usr/man/man7/pthreads.7.gz
--rw-r--r--     root/root       usr/man/man7/pty.7.gz
--rw-r--r--     root/root       usr/man/man7/raw.7.gz
--rw-r--r--     root/root       usr/man/man7/regex.7.gz
--rw-r--r--     root/root       usr/man/man7/rtld-audit.7.gz
--rw-r--r--     root/root       usr/man/man7/rtnetlink.7.gz
--rw-r--r--     root/root       usr/man/man7/sem_overview.7.gz
--rw-r--r--     root/root       usr/man/man7/shm_overview.7.gz
--rw-r--r--     root/root       usr/man/man7/sigevent.7.gz
--rw-r--r--     root/root       usr/man/man7/signal.7.gz
--rw-r--r--     root/root       usr/man/man7/socket.7.gz
--rw-r--r--     root/root       usr/man/man7/spufs.7.gz
--rw-r--r--     root/root       usr/man/man7/standards.7.gz
--rw-r--r--     root/root       usr/man/man7/suffixes.7.gz
--rw-r--r--     root/root       usr/man/man7/svipc.7.gz
--rw-r--r--     root/root       usr/man/man7/symlink.7.gz
--rw-r--r--     root/root       usr/man/man7/tcp.7.gz
--rw-r--r--     root/root       usr/man/man7/termio.7.gz
--rw-r--r--     root/root       usr/man/man7/time.7.gz
--rw-r--r--     root/root       usr/man/man7/tis-620.7.gz
--rw-r--r--     root/root       usr/man/man7/udp.7.gz
--rw-r--r--     root/root       usr/man/man7/udplite.7.gz
--rw-r--r--     root/root       usr/man/man7/unicode.7.gz
--rw-r--r--     root/root       usr/man/man7/units.7.gz
--rw-r--r--     root/root       usr/man/man7/unix.7.gz
--rw-r--r--     root/root       usr/man/man7/uri.7.gz
--rw-r--r--     root/root       usr/man/man7/url.7.gz
--rw-r--r--     root/root       usr/man/man7/urn.7.gz
--rw-r--r--     root/root       usr/man/man7/utf-8.7.gz
--rw-r--r--     root/root       usr/man/man7/utf8.7.gz
--rw-r--r--     root/root       usr/man/man7/x25.7.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/intro.8.gz
--rw-r--r--     root/root       usr/man/man8/ld-linux.8.gz
--rw-r--r--     root/root       usr/man/man8/ld-linux.so.8.gz
--rw-r--r--     root/root       usr/man/man8/ld.so.8.gz
--rw-r--r--     root/root       usr/man/man8/ldconfig.8.gz
--rw-r--r--     root/root       usr/man/man8/nscd.8.gz
--rw-r--r--     root/root       usr/man/man8/sync.8.gz
--rw-r--r--     root/root       usr/man/man8/tzselect.8.gz
--rw-r--r--     root/root       usr/man/man8/zdump.8.gz
--rw-r--r--     root/root       usr/man/man8/zic.8.gz
--rw-r--r--     root/root       usr/man/whatis (EMPTY)
diff --git a/man-pages/.md5sum b/man-pages/.md5sum
deleted file mode 100644 (file)
index 7f540d2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-1278c5289660e42a597fefd30d9bdcf0  man-pages-3.32.tar.bz2
-7c78aff03c0a6767ba483d34f19e4b09  man-pages-posix-2003-a.tar.bz2
diff --git a/man-pages/Pkgfile b/man-pages/Pkgfile
deleted file mode 100644 (file)
index f39d6c9..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: The Linux manpages collection
-# URL: http://www.kernel.org/doc/man-pages/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: man
-
-name=man-pages
-version=3.32
-release=1
-source=(http://www.kernel.org/pub/linux/docs/man-pages/Archive/$name-$version.tar.bz2 \
-        http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.bz2)
-
-build() {
-  cd $name-$version
-  rm man1/time.1 man5/passwd.5 man2/quotactl.2
-  make gz
-  make MANDIR=/usr/man DESTDIR=$PKG install
-
-  cd ../$name-posix-2003-a
-  make gz
-  make MANDIR=/usr/man DESTDIR=$PKG install
-  touch $PKG/usr/man/whatis
-}
diff --git a/man/.footprint b/man/.footprint
deleted file mode 100644 (file)
index 1d5691a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-drwxr-xr-x     root/root       etc/
-drwxr-xr-x     root/root       etc/cron/
-drwxr-xr-x     root/root       etc/cron/daily/
--rwxr-xr-x     root/root       etc/cron/daily/makewhatis
--rw-r--r--     root/root       etc/man.conf
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
--rwxr-xr-x     root/root       usr/bin/apropos
--rwxr-xr-x     root/root       usr/bin/man
--rwxr-xr-x     root/root       usr/bin/man2dvi
--rwxr-xr-x     root/root       usr/bin/man2html
--rwxr-xr-x     root/root       usr/bin/whatis
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/apropos.1.gz
--rw-r--r--     root/root       usr/man/man1/man.1.gz
--rw-r--r--     root/root       usr/man/man1/man2html.1.gz
--rw-r--r--     root/root       usr/man/man1/whatis.1.gz
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/man.conf.5.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/makewhatis.8.gz
-drwxr-xr-x     root/root       usr/sbin/
--rwxr-xr--     root/root       usr/sbin/makewhatis
diff --git a/man/.md5sum b/man/.md5sum
deleted file mode 100644 (file)
index 6effbeb..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-a5617e86e5fb22dc38e40e1cd5ef00a4  makewhatis
-ba154d5796928b841c9c69f0ae376660  man-1.6g.tar.gz
diff --git a/man/Pkgfile b/man/Pkgfile
deleted file mode 100644 (file)
index 702b81a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: The man page suite used to read most of the documentation for Linux
-# URL: http://primates.ximian.com/~flucifredi/man/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: less groff
-
-name=man
-version=1.6g
-release=1
-source=(http://primates.ximian.com/~flucifredi/man/$name-$version.tar.gz \
-        makewhatis)
-
-build() {
-  cd $name-$version
-
-  ./configure -prefix=/usr \
-              -confdir=/etc \
-              -mandir=/usr/man \
-              +lang none \
-              -default
-
-  make BUILD_CC="gcc"
-  make DESTDIR=$PKG install
-  install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis
-}
diff --git a/man/makewhatis b/man/makewhatis
deleted file mode 100755 (executable)
index a59432c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# /etc/cron/daily/makewhatis: update the whatis database
-#
-
-/usr/sbin/makewhatis -w
-
-# End of file
diff --git a/mlocate/.footprint b/mlocate/.footprint
deleted file mode 100644 (file)
index 5ffc811..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-drwxr-xr-x     root/root       etc/
-drwxr-xr-x     root/root       etc/cron/
-drwxr-xr-x     root/root       etc/cron/daily/
--rwxr-xr-x     root/root       etc/cron/daily/mlocate
--rw-r--r--     root/root       etc/updatedb.conf
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
--rwxr-sr-x     root/mlocate    usr/bin/locate
--rwxr-xr-x     root/root       usr/bin/updatedb
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/locate.1.gz
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/mlocate.db.5.gz
--rw-r--r--     root/root       usr/man/man5/updatedb.conf.5.gz
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/updatedb.8.gz
-drwxr-xr-x     root/root       var/
-drwxr-xr-x     root/root       var/lib/
-drwxr-x---     root/mlocate    var/lib/mlocate/
diff --git a/mlocate/.md5sum b/mlocate/.md5sum
deleted file mode 100644 (file)
index 80d6e62..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-7d67badc004a8ade29648c8449b479e4  mlocate
-a9c221e5bc489a2ed710c943990137bd  mlocate-0.24.tar.xz
-ba81e63d0d15d630e5feaecb066b202c  updatedb.conf
diff --git a/mlocate/Pkgfile b/mlocate/Pkgfile
deleted file mode 100644 (file)
index 8c72833..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Description: Fast merging drop-in replacement for slocate
-# URL: http://carolina.mff.cuni.cz/~trmac/blog/mlocate/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on:
-
-name=mlocate
-version=0.24
-release=1
-source=(https://fedorahosted.org/releases/m/l/$name/$name-$version.tar.xz \
-        mlocate updatedb.conf)
-
-build() {
-  cd $name-$version
-
-  ./configure --build=$CHOST \
-              --host=$CTARGET \
-              --prefix=/usr \
-              --mandir=/usr/man \
-              --sysconfdir=/etc \
-              --localstatedir=/var/lib \
-              --disable-nls
-  
-  sed -i -e '29 d' -e '82 d' gnulib/lib/wchar.in.h
-  make ARCH=arm 
-  make DESTDIR=$PKG install
-
-  install -D -m 0755 $SRC/mlocate $PKG/etc/cron/daily/mlocate
-  install -m 0644 $SRC/updatedb.conf $PKG/etc
-}
diff --git a/mlocate/mlocate b/mlocate/mlocate
deleted file mode 100644 (file)
index 8988e89..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# /etc/cron/daily/mlocate: update the mlocate database
-#
-
-/usr/bin/updatedb
-
-# End of file
diff --git a/mlocate/updatedb.conf b/mlocate/updatedb.conf
deleted file mode 100644 (file)
index 0b2ab92..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# /etc/updatedb.conf
-#
-# configuration file for updatedb(8), see updatedb.conf(5)
-
-PRUNEFS="nfs nfs4 afs proc smbfs cifs autofs auto iso9660 sshfs sysfs usbfs tmpfs"
-PRUNENAMES=".git .svn .hg .bzr _darcs CVS RCS"
-PRUNEPATHS="/tmp /mnt /var/cache /var/lock /var/run /var/spool /var/tmp"
-
-# End of file
diff --git a/perl/.footprint b/perl/.footprint
deleted file mode 100644 (file)
index 4a2a527..0000000
+++ /dev/null
@@ -1,1813 +0,0 @@
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
--rwxr-xr-x     root/root       usr/bin/a2p
--rwxr-xr-x     root/root       usr/bin/c2ph
--rwxr-xr-x     root/root       usr/bin/config_data
--rwxr-xr-x     root/root       usr/bin/corelist
--rwxr-xr-x     root/root       usr/bin/cpan
--rwxr-xr-x     root/root       usr/bin/cpan2dist
--rwxr-xr-x     root/root       usr/bin/cpanp
--rwxr-xr-x     root/root       usr/bin/cpanp-run-perl
--rwxr-xr-x     root/root       usr/bin/dprofpp
--rwxr-xr-x     root/root       usr/bin/enc2xs
--rwxr-xr-x     root/root       usr/bin/find2perl
--rwxr-xr-x     root/root       usr/bin/h2ph
--rwxr-xr-x     root/root       usr/bin/h2xs
--rwxr-xr-x     root/root       usr/bin/instmodsh
--rwxr-xr-x     root/root       usr/bin/libnetcfg
-lrwxrwxrwx     root/root       usr/bin/perl -> perl5.10.0
--rwxr-xr-x     root/root       usr/bin/perl5.10.0
--rwxr-xr-x     root/root       usr/bin/perlbug
--rwxr-xr-x     root/root       usr/bin/perldoc
--rwxr-xr-x     root/root       usr/bin/perlivp
--rwxr-xr-x     root/root       usr/bin/piconv
--rwxr-xr-x     root/root       usr/bin/pl2pm
--rwxr-xr-x     root/root       usr/bin/pod2html
--rwxr-xr-x     root/root       usr/bin/pod2latex
--rwxr-xr-x     root/root       usr/bin/pod2man
--rwxr-xr-x     root/root       usr/bin/pod2text
--rwxr-xr-x     root/root       usr/bin/pod2usage
--rwxr-xr-x     root/root       usr/bin/podchecker
--rwxr-xr-x     root/root       usr/bin/podselect
--rwxr-xr-x     root/root       usr/bin/prove
-lrwxrwxrwx     root/root       usr/bin/psed -> s2p
-lrwxrwxrwx     root/root       usr/bin/pstruct -> c2ph
--rwxr-xr-x     root/root       usr/bin/ptar
--rwxr-xr-x     root/root       usr/bin/ptardiff
--rwxr-xr-x     root/root       usr/bin/s2p
--rwxr-xr-x     root/root       usr/bin/shasum
--rwxr-xr-x     root/root       usr/bin/splain
--rwxr-xr-x     root/root       usr/bin/xsubpp
-drwxr-xr-x     root/root       usr/lib/
-drwxr-xr-x     root/root       usr/lib/perl5/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/AnyDBM_File.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Archive/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Archive/Extract.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Archive/Tar.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Archive/Tar/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Archive/Tar/Constant.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Archive/Tar/File.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Attribute/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Attribute/Handlers.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/AutoLoader.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/AutoSplit.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Benchmark.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CGI.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CGI/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CGI/Apache.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CGI/Carp.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CGI/Cookie.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CGI/Fast.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CGI/Pretty.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CGI/Push.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CGI/Switch.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CGI/Util.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CORE.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPAN/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPAN/API/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/API/HOWTO.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/Debug.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/DeferedCode.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/FirstTime.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/HandleConfig.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/Kwalify.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPAN/Kwalify/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/Kwalify/distroprefs.dd
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/Kwalify/distroprefs.yml
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/Nox.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/Queue.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/Tarzip.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPAN/Version.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Backend.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Backend/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Backend/RV.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Config.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Configure.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Configure/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Configure/Setup.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Dist.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Dist/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Dist/Base.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Dist/Build.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Dist/Build/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Dist/Build/Constants.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Dist/MM.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Dist/Sample.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Error.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/FAQ.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Hacking.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Constants.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Constants/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Constants/Report.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Extract.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Fetch.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Report.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Search.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Source.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Utils.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Utils/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Internals/Utils/Autoflush.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Module.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Module/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Module/Author.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Module/Author/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Module/Author/Fake.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Module/Checksums.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Module/Fake.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Module/Signature.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Selfupdate.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Shell.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Shell/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Shell/Classic.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Shell/Default.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Shell/Default/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Shell/Default/Plugins/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Shell/Default/Plugins/Remote.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/Shell/Default/Plugins/Source.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/CPANPLUS/inc.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Carp.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Carp/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Carp/Heavy.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Class/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Class/ISA.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Class/Struct.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Config/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Config/Extensions.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/DB.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/DBM_Filter.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/DBM_Filter/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/DBM_Filter/compress.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/DBM_Filter/encode.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/DBM_Filter/int32.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/DBM_Filter/null.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/DBM_Filter/utf8.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Devel/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Devel/InnerPackage.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Devel/SelfStubber.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Digest.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Digest/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Digest/base.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Digest/file.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/DirHandle.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Dumpvalue.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Encode/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Encode/ConfigLocal_PM.e2x
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Encode/Makefile_PL.e2x
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Encode/PerlIO.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Encode/Supported.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Encode/_PM.e2x
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Encode/_T.e2x
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Encode/encode.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/English.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Env.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Exporter.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Exporter/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Exporter/Heavy.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/ExtUtils/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/Base.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/Platform/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/Platform/Unix.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/Platform/VMS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/Platform/Windows.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/Platform/aix.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/Platform/cygwin.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/Platform/darwin.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/Platform/dec_osf.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/CBuilder/Platform/os2.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Command.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/ExtUtils/Command/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Command/MM.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Constant.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/ExtUtils/Constant/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Constant/Base.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Constant/ProxySubs.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Constant/Utils.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Constant/XS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Embed.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Install.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Installed.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Liblist.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/ExtUtils/Liblist/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Liblist/Kid.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MANIFEST.SKIP
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_AIX.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_Any.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_BeOS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_Cygwin.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_DOS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_MacOS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_NW5.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_OS2.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_QNX.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_UWIN.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_Unix.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_VMS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_VOS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_Win32.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MM_Win95.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MY.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MakeMaker.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/ExtUtils/MakeMaker/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MakeMaker/Config.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MakeMaker/FAQ.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MakeMaker/Tutorial.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MakeMaker/bytes.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/MakeMaker/vmsish.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Manifest.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Miniperl.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Mkbootstrap.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Mksymlists.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/Packlist.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/ParseXS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/testlib.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/typemap
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ExtUtils/xsubpp
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Fatal.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/File/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Basename.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/CheckTree.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Compare.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Copy.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/DosGlob.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Fetch.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Find.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Path.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Spec.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/File/Spec/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Spec/Cygwin.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Spec/Epoc.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Spec/Functions.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Spec/Mac.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Spec/OS2.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Spec/Unix.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Spec/VMS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Spec/Win32.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/Temp.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/File/stat.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/FileCache.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/FileHandle.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Filter/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Filter/Simple.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/FindBin.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Getopt/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Getopt/Long.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Getopt/Std.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/I18N/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/I18N/Collate.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/I18N/LangTags.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/I18N/LangTags/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/I18N/LangTags/Detect.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/I18N/LangTags/List.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/IO/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/IO/Zlib.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/IPC/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/IPC/Cmd.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/IPC/Open2.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/IPC/Open3.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Locale/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Constants.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Constants.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Country.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Country.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Currency.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Currency.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Language.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Language.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Maketext.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Maketext.pod
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Locale/Maketext/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Maketext/Guts.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Maketext/GutsLoader.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Maketext/Simple.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Maketext/TPJ13.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Script.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Locale/Script.pod
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Log/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Log/Message.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Log/Message/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Log/Message/Config.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Log/Message/Handlers.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Log/Message/Item.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Log/Message/Simple.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Math/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Math/BigFloat.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Math/BigFloat/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Math/BigFloat/Trace.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Math/BigInt.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Math/BigInt/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Math/BigInt/Calc.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Math/BigInt/CalcEmu.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Math/BigInt/Trace.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Math/BigRat.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Math/Complex.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Math/Trig.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Memoize.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Memoize/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Memoize/AnyDBM_File.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Memoize/Expire.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Memoize/ExpireFile.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Memoize/ExpireTest.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Memoize/NDBM_File.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Memoize/SDBM_File.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Memoize/Storable.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Module/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Module/Build/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/API.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Authoring.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Base.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Compat.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Config.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/ConfigData.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Cookbook.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Dumper.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/ModuleInfo.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Notes.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/PPMMaker.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/Amiga.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/Default.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/EBCDIC.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/MPEiX.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/MacOS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/RiscOS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/Unix.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/VMS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/VOS.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/Windows.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/aix.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/cygwin.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/darwin.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Platform/os2.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/PodParser.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/Version.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Build/YAML.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/CoreList.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Load.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Module/Load/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Load/Conditional.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Loaded.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Pluggable.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Module/Pluggable/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Module/Pluggable/Object.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/NEXT.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Net/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/Cmd.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/Config.eg
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/Config.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/Domain.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/FTP.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Net/FTP/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/FTP/A.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/FTP/E.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/FTP/I.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/FTP/L.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/FTP/dataconn.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/Hostname.pm.eg
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/NNTP.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/Netrc.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/POP3.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/Ping.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/SMTP.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/Time.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/hostent.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/libnetFAQ.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/netent.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/protoent.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Net/servent.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Object/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Object/Accessor.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Package/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Package/Constants.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Params/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Params/Check.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/PerlIO.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/PerlIO/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/PerlIO/via/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/PerlIO/via/QuotedPrint.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Pod/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Checker.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Escapes.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Find.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Functions.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Html.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/InputObjects.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/LaTeX.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Man.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/ParseLink.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/ParseUtils.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Parser.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/BaseTo.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/GetOptsOO.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/ToChecker.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/ToMan.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/ToNroff.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/ToPod.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/ToRtf.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/ToText.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/ToTk.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Perldoc/ToXml.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/PlainText.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Plainer.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Select.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple.pod
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Pod/Simple/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/BlackBox.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/Checker.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/Debug.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/DumpAsText.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/DumpAsXML.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/HTML.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/HTMLBatch.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/HTMLLegacy.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/LinkSection.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/Methody.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/Progress.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/PullParser.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/PullParserEndToken.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/PullParserStartToken.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/PullParserTextToken.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/PullParserToken.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/RTF.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/Search.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/SimpleTree.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/Subclassing.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/Text.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/TextContent.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/TiedOutFH.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/Transcode.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/TranscodeDumb.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/TranscodeSmart.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Simple/XMLOutStream.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Text.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Pod/Text/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Text/Color.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Text/Overstrike.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Text/Termcap.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Pod/Usage.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Search/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Search/Dict.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/SelectSaver.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/SelfLoader.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Shell.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Switch.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Symbol.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Term/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Term/ANSIColor.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Term/Cap.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Term/Complete.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Term/ReadLine.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Term/UI.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Term/UI/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Term/UI/History.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Test/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Builder.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Test/Builder/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Builder/Module.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Builder/Tester.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Test/Builder/Tester/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Builder/Tester/Color.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Harness.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Test/Harness/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Harness/Assert.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Harness/Iterator.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Harness/Point.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Harness/Results.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Harness/Straps.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Harness/TAP.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Harness/Util.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/More.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Simple.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Test/Tutorial.pod
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Text/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Text/Abbrev.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Text/Balanced.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Text/ParseWords.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Text/Tabs.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Text/Wrap.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Thread.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Thread/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Thread/Queue.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Thread/Semaphore.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Tie/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Tie/Array.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Tie/File.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Tie/Handle.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Tie/Hash.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Tie/Hash/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Tie/Hash/NamedCapture.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Tie/Memoize.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Tie/RefHash.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Tie/Scalar.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Tie/StdHandle.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Tie/SubstrHash.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Time/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Time/Local.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Time/gmtime.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Time/localtime.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Time/tm.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/UNIVERSAL.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Unicode/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Unicode/Collate.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/Unicode/Collate/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Unicode/Collate/allkeys.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Unicode/Collate/keys.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/Unicode/UCD.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/User/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/User/grent.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/User/pwent.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/abbrev.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/B.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/B/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/B/Concise.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/B/Debug.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/B/Deparse.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/B/Lint.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/B/Showlex.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/B/Terse.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/B/Xref.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/EXTERN.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/INTERN.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/XSUB.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/av.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/cc_runtime.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/config.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/cop.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/cv.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/dosish.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/embed.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/embedvar.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/fakesdio.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/fakethr.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/form.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/gv.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/handy.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/hv.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/intrpvar.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/iperlsys.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/keywords.h
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/libperl.so
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/malloc_ctl.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/mg.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/nostdio.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/op.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/opcode.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/opnames.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/overload.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/pad.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/parser.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/patchlevel.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/perl.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/perlapi.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/perlio.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/perliol.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/perlsdio.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/perlsfio.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/perlvars.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/perly.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/pp.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/pp_proto.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/proto.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/reentr.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/regcharclass.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/regcomp.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/regexp.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/regnodes.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/scope.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/sv.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/thread.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/uconfig.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/unixish.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/utf8.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/utfebcdic.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/util.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/uudmap.h
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/CORE/warnings.h
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Compress/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Compress/Raw/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Compress/Raw/Zlib.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Compress/Zlib.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Config.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Config.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Config_heavy.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Cwd.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Data/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Data/Dumper.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Devel/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Devel/DProf.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Devel/PPPort.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Devel/Peek.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Digest/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Digest/MD5.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Digest/SHA.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/DynaLoader.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/Alias.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/Byte.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/CJKConstants.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/CN.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/CN/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/CN/HZ.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/Config.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/EBCDIC.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/Encoder.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/Encoding.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/GSM0338.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/Guess.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/JP.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/JP/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/JP/H2Z.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/JP/JIS7.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/KR.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/KR/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/KR/2022_KR.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/MIME/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/MIME/Header.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/MIME/Header/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/MIME/Header/ISO_2022_JP.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/MIME/Name.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/Symbol.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/TW.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/Unicode.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/Unicode/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Encode/Unicode/UTF7.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Errno.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Fcntl.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/File/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/File/Glob.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/File/GlobMapper.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Filter/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Filter/Util/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Filter/Util/Call.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Hash/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Hash/Util.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Hash/Util/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Hash/Util/FieldHash.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/I18N/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/I18N/Langinfo.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Adapter/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Adapter/Deflate.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Adapter/Identity.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Base.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Base/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Base/Common.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Deflate.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Gzip.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Gzip/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Gzip/Constants.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/RawDeflate.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Zip.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Zip/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Zip/Constants.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Zlib/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Zlib/Constants.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Compress/Zlib/Extra.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Dir.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/File.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Handle.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Pipe.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Poll.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Seekable.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Select.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Socket.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Socket/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Socket/INET.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Socket/UNIX.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/Adapter/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/Adapter/Identity.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/Adapter/Inflate.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/AnyInflate.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/AnyUncompress.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/Base.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/Gunzip.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/Inflate.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/RawInflate.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IO/Uncompress/Unzip.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IPC/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IPC/Msg.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IPC/Semaphore.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/IPC/SysV.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/List/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/List/Util.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/MIME/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/MIME/Base64.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/MIME/QuotedPrint.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Math/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Math/BigInt/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Math/BigInt/FastCalc.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/O.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Opcode.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/POSIX.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/POSIX.pod
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/PerlIO/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/PerlIO/encoding.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/PerlIO/scalar.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/PerlIO/via.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/SDBM_File.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Safe.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Scalar/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Scalar/Util.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Socket.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Storable.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Sys/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Sys/Hostname.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Sys/Syslog.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Text/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Text/Soundex.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Time/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Time/HiRes.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Time/Piece.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Time/Seconds.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Unicode/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/Unicode/Normalize.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/XSLoader.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/attrs.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/B/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/B/B.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Compress/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Compress/Raw/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Compress/Raw/Zlib/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Compress/Raw/Zlib/Zlib.so
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Compress/Raw/Zlib/autosplit.ix
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Compress/Zlib/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Compress/Zlib/autosplit.ix
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Cwd/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Cwd/Cwd.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Data/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Data/Dumper/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Data/Dumper/Dumper.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Devel/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Devel/DProf/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Devel/DProf/DProf.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Devel/PPPort/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Devel/PPPort/PPPort.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Devel/Peek/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Devel/Peek/Peek.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Digest/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Digest/MD5/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Digest/MD5/MD5.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Digest/SHA/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Digest/SHA/SHA.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/DynaLoader/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/DynaLoader/autosplit.ix
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/DynaLoader/dl_expandspec.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/DynaLoader/dl_find_symbol_anywhere.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/DynaLoader/dl_findfile.al
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/Byte/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/Byte/Byte.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/CN/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/CN/CN.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/EBCDIC/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/EBCDIC/EBCDIC.so
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/Encode.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/JP/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/JP/JP.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/KR/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/KR/KR.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/Symbol/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/Symbol/Symbol.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/TW/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/TW/TW.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/Unicode/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Encode/Unicode/Unicode.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Fcntl/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Fcntl/Fcntl.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/File/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/File/Glob/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/File/Glob/Glob.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Filter/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Filter/Util/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Filter/Util/Call/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Filter/Util/Call/Call.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Hash/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Hash/Util/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Hash/Util/FieldHash/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Hash/Util/FieldHash/FieldHash.so
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Hash/Util/Util.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/I18N/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/I18N/Langinfo/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/I18N/Langinfo/Langinfo.so
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/I18N/Langinfo/autosplit.ix
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/IO/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/IO/IO.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/IPC/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/IPC/SysV/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/IPC/SysV/SysV.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/List/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/List/Util/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/List/Util/Util.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/MIME/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/MIME/Base64/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/MIME/Base64/Base64.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Math/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Math/BigInt/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Math/BigInt/FastCalc/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Math/BigInt/FastCalc/FastCalc.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Opcode/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Opcode/Opcode.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/POSIX.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigAction/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigAction/flags.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigAction/handler.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigAction/mask.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigAction/new.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigAction/safe.al
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/CLEAR.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/DELETE.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/EXISTS.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/FETCH.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/SCALAR.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/STORE.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/_check.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/_croak.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/_exist.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/_getsig.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/_init.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/SigRt/new.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/abs.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/alarm.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/assert.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/atan2.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/atexit.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/atof.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/atoi.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/atol.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/autosplit.ix
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/bsearch.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/calloc.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/chdir.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/chmod.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/chown.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/clearerr.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/closedir.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/cos.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/creat.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/div.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/errno.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/execl.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/execle.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/execlp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/execv.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/execve.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/execvp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/exit.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/exp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fabs.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fclose.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fcntl.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fdopen.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/feof.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/ferror.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fflush.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fgetc.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fgetpos.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fgets.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fileno.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fopen.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fork.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fprintf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fputc.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fputs.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fread.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/free.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/freopen.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fscanf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fseek.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fsetpos.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fstat.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fsync.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/ftell.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/fwrite.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getc.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getchar.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getegid.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getenv.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/geteuid.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getgid.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getgrgid.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getgrnam.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getgroups.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getlogin.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getpgrp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getpid.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getppid.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getpwnam.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getpwuid.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/gets.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/getuid.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/gmtime.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/isatty.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/kill.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/labs.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/ldiv.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/link.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/load_imports.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/localtime.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/log.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/longjmp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/malloc.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/memchr.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/memcmp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/memcpy.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/memmove.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/memset.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/mkdir.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/offsetof.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/opendir.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/perror.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/pow.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/printf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/putc.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/putchar.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/puts.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/qsort.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/raise.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/rand.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/readdir.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/realloc.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/redef.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/remove.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/rename.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/rewind.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/rewinddir.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/rmdir.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/scanf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/setbuf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/setjmp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/setvbuf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/siglongjmp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/sigsetjmp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/sin.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/sleep.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/sprintf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/sqrt.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/srand.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/sscanf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/stat.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strcat.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strchr.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strcmp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strcpy.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strcspn.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strerror.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strlen.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strncat.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strncmp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strncpy.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strpbrk.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strrchr.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strspn.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strstr.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/strtok.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/system.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/time.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/tmpfile.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/tolower.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/toupper.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/umask.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/ungetc.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/unimpl.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/unlink.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/usage.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/utime.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/vfprintf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/vprintf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/vsprintf.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/wait.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/POSIX/waitpid.al
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/PerlIO/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/PerlIO/encoding/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/PerlIO/encoding/encoding.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/PerlIO/scalar/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/PerlIO/scalar/scalar.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/PerlIO/via/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/PerlIO/via/via.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/SDBM_File/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/SDBM_File/SDBM_File.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Socket/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Socket/Socket.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/BIN_VERSION_NV.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/BIN_WRITE_VERSION_NV.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/CAN_FLOCK.al
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/Storable.so
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/_freeze.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/_retrieve.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/_store.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/_store_fd.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/autosplit.ix
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/fd_retrieve.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/file_magic.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/freeze.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/lock_nstore.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/lock_retrieve.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/lock_store.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/logcarp.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/logcroak.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/nfreeze.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/nstore.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/nstore_fd.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/read_magic.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/retrieve.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/show_file_magic.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/store.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/store_fd.al
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Storable/thaw.al
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Sys/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Sys/Hostname/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Sys/Hostname/Hostname.so
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Sys/Hostname/autosplit.ix
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Sys/Syslog/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Sys/Syslog/Syslog.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Text/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Text/Soundex/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Text/Soundex/Soundex.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Time/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Time/HiRes/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Time/HiRes/HiRes.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Time/Piece/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Time/Piece/Piece.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Unicode/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Unicode/Normalize/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/Unicode/Normalize/Normalize.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/attrs/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/attrs/attrs.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/re/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/re/re.so
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/sdbm/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/sdbm/extralibs.ld
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/threads/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/threads/shared/
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/threads/shared/shared.so
--rwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/auto/threads/threads.so
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/encoding.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/lib.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/ops.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/re.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/threads.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/threads/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/arm-linux-thread-multi/threads/shared.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/assert.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/attributes.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/autouse.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/base.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/bigfloat.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/bigint.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/bigint.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/bignum.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/bigrat.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/bigrat.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/blib.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/bytes.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/bytes_heavy.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/cacheout.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/charnames.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/complete.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/constant.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/ctime.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/diagnostics.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/dotsh.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/dumpvar.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/encoding/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/encoding/warnings.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/exceptions.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/fastcwd.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/feature.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/fields.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/filetest.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/find.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/finddepth.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/flush.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/getcwd.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/getopt.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/getopts.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/hostname.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/if.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/importenv.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/integer.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/less.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/locale.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/look.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/mro.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/newgetopt.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/open.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/open2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/open3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/overload.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/perl5db.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/pod/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/a2p.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl5004delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl5005delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl5100delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl561delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl56delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl570delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl571delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl572delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl573delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl581delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl582delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl583delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl584delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl585delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl586delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl587delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl588delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl58delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl590delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl591delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl592delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl593delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl594delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perl595delta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlaix.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlamiga.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlapi.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlapio.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlapollo.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlartistic.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlbeos.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlbook.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlboot.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlbot.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlbs2000.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlcall.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlce.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlcheat.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlclib.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlcn.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlcommunity.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlcompile.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlcygwin.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldata.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldbmfilter.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldebguts.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldebtut.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldebug.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldelta.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldgux.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldiag.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldoc.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldos.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perldsc.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlebcdic.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlembed.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlepoc.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfaq.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfaq1.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfaq2.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfaq3.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfaq4.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfaq5.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfaq6.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfaq7.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfaq8.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfaq9.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfilter.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfork.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlform.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfreebsd.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlfunc.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlglossary.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlgpl.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlguts.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlhack.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlhist.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlhpux.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlhurd.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlintern.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlintro.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perliol.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlipc.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlirix.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perljp.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlko.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perllexwarn.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perllinux.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perllocale.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perllol.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlmachten.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlmacos.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlmacosx.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlmint.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlmod.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlmodinstall.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlmodlib.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlmodstyle.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlmpeix.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlnetware.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlnewmod.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlnumber.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlobj.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlop.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlopenbsd.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlopentut.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlos2.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlos390.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlos400.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlothrtut.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlpacktut.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlplan9.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlpod.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlpodspec.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlport.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlpragma.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlqnx.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlre.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlreapi.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlrebackslash.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlrecharclass.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlref.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlreftut.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlreguts.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlrequick.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlreref.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlretut.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlriscos.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlrun.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlsec.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlsolaris.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlstyle.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlsub.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlsymbian.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlsyn.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlthrtut.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perltie.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perltoc.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perltodo.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perltooc.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perltoot.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perltrap.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perltru64.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perltw.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlunicode.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlunifaq.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perluniintro.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlunitut.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlutil.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perluts.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlvar.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlvmesa.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlvms.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlvos.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlwin32.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlxs.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pod/perlxstut.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/pwd.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/shellwords.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/sigtrap.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/sort.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/stat.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/strict.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/subs.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/syslog.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/tainted.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/termcap.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/timelocal.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/ArabicShaping.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/BidiMirroring.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/Blocks.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/Canonical.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/CaseFolding.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/CombiningClass.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/CompositionExclusions.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/Decomposition.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/EastAsianWidth.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/Exact.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/HangulSyllableType.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/Index.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/Jamo.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/LineBreak.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/Name.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/NamedSequences.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/NamedSqProv.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/NamesList.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/NormalizationCorrections.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/PVA.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/PropList.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/PropValueAliases.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/Properties
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/PropertyAliases.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/Scripts.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/SpecialCasing.txt
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/StandardizedVariants.txt
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/To/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/To/Digit.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/To/Fold.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/To/Lower.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/To/Title.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/To/Upper.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/UnicodeData.txt
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/lib/
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/AL.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/AN.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/B.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/BN.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/CS.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/EN.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/ES.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/ET.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/L.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/LRE.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/LRO.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/NSM.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/ON.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/PDF.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/R.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/RLE.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/RLO.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/S.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/bc/WS.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/A.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/AL.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/AR.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/ATAR.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/ATB.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/ATBL.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/B.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/BL.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/BR.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/DA.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/DB.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/IS.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/KV.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/L.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/NK.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/NR.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/OV.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/R.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ccc/VR.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/can.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/com.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/enc.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/fin.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/font.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/fra.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/init.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/iso.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/med.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/nar.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/nb.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/sml.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/sqr.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/sub.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/sup.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/vert.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/dt/wide.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/lib/ea/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ea/A.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ea/F.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ea/H.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ea/N.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ea/Na.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/ea/W.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/AHex.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/ASCII.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Alnum.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Alpha.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Alphabet.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Any.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Arab.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Armn.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/AsciiHex.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Assigned.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Bali.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Beng.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/BidiC.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/BidiCont.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Blank.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Bopo.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Brai.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Bugi.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Buhd.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/C.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Canadian.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Cc.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Cf.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Cher.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Cn.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Cntrl.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Co.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Copt.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Cprt.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Cs.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Cyrl.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Dash.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Dash2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/DefaultI.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Dep.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Deprecat.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Deva.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Dia.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Diacriti.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Digit.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Dsrt.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Ethi.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Ext.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Extender.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Geor.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Glag.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Goth.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Graph.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Grek.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Gujr.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Guru.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Hang.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Hani.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Hano.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Hebr.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Hex.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/HexDigit.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Hira.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/HorizSpa.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Hyphen.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Hyphen2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/IDSB.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/IDST.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/IdContin.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/IdStart.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Ideo.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Ideograp.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/IdsBinar.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/IdsTrina.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InAegean.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InAlphab.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InAncie2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InAncien.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InArabi2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InArabi3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InArabi4.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InArabic.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InArmeni.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InArrows.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InBaline.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InBasicL.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InBengal.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InBlockE.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InBopom2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InBopomo.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InBoxDra.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InBraill.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InBugine.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InBuhid.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InByzant.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCherok.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCjkCo2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCjkCo3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCjkCo4.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCjkCom.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCjkRad.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCjkStr.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCjkSym.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCjkUn2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCjkUn3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCjkUni.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCombi2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCombi3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCombi4.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCombin.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InContro.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCoptic.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCounti.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCunei2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCuneif.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCurren.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCyprio.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCyril2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InCyrill.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InDesere.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InDevana.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InDingba.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InEnclo2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InEnclos.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InEthio2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InEthio3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InEthiop.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InGenera.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InGeomet.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InGeorg2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InGeorgi.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InGlagol.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InGothic.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InGreekA.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InGreekE.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InGujara.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InGurmuk.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InHalfwi.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InHangu2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InHangu3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InHangul.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InHanuno.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InHebrew.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InHighPr.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InHighSu.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InHiraga.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InIdeogr.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InIpaExt.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InKanbun.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InKangxi.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InKannad.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InKatak2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InKataka.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InKharos.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InKhmer.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InKhmerS.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLao.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLatin1.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLatin2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLatin3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLatin4.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLatin5.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLatinE.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLetter.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLimbu.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLinea2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLinear.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InLowSur.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMalaya.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMathe2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMathem.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMisce2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMisce3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMisce4.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMisce5.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMiscel.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InModifi.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMongol.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMusica.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InMyanma.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InNewTai.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InNko.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InNumber.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InOgham.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InOldIta.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InOldPer.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InOptica.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InOriya.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InOsmany.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InPhagsP.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InPhoeni.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InPhone2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InPhonet.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InPrivat.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InRunic.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InShavia.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSinhal.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSmallF.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSpacin.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSpecia.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSupers.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSuppl2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSuppl3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSuppl4.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSuppl5.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSuppl6.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSupple.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSyloti.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InSyriac.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InTagalo.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InTagban.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InTags.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InTaiLe.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InTaiXua.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InTamil.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InTelugu.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InThaana.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InThai.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InTibeta.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InTifina.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InUgarit.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InUnifie.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InVaria2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InVariat.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InVertic.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InYiRadi.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InYiSyll.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/InYijing.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/JoinC.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/JoinCont.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Kana.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Khar.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Khmr.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Knda.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/L.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/LC.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/LOE.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Laoo.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Latn.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Limb.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/LinearB.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Ll.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Lm.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Lo.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/LogicalO.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Lower.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Lowercas.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Lt.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Lu.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/M.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Math.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Mc.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Me.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Mlym.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Mn.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Mong.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Mymr.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/N.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/NChar.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Nd.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/NewTaiLu.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Nkoo.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Nl.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/No.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Nonchara.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OAlpha.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/ODI.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OGrExt.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OIDC.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OIDS.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OLower.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OMath.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OUpper.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Ogam.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OldItali.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OldPersi.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Orya.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Osma.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OtherAlp.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OtherDef.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OtherGra.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OtherIdC.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OtherIdS.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OtherLow.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OtherMat.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/OtherUpp.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/P.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/PatSyn.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/PatWS.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/PatternS.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/PatternW.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Pc.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Pd.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Pe.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Pf.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/PhagsPa.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Phnx.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Pi.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Po.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Print.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Ps.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Punct.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/QMark.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Qaai.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Quotatio.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Radical.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Radical2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Runr.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/S.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/SD.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/STerm.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Sc.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Shaw.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Sinh.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Sk.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Sm.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/So.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/SoftDott.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Space.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/SpacePer.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Sterm2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/SylotiNa.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Syrc.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Tagb.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/TaiLe.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Taml.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Telu.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Term.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Terminal.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Tfng.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Tglg.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Thaa.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Thai.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Tibt.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Title.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/UIdeo.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Ugar.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/UnifiedI.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Upper.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Uppercas.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/VS.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Variatio.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/VertSpac.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/WSpace.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/WhiteSpa.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Word.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/XDigit.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Xsux.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Yiii.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Z.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Zl.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Zp.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Zs.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/Zyyy.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/_CanonDC.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/_CaseIgn.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/gc_sc/_CombAbo.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/lib/hst/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/hst/L.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/hst/LV.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/hst/LVT.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/hst/T.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/hst/V.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/lib/jt/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/jt/C.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/jt/D.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/jt/R.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/jt/U.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/AI.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/AL.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/B2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/BA.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/BB.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/BK.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/CB.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/CL.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/CM.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/CR.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/EX.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/GL.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/H2.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/H3.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/HY.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/ID.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/IN.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/IS.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/JL.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/JT.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/JV.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/LF.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/NL.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/NS.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/NU.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/OP.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/PO.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/PR.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/QU.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/SA.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/SG.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/SP.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/SY.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/WJ.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/XX.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/lb/ZW.pl
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/unicore/lib/nt/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/nt/De.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/nt/Di.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/lib/nt/Nu.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/mktables
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/mktables.lst
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/unicore/version
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/utf8.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/utf8_heavy.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/validate.pl
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/vars.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/version.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/version.pod
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/vmsish.pm
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/warnings.pm
-drwxr-xr-x     root/root       usr/lib/perl5/5.10.0/warnings/
--rw-r--r--     root/root       usr/lib/perl5/5.10.0/warnings/register.pm
diff --git a/perl/.md5sum b/perl/.md5sum
deleted file mode 100644 (file)
index dee2d19..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-6a924c325bf48b0ecbd38459f2c7cbac  perl-5.10.0-cross_compile-1.patch
-d2c39b002ebfd2c3c5dba589365c5a71  perl-5.10.0.tar.gz
diff --git a/perl/Pkgfile b/perl/Pkgfile
deleted file mode 100644 (file)
index ed7fb6b..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# Description: Perl programming language
-# URL: http://www.perl.org/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: db gdbm
-
-name=perl
-version=5.10.0
-release=3
-source=(http://www.cpan.org/src/5.0/$name-$version.tar.gz \
-        $name-$version-cross_compile-1.patch)
-
-build() {
-  cd $name-$version
-  patch -p1 -i $SRC/$name-$version-cross_compile-1.patch
-
-  # Use of safe cflags to build perl-cross on the host, and don't use msoft-float
-  export CFLAGS=${CFLAGS/-msoft-float/}
-
-  # avoid to use target generate_uudmap binary
-  sed -i Makefile.SH \
-      -e 's|generate_uudmap\\$(EXE_EXT): .*|generate_uudmap\\$(EXE_EXT):|' \
-      -e 's|\\$(CC) -o generate_uudmap \\$(LDFLAGS) generate_uudmap\\$(OBJ_EXT)|\\$(HOSTCC) -o generate_uudmap \\$(LDFLAGS) generate_uudmap.c|'
-
-  # avoid ./perl
-  sed -i Makefile.SH \
-      -e 's|./perl installman |echo installman|' \
-      -e 's|./perl |./miniperl-cross |g'
-
-  sed -i utils/Makefile.SH \
-      -e 's|../miniperl|../miniperl-cross |g'
-
-  # DynaLoader.a with -fPIC, so it can be linked into a shared lib later
-  sed -i Makefile.SH \
-      -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
-      -e "s@static_target='static'@static_target='static_pic'@g"
-  
-  cd Cross  
-  make HOSTCC="gcc" ARCH=arm CROSS_COMPILE="$CTARGET-"
-  make DESTDIR=$PKG install
-
-  ln -sf perl$version $PKG/usr/bin/perl
-  ln -sf c2ph $PKG/usr/bin/pstruct
-  ln -sf s2p $PKG/usr/bin/psed
-  #ln -sf c2ph.1pm $PKG/usr/man/man1/pstruct.1pm
-  #ln -sf s2p.1pm $PKG/usr/man/man1/psed.1pm
-
-  find $PKG \
-       -iname 'TODO*' -or \
-       -iname 'Change*' -or \
-       -iname 'README*' -or \
-       -name '*.bs' -or \
-       -name .packlist -or \
-       -name perllocal.pod | xargs rm
-  find $PKG -depth -empty -exec rmdir {} \;
-  chmod -R +w $PKG
-}
diff --git a/perl/perl-5.10.0-cross_compile-1.patch b/perl/perl-5.10.0-cross_compile-1.patch
deleted file mode 100644 (file)
index d764a46..0000000
+++ /dev/null
@@ -1,5608 +0,0 @@
-diff -Naur perl-5.10.0.orig/Cross/build-arm-n770-sh perl-5.10.0/Cross/build-arm-n770-sh
---- perl-5.10.0.orig/Cross/build-arm-n770-sh   2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/build-arm-n770-sh        1969-12-31 19:00:00.000000000 -0500
-@@ -1,74 +0,0 @@
--# this is a build script for ARM-linux cross-compiling.
--# it builds miniperl on HOST and then perl for TARGET
--# this approach is like Perl-CE cross-compiling, and allows
--# for full TARGET perl (as opposed to renamed miniperl)
--
--# to skip Configure/build for HOST miniperl, pass "noconf" argument to this script
--
--# some trick is different, however - the file extension for objects files
--# are choosen to be .${CROSS_NAME}, .armo in our case
--
--# note how invoked Makefile.PL for cross-compilation:
--#   miniperl -MCross Makefile.PL
--
--# steps are:
--# - run HOST configure
--# - build HOST miniperl
--# given freshly-created HOST makefile and existing miniperl fix makefile
--# to use 
--
--CROSS_NAME=arm
--
--# suppose compiler is in /opt/arm-2006q3
--CCPATH=/opt/arm-2006q3
--PATH=$CCPATH/bin:$PATH
--CCPREF=arm-none-linux-gnueabi-
--
--CROSSCC=${CCPREF}gcc
--export CROSSCC
--export CROSS_NAME
--
--cp config.sh-arm-linux-n770 config-${CROSS_NAME}.sh
--
--# following should be done better:
--cd ..
--
--if [[ "x$1" != xnoconf* ]] ; then
--# do miniperl on HOST
--./Configure -des -D prefix=./dummy -Dusedevel
--make miniperl
--make uudmap.h
--# fake uudmap, which should be on HOST
--# TODO - all host utilities should be clearly stated and not built for TARGET
--cp generate_uudmap generate_uudmap.${CROSS_NAME}
--fi
--
--#?? cd Cross
--
--# do the rest for TARGET
--$CROSSCC --version
--
--# call make thusly so it will crosscompile...
--XCOREDIR=xlib/$CROSS_NAME/CORE
--PERL_CONFIG_SH=Cross/config-${CROSS_NAME}.sh
--
--#?? . $PERL_CONFIG_SH 
--
--# make cflags do cross-compile work (now its hackish, will be improved!)
--rm cflags-cross-$CROSS_NAME
--cp Cross/cflags-cross-$CROSS_NAME .
--rm Makefile-cross-$CROSS_NAME
--sh Cross/Makefile-cross-SH
--cp Cross/Makefile-cross-$CROSS_NAME .
--
--mkdir xlib
--mkdir xlib/$CROSS_NAME
--mkdir ${XCOREDIR}
--
--#??OBJ_EXT=.${CROSS_NAME}o
--# TODO these -- AR=${CCPREF}ar LD=${CCPREF}ld
--make -f Makefile-cross-$CROSS_NAME xconfig.h
--make -f Makefile-cross-$CROSS_NAME libperl.${CROSS_NAME}a  OBJ_EXT=.${CROSS_NAME}o EXE_EXT=.$CROSS_NAME LIB_EXT=.${CROSS_NAME}a  AR=${CCPREF}ar LD=${CCPREF}ld
--make -f Makefile-cross-$CROSS_NAME DynaLoader.${CROSS_NAME}o  OBJ_EXT=.${CROSS_NAME}o EXE_EXT=.$CROSS_NAME LIB_EXT=.${CROSS_NAME}a  AR=${CCPREF}ar LD=${CCPREF}ld
--make -f Makefile-cross-$CROSS_NAME perl.${CROSS_NAME}
--
-diff -Naur perl-5.10.0.orig/Cross/cflags-cross-arm perl-5.10.0/Cross/cflags-cross-arm
---- perl-5.10.0.orig/Cross/cflags-cross-arm    2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/cflags-cross-arm 1969-12-31 19:00:00.000000000 -0500
-@@ -1,157 +0,0 @@
--#!/bin/sh
--
--# Extra warnings, used e.g. for gcc.
--warn="-Wall -ansi   -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat"
--# Extra standardness.
--stdflags=" -std=c89"
--# Extra extra.
--extra=""
--
--# TODO - remove this Cross-config-xxx stuff
--
--case $PERL_CONFIG_SH in
--'')
--      if test -f Cross/config-arm.sh; then TOP=.;
--      elif test -f ../Cross/config-arm.sh; then TOP=..;
--      elif test -f ../../Cross/config-arm.sh; then TOP=../..;
--      elif test -f ../../../Cross/config-arm.sh; then TOP=../../..;
--      elif test -f ../../../../Cross/config-arm.sh; then TOP=../../../..;
--      else
--              echo "Can't find config-arm.sh."; exit 1
--      fi
--      . $TOP/Cross/config-arm.sh
--      ;;
--esac
--
--: syntax: cflags [optimize=XXX] [file[.suffix]]
--: displays the compiler command line for file
--
--case "X$1" in
--Xoptimize=*|X"optimize=*")
--      eval "$1"
--      shift
--      ;;
--esac
--
--also=': '
--case $# in
--1) also='echo 1>&2 "    CCCMD = "'
--esac
--
--case $# in
--0) set *.c; echo "The current C flags are:" ;;
--esac
--
--set `echo "$* " | sed -e 's/\.[oc] / /g' -e "s/\.${CROSS_NAME}o / /g" -e 's/\.obj / /g' -e "s/\\$obj_ext / /g"`
--
--for file do
--
--    case "$#" in
--    1) extra="-o $file.${CROSS_NAME}o $extra";;
--    *) echo $n "    $file.c   $c" ;;
--    esac
--
--    : allow variables like toke_cflags to be evaluated
--
--    if echo $file | grep -v / >/dev/null
--    then
--      eval 'eval ${'"${file}_cflags"'-""}'
--    fi
--
--    : or customize here
--
--    case "$file" in
--    DB_File) ;;
--    GDBM_File) ;;
--    NDBM_File) ;;
--    ODBM_File) ;;
--    POSIX) ;;
--    SDBM_File) ;;
--    av) ;;
--    byterun) ;;
--    deb) ;;
--    dl) ;;
--    doio) ;;
--    doop) ;;
--    dump) ;;
--    globals) ;;
--    gv) ;;
--    hv) ;;
--    locale) ;;
--    madly) ;;
--    main) ;;
--    malloc) ;;
--    mg) ;;
--    miniperlmain) ;;
--    numeric) ;;
--    op) ;;
--    opmini) ;;
--    pad) ;;
--    perl) ;;
--    perlapi) ;;
--    perlmain) ;;
--    perly) ;;
--    pp) ;;
--    pp_ctl) ;;
--    pp_hot) ;;
--    pp_pack) ;;
--    pp_sort) ;;
--    pp_sys) ;;
--    regcomp) ;;
--    regexec) ;;
--    run) ;;
--    scope) ;;
--    sv) ;;
--    taint) ;;
--    toke) ;;
--    universal) ;;
--    usersub) ;;
--    utf8) ;;
--    util) ;;
--    xsutils) ;;
--    *) ;;
--    esac
--
--case "$cc" in
--*g++*)
--  # Extra paranoia in case people have bad canned ccflags:
--  # bad in the sense that the flags are accepted by g++,
--  # but then whined about.
--  for f in -Wdeclaration-after-statement -std=c89
--  do
--    ccflags=`echo $ccflags|sed 's/$f/ /'`
--  done
--  ;;
--esac
--
--case "$cc" in
--*g++*)
--  # Without -Wno-unused-variable g++ 4.x compiles are rather unwatchable
--  # because of all the warnings about Perl___notused, and g++ doesn't do
--  # __attribute__((unused)) (and even if at some stage it may, people do
--  # have older gcc installations), and ((void)x) isn't enough to silence
--  # the noises about XS functions not using their cv parameter, so we need
--  # the -Wno-unused-parameter too.
--  # Yes, we lose some valid warnings, but hopefully other compilers
--  # (like gcc) will still pick up those warnings.
--  for o in -Wno-unused-variable -Wno-unused-parameter
--  do
--    case "$warn" in
--    *$o*) ;;
--    *) warn="$warn $o" ;;
--    esac
--  done
--  ;;
--esac
--
--if test -f .patch; then
--  ccflags="-DPERL_PATCHNUM=`cat .patch` $ccflags"
--fi
--
--    : Can we perhaps use $ansi2knr here
--    echo "$CROSSCC -c -DPERL_CORE $ccflags $stdflags $optimize $warn $extra"
--    eval "$also "'"$CROSSCC -DUSE_CROSS_COMPILE -DPERL_CORE -c $ccflags $stdflags $optimize $warn $extra"'
--
--    . $TOP/Cross/config-arm.sh
--
--done
-diff -Naur perl-5.10.0.orig/Cross/cleanconfig.sh perl-5.10.0/Cross/cleanconfig.sh
---- perl-5.10.0.orig/Cross/cleanconfig.sh      1969-12-31 19:00:00.000000000 -0500
-+++ perl-5.10.0/Cross/cleanconfig.sh   2009-04-05 13:37:35.954482014 -0400
-@@ -0,0 +1,25 @@
-+#!/bin/bash
-+
-+if [ ! -f "$1" ]; then
-+  echo "Usage: $0 filename"
-+  exit 1
-+fi
-+# Package name      : 
-+# Source directory  : 
-+# Configuration time: 
-+# Configured by     : 
-+# Target system     : linux shelby 2.6.27.10-r4 #4 smp sun dec 21 12:36:
-+
-+sed -i.orig "$1" \
-+    -e "/^#.*Package name/d" \
-+    -e "/^#.*Source directory/d" \
-+    -e "/^#.*Configuration time/d" \
-+    -e "/^#.*Configured by/d" \
-+    -e "/^#.*Target system/d" \
-+    -e "s@\(^myhostname=\).*@\1''@g" \
-+    -e "s@\(^mydomain=\).*@\1''@g" \
-+    -e "s@\(^cf_by=\).*@\1''@g" \
-+    -e "s@\(^cf_email=\).*@\1''@g" \
-+    -e "s@\(^perladmin=\).*@\1''@g" \
-+    -e "s@\(^myuname=\).*@\1''@g" \
-+    -e "s@\(^cf_time=\).*@\1''@g"
-diff -Naur perl-5.10.0.orig/Cross/config perl-5.10.0/Cross/config
---- perl-5.10.0.orig/Cross/config      2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/config   1969-12-31 19:00:00.000000000 -0500
-@@ -1,23 +0,0 @@
--##############################################################################
--#
--# This is the configuration file used to specify the target platform and
--# required level of debug or optimisation.
--#
--##############################################################################
--
--### Target Arch
--ARCH = arm
--#ARCH = i386-pc
--#ARCH = sh4
--#ARCH = mips
--#ARCH = mipsel
--#ARCH = ppc
--
--## Specific arm
--CONFIG_TARGET_ARM_SA11X0 = 1
--#CONFIG_TARGET_ARM_XSCALE = 1
--
--### Target OS
--OS = linux
--#OS = solaris2.8
--
-diff -Naur perl-5.10.0.orig/Cross/config.sh-arm-linux perl-5.10.0/Cross/config.sh-arm-linux
---- perl-5.10.0.orig/Cross/config.sh-arm-linux 2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/config.sh-arm-linux      2009-04-05 13:37:40.274479697 -0400
-@@ -6,11 +6,6 @@
- # instead choose to run each of the .SH files by yourself, or "Configure -S".
- #
--# Package name      : perl5
--# Source directory  : .
--# Configuration time: Wed Sep  3 22:24:58 EDT 2003
--# Configured by     : red
--# Target system     : linux openzaurus.criticalintegration.com 2.4.6-rmk1-np2-embedix #15 Wed Aug 6 07:49:44 UTC 2003 armv4l unknown 
- Author=''
- Date='$Date'
-@@ -33,15 +28,15 @@
- aphostname='/bin/hostname'
- api_revision='5'
- api_subversion='0'
--api_version='9'
-+api_version='10'
- api_versionstring='5.10.0'
- ar='ar'
--archlib='/usr/lib/perl5/5.10.0/armv4l-linux'
--archlibexp='/usr/lib/perl5/5.10.0/armv4l-linux'
-+archlib='/usr/lib/perl5/5.10.0/armv5tel-linux-thread-multi'
-+archlibexp='/usr/lib/perl5/5.10.0/armv5tel-linux-thread-multi'
- archname64=''
--archname='armv4l-linux'
-+archname='armv5tel-linux-thread-multi'
- archobjs=''
--asctime_r_proto='0'
-+asctime_r_proto='REENTRANT_PROTO_B_SB'
- awk='awk'
- baserev='5.0'
- bash=''
-@@ -54,16 +49,16 @@
- castflags='0'
- cat='cat'
- cc='cc'
--cccdlflags='-fpic'
--ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.10.0/armv4l-linux/CORE'
--ccflags='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
-+cccdlflags='-fPIC'
-+ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.10.0/armv5tel-linux-thread-multi/CORE'
-+ccflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
- ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
--ccname='arm-linux-gcc'
--ccsymbols='__APCS_32__=1 __ARM_ARCH_3__=1 __CHAR_UNSIGNED__=1 __GNUC_MINOR__=95 __arm__=1 __linux=1 __linux__=1 __unix=1 __unix__=1 cpu=arm machine=arm system=posix system=unix'
-+ccname='gcc'
-+ccsymbols=''
- ccversion=''
--cf_by='red'
--cf_email='red@criticalintegration.com'
--cf_time='Wed Sep  3 22:24:58 EDT 2003'
-+cf_by=''
-+cf_email=''
-+cf_time=''
- chgrp=''
- chmod='chmod'
- chown=''
-@@ -75,18 +70,18 @@
- cpio=''
- cpp='cpp'
- cpp_stuff='42'
--cppccsymbols='__ELF__=1 __GNUC__=2 linux=1 unix=1'
--cppflags='-fno-strict-aliasing -I/usr/local/include'
-+cppccsymbols=''
-+cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include'
- cpplast='-'
- cppminus='-'
- cpprun='cc -E'
- cppstdin='cc -E'
--cppsymbols='_FILE_OFFSET_BITS=64 __GLIBC__=2 __GLIBC_MINOR__=2 __GNUC_MINOR__=95 __GNU_LIBRARY__=6 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=199506 _POSIX_SOURCE=1 __STDC__=1 __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_SVID=1 __linux=1 __linux__=1 __unix=1 __unix__=1'
--crypt_r_proto='0'
-+cppsymbols='_FILE_OFFSET_BITS=64 _GNU_SOURCE=1 _LARGEFILE64_SOURCE=1 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=200112L _POSIX_SOURCE=1 _REENTRANT=1 _XOPEN_SOURCE=600 _XOPEN_SOURCE_EXTENDED=1 __APCS_32__=1 __ARMEL__=1 __ARM_ARCH_3__=1 __CHAR_BIT__=8 __CHAR_UNSIGNED__=1 __DBL_DENORM_MIN__=4.9406564584124654e-324 __DBL_DIG__=15 __DBL_EPSILON__=2.2204460492503131e-16 __DBL_HAS_DENORM__=1 __DBL_HAS_INFINITY__=1 __DBL_HAS_QUIET_NAN__=1 __DBL_MANT_DIG__=53 __DBL_MAX_10_EXP__=308 __DBL_MAX_EXP__=1024 __DBL_MAX__=1.7976931348623157e+308 __DBL_MIN_10_EXP__=(-307) __DBL_MIN_EXP__=(-1021) __DBL_MIN__=2.2250738585072014e-308 __DEC128_DEN__=0.000000000000000000000000000000001E-6143DL __DEC128_EPSILON__=1E-33DL __DEC128_MANT_DIG__=34 __DEC128_MAX_EXP__=6144 __DEC128_MAX__=9.999999999999999999999999999999999E6144DL __DEC128_MIN_EXP__=(-6143) __DEC128_MIN__=1E-6143DL __DEC32_DEN__=0.000001E-95DF __DEC32_EPSILON__=1E-6DF __DEC32_MANT_DIG__=7 __DEC32_MAX_EXP__=96 __DEC32_MAX__=9.999999E96DF __DEC32_MIN_EXP__=(-95) __DEC32_MIN__=1E-95DF __DEC64_DEN__=0.000000000000001E-383DD __DEC64_EPSILON__=1E-15DD __DEC64_MANT_DIG__=16 __DEC64_MAX_EXP__=384 __DEC64_MAX__=9.999999999999999E384DD __DEC64_MIN_EXP__=(-383) __DEC64_MIN__=1E-383DD __DECIMAL_DIG__=17 __DEC_EVAL_METHOD__=2 __ELF__=1 __FINITE_MATH_ONLY__=0 __FLT_DENORM_MIN__=1.40129846e-45F __FLT_DIG__=6 __FLT_EPSILON__=1.19209290e-7F __FLT_EVAL_METHOD__=0 __FLT_HAS_DENORM__=1 __FLT_HAS_INFINITY__=1 __FLT_HAS_QUIET_NAN__=1 __FLT_MANT_DIG__=24 __FLT_MAX_10_EXP__=38 __FLT_MAX_EXP__=128 __FLT_MAX__=3.40282347e+38F __FLT_MIN_10_EXP__=(-37) __FLT_MIN_EXP__=(-125) __FLT_MIN__=1.17549435e-38F __FLT_RADIX__=2 __GLIBC_MINOR__=9 __GLIBC__=2 __GNUC_GNU_INLINE__=1 __GNUC_MINOR__=3 __GNUC_PATCHLEVEL__=3 __GNUC__=4 __GNU_LIBRARY__=6 __GXX_ABI_VERSION=1002 __INTMAX_MAX__=9223372036854775807LL __INTMAX_TYPE__=long\ long\ int __INT_MAX__=2147483647 __LDBL_DENORM_MIN__=4.9406564584124654e-324L __LDBL_DIG__=15 __LDBL_EPSILON__=2.2204460492503131e-16L __LDBL_HAS_DENORM__=1 __LDBL_HAS_INFINITY__=1 __LDBL_HAS_QUIET_NAN__=1 __LDBL_MANT_DIG__=53 __LDBL_MAX_10_EXP__=308 __LDBL_MAX_EXP__=1024 __LDBL_MAX__=1.7976931348623157e+308L __LDBL_MIN_10_EXP__=(-307) __LDBL_MIN_EXP__=(-1021) __LDBL_MIN__=2.2250738585072014e-308L __LONG_LONG_MAX__=9223372036854775807LL __LONG_MAX__=2147483647L __PTRDIFF_TYPE__=int __REGISTER_PREFIX__= __SCHAR_MAX__=127 __SHRT_MAX__=32767 __SIZEOF_DOUBLE__=8 __SIZEOF_FLOAT__=4 __SIZEOF_INT__=4 __SIZEOF_LONG_DOUBLE__=8 __SIZEOF_LONG_LONG__=8 __SIZEOF_LONG__=4 __SIZEOF_POINTER__=4 __SIZEOF_PTRDIFF_T__=4 __SIZEOF_SHORT__=2 __SIZEOF_SIZE_T__=4 __SIZEOF_WCHAR_T__=4 __SIZEOF_WINT_T__=4 __SIZE_TYPE__=unsigned\ int __STDC_HOSTED__=1 __STDC__=1 __UINTMAX_TYPE__=long\ long\ unsigned\ int __USER_LABEL_PREFIX__= __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_GNU=1 __USE_LARGEFILE64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_POSIX=1 __USE_REENTRANT=1 __USE_SVID=1 __USE_UNIX98=1 __USE_XOPEN=1 __USE_XOPEN_EXTENDED=1 __USING_SJLJ_EXCEPTIONS__=1 __VERSION__="4.3.3" __WCHAR_MAX__=2147483647 __WCHAR_TYPE__=long\ int __WINT_TYPE__=unsigned\ int __arm__=1 __gnu_linux__=1 __linux=1 __linux__=1 __unix=1 __unix__=1 linux=1 unix=1'
-+crypt_r_proto='REENTRANT_PROTO_B_CCS'
- cryptlib=''
- csh='csh'
- ctermid_r_proto='0'
--ctime_r_proto='0'
-+ctime_r_proto='REENTRANT_PROTO_B_SB'
- d_Gconvert='gcvt((x),(n),(b))'
- d_PRIEUldbl='define'
- d_PRIFUldbl='define'
-@@ -107,25 +102,25 @@
- d_aintl='undef'
- d_alarm='define'
- d_archlib='define'
--d_asctime_r='undef'
-+d_asctime_r='define'
- d_atolf='undef'
- d_atoll='define'
--d_attribute_format='undef'
--d_attribute_malloc='undef'
--d_attribute_nonnull='undef'
--d_attribute_noreturn='undef'
--d_attribute_pure='undef'
--d_attribute_unused='undef'
--d_attribute_warn_unused_result='undef'
-+d_attribute_format='define'
-+d_attribute_malloc='define'
-+d_attribute_nonnull='define'
-+d_attribute_noreturn='define'
-+d_attribute_pure='define'
-+d_attribute_unused='define'
-+d_attribute_warn_unused_result='define'
- d_bcmp='define'
- d_bcopy='define'
- d_bsd='undef'
- d_bsdgetpgrp='undef'
- d_bsdsetpgrp='undef'
- d_builtin_choose_expr='define'
--d_builtin_expect='define'
-+d_builtin_expect='undef'
- d_bzero='define'
--d_c99_variadic_macros='undef'
-+d_c99_variadic_macros='define'
- d_casti32='define'
- d_castneg='define'
- d_charvspr='undef'
-@@ -140,11 +135,11 @@
- d_copysignl='define'
- d_cplusplus='undef'
- d_crypt='define'
--d_crypt_r='undef'
--d_csh='define'
--d_ctermid='undef'
-+d_crypt_r='define'
-+d_csh='undef'
-+d_ctermid='define'
- d_ctermid_r='undef'
--d_ctime_r='undef'
-+d_ctime_r='define'
- d_cuserid='define'
- d_dbl_dig='define'
- d_dbminitproto='undef'
-@@ -156,10 +151,10 @@
- d_dlopen='define'
- d_dlsymun='undef'
- d_dosuid='undef'
--d_drand48_r='undef'
-+d_drand48_r='define'
- d_drand48proto='define'
- d_dup2='define'
--d_eaccess='undef'
-+d_eaccess='define'
- d_endgrent='define'
- d_endgrent_r='undef'
- d_endhent='define'
-@@ -174,7 +169,7 @@
- d_endservent_r='undef'
- d_eofnblk='define'
- d_eunice='undef'
--d_faststdio='define'
-+d_faststdio='undef'
- d_fchdir='define'
- d_fchmod='define'
- d_fchown='define'
-@@ -182,7 +177,7 @@
- d_fcntl_can_lock='define'
- d_fd_macros='define'
- d_fd_set='define'
--d_fds_bits='undef'
-+d_fds_bits='define'
- d_fgetpos='define'
- d_finite='define'
- d_finitel='define'
-@@ -205,34 +200,34 @@
- d_fsync='define'
- d_ftello='define'
- d_ftime='undef'
--d_futimes='undef'
-+d_futimes='define'
- d_getcwd='define'
- d_getespwnam='undef'
- d_getfsstat='undef'
- d_getgrent='define'
--d_getgrent_r='undef'
--d_getgrgid_r='undef'
--d_getgrnam_r='undef'
-+d_getgrent_r='define'
-+d_getgrgid_r='define'
-+d_getgrnam_r='define'
- d_getgrps='define'
- d_gethbyaddr='define'
- d_gethbyname='define'
- d_gethent='define'
- d_gethname='define'
--d_gethostbyaddr_r='undef'
--d_gethostbyname_r='undef'
--d_gethostent_r='undef'
-+d_gethostbyaddr_r='define'
-+d_gethostbyname_r='define'
-+d_gethostent_r='define'
- d_gethostprotos='define'
- d_getitimer='define'
- d_getlogin='define'
--d_getlogin_r='undef'
-+d_getlogin_r='define'
- d_getmnt='undef'
- d_getmntent='define'
- d_getnbyaddr='define'
- d_getnbyname='define'
- d_getnent='define'
--d_getnetbyaddr_r='undef'
--d_getnetbyname_r='undef'
--d_getnetent_r='undef'
-+d_getnetbyaddr_r='define'
-+d_getnetbyname_r='define'
-+d_getnetent_r='define'
- d_getnetprotos='define'
- d_getpagsz='define'
- d_getpbyname='define'
-@@ -243,32 +238,32 @@
- d_getpgrp='define'
- d_getppid='define'
- d_getprior='define'
--d_getprotobyname_r='undef'
--d_getprotobynumber_r='undef'
--d_getprotoent_r='undef'
-+d_getprotobyname_r='define'
-+d_getprotobynumber_r='define'
-+d_getprotoent_r='define'
- d_getprotoprotos='define'
- d_getprpwnam='undef'
- d_getpwent='define'
--d_getpwent_r='undef'
--d_getpwnam_r='undef'
--d_getpwuid_r='undef'
-+d_getpwent_r='define'
-+d_getpwnam_r='define'
-+d_getpwuid_r='define'
- d_getsbyname='define'
- d_getsbyport='define'
- d_getsent='define'
--d_getservbyname_r='undef'
--d_getservbyport_r='undef'
--d_getservent_r='undef'
-+d_getservbyname_r='define'
-+d_getservbyport_r='define'
-+d_getservent_r='define'
- d_getservprotos='define'
- d_getspnam='define'
--d_getspnam_r='undef'
-+d_getspnam_r='define'
- d_gettimeod='define'
--d_gmtime_r='undef'
-+d_gmtime_r='define'
- d_gnulibc='define'
- d_grpasswd='define'
- d_hasmntopt='define'
- d_htonl='define'
- d_ilogbl='define'
--d_inc_version_list='define'
-+d_inc_version_list='undef'
- d_index='undef'
- d_inetaton='define'
- d_int64_t='define'
-@@ -282,8 +277,8 @@
- d_ldbl_dig='define'
- d_libm_lib_version='define'
- d_link='define'
--d_localtime_r='undef'
--d_localtime_r_needs_tzset='undef'
-+d_localtime_r='define'
-+d_localtime_r_needs_tzset='define'
- d_locconv='define'
- d_lockf='define'
- d_longdbl='define'
-@@ -329,8 +324,8 @@
- d_nice='define'
- d_nl_langinfo='define'
- d_nv_preserves_uv='define'
--d_nv_zero_is_allbits_zero='undef'
--d_off64_t='undef'
-+d_nv_zero_is_allbits_zero='define'
-+d_off64_t='define'
- d_old_pthread_create_joinable='undef'
- d_oldpthreads='undef'
- d_oldsock='undef'
-@@ -342,12 +337,12 @@
- d_pipe='define'
- d_poll='define'
- d_portable='define'
--d_printf_format_null='undef'
-+d_printf_format_null='define'
- d_procselfexe='define'
- d_pseudofork='undef'
--d_pthread_atfork='undef'
-+d_pthread_atfork='define'
- d_pthread_attr_setscope='define'
--d_pthread_yield='undef'
-+d_pthread_yield='define'
- d_pwage='undef'
- d_pwchange='undef'
- d_pwclass='undef'
-@@ -358,10 +353,10 @@
- d_pwquota='undef'
- d_qgcvt='define'
- d_quad='define'
--d_random_r='undef'
--d_readdir64_r='undef'
-+d_random_r='define'
-+d_readdir64_r='define'
- d_readdir='define'
--d_readdir_r='undef'
-+d_readdir_r='define'
- d_readlink='define'
- d_readv='define'
- d_recvmsg='define'
-@@ -428,36 +423,36 @@
- d_sigprocmask='define'
- d_sigsetjmp='define'
- d_sitearch='define'
--d_snprintf='undef'
--d_sockatmark='undef'
--d_sockatmarkproto='undef'
-+d_snprintf='define'
-+d_sockatmark='define'
-+d_sockatmarkproto='define'
- d_socket='define'
- d_socklen_t='define'
- d_sockpair='define'
- d_socks5_init='undef'
- d_sprintf_returns_strlen='define'
- d_sqrtl='define'
--d_srand48_r='undef'
--d_srandom_r='undef'
--d_sresgproto='undef'
--d_sresuproto='undef'
-+d_srand48_r='define'
-+d_srandom_r='define'
-+d_sresgproto='define'
-+d_sresuproto='define'
- d_statblks='define'
- d_statfs_f_flags='undef'
- d_statfs_s='define'
- d_statvfs='define'
- d_stdio_cnt_lval='undef'
--d_stdio_ptr_lval='define'
-+d_stdio_ptr_lval='undef'
- d_stdio_ptr_lval_nochange_cnt='undef'
--d_stdio_ptr_lval_sets_cnt='define'
-+d_stdio_ptr_lval_sets_cnt='undef'
- d_stdio_stream_array='undef'
--d_stdiobase='define'
--d_stdstdio='define'
-+d_stdiobase='undef'
-+d_stdstdio='undef'
- d_strchr='define'
- d_strcoll='define'
- d_strctcpy='define'
- d_strerrm='strerror(e)'
- d_strerror='define'
--d_strerror_r='undef'
-+d_strerror_r='define'
- d_strftime='define'
- d_strlcat='undef'
- d_strlcpy='undef'
-@@ -486,9 +481,9 @@
- d_times='define'
- d_tm_tm_gmtoff='define'
- d_tm_tm_zone='define'
--d_tmpnam_r='undef'
-+d_tmpnam_r='define'
- d_truncate='define'
--d_ttyname_r='undef'
-+d_ttyname_r='define'
- d_tzname='define'
- d_u32align='undef'
- d_ualarm='define'
-@@ -500,10 +495,10 @@
- d_usleep='define'
- d_usleepproto='define'
- d_ustat='define'
--d_vendorarch='undef'
--d_vendorbin='undef'
--d_vendorlib='undef'
--d_vendorscript='undef'
-+d_vendorarch='define'
-+d_vendorbin='define'
-+d_vendorlib='define'
-+d_vendorscript='define'
- d_vfork='undef'
- d_void_closedir='undef'
- d_voidsig='define'
-@@ -529,8 +524,8 @@
- dlsrc='dl_dlopen.xs'
- doublesize='8'
- drand01='drand48()'
--drand48_r_proto='0'
--dynamic_ext='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared'
-+drand48_r_proto='REENTRANT_PROTO_I_ST'
-+dynamic_ext='attrs B Compress/Raw/Zlib Cwd Data/Dumper Devel/DProf Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filter/Util/Call Hash/Util I18N/Langinfo IO IPC/SysV List/Util Math/BigInt/FastCalc MIME/Base64 Opcode PerlIO/encoding PerlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex threads Time/HiRes Time/Piece Unicode/Normalize XS/APItest XS/Typemap threads/shared Hash/Util/FieldHash'
- eagain='EAGAIN'
- ebcdic='undef'
- echo='echo'
-@@ -545,7 +540,7 @@
- eunicefix=':'
- exe_ext=''
- expr='expr'
--extensions='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared Errno'
-+extensions='attrs B Compress/Raw/Zlib Cwd Data/Dumper Devel/DProf Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filter/Util/Call Hash/Util I18N/Langinfo IO IPC/SysV List/Util Math/BigInt/FastCalc MIME/Base64 Opcode PerlIO/encoding PerlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex threads Time/HiRes Time/Piece Unicode/Normalize XS/APItest XS/Typemap threads/shared Hash/Util/FieldHash Compress/Zlib Errno IO_Compress_Base IO_Compress_Zlib'
- extras=''
- fflushNULL='define'
- fflushall='undef'
-@@ -557,39 +552,39 @@
- freetype='void'
- from=':'
- full_ar='/usr/bin/ar'
--full_csh='/bin/csh'
-+full_csh='csh'
- full_sed='/bin/sed'
- gccansipedantic=''
- gccosandvers=''
--gccversion='2.95.3 20010125 (prerelease)'
--getgrent_r_proto='0'
--getgrgid_r_proto='0'
--getgrnam_r_proto='0'
--gethostbyaddr_r_proto='0'
--gethostbyname_r_proto='0'
--gethostent_r_proto='0'
--getlogin_r_proto='0'
--getnetbyaddr_r_proto='0'
--getnetbyname_r_proto='0'
--getnetent_r_proto='0'
--getprotobyname_r_proto='0'
--getprotobynumber_r_proto='0'
--getprotoent_r_proto='0'
--getpwent_r_proto='0'
--getpwnam_r_proto='0'
--getpwuid_r_proto='0'
--getservbyname_r_proto='0'
--getservbyport_r_proto='0'
--getservent_r_proto='0'
--getspnam_r_proto='0'
-+gccversion='4.3.3'
-+getgrent_r_proto='REENTRANT_PROTO_I_SBWR'
-+getgrgid_r_proto='REENTRANT_PROTO_I_TSBWR'
-+getgrnam_r_proto='REENTRANT_PROTO_I_CSBWR'
-+gethostbyaddr_r_proto='REENTRANT_PROTO_I_TsISBWRE'
-+gethostbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
-+gethostent_r_proto='REENTRANT_PROTO_I_SBWRE'
-+getlogin_r_proto='REENTRANT_PROTO_I_BW'
-+getnetbyaddr_r_proto='REENTRANT_PROTO_I_uISBWRE'
-+getnetbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
-+getnetent_r_proto='REENTRANT_PROTO_I_SBWRE'
-+getprotobyname_r_proto='REENTRANT_PROTO_I_CSBWR'
-+getprotobynumber_r_proto='REENTRANT_PROTO_I_ISBWR'
-+getprotoent_r_proto='REENTRANT_PROTO_I_SBWR'
-+getpwent_r_proto='REENTRANT_PROTO_I_SBWR'
-+getpwnam_r_proto='REENTRANT_PROTO_I_CSBWR'
-+getpwuid_r_proto='REENTRANT_PROTO_I_TSBWR'
-+getservbyname_r_proto='REENTRANT_PROTO_I_CCSBWR'
-+getservbyport_r_proto='REENTRANT_PROTO_I_ICSBWR'
-+getservent_r_proto='REENTRANT_PROTO_I_SBWR'
-+getspnam_r_proto='REENTRANT_PROTO_I_CSBWR'
- gidformat='"lu"'
- gidsign='1'
- gidsize='4'
- gidtype='gid_t'
- glibpth='/usr/shlib  /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
- gmake='gmake'
--gmtime_r_proto='0'
--gnulibc_version='2.2.2'
-+gmtime_r_proto='REENTRANT_PROTO_S_TS'
-+gnulibc_version='2.9'
- grep='grep'
- groupcat='cat /etc/group'
- groupstype='gid_t'
-@@ -697,64 +692,65 @@
- inc_version_list_init='0'
- incpath=''
- inews=''
--installarchlib='./install_me_here/usr/lib/perl5/5.10.0/armv4l-linux'
--installbin='./install_me_here/usr/bin'
-+initialinstalllocation='/usr/bin'
-+installarchlib='/usr/lib/perl5/5.10.0/armv5tel-linux-thread-multi'
-+installbin='/usr/bin'
- installhtml1dir=''
- installhtml3dir=''
--installman1dir='./install_me_here/usr/share/man/man1'
--installman3dir='./install_me_here/usr/share/man/man3'
--installprefix='./install_me_here/usr'
--installprefixexp='./install_me_here/usr'
--installprivlib='./install_me_here/usr/lib/perl5/5.10.0'
--installscript='./install_me_here/usr/bin'
--installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.10.0/armv4l-linux'
--installsitebin='./install_me_here/usr/bin'
-+installman1dir='/usr/share/man/man1'
-+installman3dir='/usr/share/man/man3'
-+installprefix='/usr'
-+installprefixexp='/usr'
-+installprivlib='/usr/lib/perl5/5.10.0'
-+installscript='/usr/bin'
-+installsitearch='/usr/lib/perl5/site_perl/5.10.0/armv5tel-linux-thread-multi'
-+installsitebin='/usr/bin'
- installsitehtml1dir=''
- installsitehtml3dir=''
--installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.10.0'
--installsiteman1dir='./install_me_here/usr/share/man/man1'
--installsiteman3dir='./install_me_here/usr/share/man/man3'
--installsitescript='./install_me_here/usr/bin'
--installstyle='./install_me_herelib/perl5'
-+installsitelib='/usr/lib/perl5/site_perl/5.10.0'
-+installsiteman1dir='/usr/share/man/man1'
-+installsiteman3dir='/usr/share/man/man3'
-+installsitescript='/usr/bin'
-+installstyle='lib/perl5'
- installusrbinperl='undef'
--installvendorarch=''
--installvendorbin=''
-+installvendorarch='/usr/lib/perl5/vendor_perl/5.10.0/armv5tel-linux-thread-multi'
-+installvendorbin='/usr/bin'
- installvendorhtml1dir=''
- installvendorhtml3dir=''
--installvendorlib=''
--installvendorman1dir=''
--installvendorman3dir=''
--installvendorscript=''
-+installvendorlib='/usr/lib/perl5/vendor_perl/5.10.0'
-+installvendorman1dir='/usr/share/man/man1'
-+installvendorman3dir='/usr/share/man/man3'
-+installvendorscript='/usr/bin'
- intsize='4'
--issymlink='/usr/bin/test -h'
-+issymlink='test -h'
- ivdformat='"ld"'
- ivsize='4'
- ivtype='long'
--known_extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call GDBM_File I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared'
-+known_extensions='attrs B Compress/Raw/Zlib Cwd Data/Dumper DB_File Devel/DProf Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filter/Util/Call GDBM_File Hash/Util I18N/Langinfo IO IPC/SysV List/Util Math/BigInt/FastCalc MIME/Base64 NDBM_File ODBM_File Opcode PerlIO/encoding PerlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex threads Time/HiRes Time/Piece Unicode/Normalize Win32 Win32API/File Win32CORE XS/APItest XS/Typemap threads/shared Hash/Util/FieldHash'
- ksh=''
- ld='cc'
--lddlflags='-shared -L/usr/local/lib'
-+lddlflags='-shared -O2 -L/usr/local/lib'
- ldflags=' -L/usr/local/lib'
- ldflags_uselargefiles=''
- ldlibpthname='LD_LIBRARY_PATH'
- less='less'
- lib_ext='.a'
--libc='/lib/libc-2.2.2.so'
-+libc='/lib/libc-2.9.so'
- libperl='libperl.so'
- libpth='/usr/local/lib /lib /usr/lib'
--libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
-+libs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
- libsdirs=' /usr/lib'
--libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
--libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
-+libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libpthread.so libc.so'
-+libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libpthread.so /usr/lib/libc.so'
- libspath=' /usr/local/lib /lib /usr/lib'
--libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util c cposix posix ucb BSD'
-+libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util pthread c cposix posix ucb BSD'
- libswanted_uselargefiles=''
- line=''
- lint=''
- lkflags=''
- ln='ln'
- lns='/bin/ln -s'
--localtime_r_proto='0'
-+localtime_r_proto='REENTRANT_PROTO_S_TS'
- locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
- loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
- longdblsize='8'
-@@ -766,6 +762,9 @@
- lseeksize='8'
- lseektype='off_t'
- mad='undef'
-+madlyh=''
-+madlyobj=''
-+madlysrc=''
- mail=''
- mailx=''
- make='make'
-@@ -787,10 +786,10 @@
- more='more'
- multiarch='undef'
- mv=''
--myarchname='armv4l-linux'
--mydomain='.criticalintegration.com'
--myhostname='openzaurus'
--myuname='linux openzaurus.criticalintegration.com 2.4.6-rmk1-np2-embedix #15 Wed Aug 6 07:49:44 UTC 2003 armv4l unknown '
-+myarchname='armv5tel-linux'
-+mydomain=''
-+myhostname=''
-+myuname=''
- n='-n'
- need_va_copy='undef'
- netdb_hlen_type='size_t'
-@@ -800,7 +799,7 @@
- nm='nm'
- nm_opt=''
- nm_so_opt='--dynamic'
--nonxs_ext='Errno'
-+nonxs_ext='Compress/Zlib Errno IO_Compress_Base IO_Compress_Zlib'
- nroff='nroff'
- nvEUformat='"E"'
- nvFUformat='"F"'
-@@ -817,18 +816,18 @@
- optimize='-O2'
- orderlib='false'
- osname='linux'
--osvers='2.4.6-rmk1-np2-embedix'
-+osvers='2.6.24-rc7'
- otherlibdirs=' '
- package='perl5'
--pager='/usr/bin/less'
-+pager='/bin/less -isR'
- passcat='cat /etc/passwd'
--patchlevel='9'
-+patchlevel='10'
- path_sep=':'
--perl5='/usr/bin/perl'
-+perl5=''
- perl=''
- perl_patchlevel=''
--perladmin='red@criticalintegration.com'
--perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
-+perladmin=''
-+perllibs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
- perlpath='/usr/bin/perl'
- pg='pg'
- phostname='hostname'
-@@ -847,14 +846,15 @@
- quadtype='long long'
- randbits='48'
- randfunc='drand48'
--random_r_proto='0'
-+random_r_proto='REENTRANT_PROTO_I_St'
- randseedtype='long'
- ranlib=':'
- rd_nodata='-1'
--readdir64_r_proto='0'
--readdir_r_proto='0'
-+readdir64_r_proto='REENTRANT_PROTO_I_TSR'
-+readdir_r_proto='REENTRANT_PROTO_I_TSR'
- revision='5'
- rm='rm'
-+rm_try='/bin/rm -f try try a.out .out try.[cho] try..o core core.try* try.core*'
- rmail=''
- run=''
- runnm='false'
-@@ -893,15 +893,15 @@
- shortsize='2'
- shrpenv=''
- shsharp='true'
--sig_count='64'
--sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS RTMIN NUM33 NUM34 NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 RTMAX IOT CLD POLL UNUSED '
--sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "RTMIN", "NUM33", "NUM34", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "RTMAX", "IOT", "CLD", "POLL", "UNUSED", 0'
--sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 6 17 29 31 '
--sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 6, 17, 29, 31, 0'
--sig_size='68'
-+sig_count='65'
-+sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS NUM32 NUM33 RTMIN NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 NUM63 RTMAX IOT CLD POLL UNUSED '
-+sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "NUM32", "NUM33", "RTMIN", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "NUM63", "RTMAX", "IOT", "CLD", "POLL", "UNUSED", 0'
-+sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 6 17 29 31 '
-+sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 17, 29, 31, 0'
-+sig_size='69'
- signal_t='void'
--sitearch='/usr/lib/perl5/site_perl/5.10.0/armv4l-linux'
--sitearchexp='/usr/lib/perl5/site_perl/5.10.0/armv4l-linux'
-+sitearch='/usr/lib/perl5/site_perl/5.10.0/armv5tel-linux-thread-multi'
-+sitearchexp='/usr/lib/perl5/site_perl/5.10.0/armv5tel-linux-thread-multi'
- sitebin='/usr/bin'
- sitebinexp='/usr/bin'
- sitehtml1dir=''
-@@ -930,8 +930,8 @@
- sort='sort'
- spackage='Perl5'
- spitshell='cat'
--srand48_r_proto='0'
--srandom_r_proto='0'
-+srand48_r_proto='REENTRANT_PROTO_I_LS'
-+srandom_r_proto='REENTRANT_PROTO_I_TS'
- src='.'
- ssizetype='ssize_t'
- startperl='#!/usr/bin/perl'
-@@ -944,10 +944,10 @@
- stdio_filbuf=''
- stdio_ptr='((fp)->_IO_read_ptr)'
- stdio_stream_array=''
--strerror_r_proto='0'
-+strerror_r_proto='REENTRANT_PROTO_B_IBW'
- strings='/usr/include/string.h'
- submit=''
--subversion='3'
-+subversion='0'
- sysman='/usr/share/man/man1'
- tail=''
- tar=''
-@@ -957,13 +957,13 @@
- test='test'
- timeincl='/usr/include/sys/time.h /usr/include/time.h '
- timetype='time_t'
--tmpnam_r_proto='0'
-+tmpnam_r_proto='REENTRANT_PROTO_B_B'
- to=':'
- touch='touch'
- tr='tr'
- trnl='\n'
- troff=''
--ttyname_r_proto='0'
-+ttyname_r_proto='REENTRANT_PROTO_I_IBW'
- u16size='2'
- u16type='unsigned short'
- u32size='4'
-@@ -984,13 +984,13 @@
- use64bitint='undef'
- usecrosscompile='undef'
- usedl='define'
--usefaststdio='define'
--useithreads='undef'
-+usefaststdio='undef'
-+useithreads='define'
- uselargefiles='define'
- uselongdouble='undef'
- usemallocwrap='define'
- usemorebits='undef'
--usemultiplicity='undef'
-+usemultiplicity='define'
- usemymalloc='n'
- usenm='false'
- useopcode='true'
-@@ -1002,8 +1002,8 @@
- useshrplib='true'
- usesitecustomize='undef'
- usesocks='undef'
--usethreads='undef'
--usevendorprefix='undef'
-+usethreads='define'
-+usevendorprefix='define'
- usevfork='false'
- usrinc='/usr/include'
- uuname=''
-@@ -1013,27 +1013,27 @@
- uvtype='unsigned long'
- uvuformat='"lu"'
- uvxformat='"lx"'
--vendorarch=''
--vendorarchexp=''
--vendorbin=''
--vendorbinexp=''
-+vendorarch='/usr/lib/perl5/vendor_perl/5.10.0/armv5tel-linux-thread-multi'
-+vendorarchexp='/usr/lib/perl5/vendor_perl/5.10.0/armv5tel-linux-thread-multi'
-+vendorbin='/usr/bin'
-+vendorbinexp='/usr/bin'
- vendorhtml1dir=' '
- vendorhtml1direxp=''
- vendorhtml3dir=' '
- vendorhtml3direxp=''
--vendorlib=''
--vendorlib_stem=''
--vendorlibexp=''
--vendorman1dir=' '
--vendorman1direxp=''
--vendorman3dir=' '
--vendorman3direxp=''
--vendorprefix=''
--vendorprefixexp=''
--vendorscript=''
--vendorscriptexp=''
-+vendorlib='/usr/lib/perl5/vendor_perl/5.10.0'
-+vendorlib_stem='/usr/lib/perl5/vendor_perl'
-+vendorlibexp='/usr/lib/perl5/vendor_perl/5.10.0'
-+vendorman1dir='/usr/share/man/man1'
-+vendorman1direxp='/usr/share/man/man1'
-+vendorman3dir='/usr/share/man/man3'
-+vendorman3direxp='/usr/share/man/man3'
-+vendorprefix='/usr'
-+vendorprefixexp='/usr'
-+vendorscript='/usr/bin'
-+vendorscriptexp='/usr/bin'
- version='5.10.0'
--version_patchlevel_string='version 9 subversion 4'
-+version_patchlevel_string='version 10 subversion 0'
- versiononly='undef'
- vi=''
- voidflags='15'
-@@ -1044,13 +1044,24 @@
- zip='zip'
- # Configure command line arguments.
- config_arg0='Configure'
--config_args=''
--config_argc=0
-+config_args='-ds -e -Dprefix=/usr -Dvendorprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=/bin/less -isR -Dusethreads -Duseshrplib'
-+config_argc=9
-+config_arg1='-ds'
-+config_arg2='-e'
-+config_arg3='-Dprefix=/usr'
-+config_arg4='-Dvendorprefix=/usr'
-+config_arg5='-Dman1dir=/usr/share/man/man1'
-+config_arg6='-Dman3dir=/usr/share/man/man3'
-+config_arg7='-Dpager=/bin/less -isR'
-+config_arg8='-Dusethreads'
-+config_arg9='-Duseshrplib'
- PERL_REVISION=5
--PERL_VERSION=9
--PERL_SUBVERSION=4
-+PERL_VERSION=10
-+PERL_SUBVERSION=0
- PERL_API_REVISION=5
--PERL_API_VERSION=9
-+PERL_API_VERSION=10
- PERL_API_SUBVERSION=0
- PERL_PATCHLEVEL=
- PERL_CONFIG_SH=true
-+# Variables propagated from previous config.sh file.
-+libdb_needs_pthread='N'
-diff -Naur perl-5.10.0.orig/Cross/config.sh-arm-linux-n770 perl-5.10.0/Cross/config.sh-arm-linux-n770
---- perl-5.10.0.orig/Cross/config.sh-arm-linux-n770    2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/config.sh-arm-linux-n770 1969-12-31 19:00:00.000000000 -0500
-@@ -1,1056 +0,0 @@
--#!/bin/sh
--#
--# This file was produced by running the Configure script. It holds all the
--# definitions figured out by Configure. Should you modify one of these values,
--# do not forget to propagate your changes by running "Configure -der". You may
--# instead choose to run each of the .SH files by yourself, or "Configure -S".
--#
--
--# Package name      : perl5
--# Source directory  : .
--# Configuration time: Wed Sep  3 22:24:58 EDT 2003
--# Configured by     : vadrer
--# Target system     : linux nokia770 armv5teji1
--
--Author=''
--Date='$Date'
--Header=''
--Id='$Id'
--Locker=''
--Log='$Log'
--Mcc='Mcc'
--RCSfile='$RCSfile'
--Revision='$Revision'
--Source=''
--State=''
--_a='.arma'
--_exe='.arm'
--_o='.armo'
--afs='false'
--afsroot='/afs'
--alignbytes='4'
--ansi2knr=''
--aphostname='/bin/hostname'
--api_revision='5'
--api_subversion='0'
--api_version='9'
--api_versionstring='5.10.0'
--ar='ar'
--archlib='/usr/lib/perl5/5.10.0/armv4l-linux'
--archlibexp='/usr/lib/perl5/5.10.0/armv4l-linux'
--archname64=''
--archname='armv4l-linux'
--archobjs=''
--asctime_r_proto='0'
--awk='awk'
--baserev='5.0'
--bash=''
--bin='/usr/bin'
--binexp='/usr/bin'
--bison='bison'
--byacc='byacc'
--byteorder='1234'
--c=''
--castflags='0'
--cat='cat'
--cc='arm-none-linux-gnueabi-gcc'
--cccdlflags='-fpic'
--ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.10.0/armv4l-linux/CORE'
--ccflags='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
--ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
--ccname='arm-linux-gcc'
--ccsymbols='__APCS_32__=1 __ARM_ARCH_3__=1 __CHAR_UNSIGNED__=1 __GNUC_MINOR__=95 __arm__=1 __linux=1 __linux__=1 __unix=1 __unix__=1 cpu=arm machine=arm system=posix system=unix'
--ccversion=''
--cf_by='red'
--cf_email='red@criticalintegration.com'
--cf_time='Wed Sep  3 22:24:58 EDT 2003'
--chgrp=''
--chmod='chmod'
--chown=''
--clocktype='clock_t'
--comm='comm'
--compress=''
--contains='grep'
--cp='cp'
--cpio=''
--cpp='cpp'
--cpp_stuff='42'
--cppccsymbols='__ELF__=1 __GNUC__=2 linux=1 unix=1'
--cppflags='-fno-strict-aliasing -I/usr/local/include'
--cpplast='-'
--cppminus='-'
--cpprun='arm-none-linux-gnueabi-gcc -E'
--cppstdin='arm-none-linux-gnueabi-gcc -E'
--cppsymbols='_FILE_OFFSET_BITS=64 __GLIBC__=2 __GLIBC_MINOR__=2 __GNUC_MINOR__=95 __GNU_LIBRARY__=6 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=199506 _POSIX_SOURCE=1 __STDC__=1 __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_SVID=1 __linux=1 __linux__=1 __unix=1 __unix__=1'
--crypt_r_proto='0'
--cryptlib=''
--csh='csh'
--ctermid_r_proto='0'
--ctime_r_proto='0'
--d_Gconvert='gcvt((x),(n),(b))'
--d_PRIEUldbl='define'
--d_PRIFUldbl='define'
--d_PRIGUldbl='define'
--d_PRIXU64='define'
--d_PRId64='define'
--d_PRIeldbl='define'
--d_PRIfldbl='define'
--d_PRIgldbl='define'
--d_PRIi64='define'
--d_PRIo64='define'
--d_PRIu64='define'
--d_PRIx64='define'
--d_SCNfldbl='define'
--d__fwalk='undef'
--d_access='define'
--d_accessx='undef'
--d_aintl='undef'
--d_alarm='define'
--d_archlib='define'
--d_asctime_r='undef'
--d_atolf='undef'
--d_atoll='define'
--d_attribute_format='undef'
--d_attribute_malloc='undef'
--d_attribute_nonnull='undef'
--d_attribute_noreturn='undef'
--d_attribute_pure='undef'
--d_attribute_unused='undef'
--d_attribute_warn_unused_result='undef'
--d_bcmp='define'
--d_bcopy='define'
--d_bsd='undef'
--d_bsdgetpgrp='undef'
--d_bsdsetpgrp='undef'
--d_builtin_choose_expr='define'
--d_builtin_expect='define'
--d_bzero='define'
--d_c99_variadic_macros='undef'
--d_casti32='define'
--d_castneg='define'
--d_charvspr='undef'
--d_chown='define'
--d_chroot='define'
--d_chsize='undef'
--d_class='undef'
--d_clearenv='define'
--d_closedir='define'
--d_cmsghdr_s='define'
--d_const='define'
--d_copysignl='define'
--d_cplusplus='undef'
--d_crypt='define'
--d_crypt_r='undef'
--d_csh='define'
--d_ctermid='undef'
--d_ctermid_r='undef'
--d_ctime_r='undef'
--d_cuserid='define'
--d_dbl_dig='define'
--d_dbminitproto='undef'
--d_difftime='define'
--d_dir_dd_fd='undef'
--d_dirfd='define'
--d_dirnamlen='undef'
--d_dlerror='define'
--d_dlopen='define'
--d_dlsymun='undef'
--d_dosuid='undef'
--d_drand48_r='undef'
--d_drand48proto='define'
--d_dup2='define'
--d_eaccess='undef'
--d_endgrent='define'
--d_endgrent_r='undef'
--d_endhent='define'
--d_endhostent_r='undef'
--d_endnent='define'
--d_endnetent_r='undef'
--d_endpent='define'
--d_endprotoent_r='undef'
--d_endpwent='define'
--d_endpwent_r='undef'
--d_endsent='define'
--d_endservent_r='undef'
--d_eofnblk='define'
--d_eunice='undef'
--d_faststdio='define'
--d_fchdir='define'
--d_fchmod='define'
--d_fchown='define'
--d_fcntl='define'
--d_fcntl_can_lock='define'
--d_fd_macros='define'
--d_fd_set='define'
--d_fds_bits='undef'
--d_fgetpos='define'
--d_finite='define'
--d_finitel='define'
--d_flexfnam='define'
--d_flock='define'
--d_flockproto='define'
--d_fork='define'
--d_fp_class='undef'
--d_fpathconf='define'
--d_fpclass='undef'
--d_fpclassify='undef'
--d_fpclassl='undef'
--d_fpos64_t='undef'
--d_frexpl='define'
--d_fs_data_s='undef'
--d_fseeko='define'
--d_fsetpos='define'
--d_fstatfs='define'
--d_fstatvfs='define'
--d_fsync='define'
--d_ftello='define'
--d_ftime='undef'
--d_futimes='undef'
--d_getcwd='define'
--d_getespwnam='undef'
--d_getfsstat='undef'
--d_getgrent='define'
--d_getgrent_r='undef'
--d_getgrgid_r='undef'
--d_getgrnam_r='undef'
--d_getgrps='define'
--d_gethbyaddr='define'
--d_gethbyname='define'
--d_gethent='define'
--d_gethname='define'
--d_gethostbyaddr_r='undef'
--d_gethostbyname_r='undef'
--d_gethostent_r='undef'
--d_gethostprotos='define'
--d_getitimer='define'
--d_getlogin='define'
--d_getlogin_r='undef'
--d_getmnt='undef'
--d_getmntent='define'
--d_getnbyaddr='define'
--d_getnbyname='define'
--d_getnent='define'
--d_getnetbyaddr_r='undef'
--d_getnetbyname_r='undef'
--d_getnetent_r='undef'
--d_getnetprotos='define'
--d_getpagsz='define'
--d_getpbyname='define'
--d_getpbynumber='define'
--d_getpent='define'
--d_getpgid='define'
--d_getpgrp2='undef'
--d_getpgrp='define'
--d_getppid='define'
--d_getprior='define'
--d_getprotobyname_r='undef'
--d_getprotobynumber_r='undef'
--d_getprotoent_r='undef'
--d_getprotoprotos='define'
--d_getprpwnam='undef'
--d_getpwent='define'
--d_getpwent_r='undef'
--d_getpwnam_r='undef'
--d_getpwuid_r='undef'
--d_getsbyname='define'
--d_getsbyport='define'
--d_getsent='define'
--d_getservbyname_r='undef'
--d_getservbyport_r='undef'
--d_getservent_r='undef'
--d_getservprotos='define'
--d_getspnam='define'
--d_getspnam_r='undef'
--d_gettimeod='define'
--d_gmtime_r='undef'
--d_gnulibc='define'
--d_grpasswd='define'
--d_hasmntopt='define'
--d_htonl='define'
--d_ilogbl='define'
--d_inc_version_list='define'
--d_index='undef'
--d_inetaton='define'
--d_int64_t='define'
--d_isascii='define'
--d_isfinite='undef'
--d_isinf='define'
--d_isnan='define'
--d_isnanl='define'
--d_killpg='define'
--d_lchown='define'
--d_ldbl_dig='define'
--d_libm_lib_version='define'
--d_link='define'
--d_localtime_r='undef'
--d_localtime_r_needs_tzset='undef'
--d_locconv='define'
--d_lockf='define'
--d_longdbl='define'
--d_longlong='define'
--d_lseekproto='define'
--d_lstat='define'
--d_madvise='define'
--d_malloc_good_size='undef'
--d_malloc_size='undef'
--d_mblen='define'
--d_mbstowcs='define'
--d_mbtowc='define'
--d_memchr='define'
--d_memcmp='define'
--d_memcpy='define'
--d_memmove='define'
--d_memset='define'
--d_mkdir='define'
--d_mkdtemp='define'
--d_mkfifo='define'
--d_mkstemp='define'
--d_mkstemps='undef'
--d_mktime='define'
--d_mmap='define'
--d_modfl='define'
--d_modfl_pow32_bug='undef'
--d_modflproto='undef'
--d_mprotect='define'
--d_msg='define'
--d_msg_ctrunc='define'
--d_msg_dontroute='define'
--d_msg_oob='define'
--d_msg_peek='define'
--d_msg_proxy='define'
--d_msgctl='define'
--d_msgget='define'
--d_msghdr_s='define'
--d_msgrcv='define'
--d_msgsnd='define'
--d_msync='define'
--d_munmap='define'
--d_mymalloc='undef'
--d_nice='define'
--d_nl_langinfo='define'
--d_nv_preserves_uv='define'
--d_nv_zero_is_allbits_zero='undef'
--d_off64_t='undef'
--d_old_pthread_create_joinable='undef'
--d_oldpthreads='undef'
--d_oldsock='undef'
--d_open3='define'
--d_pathconf='define'
--d_pause='define'
--d_perl_otherlibdirs='undef'
--d_phostname='undef'
--d_pipe='define'
--d_poll='define'
--d_portable='define'
--d_printf_format_null='undef'
--d_procselfexe='define'
--d_pseudofork='undef'
--d_pthread_atfork='undef'
--d_pthread_attr_setscope='define'
--d_pthread_yield='undef'
--d_pwage='undef'
--d_pwchange='undef'
--d_pwclass='undef'
--d_pwcomment='undef'
--d_pwexpire='undef'
--d_pwgecos='define'
--d_pwpasswd='define'
--d_pwquota='undef'
--d_qgcvt='define'
--d_quad='define'
--d_random_r='undef'
--d_readdir64_r='undef'
--d_readdir='define'
--d_readdir_r='undef'
--d_readlink='define'
--d_readv='define'
--d_recvmsg='define'
--d_rename='define'
--d_rewinddir='define'
--d_rmdir='define'
--d_safebcpy='undef'
--d_safemcpy='undef'
--d_sanemcmp='define'
--d_sbrkproto='define'
--d_scalbnl='define'
--d_sched_yield='define'
--d_scm_rights='define'
--d_seekdir='define'
--d_select='define'
--d_sem='define'
--d_semctl='define'
--d_semctl_semid_ds='define'
--d_semctl_semun='define'
--d_semget='define'
--d_semop='define'
--d_sendmsg='define'
--d_setegid='define'
--d_seteuid='define'
--d_setgrent='define'
--d_setgrent_r='undef'
--d_setgrps='define'
--d_sethent='define'
--d_sethostent_r='undef'
--d_setitimer='define'
--d_setlinebuf='define'
--d_setlocale='define'
--d_setlocale_r='undef'
--d_setnent='define'
--d_setnetent_r='undef'
--d_setpent='define'
--d_setpgid='define'
--d_setpgrp2='undef'
--d_setpgrp='define'
--d_setprior='define'
--d_setproctitle='undef'
--d_setprotoent_r='undef'
--d_setpwent='define'
--d_setpwent_r='undef'
--d_setregid='define'
--d_setresgid='define'
--d_setresuid='define'
--d_setreuid='define'
--d_setrgid='undef'
--d_setruid='undef'
--d_setsent='define'
--d_setservent_r='undef'
--d_setsid='define'
--d_setvbuf='define'
--d_sfio='undef'
--d_shm='define'
--d_shmat='define'
--d_shmatprototype='define'
--d_shmctl='define'
--d_shmdt='define'
--d_shmget='define'
--d_sigaction='define'
--d_signbit='define'
--d_sigprocmask='define'
--d_sigsetjmp='define'
--d_sitearch='define'
--d_snprintf='undef'
--d_sockatmark='undef'
--d_sockatmarkproto='undef'
--d_socket='define'
--d_socklen_t='define'
--d_sockpair='define'
--d_socks5_init='undef'
--d_sprintf_returns_strlen='define'
--d_sqrtl='define'
--d_srand48_r='undef'
--d_srandom_r='undef'
--d_sresgproto='undef'
--d_sresuproto='undef'
--d_statblks='define'
--d_statfs_f_flags='undef'
--d_statfs_s='define'
--d_statvfs='define'
--d_stdio_cnt_lval='undef'
--d_stdio_ptr_lval='define'
--d_stdio_ptr_lval_nochange_cnt='undef'
--d_stdio_ptr_lval_sets_cnt='define'
--d_stdio_stream_array='undef'
--d_stdiobase='define'
--d_stdstdio='define'
--d_strchr='define'
--d_strcoll='define'
--d_strctcpy='define'
--d_strerrm='strerror(e)'
--d_strerror='define'
--d_strerror_r='undef'
--d_strftime='define'
--d_strlcat='undef'
--d_strlcpy='undef'
--d_strtod='define'
--d_strtol='define'
--d_strtold='define'
--d_strtoll='define'
--d_strtoq='define'
--d_strtoul='define'
--d_strtoull='define'
--d_strtouq='define'
--d_strxfrm='define'
--d_suidsafe='undef'
--d_symlink='define'
--d_syscall='define'
--d_syscallproto='define'
--d_sysconf='define'
--d_sysernlst=''
--d_syserrlst='define'
--d_system='define'
--d_tcgetpgrp='define'
--d_tcsetpgrp='define'
--d_telldir='define'
--d_telldirproto='define'
--d_time='define'
--d_times='define'
--d_tm_tm_gmtoff='define'
--d_tm_tm_zone='define'
--d_tmpnam_r='undef'
--d_truncate='define'
--d_ttyname_r='undef'
--d_tzname='define'
--d_u32align='undef'
--d_ualarm='define'
--d_umask='define'
--d_uname='define'
--d_union_semun='undef'
--d_unordered='undef'
--d_unsetenv='define'
--d_usleep='define'
--d_usleepproto='define'
--d_ustat='define'
--d_vendorarch='undef'
--d_vendorbin='undef'
--d_vendorlib='undef'
--d_vendorscript='undef'
--d_vfork='undef'
--d_void_closedir='undef'
--d_voidsig='define'
--d_voidtty=''
--d_volatile='define'
--d_vprintf='define'
--d_vsnprintf='define'
--d_wait4='define'
--d_waitpid='define'
--d_wcstombs='define'
--d_wctomb='define'
--d_writev='define'
--d_xenix='undef'
--date='date'
--db_hashtype='u_int32_t'
--db_prefixtype='size_t'
--db_version_major=''
--db_version_minor=''
--db_version_patch=''
--defvoidused='15'
--direntrytype='struct dirent'
--dlext='so'
--dlsrc='dl_dlopen.xs'
--doublesize='8'
--drand01='drand48()'
--drand48_r_proto='0'
--dynamic_ext='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared'
--eagain='EAGAIN'
--ebcdic='undef'
--echo='echo'
--egrep='egrep'
--emacs=''
--endgrent_r_proto='0'
--endhostent_r_proto='0'
--endnetent_r_proto='0'
--endprotoent_r_proto='0'
--endpwent_r_proto='0'
--endservent_r_proto='0'
--eunicefix=':'
--exe_ext=''
--expr='expr'
--extensions='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared Errno'
--extras=''
--fflushNULL='define'
--fflushall='undef'
--find=''
--firstmakefile='makefile'
--flex=''
--fpossize='16'
--fpostype='fpos_t'
--freetype='void'
--from=':'
--full_ar='/usr/bin/ar'
--full_csh='/bin/csh'
--full_sed='/bin/sed'
--gccansipedantic=''
--gccosandvers=''
--gccversion='2.95.3 20010125 (prerelease)'
--getgrent_r_proto='0'
--getgrgid_r_proto='0'
--getgrnam_r_proto='0'
--gethostbyaddr_r_proto='0'
--gethostbyname_r_proto='0'
--gethostent_r_proto='0'
--getlogin_r_proto='0'
--getnetbyaddr_r_proto='0'
--getnetbyname_r_proto='0'
--getnetent_r_proto='0'
--getprotobyname_r_proto='0'
--getprotobynumber_r_proto='0'
--getprotoent_r_proto='0'
--getpwent_r_proto='0'
--getpwnam_r_proto='0'
--getpwuid_r_proto='0'
--getservbyname_r_proto='0'
--getservbyport_r_proto='0'
--getservent_r_proto='0'
--getspnam_r_proto='0'
--gidformat='"lu"'
--gidsign='1'
--gidsize='4'
--gidtype='gid_t'
--glibpth='/usr/shlib  /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
--gmake='gmake'
--gmtime_r_proto='0'
--gnulibc_version='2.2.2'
--grep='grep'
--groupcat='cat /etc/group'
--groupstype='gid_t'
--gzip='gzip'
--h_fcntl='false'
--h_sysfile='true'
--hint='recommended'
--hostcat='cat /etc/hosts'
--html1dir=' '
--html1direxp=''
--html3dir=' '
--html3direxp=''
--i16size='2'
--i16type='short'
--i32size='4'
--i32type='long'
--i64size='8'
--i64type='long long'
--i8size='1'
--i8type='char'
--i_arpainet='define'
--i_bsdioctl=''
--i_crypt='define'
--i_db='undef'
--i_dbm='undef'
--i_dirent='define'
--i_dld='undef'
--i_dlfcn='define'
--i_fcntl='undef'
--i_float='define'
--i_fp='undef'
--i_fp_class='undef'
--i_gdbm='undef'
--i_grp='define'
--i_ieeefp='undef'
--i_inttypes='define'
--i_langinfo='define'
--i_libutil='undef'
--i_limits='define'
--i_locale='define'
--i_machcthr='undef'
--i_malloc='define'
--i_math='define'
--i_memory='undef'
--i_mntent='define'
--i_ndbm='undef'
--i_netdb='define'
--i_neterrno='undef'
--i_netinettcp='define'
--i_niin='define'
--i_poll='define'
--i_prot='undef'
--i_pthread='define'
--i_pwd='define'
--i_rpcsvcdbm='undef'
--i_sfio='undef'
--i_sgtty='undef'
--i_shadow='define'
--i_socks='undef'
--i_stdarg='define'
--i_stddef='define'
--i_stdlib='define'
--i_string='define'
--i_sunmath='undef'
--i_sysaccess='undef'
--i_sysdir='define'
--i_sysfile='define'
--i_sysfilio='undef'
--i_sysin='undef'
--i_sysioctl='define'
--i_syslog='define'
--i_sysmman='define'
--i_sysmode='undef'
--i_sysmount='define'
--i_sysndir='undef'
--i_sysparam='define'
--i_sysresrc='define'
--i_syssecrt='undef'
--i_sysselct='define'
--i_syssockio='undef'
--i_sysstat='define'
--i_sysstatfs='define'
--i_sysstatvfs='define'
--i_systime='define'
--i_systimek='undef'
--i_systimes='define'
--i_systypes='define'
--i_sysuio='define'
--i_sysun='define'
--i_sysutsname='define'
--i_sysvfs='define'
--i_syswait='define'
--i_termio='undef'
--i_termios='define'
--i_time='define'
--i_unistd='define'
--i_ustat='define'
--i_utime='define'
--i_values='define'
--i_varargs='undef'
--i_varhdr='stdarg.h'
--i_vfork='undef'
--ignore_versioned_solibs='y'
--inc_version_list=' '
--inc_version_list_init='0'
--incpath=''
--inews=''
--installarchlib='./install_me_here/usr/lib/perl5/5.10.0/armv4l-linux'
--installbin='./install_me_here/usr/bin'
--installhtml1dir=''
--installhtml3dir=''
--installman1dir='./install_me_here/usr/share/man/man1'
--installman3dir='./install_me_here/usr/share/man/man3'
--installprefix='./install_me_here/usr'
--installprefixexp='./install_me_here/usr'
--installprivlib='./install_me_here/usr/lib/perl5/5.10.0'
--installscript='./install_me_here/usr/bin'
--installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.10.0/armv4l-linux'
--installsitebin='./install_me_here/usr/bin'
--installsitehtml1dir=''
--installsitehtml3dir=''
--installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.10.0'
--installsiteman1dir='./install_me_here/usr/share/man/man1'
--installsiteman3dir='./install_me_here/usr/share/man/man3'
--installsitescript='./install_me_here/usr/bin'
--installstyle='./install_me_herelib/perl5'
--installusrbinperl='undef'
--installvendorarch=''
--installvendorbin=''
--installvendorhtml1dir=''
--installvendorhtml3dir=''
--installvendorlib=''
--installvendorman1dir=''
--installvendorman3dir=''
--installvendorscript=''
--intsize='4'
--issymlink='/usr/bin/test -h'
--ivdformat='"ld"'
--ivsize='4'
--ivtype='long'
--known_extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call GDBM_File I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared'
--ksh=''
--ld='arm-none-linux-gnueabi-gcc'
--lddlflags='-shared -L/usr/local/lib'
--ldflags=' -L/usr/local/lib'
--ldflags_uselargefiles=''
--ldlibpthname='LD_LIBRARY_PATH'
--less='less'
--lib_ext='.arma'
--libc='/lib/libc-2.2.2.so'
--libperl='libperl.arma'
--libpth='/usr/local/lib /lib /usr/lib'
--libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
--libsdirs=' /usr/lib'
--libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
--libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
--libspath=' /usr/local/lib /lib /usr/lib'
--libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util c cposix posix ucb BSD'
--libswanted_uselargefiles=''
--line=''
--lint=''
--lkflags=''
--ln='ln'
--lns='/bin/ln -s'
--localtime_r_proto='0'
--locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
--loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
--longdblsize='8'
--longlongsize='8'
--longsize='4'
--lp=''
--lpr=''
--ls='ls'
--lseeksize='8'
--lseektype='off_t'
--mad='undef'
--mail=''
--mailx=''
--make='make'
--make_set_make='#'
--mallocobj=''
--mallocsrc=''
--malloctype='void *'
--man1dir='/usr/share/man/man1'
--man1direxp='/usr/share/man/man1'
--man1ext='1'
--man3dir='/usr/share/man/man3'
--man3direxp='/usr/share/man/man3'
--man3ext='3'
--mips_type=''
--mistrustnm=''
--mkdir='mkdir'
--mmaptype='void *'
--modetype='mode_t'
--more='more'
--multiarch='undef'
--mv=''
--myarchname='armv4l-linux'
--mydomain='.criticalintegration.com'
--myhostname='openzaurus'
--myuname='linux openzaurus.criticalintegration.com 2.4.6-rmk1-np2-embedix #15 Wed Aug 6 07:49:44 UTC 2003 armv4l unknown '
--n='-n'
--need_va_copy='undef'
--netdb_hlen_type='size_t'
--netdb_host_type='const void *'
--netdb_name_type='const char *'
--netdb_net_type='in_addr_t'
--nm='nm'
--nm_opt=''
--nm_so_opt='--dynamic'
--nonxs_ext='Errno'
--nroff='nroff'
--nvEUformat='"E"'
--nvFUformat='"F"'
--nvGUformat='"G"'
--nv_preserves_uv_bits='32'
--nveformat='"e"'
--nvfformat='"f"'
--nvgformat='"g"'
--nvsize='8'
--nvtype='double'
--o_nonblock='O_NONBLOCK'
--obj_ext='.armo'
--old_pthread_create_joinable=''
--optimize='-O2'
--orderlib='false'
--osname='linux'
--osvers='2.6'
--otherlibdirs=' '
--package='perl5'
--pager='/usr/bin/less'
--passcat='cat /etc/passwd'
--patchlevel='9'
--path_sep=':'
--perl5='/usr/bin/perl'
--perl=''
--perl_patchlevel=''
--perladmin='red@criticalintegration.com'
--perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
--perlpath='/usr/bin/perl'
--pg='pg'
--phostname='hostname'
--pidtype='pid_t'
--plibpth=''
--pmake=''
--pr=''
--prefix='/usr'
--prefixexp='/usr'
--privlib='/usr/lib/perl5/5.10.0'
--privlibexp='/usr/lib/perl5/5.10.0'
--procselfexe='"/proc/self/exe"'
--prototype='define'
--ptrsize='4'
--quadkind='3'
--quadtype='long long'
--randbits='48'
--randfunc='drand48'
--random_r_proto='0'
--randseedtype='long'
--ranlib=':'
--rd_nodata='-1'
--readdir64_r_proto='0'
--readdir_r_proto='0'
--revision='5'
--rm='rm'
--rmail=''
--run=''
--runnm='false'
--sPRIEUldbl='"E"'
--sPRIFUldbl='"F"'
--sPRIGUldbl='"G"'
--sPRIXU64='"LX"'
--sPRId64='"Ld"'
--sPRIeldbl='"e"'
--sPRIfldbl='"f"'
--sPRIgldbl='"g"'
--sPRIi64='"Li"'
--sPRIo64='"Lo"'
--sPRIu64='"Lu"'
--sPRIx64='"Lx"'
--sSCNfldbl='"f"'
--sched_yield='sched_yield()'
--scriptdir='/usr/bin'
--scriptdirexp='/usr/bin'
--sed='sed'
--seedfunc='srand48'
--selectminbits='32'
--selecttype='fd_set *'
--sendmail=''
--setgrent_r_proto='0'
--sethostent_r_proto='0'
--setlocale_r_proto='0'
--setnetent_r_proto='0'
--setprotoent_r_proto='0'
--setpwent_r_proto='0'
--setservent_r_proto='0'
--sh='/bin/sh'
--shar=''
--sharpbang='#!'
--shmattype='void *'
--shortsize='2'
--shrpenv=''
--shsharp='true'
--sig_count='64'
--sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS RTMIN NUM33 NUM34 NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 RTMAX IOT CLD POLL UNUSED '
--sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "RTMIN", "NUM33", "NUM34", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "RTMAX", "IOT", "CLD", "POLL", "UNUSED", 0'
--sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 6 17 29 31 '
--sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 6, 17, 29, 31, 0'
--sig_size='68'
--signal_t='void'
--sitearch='/usr/lib/perl5/site_perl/5.10.0/armv4l-linux'
--sitearchexp='/usr/lib/perl5/site_perl/5.10.0/armv4l-linux'
--sitebin='/usr/bin'
--sitebinexp='/usr/bin'
--sitehtml1dir=''
--sitehtml1direxp=''
--sitehtml3dir=''
--sitehtml3direxp=''
--sitelib='/usr/lib/perl5/site_perl/5.10.0'
--sitelib_stem='/usr/lib/perl5/site_perl'
--sitelibexp='/usr/lib/perl5/site_perl/5.10.0'
--siteman1dir='/usr/share/man/man1'
--siteman1direxp='/usr/share/man/man1'
--siteman3dir='/usr/share/man/man3'
--siteman3direxp='/usr/share/man/man3'
--siteprefix='/usr'
--siteprefixexp='/usr'
--sitescript='/usr/bin'
--sitescriptexp='/usr/bin'
--sizesize='4'
--sizetype='size_t'
--sleep=''
--smail=''
--so='so'
--sockethdr=''
--socketlib=''
--socksizetype='socklen_t'
--sort='sort'
--spackage='Perl5'
--spitshell='cat'
--srand48_r_proto='0'
--srandom_r_proto='0'
--src='.'
--ssizetype='ssize_t'
--startperl='#!/usr/bin/perl'
--startsh='#!/bin/sh'
--static_ext='DynaLoader '
--stdchar='char'
--stdio_base='((fp)->_IO_read_base)'
--stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)'
--stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
--stdio_filbuf=''
--stdio_ptr='((fp)->_IO_read_ptr)'
--stdio_stream_array=''
--strerror_r_proto='0'
--strings='/usr/include/string.h'
--submit=''
--subversion='3'
--sysman='/usr/share/man/man1'
--tail=''
--tar=''
--targetarch=''
--tbl=''
--tee=''
--test='test'
--timeincl='/usr/include/sys/time.h /usr/include/time.h '
--timetype='time_t'
--tmpnam_r_proto='0'
--to=':'
--touch='touch'
--tr='tr'
--trnl='\n'
--troff=''
--ttyname_r_proto='0'
--u16size='2'
--u16type='unsigned short'
--u32size='4'
--u32type='unsigned long'
--u64size='8'
--u64type='unsigned long long'
--u8size='1'
--u8type='unsigned char'
--uidformat='"lu"'
--uidsign='1'
--uidsize='4'
--uidtype='uid_t'
--uname='uname'
--uniq='uniq'
--uquadtype='unsigned long long'
--use5005threads='undef'
--use64bitall='undef'
--use64bitint='undef'
--usecrosscompile='undef'
--usedl='define'
--usefaststdio='define'
--useithreads='undef'
--uselargefiles='define'
--uselongdouble='undef'
--usemallocwrap='define'
--usemorebits='undef'
--usemultiplicity='undef'
--usemymalloc='n'
--usenm='false'
--useopcode='true'
--useperlio='define'
--useposix='true'
--usereentrant='undef'
--userelocatableinc='undef'
--usesfio='false'
--useshrplib='true'
--usesitecustomize='undef'
--usesocks='undef'
--usethreads='undef'
--usevendorprefix='undef'
--usevfork='false'
--usrinc='/usr/include'
--uuname=''
--uvXUformat='"lX"'
--uvoformat='"lo"'
--uvsize='4'
--uvtype='unsigned long'
--uvuformat='"lu"'
--uvxformat='"lx"'
--vendorarch=''
--vendorarchexp=''
--vendorbin=''
--vendorbinexp=''
--vendorhtml1dir=' '
--vendorhtml1direxp=''
--vendorhtml3dir=' '
--vendorhtml3direxp=''
--vendorlib=''
--vendorlib_stem=''
--vendorlibexp=''
--vendorman1dir=' '
--vendorman1direxp=''
--vendorman3dir=' '
--vendorman3direxp=''
--vendorprefix=''
--vendorprefixexp=''
--vendorscript=''
--vendorscriptexp=''
--version='5.10.0'
--version_patchlevel_string='version 9 subversion 4'
--versiononly='undef'
--vi=''
--voidflags='15'
--xlibpth='/usr/lib/386 /lib/386'
--yacc='yacc'
--yaccflags=''
--zcat=''
--zip='zip'
--# Configure command line arguments.
--config_arg0='Configure'
--config_args=''
--config_argc=0
--PERL_REVISION=5
--PERL_VERSION=9
--PERL_SUBVERSION=4
--PERL_API_REVISION=5
--PERL_API_VERSION=9
--PERL_API_SUBVERSION=0
--PERL_PATCHLEVEL=
--PERL_CONFIG_SH=true
-diff -Naur perl-5.10.0.orig/Cross/config.sh-x86-linux perl-5.10.0/Cross/config.sh-x86-linux
---- perl-5.10.0.orig/Cross/config.sh-x86-linux 1969-12-31 19:00:00.000000000 -0500
-+++ perl-5.10.0/Cross/config.sh-x86-linux      2009-04-05 13:38:02.485519728 -0400
-@@ -0,0 +1,1067 @@
-+#!/bin/sh
-+#
-+# This file was produced by running the Configure script. It holds all the
-+# definitions figured out by Configure. Should you modify one of these values,
-+# do not forget to propagate your changes by running "Configure -der". You may
-+# instead choose to run each of the .SH files by yourself, or "Configure -S".
-+#
-+
-+
-+Author=''
-+Date='$Date'
-+Header=''
-+Id='$Id'
-+Locker=''
-+Log='$Log'
-+Mcc='Mcc'
-+RCSfile='$RCSfile'
-+Revision='$Revision'
-+Source=''
-+State=''
-+_a='.a'
-+_exe=''
-+_o='.o'
-+afs='false'
-+afsroot='/afs'
-+alignbytes='4'
-+ansi2knr=''
-+aphostname='/bin/hostname'
-+api_revision='5'
-+api_subversion='0'
-+api_version='10'
-+api_versionstring='5.10.0'
-+ar='ar'
-+archlib='/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi'
-+archlibexp='/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi'
-+archname64=''
-+archname='x86_64-linux-thread-multi'
-+archobjs=''
-+asctime_r_proto='REENTRANT_PROTO_B_SB'
-+awk='awk'
-+baserev='5.0'
-+bash=''
-+bin='/usr/bin'
-+binexp='/usr/bin'
-+bison='bison'
-+byacc='byacc'
-+byteorder='1234'
-+c=''
-+castflags='0'
-+cat='cat'
-+cc='cc'
-+cccdlflags='-fPIC'
-+ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi/CORE'
-+ccflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
-+ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
-+ccname='gcc'
-+ccsymbols=''
-+ccversion=''
-+cf_by=''
-+cf_email=''
-+cf_time=''
-+chgrp=''
-+chmod='chmod'
-+chown=''
-+clocktype='clock_t'
-+comm='comm'
-+compress=''
-+contains='grep'
-+cp='cp'
-+cpio=''
-+cpp='cpp'
-+cpp_stuff='42'
-+cppccsymbols=''
-+cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include'
-+cpplast='-'
-+cppminus='-'
-+cpprun='cc -E'
-+cppstdin='cc -E'
-+cppsymbols='_FILE_OFFSET_BITS=64 _GNU_SOURCE=1 _LARGEFILE64_SOURCE=1 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=200112L _POSIX_SOURCE=1 _REENTRANT=1 _XOPEN_SOURCE=600 _XOPEN_SOURCE_EXTENDED=1 __CHAR_BIT__=8 __DBL_DENORM_MIN__=4.9406564584124654e-324 __DBL_DIG__=15 __DBL_EPSILON__=2.2204460492503131e-16 __DBL_HAS_DENORM__=1 __DBL_HAS_INFINITY__=1 __DBL_HAS_QUIET_NAN__=1 __DBL_MANT_DIG__=53 __DBL_MAX_10_EXP__=308 __DBL_MAX_EXP__=1024 __DBL_MAX__=1.7976931348623157e+308 __DBL_MIN_10_EXP__=(-307) __DBL_MIN_EXP__=(-1021) __DBL_MIN__=2.2250738585072014e-308 __DEC128_DEN__=0.000000000000000000000000000000001E-6143DL __DEC128_EPSILON__=1E-33DL __DEC128_MANT_DIG__=34 __DEC128_MAX_EXP__=6144 __DEC128_MAX__=9.999999999999999999999999999999999E6144DL __DEC128_MIN_EXP__=(-6143) __DEC128_MIN__=1E-6143DL __DEC32_DEN__=0.000001E-95DF __DEC32_EPSILON__=1E-6DF __DEC32_MANT_DIG__=7 __DEC32_MAX_EXP__=96 __DEC32_MAX__=9.999999E96DF __DEC32_MIN_EXP__=(-95) __DEC32_MIN__=1E-95DF __DEC64_DEN__=0.000000000000001E-383DD __DEC64_EPSILON__=1E-15DD __DEC64_MANT_DIG__=16 __DEC64_MAX_EXP__=384 __DEC64_MAX__=9.999999999999999E384DD __DEC64_MIN_EXP__=(-383) __DEC64_MIN__=1E-383DD __DECIMAL_BID_FORMAT__=1 __DECIMAL_DIG__=21 __DEC_EVAL_METHOD__=2 __ELF__=1 __FINITE_MATH_ONLY__=0 __FLT_DENORM_MIN__=1.40129846e-45F __FLT_DIG__=6 __FLT_EPSILON__=1.19209290e-7F __FLT_EVAL_METHOD__=2 __FLT_HAS_DENORM__=1 __FLT_HAS_INFINITY__=1 __FLT_HAS_QUIET_NAN__=1 __FLT_MANT_DIG__=24 __FLT_MAX_10_EXP__=38 __FLT_MAX_EXP__=128 __FLT_MAX__=3.40282347e+38F __FLT_MIN_10_EXP__=(-37) __FLT_MIN_EXP__=(-125) __FLT_MIN__=1.17549435e-38F __FLT_RADIX__=2 __GLIBC_MINOR__=9 __GLIBC__=2 __GNUC_GNU_INLINE__=1 __GNUC_MINOR__=3 __GNUC_PATCHLEVEL__=3 __GNUC__=4 __GNU_LIBRARY__=6 __GXX_ABI_VERSION=1002 __INTMAX_MAX__=9223372036854775807LL __INTMAX_TYPE__=long\ long\ int __INT_MAX__=2147483647 __LDBL_DENORM_MIN__=3.64519953188247460253e-4951L __LDBL_DIG__=18 __LDBL_EPSILON__=1.08420217248550443401e-19L __LDBL_HAS_DENORM__=1 __LDBL_HAS_INFINITY__=1 __LDBL_HAS_QUIET_NAN__=1 __LDBL_MANT_DIG__=64 __LDBL_MAX_10_EXP__=4932 __LDBL_MAX_EXP__=16384 __LDBL_MAX__=1.18973149535723176502e+4932L __LDBL_MIN_10_EXP__=(-4931) __LDBL_MIN_EXP__=(-16381) __LDBL_MIN__=3.36210314311209350626e-4932L __LONG_LONG_MAX__=9223372036854775807LL __LONG_MAX__=2147483647L __PTRDIFF_TYPE__=int __REGISTER_PREFIX__= __SCHAR_MAX__=127 __SHRT_MAX__=32767 __SIZEOF_DOUBLE__=8 __SIZEOF_FLOAT__=4 __SIZEOF_INT__=4 __SIZEOF_LONG_DOUBLE__=12 __SIZEOF_LONG_LONG__=8 __SIZEOF_LONG__=4 __SIZEOF_POINTER__=4 __SIZEOF_PTRDIFF_T__=4 __SIZEOF_SHORT__=2 __SIZEOF_SIZE_T__=4 __SIZEOF_WCHAR_T__=4 __SIZEOF_WINT_T__=4 __SIZE_TYPE__=unsigned\ int __STDC_HOSTED__=1 __STDC__=1 __UINTMAX_TYPE__=long\ long\ unsigned\ int __USER_LABEL_PREFIX__= __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_GNU=1 __USE_LARGEFILE64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_POSIX=1 __USE_REENTRANT=1 __USE_SVID=1 __USE_UNIX98=1 __USE_XOPEN=1 __USE_XOPEN_EXTENDED=1 __VERSION__="4.3.3" __WCHAR_MAX__=2147483647 __WCHAR_TYPE__=long\ int __WINT_TYPE__=unsigned\ int __gnu_linux__=1 __i386=1 __i386__=1 __linux=1 __linux__=1 __unix=1 __unix__=1 i386=1 linux=1 unix=1'
-+crypt_r_proto='REENTRANT_PROTO_B_CCS'
-+cryptlib=''
-+csh='csh'
-+ctermid_r_proto='0'
-+ctime_r_proto='REENTRANT_PROTO_B_SB'
-+d_Gconvert='gcvt((x),(n),(b))'
-+d_PRIEUldbl='define'
-+d_PRIFUldbl='define'
-+d_PRIGUldbl='define'
-+d_PRIXU64='define'
-+d_PRId64='define'
-+d_PRIeldbl='define'
-+d_PRIfldbl='define'
-+d_PRIgldbl='define'
-+d_PRIi64='define'
-+d_PRIo64='define'
-+d_PRIu64='define'
-+d_PRIx64='define'
-+d_SCNfldbl='define'
-+d__fwalk='undef'
-+d_access='define'
-+d_accessx='undef'
-+d_aintl='undef'
-+d_alarm='define'
-+d_archlib='define'
-+d_asctime_r='define'
-+d_atolf='undef'
-+d_atoll='define'
-+d_attribute_format='define'
-+d_attribute_malloc='define'
-+d_attribute_nonnull='define'
-+d_attribute_noreturn='define'
-+d_attribute_pure='define'
-+d_attribute_unused='define'
-+d_attribute_warn_unused_result='define'
-+d_bcmp='define'
-+d_bcopy='define'
-+d_bsd='undef'
-+d_bsdgetpgrp='undef'
-+d_bsdsetpgrp='undef'
-+d_builtin_choose_expr='define'
-+d_builtin_expect='undef'
-+d_bzero='define'
-+d_c99_variadic_macros='define'
-+d_casti32='undef'
-+d_castneg='define'
-+d_charvspr='undef'
-+d_chown='define'
-+d_chroot='define'
-+d_chsize='undef'
-+d_class='undef'
-+d_clearenv='define'
-+d_closedir='define'
-+d_cmsghdr_s='define'
-+d_const='define'
-+d_copysignl='define'
-+d_cplusplus='undef'
-+d_crypt='define'
-+d_crypt_r='define'
-+d_csh='undef'
-+d_ctermid='define'
-+d_ctermid_r='undef'
-+d_ctime_r='define'
-+d_cuserid='define'
-+d_dbl_dig='define'
-+d_dbminitproto='undef'
-+d_difftime='define'
-+d_dir_dd_fd='undef'
-+d_dirfd='define'
-+d_dirnamlen='undef'
-+d_dlerror='define'
-+d_dlopen='define'
-+d_dlsymun='undef'
-+d_dosuid='undef'
-+d_drand48_r='define'
-+d_drand48proto='define'
-+d_dup2='define'
-+d_eaccess='define'
-+d_endgrent='define'
-+d_endgrent_r='undef'
-+d_endhent='define'
-+d_endhostent_r='undef'
-+d_endnent='define'
-+d_endnetent_r='undef'
-+d_endpent='define'
-+d_endprotoent_r='undef'
-+d_endpwent='define'
-+d_endpwent_r='undef'
-+d_endsent='define'
-+d_endservent_r='undef'
-+d_eofnblk='define'
-+d_eunice='undef'
-+d_faststdio='undef'
-+d_fchdir='define'
-+d_fchmod='define'
-+d_fchown='define'
-+d_fcntl='define'
-+d_fcntl_can_lock='define'
-+d_fd_macros='define'
-+d_fd_set='define'
-+d_fds_bits='define'
-+d_fgetpos='define'
-+d_finite='define'
-+d_finitel='define'
-+d_flexfnam='define'
-+d_flock='define'
-+d_flockproto='define'
-+d_fork='define'
-+d_fp_class='undef'
-+d_fpathconf='define'
-+d_fpclass='undef'
-+d_fpclassify='undef'
-+d_fpclassl='undef'
-+d_fpos64_t='undef'
-+d_frexpl='define'
-+d_fs_data_s='undef'
-+d_fseeko='define'
-+d_fsetpos='define'
-+d_fstatfs='define'
-+d_fstatvfs='define'
-+d_fsync='define'
-+d_ftello='define'
-+d_ftime='undef'
-+d_futimes='define'
-+d_getcwd='define'
-+d_getespwnam='undef'
-+d_getfsstat='undef'
-+d_getgrent='define'
-+d_getgrent_r='define'
-+d_getgrgid_r='define'
-+d_getgrnam_r='define'
-+d_getgrps='define'
-+d_gethbyaddr='define'
-+d_gethbyname='define'
-+d_gethent='define'
-+d_gethname='define'
-+d_gethostbyaddr_r='define'
-+d_gethostbyname_r='define'
-+d_gethostent_r='define'
-+d_gethostprotos='define'
-+d_getitimer='define'
-+d_getlogin='define'
-+d_getlogin_r='define'
-+d_getmnt='undef'
-+d_getmntent='define'
-+d_getnbyaddr='define'
-+d_getnbyname='define'
-+d_getnent='define'
-+d_getnetbyaddr_r='define'
-+d_getnetbyname_r='define'
-+d_getnetent_r='define'
-+d_getnetprotos='define'
-+d_getpagsz='define'
-+d_getpbyname='define'
-+d_getpbynumber='define'
-+d_getpent='define'
-+d_getpgid='define'
-+d_getpgrp2='undef'
-+d_getpgrp='define'
-+d_getppid='define'
-+d_getprior='define'
-+d_getprotobyname_r='define'
-+d_getprotobynumber_r='define'
-+d_getprotoent_r='define'
-+d_getprotoprotos='define'
-+d_getprpwnam='undef'
-+d_getpwent='define'
-+d_getpwent_r='define'
-+d_getpwnam_r='define'
-+d_getpwuid_r='define'
-+d_getsbyname='define'
-+d_getsbyport='define'
-+d_getsent='define'
-+d_getservbyname_r='define'
-+d_getservbyport_r='define'
-+d_getservent_r='define'
-+d_getservprotos='define'
-+d_getspnam='define'
-+d_getspnam_r='define'
-+d_gettimeod='define'
-+d_gmtime_r='define'
-+d_gnulibc='define'
-+d_grpasswd='define'
-+d_hasmntopt='define'
-+d_htonl='define'
-+d_ilogbl='define'
-+d_inc_version_list='undef'
-+d_index='undef'
-+d_inetaton='define'
-+d_int64_t='define'
-+d_isascii='define'
-+d_isfinite='undef'
-+d_isinf='define'
-+d_isnan='define'
-+d_isnanl='define'
-+d_killpg='define'
-+d_lchown='define'
-+d_ldbl_dig='define'
-+d_libm_lib_version='define'
-+d_link='define'
-+d_localtime_r='define'
-+d_localtime_r_needs_tzset='define'
-+d_locconv='define'
-+d_lockf='define'
-+d_longdbl='define'
-+d_longlong='define'
-+d_lseekproto='define'
-+d_lstat='define'
-+d_madvise='define'
-+d_malloc_good_size='undef'
-+d_malloc_size='undef'
-+d_mblen='define'
-+d_mbstowcs='define'
-+d_mbtowc='define'
-+d_memchr='define'
-+d_memcmp='define'
-+d_memcpy='define'
-+d_memmove='define'
-+d_memset='define'
-+d_mkdir='define'
-+d_mkdtemp='define'
-+d_mkfifo='define'
-+d_mkstemp='define'
-+d_mkstemps='undef'
-+d_mktime='define'
-+d_mmap='define'
-+d_modfl='define'
-+d_modfl_pow32_bug='undef'
-+d_modflproto='define'
-+d_mprotect='define'
-+d_msg='define'
-+d_msg_ctrunc='define'
-+d_msg_dontroute='define'
-+d_msg_oob='define'
-+d_msg_peek='define'
-+d_msg_proxy='define'
-+d_msgctl='define'
-+d_msgget='define'
-+d_msghdr_s='define'
-+d_msgrcv='define'
-+d_msgsnd='define'
-+d_msync='define'
-+d_munmap='define'
-+d_mymalloc='undef'
-+d_nice='define'
-+d_nl_langinfo='define'
-+d_nv_preserves_uv='define'
-+d_nv_zero_is_allbits_zero='define'
-+d_off64_t='define'
-+d_old_pthread_create_joinable='undef'
-+d_oldpthreads='undef'
-+d_oldsock='undef'
-+d_open3='define'
-+d_pathconf='define'
-+d_pause='define'
-+d_perl_otherlibdirs='undef'
-+d_phostname='undef'
-+d_pipe='define'
-+d_poll='define'
-+d_portable='define'
-+d_printf_format_null='define'
-+d_procselfexe='undef'
-+d_pseudofork='undef'
-+d_pthread_atfork='define'
-+d_pthread_attr_setscope='define'
-+d_pthread_yield='define'
-+d_pwage='undef'
-+d_pwchange='undef'
-+d_pwclass='undef'
-+d_pwcomment='undef'
-+d_pwexpire='undef'
-+d_pwgecos='define'
-+d_pwpasswd='define'
-+d_pwquota='undef'
-+d_qgcvt='define'
-+d_quad='define'
-+d_random_r='define'
-+d_readdir64_r='define'
-+d_readdir='define'
-+d_readdir_r='define'
-+d_readlink='define'
-+d_readv='define'
-+d_recvmsg='define'
-+d_rename='define'
-+d_rewinddir='define'
-+d_rmdir='define'
-+d_safebcpy='undef'
-+d_safemcpy='undef'
-+d_sanemcmp='define'
-+d_sbrkproto='define'
-+d_scalbnl='define'
-+d_sched_yield='define'
-+d_scm_rights='define'
-+d_seekdir='define'
-+d_select='define'
-+d_sem='define'
-+d_semctl='define'
-+d_semctl_semid_ds='define'
-+d_semctl_semun='define'
-+d_semget='define'
-+d_semop='define'
-+d_sendmsg='define'
-+d_setegid='define'
-+d_seteuid='define'
-+d_setgrent='define'
-+d_setgrent_r='undef'
-+d_setgrps='define'
-+d_sethent='define'
-+d_sethostent_r='undef'
-+d_setitimer='define'
-+d_setlinebuf='define'
-+d_setlocale='define'
-+d_setlocale_r='undef'
-+d_setnent='define'
-+d_setnetent_r='undef'
-+d_setpent='define'
-+d_setpgid='define'
-+d_setpgrp2='undef'
-+d_setpgrp='define'
-+d_setprior='define'
-+d_setproctitle='undef'
-+d_setprotoent_r='undef'
-+d_setpwent='define'
-+d_setpwent_r='undef'
-+d_setregid='define'
-+d_setresgid='define'
-+d_setresuid='define'
-+d_setreuid='define'
-+d_setrgid='undef'
-+d_setruid='undef'
-+d_setsent='define'
-+d_setservent_r='undef'
-+d_setsid='define'
-+d_setvbuf='define'
-+d_sfio='undef'
-+d_shm='define'
-+d_shmat='define'
-+d_shmatprototype='define'
-+d_shmctl='define'
-+d_shmdt='define'
-+d_shmget='define'
-+d_sigaction='define'
-+d_signbit='define'
-+d_sigprocmask='define'
-+d_sigsetjmp='define'
-+d_sitearch='define'
-+d_snprintf='define'
-+d_sockatmark='define'
-+d_sockatmarkproto='define'
-+d_socket='define'
-+d_socklen_t='define'
-+d_sockpair='define'
-+d_socks5_init='undef'
-+d_sprintf_returns_strlen='define'
-+d_sqrtl='define'
-+d_srand48_r='define'
-+d_srandom_r='define'
-+d_sresgproto='define'
-+d_sresuproto='define'
-+d_statblks='define'
-+d_statfs_f_flags='undef'
-+d_statfs_s='define'
-+d_statvfs='define'
-+d_stdio_cnt_lval='undef'
-+d_stdio_ptr_lval='undef'
-+d_stdio_ptr_lval_nochange_cnt='undef'
-+d_stdio_ptr_lval_sets_cnt='undef'
-+d_stdio_stream_array='undef'
-+d_stdiobase='undef'
-+d_stdstdio='undef'
-+d_strchr='define'
-+d_strcoll='define'
-+d_strctcpy='define'
-+d_strerrm='strerror(e)'
-+d_strerror='define'
-+d_strerror_r='define'
-+d_strftime='define'
-+d_strlcat='undef'
-+d_strlcpy='undef'
-+d_strtod='define'
-+d_strtol='define'
-+d_strtold='define'
-+d_strtoll='define'
-+d_strtoq='define'
-+d_strtoul='define'
-+d_strtoull='define'
-+d_strtouq='define'
-+d_strxfrm='define'
-+d_suidsafe='undef'
-+d_symlink='define'
-+d_syscall='define'
-+d_syscallproto='define'
-+d_sysconf='define'
-+d_sysernlst=''
-+d_syserrlst='define'
-+d_system='define'
-+d_tcgetpgrp='define'
-+d_tcsetpgrp='define'
-+d_telldir='define'
-+d_telldirproto='define'
-+d_time='define'
-+d_times='define'
-+d_tm_tm_gmtoff='define'
-+d_tm_tm_zone='define'
-+d_tmpnam_r='define'
-+d_truncate='define'
-+d_ttyname_r='define'
-+d_tzname='define'
-+d_u32align='undef'
-+d_ualarm='define'
-+d_umask='define'
-+d_uname='define'
-+d_union_semun='undef'
-+d_unordered='undef'
-+d_unsetenv='define'
-+d_usleep='define'
-+d_usleepproto='define'
-+d_ustat='define'
-+d_vendorarch='define'
-+d_vendorbin='define'
-+d_vendorlib='define'
-+d_vendorscript='define'
-+d_vfork='undef'
-+d_void_closedir='undef'
-+d_voidsig='define'
-+d_voidtty=''
-+d_volatile='define'
-+d_vprintf='define'
-+d_vsnprintf='define'
-+d_wait4='define'
-+d_waitpid='define'
-+d_wcstombs='define'
-+d_wctomb='define'
-+d_writev='define'
-+d_xenix='undef'
-+date='date'
-+db_hashtype='u_int32_t'
-+db_prefixtype='size_t'
-+db_version_major=''
-+db_version_minor=''
-+db_version_patch=''
-+defvoidused='15'
-+direntrytype='struct dirent'
-+dlext='so'
-+dlsrc='dl_dlopen.xs'
-+doublesize='8'
-+drand01='drand48()'
-+drand48_r_proto='REENTRANT_PROTO_I_ST'
-+dynamic_ext='attrs B Compress/Raw/Zlib Cwd Data/Dumper Devel/DProf Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filter/Util/Call Hash/Util I18N/Langinfo IO IPC/SysV List/Util Math/BigInt/FastCalc MIME/Base64 Opcode PerlIO/encoding PerlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex threads Time/HiRes Time/Piece Unicode/Normalize XS/APItest XS/Typemap threads/shared Hash/Util/FieldHash'
-+eagain='EAGAIN'
-+ebcdic='undef'
-+echo='echo'
-+egrep='egrep'
-+emacs=''
-+endgrent_r_proto='0'
-+endhostent_r_proto='0'
-+endnetent_r_proto='0'
-+endprotoent_r_proto='0'
-+endpwent_r_proto='0'
-+endservent_r_proto='0'
-+eunicefix=':'
-+exe_ext=''
-+expr='expr'
-+extensions='attrs B Compress/Raw/Zlib Cwd Data/Dumper Devel/DProf Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filter/Util/Call Hash/Util I18N/Langinfo IO IPC/SysV List/Util Math/BigInt/FastCalc MIME/Base64 Opcode PerlIO/encoding PerlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex threads Time/HiRes Time/Piece Unicode/Normalize XS/APItest XS/Typemap threads/shared Hash/Util/FieldHash Compress/Zlib Errno IO_Compress_Base IO_Compress_Zlib'
-+extras=''
-+fflushNULL='define'
-+fflushall='undef'
-+find=''
-+firstmakefile='makefile'
-+flex=''
-+fpossize='16'
-+fpostype='fpos_t'
-+freetype='void'
-+from=':'
-+full_ar='/usr/bin/ar'
-+full_csh='csh'
-+full_sed='/bin/sed'
-+gccansipedantic=''
-+gccosandvers=''
-+gccversion='4.3.3'
-+getgrent_r_proto='REENTRANT_PROTO_I_SBWR'
-+getgrgid_r_proto='REENTRANT_PROTO_I_TSBWR'
-+getgrnam_r_proto='REENTRANT_PROTO_I_CSBWR'
-+gethostbyaddr_r_proto='REENTRANT_PROTO_I_TsISBWRE'
-+gethostbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
-+gethostent_r_proto='REENTRANT_PROTO_I_SBWRE'
-+getlogin_r_proto='REENTRANT_PROTO_I_BW'
-+getnetbyaddr_r_proto='REENTRANT_PROTO_I_uISBWRE'
-+getnetbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
-+getnetent_r_proto='REENTRANT_PROTO_I_SBWRE'
-+getprotobyname_r_proto='REENTRANT_PROTO_I_CSBWR'
-+getprotobynumber_r_proto='REENTRANT_PROTO_I_ISBWR'
-+getprotoent_r_proto='REENTRANT_PROTO_I_SBWR'
-+getpwent_r_proto='REENTRANT_PROTO_I_SBWR'
-+getpwnam_r_proto='REENTRANT_PROTO_I_CSBWR'
-+getpwuid_r_proto='REENTRANT_PROTO_I_TSBWR'
-+getservbyname_r_proto='REENTRANT_PROTO_I_CCSBWR'
-+getservbyport_r_proto='REENTRANT_PROTO_I_ICSBWR'
-+getservent_r_proto='REENTRANT_PROTO_I_SBWR'
-+getspnam_r_proto='REENTRANT_PROTO_I_CSBWR'
-+gidformat='"lu"'
-+gidsign='1'
-+gidsize='4'
-+gidtype='gid_t'
-+glibpth='/usr/shlib  /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
-+gmake='gmake'
-+gmtime_r_proto='REENTRANT_PROTO_S_TS'
-+gnulibc_version='2.9'
-+grep='grep'
-+groupcat='cat /etc/group'
-+groupstype='gid_t'
-+gzip='gzip'
-+h_fcntl='false'
-+h_sysfile='true'
-+hint='recommended'
-+hostcat='cat /etc/hosts'
-+html1dir=' '
-+html1direxp=''
-+html3dir=' '
-+html3direxp=''
-+i16size='2'
-+i16type='short'
-+i32size='4'
-+i32type='long'
-+i64size='8'
-+i64type='long long'
-+i8size='1'
-+i8type='char'
-+i_arpainet='define'
-+i_bsdioctl=''
-+i_crypt='define'
-+i_db='undef'
-+i_dbm='undef'
-+i_dirent='define'
-+i_dld='undef'
-+i_dlfcn='define'
-+i_fcntl='undef'
-+i_float='define'
-+i_fp='undef'
-+i_fp_class='undef'
-+i_gdbm='undef'
-+i_grp='define'
-+i_ieeefp='undef'
-+i_inttypes='define'
-+i_langinfo='define'
-+i_libutil='undef'
-+i_limits='define'
-+i_locale='define'
-+i_machcthr='undef'
-+i_malloc='define'
-+i_math='define'
-+i_memory='undef'
-+i_mntent='define'
-+i_ndbm='undef'
-+i_netdb='define'
-+i_neterrno='undef'
-+i_netinettcp='define'
-+i_niin='define'
-+i_poll='define'
-+i_prot='undef'
-+i_pthread='define'
-+i_pwd='define'
-+i_rpcsvcdbm='undef'
-+i_sfio='undef'
-+i_sgtty='undef'
-+i_shadow='define'
-+i_socks='undef'
-+i_stdarg='define'
-+i_stddef='define'
-+i_stdlib='define'
-+i_string='define'
-+i_sunmath='undef'
-+i_sysaccess='undef'
-+i_sysdir='define'
-+i_sysfile='define'
-+i_sysfilio='undef'
-+i_sysin='undef'
-+i_sysioctl='define'
-+i_syslog='define'
-+i_sysmman='define'
-+i_sysmode='undef'
-+i_sysmount='define'
-+i_sysndir='undef'
-+i_sysparam='define'
-+i_sysresrc='define'
-+i_syssecrt='undef'
-+i_sysselct='define'
-+i_syssockio='undef'
-+i_sysstat='define'
-+i_sysstatfs='define'
-+i_sysstatvfs='define'
-+i_systime='define'
-+i_systimek='undef'
-+i_systimes='define'
-+i_systypes='define'
-+i_sysuio='define'
-+i_sysun='define'
-+i_sysutsname='define'
-+i_sysvfs='define'
-+i_syswait='define'
-+i_termio='undef'
-+i_termios='define'
-+i_time='define'
-+i_unistd='define'
-+i_ustat='define'
-+i_utime='define'
-+i_values='define'
-+i_varargs='undef'
-+i_varhdr='stdarg.h'
-+i_vfork='undef'
-+ignore_versioned_solibs='y'
-+inc_version_list=' '
-+inc_version_list_init='0'
-+incpath=''
-+inews=''
-+initialinstalllocation='/usr/bin'
-+installarchlib='/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi'
-+installbin='/usr/bin'
-+installhtml1dir=''
-+installhtml3dir=''
-+installman1dir='/usr/share/man/man1'
-+installman3dir='/usr/share/man/man3'
-+installprefix='/usr'
-+installprefixexp='/usr'
-+installprivlib='/usr/lib/perl5/5.10.0'
-+installscript='/usr/bin'
-+installsitearch='/usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi'
-+installsitebin='/usr/bin'
-+installsitehtml1dir=''
-+installsitehtml3dir=''
-+installsitelib='/usr/lib/perl5/site_perl/5.10.0'
-+installsiteman1dir='/usr/share/man/man1'
-+installsiteman3dir='/usr/share/man/man3'
-+installsitescript='/usr/bin'
-+installstyle='lib/perl5'
-+installusrbinperl='undef'
-+installvendorarch='/usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi'
-+installvendorbin='/usr/bin'
-+installvendorhtml1dir=''
-+installvendorhtml3dir=''
-+installvendorlib='/usr/lib/perl5/vendor_perl/5.10.0'
-+installvendorman1dir='/usr/share/man/man1'
-+installvendorman3dir='/usr/share/man/man3'
-+installvendorscript='/usr/bin'
-+intsize='4'
-+issymlink='test -h'
-+ivdformat='"ld"'
-+ivsize='4'
-+ivtype='long'
-+known_extensions='attrs B Compress/Raw/Zlib Cwd Data/Dumper DB_File Devel/DProf Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filter/Util/Call GDBM_File Hash/Util I18N/Langinfo IO IPC/SysV List/Util Math/BigInt/FastCalc MIME/Base64 NDBM_File ODBM_File Opcode PerlIO/encoding PerlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex threads Time/HiRes Time/Piece Unicode/Normalize Win32 Win32API/File Win32CORE XS/APItest XS/Typemap threads/shared Hash/Util/FieldHash'
-+ksh=''
-+ld='cc'
-+lddlflags='-shared -O2 -L/usr/local/lib'
-+ldflags=' -L/usr/local/lib'
-+ldflags_uselargefiles=''
-+ldlibpthname='LD_LIBRARY_PATH'
-+less='less'
-+lib_ext='.a'
-+libc='/lib/libc-2.9.so'
-+libperl='libperl.so'
-+libpth='/usr/local/lib /lib /usr/lib'
-+libs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
-+libsdirs=' /usr/lib'
-+libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libpthread.so libc.so'
-+libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libpthread.so /usr/lib/libc.so'
-+libspath=' /usr/local/lib /lib /usr/lib'
-+libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util pthread c cposix posix ucb BSD'
-+libswanted_uselargefiles=''
-+line=''
-+lint=''
-+lkflags=''
-+ln='ln'
-+lns='/bin/ln -s'
-+localtime_r_proto='REENTRANT_PROTO_S_TS'
-+locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
-+loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
-+longdblsize='12'
-+longlongsize='8'
-+longsize='4'
-+lp=''
-+lpr=''
-+ls='ls'
-+lseeksize='8'
-+lseektype='off_t'
-+mad='undef'
-+madlyh=''
-+madlyobj=''
-+madlysrc=''
-+mail=''
-+mailx=''
-+make='make'
-+make_set_make='#'
-+mallocobj=''
-+mallocsrc=''
-+malloctype='void *'
-+man1dir='/usr/share/man/man1'
-+man1direxp='/usr/share/man/man1'
-+man1ext='1'
-+man3dir='/usr/share/man/man3'
-+man3direxp='/usr/share/man/man3'
-+man3ext='3'
-+mips_type=''
-+mistrustnm=''
-+mkdir='mkdir'
-+mmaptype='void *'
-+modetype='mode_t'
-+more='more'
-+multiarch='undef'
-+mv=''
-+myarchname='x86_64-linux'
-+mydomain=''
-+myhostname=''
-+myuname=''
-+n='-n'
-+need_va_copy='undef'
-+netdb_hlen_type='size_t'
-+netdb_host_type='const void *'
-+netdb_name_type='const char *'
-+netdb_net_type='in_addr_t'
-+nm='nm'
-+nm_opt=''
-+nm_so_opt='--dynamic'
-+nonxs_ext='Compress/Zlib Errno IO_Compress_Base IO_Compress_Zlib'
-+nroff='nroff'
-+nvEUformat='"E"'
-+nvFUformat='"F"'
-+nvGUformat='"G"'
-+nv_preserves_uv_bits='32'
-+nveformat='"e"'
-+nvfformat='"f"'
-+nvgformat='"g"'
-+nvsize='8'
-+nvtype='double'
-+o_nonblock='O_NONBLOCK'
-+obj_ext='.o'
-+old_pthread_create_joinable=''
-+optimize='-O2'
-+orderlib='false'
-+osname='linux'
-+osvers='2.6.27.10-r4'
-+otherlibdirs=' '
-+package='perl5'
-+pager='/bin/less -isR'
-+passcat='cat /etc/passwd'
-+patchlevel='10'
-+path_sep=':'
-+perl5=''
-+perl=''
-+perl_patchlevel=''
-+perladmin=''
-+perllibs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
-+perlpath='/usr/bin/perl'
-+pg='pg'
-+phostname='hostname'
-+pidtype='pid_t'
-+plibpth=''
-+pmake=''
-+pr=''
-+prefix='/usr'
-+prefixexp='/usr'
-+privlib='/usr/lib/perl5/5.10.0'
-+privlibexp='/usr/lib/perl5/5.10.0'
-+procselfexe=''
-+prototype='define'
-+ptrsize='4'
-+quadkind='3'
-+quadtype='long long'
-+randbits='48'
-+randfunc='drand48'
-+random_r_proto='REENTRANT_PROTO_I_St'
-+randseedtype='long'
-+ranlib=':'
-+rd_nodata='-1'
-+readdir64_r_proto='REENTRANT_PROTO_I_TSR'
-+readdir_r_proto='REENTRANT_PROTO_I_TSR'
-+revision='5'
-+rm='rm'
-+rm_try='/bin/rm -f try try a.out .out try.[cho] try..o core core.try* try.core*'
-+rmail=''
-+run=''
-+runnm='false'
-+sPRIEUldbl='"LE"'
-+sPRIFUldbl='"LF"'
-+sPRIGUldbl='"LG"'
-+sPRIXU64='"LX"'
-+sPRId64='"Ld"'
-+sPRIeldbl='"Le"'
-+sPRIfldbl='"Lf"'
-+sPRIgldbl='"Lg"'
-+sPRIi64='"Li"'
-+sPRIo64='"Lo"'
-+sPRIu64='"Lu"'
-+sPRIx64='"Lx"'
-+sSCNfldbl='"Lf"'
-+sched_yield='sched_yield()'
-+scriptdir='/usr/bin'
-+scriptdirexp='/usr/bin'
-+sed='sed'
-+seedfunc='srand48'
-+selectminbits='32'
-+selecttype='fd_set *'
-+sendmail=''
-+setgrent_r_proto='0'
-+sethostent_r_proto='0'
-+setlocale_r_proto='0'
-+setnetent_r_proto='0'
-+setprotoent_r_proto='0'
-+setpwent_r_proto='0'
-+setservent_r_proto='0'
-+sh='/bin/sh'
-+shar=''
-+sharpbang='#!'
-+shmattype='void *'
-+shortsize='2'
-+shrpenv=''
-+shsharp='true'
-+sig_count='65'
-+sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS NUM32 NUM33 RTMIN NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 NUM63 RTMAX IOT CLD POLL UNUSED '
-+sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "NUM32", "NUM33", "RTMIN", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "NUM63", "RTMAX", "IOT", "CLD", "POLL", "UNUSED", 0'
-+sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 6 17 29 31 '
-+sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 17, 29, 31, 0'
-+sig_size='69'
-+signal_t='void'
-+sitearch='/usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi'
-+sitearchexp='/usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi'
-+sitebin='/usr/bin'
-+sitebinexp='/usr/bin'
-+sitehtml1dir=''
-+sitehtml1direxp=''
-+sitehtml3dir=''
-+sitehtml3direxp=''
-+sitelib='/usr/lib/perl5/site_perl/5.10.0'
-+sitelib_stem='/usr/lib/perl5/site_perl'
-+sitelibexp='/usr/lib/perl5/site_perl/5.10.0'
-+siteman1dir='/usr/share/man/man1'
-+siteman1direxp='/usr/share/man/man1'
-+siteman3dir='/usr/share/man/man3'
-+siteman3direxp='/usr/share/man/man3'
-+siteprefix='/usr'
-+siteprefixexp='/usr'
-+sitescript='/usr/bin'
-+sitescriptexp='/usr/bin'
-+sizesize='4'
-+sizetype='size_t'
-+sleep=''
-+smail=''
-+so='so'
-+sockethdr=''
-+socketlib=''
-+socksizetype='socklen_t'
-+sort='sort'
-+spackage='Perl5'
-+spitshell='cat'
-+srand48_r_proto='REENTRANT_PROTO_I_LS'
-+srandom_r_proto='REENTRANT_PROTO_I_TS'
-+src='.'
-+ssizetype='ssize_t'
-+startperl='#!/usr/bin/perl'
-+startsh='#!/bin/sh'
-+static_ext=' '
-+stdchar='char'
-+stdio_base='((fp)->_IO_read_base)'
-+stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)'
-+stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
-+stdio_filbuf=''
-+stdio_ptr='((fp)->_IO_read_ptr)'
-+stdio_stream_array=''
-+strerror_r_proto='REENTRANT_PROTO_B_IBW'
-+strings='/usr/include/string.h'
-+submit=''
-+subversion='0'
-+sysman='/usr/share/man/man1'
-+tail=''
-+tar=''
-+targetarch=''
-+tbl=''
-+tee=''
-+test='test'
-+timeincl='/usr/include/sys/time.h /usr/include/time.h '
-+timetype='time_t'
-+tmpnam_r_proto='REENTRANT_PROTO_B_B'
-+to=':'
-+touch='touch'
-+tr='tr'
-+trnl='\n'
-+troff=''
-+ttyname_r_proto='REENTRANT_PROTO_I_IBW'
-+u16size='2'
-+u16type='unsigned short'
-+u32size='4'
-+u32type='unsigned long'
-+u64size='8'
-+u64type='unsigned long long'
-+u8size='1'
-+u8type='unsigned char'
-+uidformat='"lu"'
-+uidsign='1'
-+uidsize='4'
-+uidtype='uid_t'
-+uname='uname'
-+uniq='uniq'
-+uquadtype='unsigned long long'
-+use5005threads='undef'
-+use64bitall='undef'
-+use64bitint='undef'
-+usecrosscompile='undef'
-+usedl='define'
-+usefaststdio='undef'
-+useithreads='define'
-+uselargefiles='define'
-+uselongdouble='undef'
-+usemallocwrap='define'
-+usemorebits='undef'
-+usemultiplicity='define'
-+usemymalloc='n'
-+usenm='false'
-+useopcode='true'
-+useperlio='define'
-+useposix='true'
-+usereentrant='undef'
-+userelocatableinc='undef'
-+usesfio='false'
-+useshrplib='true'
-+usesitecustomize='undef'
-+usesocks='undef'
-+usethreads='define'
-+usevendorprefix='define'
-+usevfork='false'
-+usrinc='/usr/include'
-+uuname=''
-+uvXUformat='"lX"'
-+uvoformat='"lo"'
-+uvsize='4'
-+uvtype='unsigned long'
-+uvuformat='"lu"'
-+uvxformat='"lx"'
-+vendorarch='/usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi'
-+vendorarchexp='/usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi'
-+vendorbin='/usr/bin'
-+vendorbinexp='/usr/bin'
-+vendorhtml1dir=' '
-+vendorhtml1direxp=''
-+vendorhtml3dir=' '
-+vendorhtml3direxp=''
-+vendorlib='/usr/lib/perl5/vendor_perl/5.10.0'
-+vendorlib_stem='/usr/lib/perl5/vendor_perl'
-+vendorlibexp='/usr/lib/perl5/vendor_perl/5.10.0'
-+vendorman1dir='/usr/share/man/man1'
-+vendorman1direxp='/usr/share/man/man1'
-+vendorman3dir='/usr/share/man/man3'
-+vendorman3direxp='/usr/share/man/man3'
-+vendorprefix='/usr'
-+vendorprefixexp='/usr'
-+vendorscript='/usr/bin'
-+vendorscriptexp='/usr/bin'
-+version='5.10.0'
-+version_patchlevel_string='version 10 subversion 0'
-+versiononly='undef'
-+vi=''
-+voidflags='15'
-+xlibpth='/usr/lib/386 /lib/386'
-+yacc='yacc'
-+yaccflags=''
-+zcat=''
-+zip='zip'
-+# Configure command line arguments.
-+config_arg0='Configure'
-+config_args='-ds -e -Dprefix=/usr -Dvendorprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=/bin/less -isR -Dusethreads -Duseshrplib'
-+config_argc=9
-+config_arg1='-ds'
-+config_arg2='-e'
-+config_arg3='-Dprefix=/usr'
-+config_arg4='-Dvendorprefix=/usr'
-+config_arg5='-Dman1dir=/usr/share/man/man1'
-+config_arg6='-Dman3dir=/usr/share/man/man3'
-+config_arg7='-Dpager=/bin/less -isR'
-+config_arg8='-Dusethreads'
-+config_arg9='-Duseshrplib'
-+PERL_REVISION=5
-+PERL_VERSION=10
-+PERL_SUBVERSION=0
-+PERL_API_REVISION=5
-+PERL_API_VERSION=10
-+PERL_API_SUBVERSION=0
-+PERL_PATCHLEVEL=
-+PERL_CONFIG_SH=true
-+# Variables propagated from previous config.sh file.
-+libdb_needs_pthread='N'
-diff -Naur perl-5.10.0.orig/Cross/generate_config_sh perl-5.10.0/Cross/generate_config_sh
---- perl-5.10.0.orig/Cross/generate_config_sh  2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/generate_config_sh       1969-12-31 19:00:00.000000000 -0500
-@@ -1,132 +0,0 @@
--#!/usr/bin/perl
--
--##############################################################################
--#
--#     generate_config_sh
--#             Process that takes an automatically generated config.sh
--#             file and allows the environment to overload the values
--#             automatically discovered by Configure on our target platform.
--#
--#     Author  Redvers Davies <red@criticalintegration.com>
--#
--##############################################################################
--
--my $config = shift;
--
--my $sys = $ENV{SYS};
--
--my $callbacks = {};
--$callbacks->{'ar'} = [\&simple_process, ["AR", "arm-linux-ar"]];
--$callbacks->{'archname'} = [\&simple_process, ["SYS", "armv4l-linux"]];
--$callbacks->{'cc'} = [\&simple_process, ["CC", "arm-linux-gcc"]];
--$callbacks->{'cccdlflags'} = [\&simple_process, ["CFLAGS", ""]];
--$callbacks->{'ccdlflags'} = [\&simple_process, ["CFLAGS", ""]];
--$callbacks->{'ccflags'} = [\&simple_process, ["CFLAGS", "-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"]];
--$callbacks->{'ccflags_uselargefiles'} = [\&simple_process, ["CFLAGS", "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"]];
--$callbacks->{'ccname'} = [\&simple_process, ["CC", "arm-linux-gcc"]];
--$callbacks->{'cpp'} = [\&simple_process, ["CCP", "arm-linux-cpp"]];
--$callbacks->{'cppflags'} = [\&simple_process, ["CCPFLAGS", "-fno-strict-aliasing"]];
--$callbacks->{'cpprun'} = [\&simple_process_append, ["CC", "arm-linux-gcc -E", "-E"]];
--$callbacks->{'cppstdin'} = [\&simple_process_append, ["CC", "arm-linux-gcc -E", "-E"]];
--$callbacks->{'full_ar'} = [\&backtick, ["AR", "which $ENV{AR}", "/usr/local/arm/2.95.3/bin/arm-linux-ar"]];
--$callbacks->{'ld'} = [\&simple_process, ["LD", "arm-linux-ld"]];
--$callbacks->{'ldflags'} = [\&simple_process, ["LDFLAGS", ""]];
--$callbacks->{'ldflags_uselargefiles'} = [\&simple_process, ["LDFLAGS", ""]];
--$callbacks->{'myarchname'} = [\&simple_process, ["SYS", "armv4l-linux"]];
--$callbacks->{'archlib'} = [\&library_munge, ["SYS", "armv4l-linux"]];
--$callbacks->{'archlibexp'} = [\&library_munge, ["SYS", "armv4l-linux"]];
--$callbacks->{'installarchlib'} = [\&library_munge, ["SYS", "armv4l-linux"]];
--$callbacks->{'installsitearch'} = [\&library_munge, ["SYS", "armv4l-linux"]];
--$callbacks->{'sitearch'} = [\&library_munge, ["SYS", "armv4l-linux"]];
--$callbacks->{'sitearchexp'} = [\&library_munge, ["SYS", "armv4l-linux"]];
--
--if ($config eq "") {
--      die("Please run me as generate_config_sh path/to/original/config.sh");
--}
--
--open(FILE, "$config") || die("Unable to open $config");
--
--my $line_in;
--while ($line_in = <FILE>) {
--      if ($line_in =~ /^#/) {
--              next;
--      }
--
--      if ($line_in !~ /./) {
--              next;
--      }
--
--      $line_in =~ /^([^=]+)=(.*)/;
--      my $key = $1;
--      my $value = $2;
--      if (ref($callbacks->{$key}) eq "ARRAY") {
--              ($callbacks->{$key}[0])->($key,$value);
--      } else {
--              print($line_in);
--      }
--}
--
--sub backtick {
--      my $key = shift;
--      my $value = shift;
--      my $envvar = $callbacks->{$key}->[1][0];
--
--      if ($ENV{$envvar}) {
--              my $rawtext = `$callbacks->{$key}->[1][1]`;
--              chomp($rawtext);
--              print("$key=\'$rawtext\'\n");
--      } else {
--              print("$key=\'$callbacks->{$key}->[1][2]\'\n");
--      }
--}
--      
--
--sub simple_process {
--      my $key = shift;
--      my $envvar = $callbacks->{$key}->[1][0];
--
--      if ($ENV{$envvar}) {
--              print("$key=\"$ENV{$envvar}\"\n");
--      } else {
--              print("$key=\'$callbacks->{$key}->[1][1]\'\n");
--      }
--
--}
--
--sub simple_process_append {
--      my $key = shift;
--      my $envvar = $callbacks->{$key}->[1][0];
--
--      if ($ENV{$envvar}) {
--              print("$key=\"$ENV{$envvar} $callbacks->{$key}->[1][2]\"\n");
--      } else {
--              print("$key=\'$callbacks->{$key}->[1][1]\'\n");
--      }
--
--}
--
--sub library_munge {
--      my $key = shift;
--      my $value = shift;
--      my $envvar = $callbacks->{$key}->[1][0];
--
--      if ($ENV{$envvar}) {
--              $value =~ s/$callbacks->{$key}->[1][1]/$ENV{$envvar}/g;
--              print("$key=$value\n");
--      } else {
--              print("$key=$value\n");
--      }
--              
--}
--
--
--
--
--
--
--
--
--
--
--
--
-diff -Naur perl-5.10.0.orig/Cross/installperl.patch perl-5.10.0/Cross/installperl.patch
---- perl-5.10.0.orig/Cross/installperl.patch   2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/installperl.patch        1969-12-31 19:00:00.000000000 -0500
-@@ -1,22 +0,0 @@
----- ../installperl    2003-08-31 11:58:48.000000000 -0500
--+++ installperl       2003-09-05 02:38:40.000000000 -0500
--@@ -3,8 +3,8 @@
-- BEGIN {
--     require 5.004;
--     chdir '..' if !-d 'lib' and -d '../lib';
---    @INC = 'lib';
---    $ENV{PERL5LIB} = 'lib';
--+#    @INC = 'lib';
--+#    $ENV{PERL5LIB} = 'lib';
-- }
-- 
-- use strict;
--@@ -946,7 +946,7 @@
--              print " " if (@opts);
--              print "$file\n";
--          }
---         system("strip", @opts, $file);
--+         system("XXSTRIPXX-strip", @opts, $file);
--      } else {
--          print "# file '$file' skipped\n" if $verbose;
--      }
-diff -Naur perl-5.10.0.orig/Cross/Makefile perl-5.10.0/Cross/Makefile
---- perl-5.10.0.orig/Cross/Makefile    2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/Makefile 2009-04-05 13:27:24.455076604 -0400
-@@ -1,64 +1,84 @@
--## Toplevel Makefile for cross-compilation of perl
--#
--## $Id: Makefile,v 1.5 2003/12/12 00:48:19 red Exp red $
--
--export TOPDIR=${shell pwd}
--include $(TOPDIR)/config
--export CFLAGS
--export SYS=$(ARCH)-$(OS)
--export CROSS=$(ARCH)-$(OS)-
--export FULL_OPTIMIZATION = -fexpensive-optimizations -fomit-frame-pointer -O2
--export OPTIMIZATION = -O2
--
--export CC = $(CROSS)gcc
--export CXX = $(CROSS)g++
--export LD = $(CROSS)ld
--export STRIP = $(CROSS)strip
--export AR = $(CROSS)ar
--export RANLIB = $(CROSS)ranlib
--
--
--## Optimisation work
--ifeq ($(ARCH),arm)
-- ifdef CONFIG_TARGET_ARM_SA11X0
--   ifndef Architecture
--     Architecture = armv4l-strongarm
--   endif
--   FULL_OPTIMIZATION += -march=armv4 -mtune=strongarm1100 -mapcs-32
--   OPTIMIZATION += -march=armv4 -mtune=strongarm1100 -mapcs-32
-- endif
--endif
--
--CFLAGS+=$(FULL_OPTIMIZATION)
--
--all:
--      @echo Please read the README file before doing anything else.
--
--gen_patch:
--      diff -Bbur ../Makefile.SH Makefile.SH > Makefile.SH.patch
--      diff -Bbur ../installperl installperl > installperl.patch
--
--patch:
--      cd .. ; if [ ! -e ./CROSS_PATCHED ] ; then \
--              patch -p1 < Cross/Makefile.SH.patch; \
--              patch -p1 < Cross/installperl.patch ; mv installperl installperl-patched; \
--              sed -e 's/XXSTRIPXX/$(SYS)/' installperl-patched > installperl; \
--              touch CROSS_PATCHED ; fi
--
--perl:
--      @echo Perl cross-build directory is $(TOPDIR)
--      @echo Target arch is $(SYS)
--      @echo toolchain: $(CC), $(CXX), $(LD), $(STRIP), $(AR), $(RANLIB)
--      @echo Optimizations: $(FULL_OPTIMIZATION)
--
--      $(TOPDIR)/generate_config_sh config.sh-$(SYS) > $(TOPDIR)/../config.sh
--      cd $(TOPDIR)/.. ; ./Configure -S ; make depend ; make ; make more
--      cd $(TOPDIR)/.. ; mkdir -p fake_config_library ; cp lib/Config.pm lib/Config_heavy.pl fake_config_library
--      cd $(TOPDIR)/.. ; $(MAKE) more2 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig"
--      cd $(TOPDIR)/.. ; $(MAKE) more3 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig"
--      cd $(TOPDIR)/.. ; $(MAKE) more4 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig"
--      cd $(TOPDIR)/.. ; rm -rf install_me_here
--      cd $(TOPDIR)/.. ; make install-strip
--      cd $(TOPDIR)/.. ; sh -x Cross/warp
-+PWD           := $(shell pwd)
-+TOP           := $(shell dirname $(PWD))
-+VERSION               := $(shell awk '/define[ ]PERL_REVISION/ {printf $$3"."} /define[ ]PERL_VERSION/ {printf $$3"."} /define[ ]PERL_SUBVERSION/ {print $$3}' $(TOP)/patchlevel.h)
-+CROSS_COMPILE := arm-unknown-linux-gnu-
-+
-+ARCH          := arm
-+OS            := linux
-+
-+SYS           := $(ARCH)-$(OS)
-+
-+AR            := $(CROSS_COMPILE)ar
-+CC            := $(CROSS_COMPILE)gcc
-+CXX           := $(CROSS_COMPILE)g++
-+CPP           := $(CROSS_COMPILE)cpp
-+LD            := $(CROSS_COMPILE)gcc
-+RANLIB                := $(CROSS_COMPILE)ranlib
-+STRIP         := $(CROSS_COMPILE)strip
-+
-+ARCHNAME      := $(SYS)-thread-multi
-+MYARCHNAME    := $(SYS)
-+
-+HOSTNAME      := none
-+DOMAIN                := .nonet
-+CFBY          := root
-+EMAIL         := $(CFBY)@$(HOSTNAME)$(DOMAIN)
-+UNAME         := 
-+CFTIME                := 
-+
-+.PHONY: all install create-config.sh
-+
-+all: $(TOP)/miniperl-cross
-+      # Do the final build
-+      $(MAKE) create-config.sh
-+      cd $(TOP); ./Configure -S
-+      $(MAKE) -C $(TOP)
-+
-+$(TOP)/miniperl-cross:
-+      cd $(TOP); CC=gcc ./configure.gnu
-+
-+      # Make miniperl
-+      $(MAKE) -C $(TOP) miniperl
-+      mv -v $(TOP)/miniperl $(TOP)/miniperl-cross
-+      $(MAKE) -C $(TOP) clean
-+
-+install:
-+      $(MAKE) -C $(TOP) install
-+
-+create-config.sh:
-+      sed -e "s@\(^archname=\).*@\1'$(ARCHNAME)'@g" \
-+          -e "s@\(^myarchname=\).*@\1'$(MYARCHNAME)'@g" \
-+          -e "s@\(^ar=\).*@\1'$(AR)'@g" \
-+          -e "s@\(^cc=\).*@\1'$(CC)'@g" \
-+          -e "s@\(^ccname=\).*@\1'$(CC)'@g" \
-+          -e "s@\(^cpp=\).*@\1'$(CPP)'@g" \
-+          -e "s@\(^cpprun=\).*@\1'$(CC) -E'@g" \
-+          -e "s@\(^cppstdin=\).*@\1'$(CC) -E'@g" \
-+          -e "s@\(^ld=\).*@\1'$(LD)'@g" \
-+          -e "s@\(^ranlib=\).*@\1'$(RANLIB)'@g" \
-+          -e "s@\(^full_ar=\).*@\1'$(shell which $(AR))'@g" \
-+          -e "s@\(^full_sed=\).*@\1'$(shell which sed)'@g" \
-+          -e "s@\(^ccdlflags=\).*@\1'-Wl,-E -Wl,-rpath,/usr/lib/perl5/$(VERSION)/$(ARCHNAME)/CORE'@g" \
-+          -e "/^ccflags=/s@-I/usr/local/include@-msoft-float@g" \
-+          -e "/^cppflags=/s@-I/usr/local/include@@g" \
-+          -e "/^ldflags=/s@-L/usr/local/lib@@g" \
-+          -e "/^lddlflags=/s@-L/usr/local/lib@@g" \
-+          -e "/^archlib=/s@$(VERSION).*@$(VERSION)/$(ARCHNAME)'@" \
-+          -e "/^archlibexp=/s@$(VERSION).*@$(VERSION)/$(ARCHNAME)'@" \
-+          -e "/^installarchlib=/s@$(VERSION).*@$(VERSION)/$(ARCHNAME)'@" \
-+          -e "/^installsitearch=/s@$(VERSION).*@$(VERSION)/$(ARCHNAME)'@" \
-+          -e "/^installvendorarch=/s@$(VERSION).*@$(VERSION)/$(ARCHNAME)'@" \
-+          -e "/^sitearch/s@$(VERSION).*@$(VERSION)/$(ARCHNAME)'@" \
-+          -e "/^sitearchexp/s@$(VERSION).*@$(VERSION)/$(ARCHNAME)'@" \
-+          -e "/^vendorarch/s@$(VERSION).*@$(VERSION)/$(ARCHNAME)'@" \
-+          -e "/^vendorarchexp/s@$(VERSION).*@$(VERSION)/$(ARCHNAME)'@" \
-+          -e "s@\(^myhostname=\).*@\1'$(HOSTNAME)'@g" \
-+          -e "s@\(^mydomain=\).*@\1'$(DOMAIN)'@g" \
-+          -e "s@\(^cf_by=\).*@\1'$(CFBY)'@g" \
-+          -e "s|\(^cf_email=\).*|\1'$(EMAIL)'|g" \
-+          -e "s|\(^perladmin=\).*|\1'$(EMAIL)'|g" \
-+          -e "s@\(^myuname=\).*@\1'$(UNAME)'@g" \
-+          -e "s@\(^cf_time=\).*@\1'$(CFTIME)'@g" \
-+          $(PWD)/config.sh-$(SYS) > $(TOP)/config.sh
-diff -Naur perl-5.10.0.orig/Cross/Makefile-cross-SH perl-5.10.0/Cross/Makefile-cross-SH
---- perl-5.10.0.orig/Cross/Makefile-cross-SH   2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/Makefile-cross-SH        1969-12-31 19:00:00.000000000 -0500
-@@ -1,1406 +0,0 @@
--#! /bin/sh
--
--# This file is used to create generic Makefile for cross-compile
--# (borrowed from Makefile.SH)
--# (now only small changes are done to establish cross-compilation)
--# miniperl removed from here, as this is built on HOST
--
--Makefile=Makefile-cross-$CROSS_NAME
--
--. Cross/config-${CROSS_NAME}.sh
--
--# H.Merijn Brand [17 Feb 2004]
--# This comment is just to ensure that Configure will find variables that
--# are removed/replaced in patches on blead, but are still needed in the
--# 5.8.x, 5.6.x and 5.005.x maintainance tracks.
--# metaconfig -m will scan all .SH files on this level (not deeper), and
--# not in x2p and other subfolders. This file is as good as any .SH
--# patch   references
--# #22227 $baserev
--# #22302 $yacc $byacc
--
--# H.Merijn Brand [30 Oct 2004]
--# Mentioned for the same reason for future reference
--# #23434 $d_strlcat $d_strlcpy
--
--: This forces SH files to create target in same directory as SH file.
--: This is so that make depend always knows where to find SH derivatives.
--case "$0" in
--*/*) cd `expr X$0 : 'X\(.*\)/'` ;;
--esac
--
--case "$d_dosuid" in
--*define*) suidperl='suidperl' ;;
--*) suidperl='';;
--esac
--
--linklibperl='$(LIBPERL)'
--shrpldflags='$(LDDLFLAGS)'
--ldlibpth=''
--DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB'
--case "$useshrplib" in
--true)
--      # Prefix all runs of 'miniperl' and 'perl' with
--      # $ldlibpth so that ./perl finds *this* shared libperl.
--      case "$LD_LIBRARY_PATH" in
--      '')
--              ldlibpth="LD_LIBRARY_PATH=`pwd`";;
--      *)
--              ldlibpth="LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}";;
--      esac
--
--      pldlflags="$cccdlflags"
--      static_target='static_pic'
--      case "${osname}${osvers}" in
--      next4*)
--              ld=libtool
--              lddlflags="-dynamic -undefined warning -framework System \
--              -compatibility_version 1 -current_version $patchlevel \
--              -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@"
--              ;;
--      rhapsody*|darwin*)
--              shrpldflags="${ldflags} -dynamiclib \
--                            -compatibility_version \
--                              ${api_revision}.${api_version}.${api_subversion} \
--                           -current_version \
--                              ${revision}.${patchlevel}.${subversion} \
--                           -install_name \$(shrpdir)/\$@"
--              ;;
--      cygwin*)
--              linklibperl="-lperl"
--              ;;
--      sunos*)
--              linklibperl="-lperl"
--              ;;
--      netbsd*|freebsd[234]*|openbsd*|dragonfly*)
--              linklibperl="-L. -lperl"
--              ;;
--      interix*)
--              linklibperl="-L. -lperl"
--              shrpldflags="$shrpldflags -Wl,--image-base,0x57000000"
--              ;;
--      linux*)
--              shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
--              ;;
--      aix*)
--              shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
--              case "$osvers" in
--              3*)     shrpldflags="$shrpldflags -e _nostart"
--                      ;;
--              *)      shrpldflags="$shrpldflags -b noentry"
--                      ;;
--              esac
--              shrpldflags="$shrpldflags $ldflags $perllibs $cryptlib"
--              linklibperl="-L $archlibexp/CORE -L `pwd | sed 's/\/UU$//'` -lperl"
--              ;;
--      hpux*)
--              linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
--              ;;
--      os390*)
--            shrpldflags='-W l,XPLINK,dll'
--          linklibperl='libperl.x'
--          DPERL_EXTERNAL_GLOB=''
--          ;;
--      esac
--      case "$ldlibpthname" in
--      '') ;;
--      *)
--          case "$osname" in
--          os2)
--              ldlibpth=''
--              ;;
--          *)
--              eval "ldlibpth=\"$ldlibpthname=`pwd`:\$$ldlibpthname\""
--              ;;
--          esac
--          # Strip off any trailing :'s
--          ldlibpth=`echo $ldlibpth | sed 's/:*$//'`
--          ;;
--        esac
--
--      case "$ldlibpth" in
--      # Protect any spaces
--      *" "*) ldlibpth=`echo $ldlibpth|sed 's/ /\\\\ /g'` ;;
--      esac
--
--      case "$osname" in
--      linux)
--          # If there is a pre-existing $libperl from a previous
--          # installation, Linux needs to use LD_PRELOAD to
--          # override the LD_LIBRARY_PATH setting.  See the
--          # INSTALL file, under "Building a shared perl library".
--          # If there is no pre-existing $libperl, we don't need
--          # to do anything further.
--          if test -f $archlib/CORE/$libperl; then
--              rm -f preload
--              cat <<'EOT' > preload
--#! /bin/sh
--lib=$1
--shift
--test -r $lib && export LD_PRELOAD="$lib $LD_PRELOAD"
--exec "$@"
--EOT
--              chmod 755 preload
--              ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
--          fi
--          ;;
--      os390)  test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
--              ;;
--      esac
--
--      ;;
--
--*)    pldlflags=''
--      static_target='static'
--      ;;
--esac
--
--: Prepare dependency lists for Makefile.
--dynamic_list=' '
--extra_dep=''
--for f in $dynamic_ext; do
--    : the dependency named here will never exist
--      base=`echo "$f" | sed 's/.*\///'`
--    this_target="lib/auto/$f/$base.$dlext"  
--    dynamic_list="$dynamic_list $this_target"
--
--    : Parallel makes reveal that we have some interdependencies
--    case $f in
--      Math/BigInt/FastCalc) extra_dep="$extra_dep
--$this_target: lib/auto/List/Util/Util.$dlext" ;;
--      Unicode/Normalize) extra_dep="$extra_dep
--$this_target: uni.data" ;;
--    esac
--done
--
--static_list=' '
--for f in $static_ext; do
--      base=`echo "$f" | sed 's/.*\///'`
--      static_list="$static_list lib/auto/$f/$base\$(LIB_EXT)"
--done
--
--nonxs_list=' '
--for f in $nonxs_ext; do
--    base=`echo "$f" | sed 's/.*\///'`
--    nonxs_list="$nonxs_list ext/$f/pm_to_blib"
--done
--
--echo "Extracting $Makefile (with variable substitutions)"
--$spitshell >$Makefile <<!GROK!THIS!
--# $Makefile.SH
--# This file is derived from $Makefile.SH.  Any changes made here will
--# be lost the next time you run Configure.
--#  $Makefile is used to generate $firstmakefile.  The only difference
--#  is that $firstmakefile has the dependencies filled in at the end.
--
--CC = $cc
--LD = $ld
--
--LDFLAGS = $ldflags
--CLDFLAGS = $ldflags
--
--mallocsrc = $mallocsrc
--mallocobj = $mallocobj
--madlysrc = $madlysrc
--madlyobj = $madlyobj
--LNS = $lns
--# NOTE: some systems don't grok "cp -f". XXX Configure test needed?
--CPS = $cp
--RMS = rm -f
--ranlib = $ranlib
--
--# The following are mentioned only to make metaconfig include the
--# appropriate questions in Configure.  If you want to change these,
--# edit config.sh instead, or specify --man1dir=/wherever on
--# installman commandline.
--bin = $installbin
--scriptdir = $scriptdir
--shrpdir = $archlibexp/CORE
--privlib = $installprivlib
--man1dir = $man1dir
--man1ext = $man1ext
--man3dir = $man3dir
--man3ext = $man3ext
--
--# The following are used to build and install shared libraries for
--# dynamic loading.
--LDDLFLAGS = $lddlflags
--SHRPLDFLAGS = $shrpldflags
--CCDLFLAGS = $ccdlflags
--DLSUFFIX = .$dlext
--PLDLFLAGS = $pldlflags
--LIBPERL = $libperl
--LLIBPERL= $linklibperl
--SHRPENV = $shrpenv
--
--# Static targets are ordinarily built without CCCDLFLAGS.  However,
--# if building a shared libperl.so that might later be linked into
--# another application, then it might be appropriate to also build static
--# extensions (usually just DynaLoader) with relocatable code (e.g. -fPIC
--# for GNU cc).  This is handled by ext/util/make_ext.
--STATIC = $static_target
--
--# The following is used to include the current directory in
--# the dynamic loader path you are building a shared libperl.
--LDLIBPTH = $ldlibpth
--
--dynamic_ext = $dynamic_list
--static_ext = $static_list
--nonxs_ext = $nonxs_list
--ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
--DYNALOADER = DynaLoader\$(OBJ_EXT)
--
--libs = $perllibs $cryptlib
--
--public = perl\$(EXE_EXT) $suidperl utilities translators
--
--shellflags = $shellflags
--
--# This is set to  MAKE=$make if your $make command doesn't
--# do it for you.
--$make_set_make
--
--# Mention $gmake here so it gets probed for by Configure.
--
--# These variables may need to be manually set for non-Unix systems.
--AR = $full_ar
--EXE_EXT = $_exe
--LIB_EXT = $_a
--OBJ_EXT = $_o
--PATH_SEP = $p_
--
--# If you're going to use valgrind and it can't be invoked as plain valgrind
--# then you'll need to change this, or override it on the make command line.
--VALGRIND=valgrind
--
--FIRSTMAKEFILE = $firstmakefile
--
--# Any special object files needed by this architecture, e.g. os2/os2.obj
--ARCHOBJS = $archobjs
--
--.SUFFIXES: .c \$(OBJ_EXT) .i .s
--
--# grrr
--SHELL = $sh
--
--# how to tr(anslate) newlines
--TRNL = '$trnl'
--
--OPTIMIZE = $optimize
--
--EXTRAS = $extras
--
--INSTALLPREFIXEXP = $prefix
--
--!GROK!THIS!
--# not used by Makefile but by installperl;
--# mentioned here so that metaconfig picks these up
--# $installusrbinperl
--# $versiononly
--
--case "${osname}:${osvers}" in
--darwin:*)
--$spitshell >>$Makefile <<EOF
--
--# Your locales are broken (osname $osname, osvers $osvers)
--# and to avoid the numerous
--# perl: warning: Setting locale failed.
--# warnings during the build process we reset the locale variables.
--
--LC_ALL=C
--LANG=C
--LANGUAGE=C
--EOF
--      ;;
--esac
--
--$spitshell >>$Makefile <<!GROK!THIS!
--CROSS_NAME = ${CROSS_NAME}
--CROSS_LIB = xlib/${CROSS_NAME}
--
--CCCMD    = \`sh \$(shellflags) cflags-cross-${CROSS_NAME} "optimize='\$(OPTIMIZE)'" \$@\`
--
--CCCMDSRC = \`sh \$(shellflags) cflags-cross-${CROSS_NAME} "optimize='\$(OPTIMIZE)'" \$<\`
--
--!GROK!THIS!
--
--## In the following dollars and backticks do not need the extra backslash.
--$spitshell >>$Makefile <<'!NO!SUBS!'
--
--CONFIGPM = xlib/$(CROSS_NAME)/Config.pm
--
--private = preplibrary $(CONFIGPM) $(CROSS_LIB)/Config.pod
--
--shextract = Makefile cflags config.h makeaperl makedepend \
--      makedir myconfig writemain pod/Makefile
--
--# Files to be built with variable substitution after miniperl is
--# available.  Dependencies handled manually below (for now).
--
--pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \
--      pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
--
--# lib/lib.pm is not listed here because it has a rule of its own.
--plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \
--      pod/pod2usage pod/podchecker pod/podselect
--
--addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct
--
--# Unicode data files generated by mktables
--unidatafiles = lib/unicore/Canonical.pl lib/unicore/Exact.pl \
--      lib/unicore/Properties lib/unicore/Decomposition.pl \
--      lib/unicore/CombiningClass.pl lib/unicore/Name.pl lib/unicore/PVA.pl
--
--# Directories of Unicode data files generated by mktables
--unidatadirs = lib/unicore/To lib/unicore/lib
--
--h1 = EXTERN.h INTERN.h XSUB.h av.h xconfig.h cop.h cv.h dosish.h
--h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h opcode.h
--h3 = pad.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h
--h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h
--h5 = utf8.h warnings.h
--h = $(h1) $(h2) $(h3) $(h4) $(h5)
--
--c1 = av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro.c perl.c
--c2 = perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c
--c3 = taint.c toke.c util.c deb.c run.c universal.c xsutils.c pad.c globals.c
--c4 = perlio.c perlapi.c numeric.c mathoms.c locale.c pp_pack.c pp_sort.c
--c5 = $(madlysrc) $(mallocsrc)
--
--c = $(c1) $(c2) $(c3) $(c4) $(c5) miniperlmain.c perlmain.c opmini.c
--
--obj1 = $(madlyobj) $(mallocobj) gv$(OBJ_EXT) toke$(OBJ_EXT) perly$(OBJ_EXT) op$(OBJ_EXT) pad$(OBJ_EXT) regcomp$(OBJ_EXT) dump$(OBJ_EXT) util$(OBJ_EXT) mg$(OBJ_EXT) reentr$(OBJ_EXT) mro$(OBJ_EXT)
--obj2 = hv$(OBJ_EXT) av$(OBJ_EXT) perl$(OBJ_EXT) run$(OBJ_EXT) pp_hot$(OBJ_EXT) sv$(OBJ_EXT) pp$(OBJ_EXT) scope$(OBJ_EXT) pp_ctl$(OBJ_EXT) pp_sys$(OBJ_EXT)
--obj3 = doop$(OBJ_EXT) doio$(OBJ_EXT) regexec$(OBJ_EXT) utf8$(OBJ_EXT) taint$(OBJ_EXT) deb$(OBJ_EXT) universal$(OBJ_EXT) xsutils$(OBJ_EXT) globals$(OBJ_EXT) perlio$(OBJ_EXT) perlapi$(OBJ_EXT) numeric$(OBJ_EXT) mathoms$(OBJ_EXT) locale$(OBJ_EXT) pp_pack$(OBJ_EXT) pp_sort$(OBJ_EXT)
--
--obj = $(obj1) $(obj2) $(obj3) $(ARCHOBJS)
--
--lintflags = \
--    -b \
--    -n \
--    -p \
--    -Ncheck=%all \
--    -Nlevel=4 \
--    -errchk=parentheses \
--    -errhdr=%all \
--    -errfmt=src \
--    -errtags \
--    -erroff=E_ASSIGN_NARROW_CONV \
--    -erroff=E_BAD_PTR_CAST \
--    -erroff=E_BAD_PTR_CAST_ALIGN \
--    -erroff=E_BAD_PTR_INT_COMBINATION \
--    -erroff=E_BAD_SIGN_EXTEND \
--    -erroff=E_BLOCK_DECL_UNUSED \
--    -erroff=E_CASE_FALLTHRU \
--    -erroff=E_CONST_EXPR \
--    -erroff=E_CONSTANT_CONDITION \
--    -erroff=E_END_OF_LOOP_CODE_NOT_REACHED \
--    -erroff=E_EQUALITY_NOT_ASSIGNMENT \
--    -erroff=E_EXPR_NULL_EFFECT \
--    -erroff=E_FALSE_LOGICAL_EXPR \
--    -erroff=E_INCL_NUSD \
--    -erroff=E_LOOP_EMPTY \
--    -erroff=E_MAIN_PARAM \
--    -erroff=E_POINTER_TO_OBJECT \
--    -erroff=E_PTRDIFF_OVERFLOW \
--    -erroff=E_SHIFT_CNT_NEG_TOO_BIG_L \
--    -erroff=E_STATIC_UNUSED \
--    -erroff=E_TRUE_LOGICAL_EXPR
--
--splintflags = \
--    -I/usr/lib/gcc/i486-linux-gnu/4.0.2/include/ \
--    -D__builtin_va_list=va_list \
--    -Dsigjmp_buf=jmp_buf \
--    -warnposix \
--    \
--    +boolint \
--    +charintliteral \
--    -fixedformalarray \
--    -mustfreefresh \
--    -nestedextern \
--    -predboolint \
--    -predboolothers \
--    -preproc \
--    -boolops \
--    -shadow \
--    -nullstate \
--    +longintegral \
--    +matchanyintegral \
--    -type \
--    \
--    +line-len 999 \
--    +weak
--
--splintfiles = $(c1)
--
--.c$(OBJ_EXT):
--      $(CCCMD) -I$(CROSS_LIB) $(PLDLFLAGS) $*.c
--
--.c.i:
--      $(CCCMDSRC) -E $*.c > $*.i
--
--.c.s:
--      $(CCCMDSRC) -S $*.c
--
--all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
--      @echo " ";
--      @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
--
--.PHONY: all
--
--
--# This is now done by installman only if you actually want the man pages.
--#     @echo " "; echo "       Making docs"; cd pod; $(MAKE) all;
--
--# Phony target to force checking subdirectories.
--# Apparently some makes require an action for the FORCE target.
--.PHONY: FORCE
--FORCE:
--      @sh -c true
--!NO!SUBS!
--$spitshell >>$Makefile <<!GROK!THIS!
--
--# We do a copy of the op.c instead of a symlink because gcc gets huffy
--# if we have a symlink forest to another disk (it complains about too many
--# levels of symbolic links, even if we have only two)
--
--opmini.c: op.c
--      \$(RMS) opmini.c
--      \$(CPS) op.c opmini.c
--
--opmini\$(OBJ_EXT): opmini.c
--      \$(CCCMD) \$(PLDLFLAGS) $DPERL_EXTERNAL_GLOB opmini.c
--
--globals\$(OBJ_EXT):
--
--!GROK!THIS!
--$spitshell >>$Makefile <<'!NO!SUBS!'
--miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
--      $(CCCMD) $(PLDLFLAGS) $*.c
--
--perlmain.c: miniperlmain.c config.sh $(FIRSTMAKEFILE)
--      sh writemain $(DYNALOADER) $(static_ext) > perlmain.c
--
--!NO!SUBS!
--case "$osname" in
--cygwin)
--      ;; # Let cygwin/Makefile.SHs do its work.
--*)
--      $spitshell >>$Makefile <<'!NO!SUBS!'
--perlmain$(OBJ_EXT): perlmain.c
--      $(CCCMD) $(PLDLFLAGS) $*.c
--
--!NO!SUBS!
--      ;;
--esac
--$spitshell >>$Makefile <<'!NO!SUBS!'
--# The file ext.libs is a list of libraries that must be linked in
--# for static extensions, e.g. -lm -lgdbm, etc.  The individual
--# static extension Makefile's add to it.
--ext.libs: $(static_ext)
--      -@test -f ext.libs || touch ext.libs
--
--!NO!SUBS!
--
--# How to build libperl.  This is still rather convoluted.
--# Load up custom Makefile.SH fragment for shared loading and executables:
--case "$osname" in
--*)
--      Makefile_s="$osname/Makefile.SHs"
--      ;;
--esac
--
--case "$osname" in
--aix)
--      $spitshell >>$Makefile <<!GROK!THIS!
--LIBS                  = $perllibs
--# In AIX we need to change this for building Perl itself from
--# its earlier definition (which is for building external
--# extensions *after* Perl has been built and installed)
--CCDLFLAGS             = `echo $ccdlflags|sed -e 's@-bE:.*/perl\.exp@-bE:perl.exp@'`
--
--!GROK!THIS!
--      case "$useshrplib" in
--      define|true|[yY]*)
--              $spitshell >>$Makefile <<'!NO!SUBS!'
--
--LIBPERL_NONSHR                = libperl_nonshr$(LIB_EXT)
--MINIPERL_NONSHR               = miniperl_nonshr$(EXE_EXT)
--
--$(LIBPERL_NONSHR): $(obj)
--      $(RMS) $(LIBPERL_NONSHR)
--      $(AR) rcu $(LIBPERL_NONSHR) $(obj)
--
--$(MINIPERL_NONSHR): $(LIBPERL_NONSHR) miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT)
--      $(CC) $(LDFLAGS) -o $(MINIPERL_NONSHR) miniperlmain$(OBJ_EXT) \
--          opmini$(OBJ_EXT) $(LIBPERL_NONSHR) $(LIBS)
--
--MINIPERLEXP           = $(MINIPERL_NONSHR)
--
--LIBPERLEXPORT         = perl.exp
--
--!NO!SUBS!
--              
--              ;;
--      *)      
--              $spitshell >>$Makefile <<'!NO!SUBS!'
--MINIPERLEXP           = miniperl$(EXE_EXT)
--
--PERLEXPORT            = perl.exp
--
--!NO!SUBS!
--      ;;
--      esac
--      $spitshell >>$Makefile <<'!NO!SUBS!'
--perl.exp: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH)
--      ./$(MINIPERLEXP) makedef.pl PLATFORM=aix CC_FLAGS="$(OPTIMIZE)" | sort -u | sort -f > perl.exp
--
--!NO!SUBS!
--      ;;
--os2)
--      $spitshell >>$Makefile <<'!NO!SUBS!'
--MINIPERLEXP           = miniperl
--
--perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map
--      ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL) CC_FLAGS="$(OPTIMIZE)" > perl5.def
--
--!NO!SUBS!
--      ;;
--esac
--
--if test -r $Makefile_s ; then
--      . $Makefile_s
--      $spitshell >>$Makefile <<!GROK!THIS!
--
--$Makefile: $Makefile_s
--!GROK!THIS!
--else
--      $spitshell >>$Makefile <<'!NO!SUBS!'
--$(LIBPERL): $& $(obj) $(DYNALOADER) $(LIBPERLEXPORT)
--!NO!SUBS!
--      case "$useshrplib" in
--      true)
--              $spitshell >>$Makefile <<'!NO!SUBS!'
--      rm -f $@
--      $(LD) -o $@ $(SHRPLDFLAGS) $(obj) $(DYNALOADER) $(libs)
--!NO!SUBS!
--              case "$osname" in
--              aix)
--                      $spitshell >>$Makefile <<'!NO!SUBS!'
--      rm -f libperl$(OBJ_EXT)
--      mv $@ libperl$(OBJ_EXT)
--      $(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
--!NO!SUBS!
--                      ;;
--              esac
--              ;;
--      *)
--              $spitshell >>$Makefile <<'!NO!SUBS!'
--      rm -f $(LIBPERL)
--      $(AR) rcu $(LIBPERL) $(obj) $(DYNALOADER)
--      @$(ranlib) $(LIBPERL)
--!NO!SUBS!
--              ;;
--      esac
--      $spitshell >>$Makefile <<'!NO!SUBS!'
--
--# How to build executables.
--
--# The $& notation tells Sequent machines that it can do a parallel make,
--# and is harmless otherwise.
--# The miniperl -w -MExporter line is a basic cheap test to catch errors
--# before make goes on to run preplibrary and then MakeMaker on extensions.
--# This is very handy because later errors are often caused by miniperl
--# build problems but that's not obvious to the novice.
--# The Module used here must not depend on Config or any extensions.
--
--!NO!SUBS!
--
--
--      $spitshell >>$Makefile <<'!NO!SUBS!'
--
--perl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
--      -@rm -f miniperl.xok
--      $(SHRPENV) $(LDLIBPTH) $(CC) -o perl$(PERL_SUFFIX)dyn$(EXE_EXT) $(PERL_PROFILE_LDFLAGS) $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
--      $(SHRPENV) $(LDLIBPTH) $(CC) -o perl$(PERL_SUFFIX)$(EXE_EXT) $(PERL_PROFILE_LDFLAGS) $(CLDFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
--
--# Purify/Quantify Perls.
--
--pureperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
--      $(SHRPENV) $(LDLIBPTH) purify $(CC) -o pureperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
--
--purecovperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
--      $(SHRPENV) $(LDLIBPTH) purecov $(CC) -o purecovperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
--
--quantperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
--      $(SHRPENV) $(LDLIBPTH) quantify $(CC) -o quantperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
--
--# Valgrind perl (currently Linux only)
--
--perl.valgrind.config: config.sh
--      @echo "To build perl.valgrind you must Configure -Doptimize=-g -Uusemymalloc, checking..."
--      @$(MAKE) perl.config.dashg
--      @echo "Checking usemymalloc='n' in config.sh..."
--      @grep "^usemymalloc="    config.sh
--      @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
--      @echo "And of course you have to have valgrind..."
--      $(VALGRIND) ./perl -e 1 2>/dev/null || exit 1
--
--# Third Degree Perl (Tru64 only)
--
--perl.config.dashg:
--      @echo "Checking optimize='-g' in config.sh..."
--      @grep "^optimize=" config.sh
--      @egrep "^optimize='(.*-g.*)'" config.sh >/dev/null || exit 1
--
--perl.third.config: config.sh
--      @echo "To build perl.third you must Configure -Doptimize=-g -Uusemymalloc, checking..."
--      @$(MAKE) perl.config.dashg
--      @echo "Checking usemymalloc='n' in config.sh..."
--      @grep "^usemymalloc="    config.sh
--      @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1
--
--perl.third: /usr/bin/atom perl.third.config perl
--      atom -tool third -L. -all -gp -toolargs="-invalid -uninit heap+stack+copy -min 0" perl
--      @echo "Now you may run perl.third and then study perl.3log."
--
--# Pixie Perls (Tru64 and IRIX only)
--
--perl.pixie.config: config.sh
--      @echo "To build perl.pixie you must Configure -Doptimize=-g, checking..."
--      @$(MAKE) perl.config.dashg
--
--perl.pixie.atom: /usr/bin/atom perl
--      atom -tool pixie -L. -all -toolargs="-quiet" perl
--
--perl.pixie.irix: perl
--      pixie perl
--
--perl.pixie: /usr/bin/pixie perl.pixie.config perl
--      if test -x /usr/bin/atom; then \
--        $(MAKE) perl.pixie.atom; \
--      else \
--        $(MAKE) perl.pixie.irix; \
--      fi
--      @echo "Now you may run perl.pixie and then run pixie."
--
--# Gprof Perl
--
--perl.config.dashpg:
--      @echo "Checking optimize='-pg' in config.sh..."
--      @grep "^optimize="      config.sh
--      @grep "^optimize='.*-pg.*'" config.sh >/dev/null || exit 1
--
--perl.gprof.config: config.sh
--      @echo "To build perl.gprof you must Configure -Doptimize=-pg, checking..."
--      @$(MAKE) perl.config.dashpg
--
--perl.gprof: /usr/bin/gprof perl.gprof.config
--      @-rm -f perl
--      $(MAKE) PERL_SUFFIX=.gprof PERL_PROFILE_LDFLAGS=-pg perl
--      @echo "Now you may run perl.gprof and then run gprof perl.gprof."
--
--# Gcov Perl
--
--perl.config.gcov:
--      @echo "To build perl.gcov you must use gcc 3.0 or newer, checking..."
--      @echo "Checking gccversion in config.sh..."
--      @grep "^gccversion="      config.sh
--      @grep "^gccversion='[3-9]\." config.sh >/dev/null || exit 1
--      @echo "To build perl.gcov you must Configure -Dccflags=-fprofile-arcs -ftest-coverage, checking..."
--      @echo "Checking ccflags='-fprofile-arcs -ftest-coverage' in config.sh..."
--      @grep "^ccflags="      config.sh
--      @grep "^ccflags='.*-fprofile-arcs -ftest-coverage.*'" config.sh >/dev/null || exit 1
--
--perl.gcov: perl.config.gcov
--      @-rm -f perl
--      $(MAKE) PERL_SUFFIX=.gcov PERL_PROFILE_LDFLAGS='' perl
--      @echo "Now you may run perl.gcov and then run gcov some.c."
--
--# Microperl.  This is just a convenience thing if one happens to
--# build also the full Perl and therefore the real big Makefile:
--# usually one should manually explicitly issue the below command.
--
--.PHONY: microperl
--microperl:
--      $(MAKE) -f Makefile.micro
--
--# This version, if specified in Configure, does ONLY those scripts which need
--# set-id emulation.  Suidperl must be setuid root.  It contains the "taint"
--# checks as well as the special code to validate that the script in question
--# has been invoked correctly.
--
--suidperl$(EXE_EXT): $& sperl$(OBJ_EXT) perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
--      $(SHRPENV) $(LDLIBPTH) $(CC) -o suidperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) sperl$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
--
--!NO!SUBS!
--
--fi
--
--$spitshell >>$Makefile <<'!NO!SUBS!'
--
--sperl$(OBJ_EXT): perl.c $(h)
--      $(RMS) sperl.c
--      $(LNS) perl.c sperl.c
--      $(CCCMD) -DIAMSUID sperl.c
--      $(RMS) sperl.c
--
--# We have to call our ./makedir because Ultrix 4.3 make can't handle the line
--#     test -d lib/auto || mkdir lib/auto
--# We need to autosplit in two steps because VOS can't handle so many args
--#
--.PHONY: preplibrary
--preplibrary: miniperl $(CONFIGPM) lib/lib.pm $(PREPLIBRARY_LIBPERL)
--      @sh ./makedir lib/auto
--      @echo " AutoSplitting perl library"
--      $(LDLIBPTH) ./miniperl -Ilib -MCross -e 'use AutoSplit; \
--              autosplit_lib_modules(@ARGV)' lib/*.pm
--      $(LDLIBPTH) ./miniperl -Ilib -MCross -e 'use AutoSplit; \
--              autosplit_lib_modules(@ARGV)' lib/*/*.pm
--      $(MAKE) lib/re.pm
--
--.PHONY: makeppport
--makeppport: miniperl$(EXE_EXT) $(CONFIGPM)
--      $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib mkppport
--
--$(CROSS_LIB)/Config.pod: config.sh miniperl configpm Porting/Glossary
--      $(LDLIBPTH) ./miniperl -Ilib configpm --cross=$(CROSS_NAME)
--      cp *.h $(CROSS_LIB)/
--      cp ext/re/re.pm $(LIBDIR)/
--
--$(CONFIGPM): $(CROSS_LIB)/Config.pod xconfig.h
--
--lib/re.pm: ext/re/re.pm
--      @-rm -f $@
--      cp ext/re/re.pm lib/re.pm
--
--$(plextract): miniperl $(CONFIGPM) x2p/s2p
--      @-rm -f $@
--      $(LDLIBPTH) ./miniperl -I`pwd`/lib $@.PL
--
--lib/lib.pm:   miniperl $(CONFIGPM)
--      @-rm -f $@
--      $(LDLIBPTH) ./miniperl -Ilib -MCross lib/lib_pm.PL
--
--unidatafiles $(unidatafiles): uni.data
--
--uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables
--      cd lib/unicore && $(LDLIBPTH) ../../miniperl -I../../lib mktables -w
--      touch uni.data
--
--extra.pods: miniperl
--      -@test ! -f extra.pods || rm -f `cat extra.pods`
--      -@rm -f extra.pods
--      -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
--          nx=`echo $$x | sed -e "s/README\.//"`; \
--          cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \
--          echo "pod/perl"$$nx".pod" >> extra.pods ; \
--      done
--      -@rm -f pod/perlvms.pod
--      -@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods
--      -@rm -f pod/perldelta.pod
--      -@test -f pod/perl5100delta.pod && cd pod && $(LNS) perl5100delta.pod perldelta.pod && cd .. && echo "pod/perldelta.pod" >> extra.pods # See buildtoc
--
--extras.make: perl$(EXE_EXT)
--      -@test ! -s extras.lst || PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst`
--
--extras.test: perl$(EXE_EXT)
--      -@test ! -s extras.lst || PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&test(@ARGV)' `cat extras.lst`
--
--extras.install: perl$(EXE_EXT)
--      -@test ! -s extras.lst || PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
--
--.PHONY: install install-strip install-all install-verbose install-silent \
--      no-install install.perl install.man install.html
--
--META.yml:     Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm
--      $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta
--
--install-strip:
--      $(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"
--
--install install-all:
--      $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) DESTDIR="$(DESTDIR)"
--
--install-verbose:
--      $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-V DESTDIR="$(DESTDIR)"
--
--install-silent:
--      $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-S DESTDIR="$(DESTDIR)"
--
--no-install:
--      $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n DESTDIR="$(DESTDIR)"
--
--# Set this to an empty string to avoid an attempt of rebuild before install
--INSTALL_DEPENDENCE = all
--
--install.perl: $(INSTALL_DEPENDENCE) installperl
--      $(LDLIBPTH) ./perl installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
--      -@test ! -s extras.lst || $(MAKE) extras.install
--
--install.man:  all installman
--      $(LDLIBPTH) ./perl installman --destdir=$(DESTDIR) $(INSTALLFLAGS)
--
--# XXX Experimental. Hardwired values, but useful for testing.
--# Eventually Configure could ask for some of these values.
--install.html: all installhtml
--      -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
--      $(LDLIBPTH) ./perl installhtml   \
--      --podroot=. --podpath=. --recurse  \
--      --htmldir=$(privlib)/html   \
--      --htmlroot=$(privlib)/html  \
--      --splithead=pod/perlipc     \
--      --splititem=pod/perlfunc    \
--      --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
--      --ignore=Porting/Maintainers.pm,Porting/patching.pod,Porting/pumpkin.pod,Porting/repository.pod \
--      --verbose
--
--
--# I now supply perly.c with the kits, so the following section is
--# used only if you force bison to run by saying
--#     make regen_perly
--# You normally shouldn't remake perly.[ch].
--
--.PHONY: regen_perly
--
--run_byacc:
--      @echo "run_byacc is obsolete; try 'make regen_perly' instead"
--
--# this outputs perly.h, perly.act and perly.tab
--regen_perly:
--      perl regen_perly.pl
--
--# We don't want to regenerate perly.c and perly.h, but they might
--# appear out-of-date after a patch is applied or a new distribution is
--# made.
--perly.c: perly.y
--      -@sh -c true
--
--perly.h: perly.y
--      -@sh -c true
--
--# No compat3.sym here since and including the 5.004_50.
--# No interp.sym since 5.005_03.
--SYM  = global.sym globvar.sym perlio.sym pp.sym
--
--SYMH = perlvars.h intrpvar.h
--
--CHMOD_W = chmod +w
--
--# The following files are generated automatically
--#     autodoc.pl:     pod/perlapi.pod pod/perlintern.pod
--#     embed.pl:       proto.h embed.h embedvar.h global.sym
--#                     perlapi.h perlapi.c 
--# [* embed.pl needs pp.sym generated by opcode.pl! *]
--#     keywords.pl:    keywords.h
--#     opcode.pl:      opcode.h opnames.h pp_proto.h pp.sym
--#     regcomp.pl:     regnodes.h
--#     warnings.pl:    warnings.h lib/warnings.pm
--# The correct versions should be already supplied with the perl kit,
--# in case you don't have perl available.
--# To force them to be regenerated, run
--#       perl regen.pl
--# with your existing copy of perl
--# (make regen_headers is kept for backwards compatibility)
--
--AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym proto.h \
--              embed.h embedvar.h global.sym \
--              pod/perlintern.pod pod/perlapi.pod \
--              perlapi.h perlapi.c regnodes.h \
--              warnings.h lib/warnings.pm
--
--.PHONY: regen_headers regen_pods regen_all
--
--regen regen_headers:  FORCE
--      -perl regen.pl
--
--regen_pods:   FORCE
--      -cd pod; $(LDLIBPTH) $(MAKE) regen_pods
--
--regen_all: regen regen_pods
--
--.PHONY:       manisort manicheck
--
--manisort:     FORCE
--      LC_ALL=C sort -fdc MANIFEST || (echo "WARNING: re-sorting MANIFEST"; \
--              LC_ALL=C sort -fdo MANIFEST MANIFEST)
--
--manicheck:    FORCE
--      perl Porting/manicheck
--
--# Extensions:
--# Names added to $(dynamic_ext) or $(static_ext) or $(nonxs_ext) will
--# automatically get built.  There should ordinarily be no need to change
--# any of this part of makefile.
--#
--# The dummy dependency is a place holder in case $(dynamic_ext) or
--# $(static_ext) is empty.
--#
--# DynaLoader may be needed for extensions that use Makefile.PL.
--
--###$(DYNALOADER).c: $(EXTDIR)/DynaLoader/dl_dld.xs $(CONFIGPM)
--###   if not exist $(AUTODIR) mkdir $(AUTODIR)
--###   cd $(EXTDIR)\$(*B)
--###   $(HPERL) -I..\..\lib -MCross=$(CROSS_NAME) $(*B)_pm.PL
--###   $(HPERL) -I..\..\lib -MCross=$(CROSS_NAME) XSLoader_pm.PL
--###   cd ..\..\win32
--###   $(XCOPY) $(EXTDIR)\$(*B)\$(*B).pm $(LIBDIR)\$(NULL)
--###   $(XCOPY) $(EXTDIR)\$(*B)\XSLoader.pm $(LIBDIR)\$(NULL)
--###   cd $(EXTDIR)\$(*B)
--###   $(XSUBPP) dl_win32.xs > $(*B).c
--###   cd ..\..\win32
--###
--###$(EXTDIR)\DynaLoader\dl_win32.xs: dl_win32.xs
--###   $(COPY) dl_win32.xs $(EXTDIR)\DynaLoader\dl_win32.xs
--
--
--
--$(DYNALOADER):        preplibrary FORCE
--      @$(LDLIBPTH) sh ext/util/make_ext_cross $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
--
--d_dummy $(dynamic_ext):       miniperl$(EXE_EXT) preplibrary makeppport $(DYNALOADER) FORCE
--      @$(LDLIBPTH) sh ext/util/make_ext_cross dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
--
--s_dummy $(static_ext):        miniperl$(EXE_EXT) preplibrary makeppport $(DYNALOADER) FORCE
--      @$(LDLIBPTH) sh ext/util/make_ext_cross $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
--
--n_dummy $(nonxs_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
--      @$(LDLIBPTH) sh ext/util/make_ext_cross nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
--!NO!SUBS!
--
--$spitshell >>$Makefile <<EOF
--$extra_dep
--EOF
--
--$spitshell >>$Makefile <<'!NO!SUBS!'
--
--.PHONY: printconfig
--printconfig:
--      @eval `$(LDLIBPTH) ./perl -Ilib -V:$(CONFIGVAR)`; echo $$$(CONFIGVAR)
--
--.PHONY: clean _tidy _mopup _cleaner1 _cleaner2 \
--      realclean _realcleaner clobber _clobber \
--      distclean veryclean _verycleaner \
--      cleanup_unpacked_files unpack_files
--
--clean:                cleanup_unpacked_files _tidy _mopup 
--
--realclean:    cleanup_unpacked_files _realcleaner _mopup
--      @echo "Note that '$(MAKE) realclean' does not delete config.sh or Policy.sh"
--
--_clobber:
--      -@rm -f Cross/run-* Cross/to-* Cross/from-*
--      rm -f config.sh cppstdin Policy.sh extras.lst
--
--clobber:      cleanup_unpacked_files _realcleaner _mopup _clobber
--
--distclean:    clobber
--
--# Like distclean but also removes emacs backups and *.orig.
--veryclean:    _verycleaner _mopup _clobber
--      -@rm -f Obsolete Wanted
--
--# Do not 'make _mopup' directly.
--_mopup:
--      rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c opmini.c uudmap.h generate_uudmap$(EXE_EXT)
--      -rmdir .depending
--      -@test -f extra.pods && rm -f `cat extra.pods`
--      -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod
--      -rm -f perl.exp ext.libs extra.pods uni.data opmini.o
--      -rm -f perl.export perl.dll perl.libexp perl.map perl.def
--      -rm -f perl.loadmap miniperl.loadmap perl.prelmap miniperl.prelmap
--      -rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log
--      -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs
--      -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts *perl.xok
--      -rm -f cygwin.c libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump
--      -rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL) libperl.* microperl
--      -rm -f opcode.h-old opnames.h-old pp.sym-old pp_proto.h-old
--      -rm -f config.over
--
--# Do not 'make _tidy' directly.
--_tidy:
--      -cd pod; $(LDLIBPTH) $(MAKE) clean
--      -cd utils; $(LDLIBPTH) $(MAKE) clean
--      -cd x2p; $(LDLIBPTH) $(MAKE) clean
--      -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
--      $(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
--      done
--
--_cleaner1:
--      -cd os2; rm -f Makefile
--      -cd pod; $(LDLIBPTH) $(MAKE) $(CLEAN)
--      -cd utils; $(LDLIBPTH) $(MAKE) $(CLEAN)
--      -cd x2p; $(LDLIBPTH) $(MAKE) $(CLEAN)
--      -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
--      $(LDLIBPTH) sh ext/util/make_ext $(CLEAN) $$x MAKE=$(MAKE) ; \
--      done
--      -@test ! -f ./miniperl$(EXE_EXT) || $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib mkppport --clean
--
--# Some systems do not support "?", so keep these files separate.
--_cleaner2:
--      -rm -f core.*perl.*.? t/core.perl.*.? .?*.c
--      rm -f core *perl.core t/core t/*perl.core core.* t/core.*
--      rm -f t/misctmp* t/forktmp* t/tmp* t/c t/perl$(EXE_EXT) t/rantests
--      rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR)
--      rm -rf $(addedbyconf)
--      rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old
--      rm -f $(private)
--      rm -rf $(unidatafiles) $(unidatadirs)
--      rm -rf lib/auto
--      rm -f lib/.exists lib/*/.exists lib/*/*/.exists
--      rm -f h2ph.man pstruct
--      rm -rf .config
--      rm -f preload
--      rm -rf lib/Encode lib/Compress lib/Hash lib/re
--      rm -rf lib/IO/Compress lib/IO/Uncompress
--      rm -f lib/ExtUtils/ParseXS/t/XSTest.c
--      rm -f lib/ExtUtils/ParseXS/t/XSTest$(OBJ_EXT)
--      rm -f lib/ExtUtils/ParseXS/t/XSTest$(DLSUFFIX)
--      -rmdir lib/B lib/Data
--      -rmdir lib/Filter/Util lib/IO/Socket
--      -rmdir lib/List lib/MIME lib/Scalar lib/Sys
--      -rmdir lib/threads lib/XS
--
--_realcleaner:
--      @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean
--      @$(LDLIBPTH) $(MAKE) _cleaner2
--
--_verycleaner:
--      @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=veryclean
--      @$(LDLIBPTH) $(MAKE) _cleaner2
--      -rm -f *~ *.orig */*~ */*.orig */*/*~ */*/*.orig
--
--.PHONY: lint
--lint: $(c)
--      rm -f *.ln
--      lint $(lintflags) -DPERL_CORE -D_REENTRANT -DDEBUGGING -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(c)
--
--.PHONY: splint
--splint: $(c)
--      splint $(splintflags) -DPERL_CORE -D_REENTRANT -DDEBUGGING -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(splintfiles)
--
--# Need to unset during recursion to go out of loop.
--# The README below ensures that the dependency list is never empty and
--# that when MAKEDEPEND is empty $(FIRSTMAKEFILE) doesn't need rebuilding.
--
--MAKEDEPEND = Makefile makedepend
--
--$(FIRSTMAKEFILE):     README $(MAKEDEPEND)
--      $(MAKE) depend MAKEDEPEND=
--
--config.h: config_h.SH config.sh
--      $(SHELL) config_h.SH
--      # TODO - improve following line
--      cp config.h $(CROSS_LIB)/
--
--xconfig.h: config_h.SH Cross/config-$(CROSS_NAME).sh
--      CONFIG_SH=Cross/config-$(CROSS_NAME).sh CONFIG_H=xconfig.h $(SHELL) config_h.SH
--      #TODO $(LDLIBPTH) ./miniperl -Ilib -MCross=$(CROSS_NAME) config_h.PL "INST_VER=$(INST_VER)" "CORE_DIR=$(CROSS_LIB)" "CONFIG_H=xconfig.h"
--      cp xconfig.h $(CROSS_LIB)/
--      cp xconfig.h $(CROSS_LIB)/config.h
--
--# When done, touch perlmain.c so that it doesn't get remade each time.
--.PHONY: depend
--depend: makedepend
--      sh ./makedepend MAKE=$(MAKE)
--      - test -s perlmain.c && touch perlmain.c
--      cd x2p; $(MAKE) depend
--
--# Cannot postpone this until $firstmakefile is ready ;-)
--makedepend: makedepend.SH config.sh
--      sh ./makedepend.SH
--
--.PHONY: test check test_prep test_prep_nodll test_prep_pre _test_prep \
--      test_tty test-tty _test_tty test_notty test-notty _test_notty \
--      utest ucheck test.utf8 check.utf8 test.torture torturetest \
--      test.utf16 check.utf16 utest.utf16 ucheck.utf16 \
--      test.third check.third utest.third ucheck.third test_notty.third \
--      test.deparse test_notty.deparse test_harness test_harness_notty \
--      minitest coretest test.taintwarn
--
--# Cannot delegate rebuilding of t/perl to make
--# to allow interlaced test and minitest
--
--TESTFILE=TEST
--
--_test_prep: unpack_files
--      cd t && (rm -f $(PERL)$(EXE_EXT); $(LNS) ../$(PERL)$(EXE_EXT) $(PERL)$(EXE_EXT))
--
--# Architecture-neutral stuff:
--
--test_prep_pre: preplibrary utilities $(nonxs_ext)
--
--test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL)
--      PERL=./perl $(MAKE) _test_prep
--
--_test_tty:
--      cd t && $(PERL_DEBUG) $(LDLIBPTH) $(PERL) $(TESTFILE) $(TEST_ARGS) </dev/tty
--
--_test_notty:
--      cd t && $(PERL_DEBUG) PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) $(PERL) $(TESTFILE) $(TEST_ARGS)
--
--unpack_files:
--      $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib uupacktool.pl -u -m
--
--cleanup_unpacked_files:
--      -@test ! -f ./miniperl$(EXE_EXT) || $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib uupacktool.pl -c
--
--# The second branch is for testing without a tty or controlling terminal,
--# see t/op/stat.t
--_test:
--      if (true </dev/tty) >/dev/null 2>&1; then \
--        $(MAKE) TEST_ARGS=$(TEST_ARGS) TESTFILE=$(TESTFILE) _test_tty   ; \
--      else \
--        $(MAKE) TEST_ARGS=$(TEST_ARGS) TESTFILE=$(TESTFILE) _test_notty ; \
--      fi
--      @echo "Ran tests" > t/rantests
--
--test check: test_prep
--      PERL=./perl $(MAKE) _test
--
--test_tty: test_prep
--      PERL=./perl $(MAKE) _test_tty
--
--test_notty: test_prep
--      PERL=./perl $(MAKE) _test_notty
--
--utest ucheck test.utf8 check.utf8: test_prep
--      PERL=./perl TEST_ARGS=-utf8 $(MAKE) _test
--
--coretest: test_prep
--      PERL=./perl TEST_ARGS=-core $(MAKE) _test
--
--test-prep:    test_prep
--
--test-tty:     test_tty
--
--test-notty:   test_notty
--
--# Torture testing
--
--test.torture torturetest:     test_prep
--      PERL=./perl TEST_ARGS=-torture $(MAKE) _test
--
--# Targets for UTF16 testing:
--
--minitest.utf16: minitest.prep
--      - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
--              && $(LDLIBPTH) ./perl TEST -minitest -utf16 base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
--
--test.utf16 check.utf16: test_prep
--      PERL=./perl $(MAKE) TEST_ARGS=-utf16 _test
--
--utest.utf16 ucheck.utf16: test_prep
--      PERL=./perl $(MAKE) TEST_ARGS="-utf8 -utf16" _test
--
--# Targets for valgrind testing:
--
--test_prep.valgrind: test_prep perl.valgrind
--      PERL=./perl $(MAKE) _test_prep
--
--test.valgrind check.valgrind: test_prep perl.valgrind.config
--      PERL=./perl PERL_DEBUG=PERL_VALGRIND=1 VALGRIND='$(VALGRIND)' $(MAKE) _test
--
--utest.valgrind ucheck.valgrind: test_prep.valgrind perl.valgrind.config
--      PERL=./perl PERL_DEBUG=PERL_VALGRIND=1 TEST_ARGS=-utf8 $(MAKE) _test
--
--test_notty.valgrind: test_prep.valgrind perl.valgrind.config
--      PERL=./perl $(MAKE) PERL_DEBUG=PERL_VALGRIND=1 _test_notty
--
--# Targets for Third Degree testing.
--
--test_prep.third: test_prep perl.third
--      PERL=./perl.third $(MAKE) _test_prep
--
--test.third check.third:       test_prep.third perl.third
--      PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 $(MAKE) _test
--
--utest.third ucheck.third: test_prep.third perl.third
--      PERL=./perl.third PERL_DEBUG=PERL_3LOG=1 TEST_ARGS=-utf8 $(MAKE) _test
--
--test_notty.third: test_prep.third perl.third
--      PERL=./perl.third $(MAKE) PERL_DEBUG=PERL_3LOG=1 _test_notty
--
--# Targets for Deparse testing.
--
--test.deparse: test_prep
--      PERL=./perl TEST_ARGS=-deparse $(MAKE) _test
--
--test_notty.deparse:   test_prep
--      PERL=./perl TEST_ARGS=-deparse $(MAKE) _test_notty
--
--# Targets to run the test suite with -t
--
--test.taintwarn:       test_prep
--      PERL=./perl TEST_ARGS=-taintwarn $(MAKE) _test
--
--minitest.prep:
--      -@test -f lib/lib.pm && test -f lib/Config.pm || \
--        $(MAKE) lib/Config.pm lib/lib.pm $(unidatafiles)
--      @echo " "
--      @echo "You may see some irrelevant test failures if you have been unable"
--      @echo "to build lib/Config.pm, lib/lib.pm or the Unicode data files."
--      @echo " "
--
--# Can't depend on lib/Config.pm because that might be where miniperl
--# is crashing.
--minitest: miniperl$(EXE_EXT) lib/re.pm minitest.prep
--      - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
--              && $(LDLIBPTH) ./perl TEST -minitest base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
--
--# Test via harness
--
--test_harness: test_prep
--      PERL=./perl $(MAKE) TESTFILE=harness _test
--
--test_harness_notty: test_prep
--      PERL=./perl HARNESS_NOTTY=1 $(MAKE) TESTFILE=harness _test
--
--# Handy way to run perlbug -ok without having to install and run the
--# installed perlbug. We don't re-run the tests here - we trust the user.
--# Please *don't* use this unless all tests pass.
--# If you want to report test failures, use "make nok" instead.
--
--.PHONY: ok okfile oknack okfilenack nok nokfile noknack nokfilenack
--
--ok:   utilities
--      $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
--
--okfile:       utilities
--      $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok
--
--oknack:       utilities
--      $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -A
--
--okfilenack:   utilities
--      $(LDLIBPTH) ./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)' -F perl.ok -A
--
--nok:  utilities
--      $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)'
--
--nokfile:      utilities
--      $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok
--
--noknack:      utilities
--      $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -A
--
--nokfilenack:  utilities
--      $(LDLIBPTH) ./perl -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
--
--.PHONY: clist hlist shlist pllist
--
--clist:        $(c)
--      echo $(c) | tr ' ' $(TRNL) >.clist
--
--hlist:  $(h)
--      echo $(h) | tr ' ' $(TRNL) >.hlist
--
--shlist: $(sh)
--      echo $(sh) | tr ' ' $(TRNL) >.shlist
--
--pllist: $(pl)
--      echo $(pl) | tr ' ' $(TRNL) >.pllist
--
--Makefile: Makefile.SH ./config.sh
--      $(SHELL) Makefile.SH
--
--.PHONY: distcheck
--distcheck: FORCE
--      perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'
--
--.PHONY: elc
--elc:  emacs/cperl-mode.elc
--
--emacs/cperl-mode.elc: emacs/cperl-mode.el
--      -cd emacs; emacs -batch -q -no-site-file -f batch-byte-compile cperl-mode.el
--
--.PHONY: etags ctags tags
--
--etags:        TAGS
--
--TAGS: emacs/cperl-mode.elc
--      sh emacs/ptags
--
--# Let's hope make will not go into an infinite loop on case-unsensitive systems
--# This may also fail if . is in the head of the path, since perl will
--# require -Ilib
--tags: TAGS
--      perl emacs/e2ctags.pl TAGS > tags
--
--ctags:
--      ctags -f Tags -N --totals --languages=c --langmap=c:+.h --exclude=opmini.c *.c *.h
--
--# AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
--# If this runs make out of memory, delete /usr/include lines.
--!NO!SUBS!
--
--$eunicefix $Makefile
--case `pwd` in
--*SH)
--    $rm -f ../$Makefile
--    $ln $Makefile ../$Makefile
--    ;;
--esac
--$rm -f $firstmakefile
--
--# Now do any special processing required before building.
--
--case "$ebcdic" in
--define)
--    xxx=''
--    echo "This is an EBCDIC system, checking if any parser files need regenerating." >&2
--case "$osname" in
--os390|posix-bc)
--    if cd x2p
--    then
--        rm -f y.tab.c y.tab.h
--        case "$osname" in
--        posix-bc)
--           # we are using two different yaccs in BS2000 Posix!
--           byacc a2p.y >/dev/null 2>&1
--           ;;
--        *) # e.g. os390
--           yacc  a2p.y >/dev/null 2>&1
--           ;;
--        esac
--        if cmp -s y.tab.c a2p.c
--        then
--            rm -f y.tab.c
--        else
--            echo "a2p.y -> a2p.c" >&2
--            mv -f y.tab.c a2p.c
--            chmod u+w a2p.c
--            sed -e 's/fprintf *( *stderr *,/PerlIO_printf(Perl_debug_log,/g' \
--              -e 's|^static void __YY_YACC_MAIN.*BS2000.*|/*static main deleted*/|' \
--                -e 's/y\.tab/a2p/g' a2p.c >a2p.tmp && mv a2p.tmp a2p.c
--            xxx="$xxx a2p.c"
--        fi
--        # In case somebody yacc -d:ed the a2p.y.
--        if test -f y.tab.h
--        then
--            if cmp -s y.tab.h a2p.h
--            then
--                rm -f y.tab.h
--            else
--                echo "a2p.h -> a2p.h" >&2
--                mv -f y.tab.h a2p.h
--                xxx="$xxx a2p.h"
--            fi
--        fi
--        cd ..
--    fi
--    ;;
--vmesa)
--    # Do nothing in VM/ESA.
--    ;;
--*)
--    echo "'$osname' is an EBCDIC system I don't know that well." >&4
--    ;;
--esac
--    case "$xxx" in
--    '') echo "No parser files were regenerated.  That's okay." >&2 ;;
--    esac
--    ;;
--esac
--
--# ex: set ts=8 sts=4 sw=4 noet:
-diff -Naur perl-5.10.0.orig/Cross/Makefile.SH.patch perl-5.10.0/Cross/Makefile.SH.patch
---- perl-5.10.0.orig/Cross/Makefile.SH.patch   2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/Makefile.SH.patch        1969-12-31 19:00:00.000000000 -0500
-@@ -1,189 +0,0 @@
----- ../Makefile.SH
--+++ ../Makefile.SH
--@@ -129,18 +129,7 @@
--          # INSTALL file, under "Building a shared perl library".
--          # If there is no pre-existing $libperl, we don't need
--          # to do anything further.
---         if test -f $archlib/CORE/$libperl; then
---             rm -f preload
---             cat <<'EOT' > preload
---#! /bin/sh
---lib=$1
---shift
---test -r $lib && export LD_PRELOAD="$lib $LD_PRELOAD"
---exec "$@"
---EOT
---             chmod 755 preload
---             ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
---         fi
--+         echo linux libraries overwritten by cross-compile patches
--          ;;
--      os390)  test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
--              ;;
--@@ -389,9 +378,21 @@
-- .c.s:
--      $(CCCMDSRC) -S $*.c
-- 
---all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
---     @echo " ";
---     @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
--+#all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
--+#    @echo " ";
--+#    @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
--+
--+all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT)
--+     mv miniperl miniperl-arm
--+     ln -s /usr/bin/perl miniperl
--+
--+more: extra.pods $(private) $(public)
--+
--+more2: $(dynamic_ext)
--+
--+more3: $(nonxs_ext)
--+
--+more4: extras.make
-- 
-- .PHONY: all compile translators utilities
-- 
--@@ -401,10 +402,10 @@
--      cd x2p; $(MAKE) compile;
--      cd pod; $(MAKE) compile;
-- 
---translators: miniperl$(EXE_EXT) $(CONFIGPM) FORCE
--+translators: $(CONFIGPM) FORCE
--      @echo " "; echo "       Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
-- 
---utilities:   miniperl$(EXE_EXT) $(CONFIGPM) $(plextract) lib/lib.pm FORCE
--+utilities:   $(CONFIGPM) $(plextract) lib/lib.pm FORCE
--      @echo " "; echo "       Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
-- 
-- 
--@@ -579,7 +580,7 @@
--      $(CC) -o miniperl $(CLDFLAGS) \
--          `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
--          miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
---     $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
--+#    $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
-- !NO!SUBS!
--              ;;
--      next4*)
--@@ -587,7 +588,7 @@
-- miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
--      $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
--          miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
---     $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
--+#    $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
-- !NO!SUBS!
--              ;;
--      darwin*)
--@@ -754,7 +755,7 @@
-- # We need to autosplit in two steps because VOS can't handle so many args
-- #
-- .PHONY: preplibrary
---preplibrary: miniperl$(EXE_EXT) $(CONFIGPM) lib/lib.pm $(PREPLIBRARY_LIBPERL)
--+preplibrary: $(CONFIGPM) lib/lib.pm $(PREPLIBRARY_LIBPERL)
--      @sh ./makedir lib/auto
--      @echo " AutoSplitting perl library"
--      $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
--@@ -763,35 +764,35 @@
--              autosplit_lib_modules(@ARGV)' lib/*/*.pm
--      $(MAKE) lib/re.pm
-- 
---lib/Config.pod: config.sh miniperl$(EXE_EXT) configpm Porting/Glossary
--+lib/Config.pod: config.sh configpm Porting/Glossary
--      $(LDLIBPTH) ./miniperl -Ilib configpm --heavy=lib/Config_heavy.pl lib/Config.pm
-- 
-- $(CONFIGPM): lib/Config.pod
-- 
---lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl $(CONFIGPM)
--+lib/ExtUtils/Miniperl.pm: miniperlmain.c minimod.pl $(CONFIGPM)
--      $(LDLIBPTH) ./miniperl minimod.pl > lib/ExtUtils/Miniperl.pm
-- 
-- lib/re.pm: ext/re/re.pm
--      cp ext/re/re.pm lib/re.pm
-- 
---$(plextract):        miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p
--+$(plextract):        $(CONFIGPM) x2p/s2p
--      @-rm -f $@
--      $(LDLIBPTH) ./miniperl -I`pwd`/lib $@.PL
-- 
---x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p.PL
--+x2p/s2p: $(CONFIGPM) x2p/s2p.PL
--      cd x2p; $(LDLIBPTH) $(MAKE) s2p
-- 
---lib/lib.pm:  miniperl$(EXE_EXT) $(CONFIGPM)
--+lib/lib.pm:  $(CONFIGPM)
--      @-rm -f $@
--      $(LDLIBPTH) ./miniperl -Ilib lib/lib_pm.PL
-- 
-- unidatafiles $(unidatafiles): uni.data
-- 
---uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables
--+uni.data: $(CONFIGPM) lib/unicore/mktables
--      cd lib/unicore && $(LDLIBPTH) ../../miniperl -I../../lib mktables -w
--      touch uni.data
-- 
---extra.pods: miniperl$(EXE_EXT)
--+extra.pods:
--      -@test -f extra.pods && rm -f `cat extra.pods`
--      -@rm -f extra.pods
--      -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
--@@ -837,18 +838,7 @@
-- INSTALL_DEPENDENCE = all
-- 
-- install.perl:        $(INSTALL_DEPENDENCE) installperl
---     if [ -n "$(COMPILE)" ]; \
---     then \
---             cd utils; $(MAKE) compile; \
---             cd ../x2p; $(MAKE) compile; \
---             cd ../pod; $(MAKE) compile; \
---     else :; \
---     fi
---     $(LDLIBPTH) ./perl installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
---     $(MAKE) extras.install
---
---install.man: all installman
---     $(LDLIBPTH) ./perl installman --destdir=$(DESTDIR) $(INSTALLFLAGS)
--+     /usr/bin/perl -Ifake_config_library -MConfig installperl $(INSTALLFLAGS) $(STRIPFLAGS)
-- 
-- # XXX Experimental. Hardwired values, but useful for testing.
-- # Eventually Configure could ask for some of these values.
--@@ -950,16 +940,16 @@
-- #
-- # DynaLoader may be needed for extensions that use Makefile.PL.
-- 
---$(DYNALOADER):       miniperl$(EXE_EXT) preplibrary FORCE
--+$(DYNALOADER):       preplibrary FORCE
--      @$(LDLIBPTH) sh ext/util/make_ext $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
-- 
---d_dummy $(dynamic_ext):      miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
--+d_dummy $(dynamic_ext):      preplibrary $(DYNALOADER) FORCE
--      @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
-- 
---s_dummy $(static_ext):       miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
--+s_dummy $(static_ext):       preplibrary $(DYNALOADER) FORCE
--      @$(LDLIBPTH) sh ext/util/make_ext $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
-- 
---n_dummy $(nonxs_ext):        miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
--+n_dummy $(nonxs_ext):        preplibrary $(DYNALOADER) FORCE
--      @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
-- 
-- .PHONY: clean _tidy _mopup _cleaner1 _cleaner2 \
--@@ -1101,7 +1091,7 @@
-- 
-- test_prep_pre: preplibrary utilities $(nonxs_ext)
-- 
---test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL)
--+test_prep: test_prep_pre $(unidatafiles) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL)
--      PERL=./perl $(MAKE) _test_prep
-- 
-- _test_tty:
--@@ -1214,7 +1204,7 @@
-- 
-- # Can't depend on lib/Config.pm because that might be where miniperl
-- # is crashing.
---minitest: miniperl$(EXE_EXT) lib/re.pm minitest.prep
--+minitest: lib/re.pm minitest.prep
--      - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
--              && $(LDLIBPTH) ./perl TEST -minitest base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
-- 
-diff -Naur perl-5.10.0.orig/Cross/README perl-5.10.0/Cross/README
---- perl-5.10.0.orig/Cross/README      2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/README   1969-12-31 19:00:00.000000000 -0500
-@@ -1,87 +0,0 @@
--Building for arm-linux
------------------------
--
--The files in this directory add another cross-compilation
--target to the Perl buildsystem.  It was built as a part of
--the Open Zaurus (http://www.openzaurus.com/) distribution.
--Most / All of the arm compiler optimisations are "borrowed"
--from this excellent project.
--
--(Further discussion about cross-compiling Perl in the top level
--INSTALL file, see the section "Cross-compilation".)
--
--The main target is arm-linux but I have also managed to
--successfully cross-compile Perl for Solaris x86 using the same
--buildsystem.
--
--We are currently dependent on an existing working local copy of
--Perl ** of the same version and revision ** which is available
--as /usr/bin/perl. 
--
--You need a working and tested cross-compiler for your build
--and target combination.  The binary directory must be in
--your path.
--
--1)    You should be reading me (README) in perl-5.x.y/Cross
--
--2)    Make sure you are in the Cross directory.
--
--3)    Edit the file 'config' to contain your target platform information.
--
--4)    make patch      ## This will patch the existing source-tree.
--5)    make perl       ## Will make perl
--
--Your built Perl environment is in install_me_here/ in your build
--directory.  From here you can package and deploy as you wish.
--
--Omissions
------------
--
--This does NOT perform any installation.
--
--Make test will NOT work.
--
--We do not provide documentation in the core,  man pages are not generated.
--
--Other Targets (For Developers)
--------------------------------
--
--It is possible to extend the cross-compilation to other targets.
--We have sucessfully compiled for the target solaris2.8/x86
--on linux/x86 build system.
--
--To attempt a cross-compile for another target using the methods
--in this directory:
--
--1)    Copy the Perl source code onto your TARGET machine.
--2)    Execute sh Configure as normal and configure as required,
--      do not "make".
--3)    Copy the config.sh file that is generated to your BUILD
--      machine and place it in the Cross directory with the
--      filename config.sh-ARCH-OS.  For example,
--      config.sh-i386-pc-solaris2.8.  For the appropriate ARCH
--      and OS please refer to your cross-compiler documentation.
--4)    Edit Cross/config to reflect your new target and continue
--      with build as above.
--
--Should you wish to produce optimised binaries for different
--architectures you can add the appropriate compiler flags to
--the Makefile in a new ifeq ($(ARCH),...) ... endif block.
--
--
--Please refer to your cross-compiler documentation for details.
--
--
--      Note that the Cross/ directory is also used by a different
--      cross-compilation setup described in the INSTALL file, and
--      executed by Configure.  There should be no conflicts since
--      it is unlikely both that cross-compilation setups are used
--      simultaneously.
--
--Enjoy!
--
--References
------------
--Redvers Davies <red@criticalintegration.com>
--Open Zaurus http://www.openzaurus.org/
--Perl OZ Packages http://www.criticalintegration.com/perl-oz/
-diff -Naur perl-5.10.0.orig/Cross/README.new perl-5.10.0/Cross/README.new
---- perl-5.10.0.orig/Cross/README.new  2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/README.new       1969-12-31 19:00:00.000000000 -0500
-@@ -1,95 +0,0 @@
--You're reading ./Cross/README.new, describing Perl cross-compilation process.
--NOTE: this file will replace ./Cross/README, after the cross-compilation scheme
--is stabilized.
--
--=head1 NAME
--
--README.new - Cross-compilation for linux
--
--=head1 DESCRIPTION
--
--This is second approach to linux cross-compilation, which should allow
--building full perl and entensions for target platform. Cross-compilation
--for linux uses similar approach and shares the same files as
--cross-compilation for WinCE.
--
--We refer to HOST as the platform where the build is performed, and to
--TARGET as where final executables will run.
--
--=head2 Basic ideas
--
--=head3 common
--
--Unlike WinCE, output files from GCC cross-compiler are produced in the same
--directory where C files are. All TARGET binaries have different extensions
--so to distinguish HOST and TARGET binaries. Namely, object files for C<arm>
--cross-compilation will have extension C<.armo>, executable files will have
--C<.arm>.
--
--After typical cross-compilation the following files will be built, among
--others:
--
--  sv.c
--  sv.o
--  sv.armo
--  libperl.arma
--
--(this approach may be reconsidered, however.)
--
--=head3 build process
--
--C<miniperl> is built. This executable is intended to run on HOST, and it
--will facilitate the remaining build process; all binaries built after it are
--foreign (TARGET) and should not run locally (HOST).
--
--Unlike HOST build, miniperl will not have C<Config.pm> of HOST within reach;
--it rather will use the C<Config.pm> from the cross-compilation directories.
--In fact, if the build process does have Config.pm within reach, this is only
--an indication of a mistake somewhere in the middle.
--
--  # following command is okay:
--  ./miniperl -Ilib -MCross -MConfig -e 1
--  # following command should cluck, and it is bad if it does not:
--  ./miniperl -Ilib -MConfig -e 1
--
--After C<miniperl> is built, C<configpm> is invoked to create an
--appropriate C<Config.pm> in the right place and its corresponding
--C<Cross.pm>.
--
--File C<Cross.pm> is dead simple: for given cross-architecture places in @INC
--a path where perl modules are, and right C<Config.pm> in that place.
--
--That said, C<miniperl -Ilib -MConfig -we 1> should report an error, because
--it cannot find C<Config.pm>. If it does not give an error, a wrong C<Config.pm>
--is substituted, and resulting binaries will be a mess.
--
--C<miniperl -MCross -MConfig -we 1> should run okay, and it will provide a
--correct C<Config.pm> for further compilations.
--
--During extensions build phase, the script C<./ext/util/make_ext_cross> is
--invoked.
--
--All invocations of C<Makefile.PL> are provided with C<-MCross> so to enable
--cross-compilation.
--
--=head2 BUILD
--
--=head3 Tools & SDK
--
--To compile, you need the following:
--
--=over 4
--
--=item * TODO
--
--=back
--
--=head1 Things to be done
--
--=over 4
--
--=item * better distinguishing of config.h/xconfig.h, dependencies
--
--=item * object files created in ./xlib/cross-name/ ?
--
--=back
-diff -Naur perl-5.10.0.orig/Cross/TODO perl-5.10.0/Cross/TODO
---- perl-5.10.0.orig/Cross/TODO        2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/TODO     1969-12-31 19:00:00.000000000 -0500
-@@ -1 +0,0 @@
--Provide a better sandbox for building additional XS libraries.
-diff -Naur perl-5.10.0.orig/Cross/warp perl-5.10.0/Cross/warp
---- perl-5.10.0.orig/Cross/warp        2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Cross/warp     1969-12-31 19:00:00.000000000 -0500
-@@ -1,14 +0,0 @@
--#!/bin/sh -x
--
--## This script contains an rm -rf.  This may alarm you.
--## These directories need to be reccursively deleted.
--## I don't see any method of making "Bad Things"[tm]
--## Happen.  But we don't run buildroot as root do we? :-)
--
--for f in `find lib -name install_me_here`;do
--cp -r $f/* ./install_me_here/
--done
--
--for f in `find lib -name install_me_here`;do
--rm -rf $f
--done
-diff -Naur perl-5.10.0.orig/ext/util/make_ext perl-5.10.0/ext/util/make_ext
---- perl-5.10.0.orig/ext/util/make_ext 2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/ext/util/make_ext      2009-04-05 13:27:24.458708635 -0400
-@@ -126,7 +126,7 @@
- esac
- if test ! -f $makefile ; then
--      test -f Makefile.PL && $run ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl INSTALLMAN3DIR=none PERL_CORE=1 $passthru
-+      test -f Makefile.PL && $run ../$depth/miniperl-cross -I../$depth/lib Makefile.PL INSTALLDIRS=perl INSTALLMAN3DIR=none PERL_CORE=1 $passthru
- fi
- if test ! -f $makefile ; then
-       echo "Warning: No Makefile!"
-diff -Naur perl-5.10.0.orig/lib/unicore/Makefile perl-5.10.0/lib/unicore/Makefile
---- perl-5.10.0.orig/lib/unicore/Makefile      2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/lib/unicore/Makefile   2009-04-05 13:27:24.468708588 -0400
-@@ -1,11 +1,11 @@
- all:
--      ../../miniperl -I../../lib ./mktables
-+      ../../miniperl-cross -I../../lib ./mktables
- TestProp.pl: mktables UnicodeData.txt Scripts.txt Blocks.txt PropList.txt
--      ../../miniperl -I../../lib ./mktables -maketest
-+      ../../miniperl-cross -I../../lib ./mktables -maketest
- test:   TestProp.pl
--      ../../miniperl -I../../lib TestProp.pl
-+      ../../miniperl-cross -I../../lib TestProp.pl
- clean:
-       rm -f *.pl */*.pl
-diff -Naur perl-5.10.0.orig/Makefile.SH perl-5.10.0/Makefile.SH
---- perl-5.10.0.orig/Makefile.SH       2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/Makefile.SH    2009-04-05 13:27:24.484541195 -0400
-@@ -634,7 +634,7 @@
-       $(CC) -o miniperl $(CLDFLAGS) \
-           `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
-           miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(libs)
--      $(LDLIBPTH) $(RUN) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
- !NO!SUBS!
-               ;;
-       next4*)
-@@ -642,7 +642,7 @@
- miniperl: $& miniperlmain$(OBJ_EXT) $(obj) opmini$(OBJ_EXT)
-       $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
-           miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(libs)
--      $(LDLIBPTH) $(RUN) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
- !NO!SUBS!
-               ;;
-       darwin*)
-@@ -664,7 +664,7 @@
-       $(CC) $(CLDFLAGS) $(NAMESPACEFLAGS) -o miniperl \
-           `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
-           miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(libs)
--      $(LDLIBPTH) $(RUN) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
- !NO!SUBS!
-               ;;
-       *)
-@@ -674,7 +674,7 @@
-       $(LDLIBPTH) $(CC) $(CLDFLAGS) -o miniperl \
-           `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
-           miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(libs)
--      $(LDLIBPTH) $(RUN) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
- !NO!SUBS!
-               ;;
-       esac
-@@ -806,7 +806,7 @@
- .PHONY: makeppport
- makeppport: miniperl\$(EXE_EXT) \$(CONFIGPM)
-       -@for f in Makefile.PL PPPort_pm.PL PPPort_xs.PL ppport_h.PL; do \
--      (cd ext/Devel/PPPort && `pwd`/run.sh ../../../miniperl -I../../../lib \$\$f); \
-+      (cd ext/Devel/PPPort && `pwd`/run.sh ../../../miniperl-cross -I../../../lib \$\$f); \
-       done
- !GROK!THIS!
-@@ -815,7 +815,7 @@
- $spitshell >>Makefile <<'!NO!SUBS!'
- .PHONY: makeppport
- makeppport: miniperl$(EXE_EXT) $(CONFIGPM)
--      $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib mkppport
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross$(EXE_EXT) -Ilib mkppport
- !NO!SUBS!
- ;;
-@@ -837,19 +837,19 @@
- preplibrary: miniperl$(EXE_EXT) $(CONFIGPM) lib/lib.pm $(PREPLIBRARY_LIBPERL)
-       @sh ./makedir lib/auto
-       @echo " AutoSplitting perl library"
--      $(LDLIBPTH) $(RUN) ./miniperl -Ilib -e 'use AutoSplit; \
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross -Ilib -e 'use AutoSplit; \
-               autosplit_lib_modules(@ARGV)' lib/*.pm
--      $(LDLIBPTH) $(RUN) ./miniperl -Ilib -e 'use AutoSplit; \
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross -Ilib -e 'use AutoSplit; \
-               autosplit_lib_modules(@ARGV)' lib/*/*.pm
-       $(MAKE) lib/re.pm
- lib/Config.pod: config.sh miniperl$(EXE_EXT) configpm Porting/Glossary
--      $(LDLIBPTH) $(RUN) ./miniperl -Ilib configpm
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross -Ilib configpm
- $(CONFIGPM): lib/Config.pod
- lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl $(CONFIGPM)
--      $(LDLIBPTH) $(RUN) ./miniperl minimod.pl > lib/ExtUtils/Miniperl.pm
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross minimod.pl > lib/ExtUtils/Miniperl.pm
- lib/re.pm: ext/re/re.pm
-       @-rm -f $@
-@@ -857,19 +857,19 @@
- $(plextract): miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p
-       @-rm -f $@
--      $(LDLIBPTH) $(RUN) ./miniperl -I`pwd`/lib $@.PL
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross -I`pwd`/lib $@.PL
- x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p.PL
-       cd x2p; $(LDLIBPTH) $(MAKE) s2p
- lib/lib.pm:   miniperl$(EXE_EXT) $(CONFIGPM)
-       @-rm -f $@
--      $(LDLIBPTH) $(RUN) ./miniperl -Ilib lib/lib_pm.PL
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross -Ilib lib/lib_pm.PL
- unidatafiles $(unidatafiles): uni.data
- uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables
--      cd lib/unicore && $(LDLIBPTH) $(RUN) ../../miniperl -I../../lib mktables -w
-+      cd lib/unicore && $(LDLIBPTH) $(RUN) ../../miniperl-cross -I../../lib mktables -w
-       touch uni.data
- extra.pods: miniperl$(EXE_EXT)
-@@ -898,7 +898,7 @@
-       no-install install.perl install.man install.html
- META.yml:     Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm
--      $(LDLIBPTH) $(RUN) ./miniperl -Ilib Porting/makemeta
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross -Ilib Porting/makemeta
- install-strip:
-       $(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"
-@@ -1101,7 +1101,7 @@
-       -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
-       $(LDLIBPTH) sh ext/util/make_ext $(CLEAN) $$x MAKE=$(MAKE) ; \
-       done
--      -@test ! -f $(RUN) ./miniperl$(EXE_EXT) || $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib mkppport --clean
-+      -@test ! -f $(RUN) ./miniperl-cross$(EXE_EXT) || $(LDLIBPTH) $(RUN) ./miniperl-cross$(EXE_EXT) -Ilib mkppport --clean
- # Some systems do not support "?", so keep these files separate.
- _cleaner2:
-@@ -1204,10 +1204,10 @@
-       cd t && $(PERL_DEBUG) PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) $(PERL) $(TESTFILE) $(TEST_ARGS) $(TEST_FILES)
- unpack_files:
--      $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib uupacktool.pl -u -m
-+      $(LDLIBPTH) $(RUN) ./miniperl-cross$(EXE_EXT) -Ilib uupacktool.pl -u -m
- cleanup_unpacked_files:
--      -@test ! -f $(RUN) ./miniperl$(EXE_EXT) || $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib uupacktool.pl -c
-+      -@test ! -f $(RUN) ./miniperl-cross$(EXE_EXT) || $(LDLIBPTH) $(RUN) ./miniperl-cross$(EXE_EXT) -Ilib uupacktool.pl -c
- # The second branch is for testing without a tty or controlling terminal,
- # see t/op/stat.t
-@@ -1248,7 +1248,7 @@
- # Targets for UTF16 testing:
- minitest.utf16: minitest.prep
--      - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
-+      - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl-cross$(EXE_EXT) perl$(EXE_EXT)) \
-               && $(LDLIBPTH) $(RUN) ./perl TEST -minitest -utf16 base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t mro/*.t </dev/tty
- test.utf16 check.utf16: test_prep
-@@ -1309,7 +1309,7 @@
- # Can't depend on lib/Config.pm because that might be where miniperl
- # is crashing.
- minitest: miniperl$(EXE_EXT) lib/re.pm minitest.prep
--      - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
-+      - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl-cross$(EXE_EXT) perl$(EXE_EXT)) \
-               && $(LDLIBPTH) $(RUN) ./perl TEST -minitest base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t mro/*.t </dev/tty
- # Test via harness
-diff -Naur perl-5.10.0.orig/MANIFEST perl-5.10.0/MANIFEST
---- perl-5.10.0.orig/MANIFEST  2007-12-18 05:47:07.000000000 -0500
-+++ perl-5.10.0/MANIFEST       2009-04-05 13:38:50.514474440 -0400
-@@ -25,20 +25,10 @@
- configure.gnu         Crude emulation of GNU configure
- cop.h                 Control operator header
- Copying                       The GNU General Public License
--Cross/build-arm-n770-sh       Cross-compilation
--Cross/cflags-cross-arm        Cross-compilation
--Cross/config          Cross-compilation
-+Cross/cleanconfig.sh  Cross-compilation
- Cross/config.sh-arm-linux     Cross-compilation
--Cross/config.sh-arm-linux-n770        Cross-compilation
--Cross/generate_config_sh      Cross-compilation
--Cross/installperl.patch               Cross-compilation
-+Cross/config.sh-x86-linux     Cross-compilation
- Cross/Makefile                Cross-compilation
--Cross/Makefile-cross-SH       Cross-compilation
--Cross/Makefile.SH.patch       Cross-compilation
--Cross/README          Cross-compilation
--Cross/README.new      Cross-compilation
--Cross/TODO            Cross-compilation
--Cross/warp            Cross-compilation
- cv.h                  Code value header
- cygwin/cygwin.c               Additional code for Cygwin port
- cygwin/Makefile.SHs   Shared library generation for Cygwin port
-diff -Naur perl-5.10.0.orig/pod/Makefile.SH perl-5.10.0/pod/Makefile.SH
---- perl-5.10.0.orig/pod/Makefile.SH   2007-12-18 05:47:08.000000000 -0500
-+++ perl-5.10.0/pod/Makefile.SH        2009-04-05 13:27:24.514542587 -0400
-@@ -63,7 +63,7 @@
-           --podroot=.. --podpath=pod:lib:ext:vms \
-           --libpods=perlfunc:perlguts:perlvar:perlrun:perlop
--PERL = ../miniperl
-+PERL = ../miniperl-cross
- PERLILIB = $(PERL) -I../lib
- REALPERL = ../perl
-diff -Naur perl-5.10.0.orig/utils/Makefile perl-5.10.0/utils/Makefile
---- perl-5.10.0.orig/utils/Makefile    2007-12-18 05:47:08.000000000 -0500
-+++ perl-5.10.0/utils/Makefile 2009-04-05 13:27:24.522041845 -0400
-@@ -1,5 +1,5 @@
--PERL = ../miniperl
-+PERL = ../miniperl-cross
- REALPERL = ../perl
- RUN =   # Used mainly cross-compilation setups.
-diff -Naur perl-5.10.0.orig/x2p/Makefile.SH perl-5.10.0/x2p/Makefile.SH
---- perl-5.10.0.orig/x2p/Makefile.SH   2007-12-18 05:47:08.000000000 -0500
-+++ perl-5.10.0/x2p/Makefile.SH        2009-04-05 13:27:24.552041881 -0400
-@@ -171,7 +171,7 @@
- # These should be automatically generated
- $(plextract):
--      $(RUN) ../miniperl -I../lib $@.PL
-+      $(RUN) ../miniperl-cross -I../lib $@.PL
- find2perl: find2perl.PL
diff --git a/rsync/.footprint b/rsync/.footprint
deleted file mode 100644 (file)
index dbb4683..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-drwxr-xr-x     root/root       etc/
-drwxr-xr-x     root/root       etc/ports/
-drwxr-xr-x     root/root       etc/ports/drivers/
--rwxr-xr-x     root/root       etc/ports/drivers/rsync
-drwxr-xr-x     root/root       etc/rc.d/
--rwxr-xr-x     root/root       etc/rc.d/rsyncd
--rw-r--r--     root/root       etc/rsyncd.conf
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
--rwxr-xr-x     root/root       usr/bin/rsync
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/rsync.1.gz
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/rsyncd.conf.5.gz
-drwxr-xr-x     root/root       var/
-drwxr-xr-x     root/root       var/log/
--rw-r--r--     root/root       var/log/rsyncd.log (EMPTY)
diff --git a/rsync/.md5sum b/rsync/.md5sum
deleted file mode 100644 (file)
index 375cf17..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-0ee8346ce16bdfe4c88a236e94c752b4  rsync-3.0.8.tar.gz
-f8dcfe5cf2afef1ea90107a6ff4540cd  rsync.driver
-a71995f22768c931c5649a1336d25ffb  rsyncd
-b4e95fa8c8f3ae13cfdf616abd6a3960  rsyncd.conf
diff --git a/rsync/Pkgfile b/rsync/Pkgfile
deleted file mode 100644 (file)
index 20c87ea..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Description: Utility for incremental file transfers over networks
-# URL: http://rsync.samba.org
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: openssh acl
-
-name=rsync
-version=3.0.8
-release=1
-source=(http://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \
-        rsyncd.conf rsyncd rsync.driver)
-
-build () {
-  cd $name-$version
-
-  ./configure --build=$CHOST \
-              --host=$CTARGET \
-              --prefix=/usr \
-              --mandir=/usr/man \
-              --with-rsh=ssh \
-              --with-included-popt
-
-  make
-  make DESTDIR=$PKG install
-
-  install -d $PKG/etc/{rc.d,ports/drivers} $PKG/var/log
-  install -m 755 $SRC/rsyncd $PKG/etc/rc.d
-  install -m 644 $SRC/rsyncd.conf $PKG/etc
-  install -m 755 $SRC/rsync.driver $PKG/etc/ports/drivers/rsync
-  touch $PKG/var/log/rsyncd.log
-}
diff --git a/rsync/rsync.driver b/rsync/rsync.driver
deleted file mode 100644 (file)
index 31bb14a..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-#!/usr/bin/perl
-#
-# /etc/ports/drivers/rsync: rsync(1) driver script for ports(8)
-#
-
-use warnings;
-use strict;
-use File::Basename;
-
-my $host = '';
-my $collection = '';
-my $destination = '';
-my %new_checkouts;
-my %old_checkouts;
-
-sub error
-{
-       my $message = shift;
-       print "Error: $message ($!)\nUpdating failed\n";
-       exit 1;
-}
-
-sub warning
-{
-       my $message = shift;
-       print "Warning: $message ($!)\n";
-}
-
-if ($#ARGV < 0)
-{
-       print "Usage: $0 <file>\n";
-       exit 1;
-}
-
-open(FILE, $ARGV[0]) or error("Couldn't open $ARGV[0]");
-while (<FILE>)
-{
-       chomp;
-       if    (/^host=(.*)/)        { $host = $1; }
-       elsif (/^collection=(.*)/)  { $collection = $1; }
-       elsif (/^destination=(.*)/) { $destination = $1; }
-}
-close(FILE);
-
-if ($host eq '')        { error("Host field not set in $ARGV[0]");        }
-if ($collection eq '')  { error("Collection field not set in $ARGV[0]");  }
-if ($destination eq '') { error("Destination field not set in $ARGV[0]"); }
-
-if (-e "$destination/.checkouts")
-{
-       # read the old .checkouts file into memory
-       open(FILE, "$destination/.checkouts") or error("Couldn't read checkouts from $destination/.checkouts");
-       while (<FILE>)
-       {
-               chomp;
-               $old_checkouts{$_} = 1;
-       }
-       close(FILE);
-}
-
-print "Updating file list from " . $host . "::$collection\n";
-
-# get the remote file list (new .checkouts)
-open(PIPE, 'rsync -crz ' . $host . '::' . $collection . '|') or error("Couldn't open pipe to rsync");
-while (<PIPE>)
-{
-       chomp;
-
-       next if /^MOTD:/;       # ignore MOTD lines
-       s/^(.{43})//;           # ignore the first 43 characters (mode, date etc...)
-       next if /^.$/;          # ignore the . directory
-
-       $new_checkouts{$_} = 1;
-}
-close(PIPE);
-error("Running rsync failed") unless $? == 0;
-
-print "Updating collection " . basename($destination) . "\n";
-
-# now really run rsync
-open(PIPE, 'rsync -crz --log-format "%o %n" ' . $host . "::$collection $destination|") or error("Couldn't open pipe to rsync");
-while (<PIPE>)
-{
-       chomp;
-
-       if (/^recv (.*)/)
-       {
-               if ($old_checkouts{$1})
-               {
-                       s/^recv/ Edit/;
-               }
-               else
-               {
-                       s/^recv/ Checkout/;
-               }
-       }
-
-       print $_ . "\n";
-}
-close(PIPE);
-error("Running rsync failed") unless $? == 0;
-
-# save new checkouts into .checkouts
-open(FILE, ">$destination/.checkouts") or error("Couldn't save checkouts to $destination/.checkouts");
-foreach my $checkout (sort keys %new_checkouts)
-{
-       print FILE "$checkout\n";
-}
-close(FILE);
-
-# use chroot as an additional safety measure when removing files
-chroot($destination) or error("Couldn't chroot into $destination");
-chdir('/');
-
-# iterate through old checkouts, remove obsolete files
-foreach my $checkout (sort keys %old_checkouts)
-{
-       if (!$new_checkouts{$checkout})
-       {
-               if (-f $checkout)
-               {
-                       print " Delete $checkout\n";
-                       unlink($checkout) or warning("Couldn't delete $checkout");
-               }
-       }
-}
-
-# iterate through old checkouts, remove obsolete directories
-foreach my $checkout (sort keys %old_checkouts)
-{
-       if (!$new_checkouts{$checkout})
-       {
-               if (-d $checkout)
-               {
-                       print " Delete $checkout\n";
-                       rmdir($checkout) or warning("Couldn't delete $checkout");
-               }
-       }
-}
-
-print "Finished successfully\n";
-
-# End of file
diff --git a/rsync/rsyncd b/rsync/rsyncd
deleted file mode 100644 (file)
index 8507211..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# /etc/rc.d/rsyncd: start/stop rsyncd daemon
-#
-
-case $1 in
-start)
-       /usr/bin/rsync --daemon
-       ;;
-stop)
-       kill `cat /var/run/rsyncd.pid`
-       ;;
-restart)
-       $0 stop
-       sleep 2
-       $0 start
-       ;;
-*)
-       echo "usage: $0 [start|stop|restart]"
-       ;;
-esac
-
-# End of file
diff --git a/rsync/rsyncd.conf b/rsync/rsyncd.conf
deleted file mode 100644 (file)
index 02bbdc6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# /etc/rsyncd.conf
-#
-
-pid file = /var/run/rsyncd.pid
-log file = /var/log/rsyncd.log
-
-[test]
-   path = /tmp
-   comment = test share for rsyncd
-   hosts allow = 192.168.0.0/24
-   read only = true
-   use chroot = true
-
-# End of file
diff --git a/sudo/.footprint b/sudo/.footprint
deleted file mode 100644 (file)
index 613348a..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-drwxr-xr-x     root/root       etc/
--r--r-----     root/root       etc/sudoers
-drwxr-x---     root/root       etc/sudoers.d/
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
----s--x--x     root/root       usr/bin/sudo
-lrwxrwxrwx     root/root       usr/bin/sudoedit -> sudo
----x--x--x     root/root       usr/bin/sudoreplay
-drwxr-xr-x     root/root       usr/include/
--r--r--r--     root/root       usr/include/sudo_plugin.h
-drwxr-xr-x     root/root       usr/lib/
--rwxr-xr-x     root/root       usr/lib/sudo_noexec.so
--rwxr-xr-x     root/root       usr/lib/sudoers.so
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man5/
--r--r--r--     root/root       usr/man/man5/sudoers.5.gz
-drwxr-xr-x     root/root       usr/man/man8/
--r--r--r--     root/root       usr/man/man8/sudo.8.gz
--r--r--r--     root/root       usr/man/man8/sudo_plugin.8.gz
-lrwxrwxrwx     root/root       usr/man/man8/sudoedit.8.gz -> sudo.8.gz
--r--r--r--     root/root       usr/man/man8/sudoreplay.8.gz
--r--r--r--     root/root       usr/man/man8/visudo.8.gz
-drwxr-xr-x     root/root       usr/sbin/
----x--x--x     root/root       usr/sbin/visudo
-drwxr-xr-x     root/root       var/
-drwxr-xr-x     root/root       var/lib/
-drwx------     root/root       var/lib/sudo/
diff --git a/sudo/.md5sum b/sudo/.md5sum
deleted file mode 100644 (file)
index ae75835..0000000
+++ /dev/null
@@ -1 +0,0 @@
-318337804d976c9419cf3004b707945c  sudo-1.8.1p1.tar.gz
diff --git a/sudo/Pkgfile b/sudo/Pkgfile
deleted file mode 100644 (file)
index 8fbf2e1..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Description: Sudo (superuser do)
-# URL: http://www.sudo.ws/sudo/
-# Maintainer:  CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-
-name=sudo
-version=1.8.1p1
-release=1
-source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz)
-
-build() {
-  cd $name-$version
-  sudo_cv_uid_t_len=10 ./configure --build=$CHOST \
-              --host=$CTARGET \
-              --prefix=/usr \
-              --libexecdir=/usr/lib \
-              --mandir=/usr/man \
-              --without-pam \
-              --with-logfac=auth \
-              --with-timedir=/var/lib/sudo 
-  make 
-  sed -i -e "s|STRIP=strip|STRIP=`echo $STRIP`|g" \
-    -e "s|STRIP=\${d}/strip|STRIP=`echo $STRIP`|g" install-sh
-  make DESTDIR=$PKG install
-
-  chmod 0755 $PKG/{var,var/lib}
-  rm -r $PKG/usr/share
-  ln -sf sudo $PKG/usr/bin/sudoedit
-  ln -sf sudo.8.gz $PKG/usr/man/man8/sudoedit.8
-}
diff --git a/traceroute/.footprint b/traceroute/.footprint
deleted file mode 100644 (file)
index c8beea7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
--rwxr-xr-x     root/root       usr/bin/traceroute
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man8/
--rw-r--r--     root/root       usr/man/man8/traceroute.8.gz
diff --git a/traceroute/.md5sum b/traceroute/.md5sum
deleted file mode 100644 (file)
index 10c416c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-01b609719249db7bc6de12167d2f4dc9  traceroute-2.0.17.tar.gz
diff --git a/traceroute/Pkgfile b/traceroute/Pkgfile
deleted file mode 100644 (file)
index 0b64ece..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: A tool to trace the route of ip packets
-# URL: ftp://ftp.ee.lbl.gov/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on:
-
-name=traceroute
-version=2.0.17
-release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
-
-build() {
-  cd $name-$version
-  make CROSS="$CTARGET-" LDFLAGS="-L../libsupp -s"
-  make DESTDIR=$PKG prefix=/usr mandir=/usr/man install
-}