Re: bootxx_ffsv1 compilation failure on amd64

2014-01-16 Thread David Laight
On Wed, Jan 15, 2014 at 02:37:17PM -0800, crazzybouy wrote:
 Hi All
 I stumbled upon this post while looking for ways to recompile bootxx_ffsv1. 
 I need to put some prints to the boot loader to debug an issue for loading
 netbsd kernel with ramdisk size bigger than 16mb that does not work for me
 on an AMD64 board.

Does it work for ramdisk + kernel  15MB at all?
IIRC /boot is loaded at 64k (with a limit of 640k) and the kernel is
loaded at 1M.

The BIOS calls used to read the disk use a 16bit real mode seg:off address
so can only generate 20bit addresses - so a 16MB limit.
Loading any higher would require a low memory 'bouce' buffer.

David

-- 
David Laight: da...@l8s.co.uk


build.sh -m hp700 release failure with MKDEBUG=yes in /etc/mk.conf

2014-01-16 Thread Ryo ONODERA
Hi,

I have tried to build NetBSD/hp700 current of yesterday with MKDEBUG=yes.
And I have gotten the following error.
From same src, I have built NetBSD/amd64 current with MKDEBUG=yes successfully.



$ ./build.sh -U -O /usr/obj/hp700-current -T /usr/tools/hp700-current -D 
/usr/NewWorld/hp700-current -R /usr/releases/hp700-current -m hp700 -j 1 release
(snip)
#   install  /usr/NewWorld/hp700-current/var/games/tetris.scores
if [ ! -e /usr/NewWorld/hp700-current/var/games/tetris.scores -o -s 
/usr/NewWorld/hp700-current/var/games/tetris.scores ]; then  cd 
/mnt/cvs/src-current/src/etc  
/usr/tools/hp700-current/bin/hppa--netbsd-install -U -M 
/usr/NewWorld/hp700-current/METALOG -D /usr/NewWorld/hp700-current -h sha256 -N 
/mnt/cvs/src-current/src/etc -c -p -r -T etc_pkg -o games -g games -m 664  
/dev/null /usr/NewWorld/hp700-current/var/games/tetris.scores;  else true; fi
configinstall === etc
#create  etc/motd
/usr/tools/hp700-current/bin/hppa--netbsd-install -c -p -r 
/mnt/cvs/src-current/src/etc/motd.current motd
configinstall === etc/defaults
configinstall === etc/bluetooth
configinstall === etc/iscsi
configinstall === etc/mtree
configinstall === etc/namedb
configinstall === etc/pam.d
configinstall === etc/powerd
configinstall === etc/powerd/scripts
configinstall === etc/rc.d
configinstall === etc/root
configinstall === etc/skel
configinstall === etc/ssh
configinstall === /mnt/cvs/src-current/src/external/bsd/dhcpcd/sbin/dhcpcd
configinstall === /mnt/cvs/src-current/src/usr.bin/mail
configinstall === /mnt/cvs/src-current/src/usr.sbin/pf
configinstall === /mnt/cvs/src-current/src/usr.sbin/pf/etc
configinstall === /mnt/cvs/src-current/src/usr.sbin/pf/etc/defaults
configinstall === /mnt/cvs/src-current/src/crypto/external/bsd/openssh/bin
configinstall === /mnt/cvs/src-current/src/external/ibm-public/postfix
configinstall === /mnt/cvs/src-current/src/external/ibm-public/postfix/etc
configinstall === /mnt/cvs/src-current/src/external/bsd/atf/etc/atf
makesetfiles === /mnt/cvs/src-current/src/distrib/sets
/usr/tools/hp700-current/bin/nbawk  '{ a[$1] = $0; } END { for (f in a) print 
a[f]; }' /usr/NewWorld/hp700-current/METALOG |  sort | 
/usr/tools/hp700-current/bin/nbmtree -CSM -k all -N 
/mnt/cvs/src-current/src/etc  /usr/NewWorld/hp700-current/METALOG.new
mv /usr/NewWorld/hp700-current/METALOG.new 
/usr/NewWorld/hp700-current/METALOG.sanitised
#create  set lists
cd /mnt/cvs/src-current/src/distrib/sets   
DESTDIR=/usr/NewWorld/hp700-current  MACHINE=hp700  MACHINE_ARCH=hppa  
AWK=/usr/tools/hp700-current/bin/nbawk  
CKSUM=/usr/tools/hp700-current/bin/nbcksum  
DB=/usr/tools/hp700-current/bin/nbdb  HOST_SH=/bin/sh  
MAKE=/usr/tools/hp700-current/bin/nbmake  
MKTEMP=/usr/tools/hp700-current/bin/nbmktemp  
MTREE=/usr/tools/hp700-current/bin/nbmtree  
PAX=/usr/tools/hp700-current/bin/nbpax  COMPRESS_PROGRAM=gzip  
PKG_CREATE=/usr/tools/hp700-current/bin/nbpkg_create  
SED=/usr/tools/hp700-current/bin/nbsed  
TSORT=/usr/tools/hp700-current/bin/nbtsort\ -q  /bin/sh ./maketars -S -d 
/usr/NewWorld/hp700-current   -M /usr/NewWorld/hp700-current/METALOG.sanitised  
-N /mnt/cvs/src-current/src/etc -L base -t 
/usr/releases/hp700-current/hp700/binary/sets
Creating /usr/NewWorld/hp700-current/etc/mtree/set.base
Creating /usr/NewWorld/hp700-current/etc/mtree/set.comp
Creating /usr/NewWorld/hp700-current/etc/mtree/set.debug
Creating /usr/NewWorld/hp700-current/etc/mtree/set.etc
Creating /usr/NewWorld/hp700-current/etc/mtree/set.games
Creating /usr/NewWorld/hp700-current/etc/mtree/set.man
Creating /usr/NewWorld/hp700-current/etc/mtree/set.misc
Creating /usr/NewWorld/hp700-current/etc/mtree/set.modules
Creating /usr/NewWorld/hp700-current/etc/mtree/set.tests
Creating /usr/NewWorld/hp700-current/etc/mtree/set.text
postinstall-fix-obsolete === .
   === Removing obsolete files ===
AWK=/usr/tools/hp700-current/bin/nbawk   
DB=/usr/tools/hp700-current/bin/nbdbHOST_SH=/bin/sh 
MAKE=/usr/tools/hp700-current/bin/nbmake
PWD_MKDB=/usr/tools/hp700-current/bin/nbpwd_mkdb
STAT=/usr/tools/hp700-current/bin/nbstat /bin/sh 
/mnt/cvs/src-current/src/usr.sbin/postinstall/postinstall -s 
/mnt/cvs/src-current/src -d /usr/NewWorld/hp700-current/ fix obsolete
Source directory: /mnt/cvs/src-current/src
Target directory: /usr/NewWorld/hp700-current/
obsolete fix:
Removed obsolete directory 
/usr/NewWorld/hp700-current//usr/include/gcc-4.1
Removed obsolete file 
/usr/NewWorld/hp700-current//usr/include/g++/complex.h
postinstall fixes passed: obsolete
postinstall fixes failed:
   ===
checkflist === distrib/sets
cd /mnt/cvs/src-current/src/distrib/sets   
DESTDIR=/usr/NewWorld/hp700-current  MACHINE=hp700  MACHINE_ARCH=hppa  
AWK=/usr/tools/hp700-current/bin/nbawk  
CKSUM=/usr/tools/hp700-current/bin/nbcksum  
DB=/usr/tools/hp700-current/bin/nbdb  HOST_SH=/bin/sh  
MAKE=/usr/tools/hp700-current/bin/nbmake  

Re: build.sh -m hp700 release failure with MKDEBUG=yes in /etc/mk.conf

2014-01-16 Thread Andreas Gustafsson
Ryo ONODERA wrote:
 I have tried to build NetBSD/hp700 current of yesterday with MKDEBUG=yes.
 And I have gotten the following error.
 From same src, I have built NetBSD/amd64 current with MKDEBUG=yes 
 successfully.
[...]
 ===  1 extra files in DESTDIR  =
 Files in DESTDIR but missing from flist.
 File is obsolete or flist is out of date ?
 --
 ./usr/share/mk/bsd.host.mk

FWIW, I am seeing the same problem building i386 with MKDEBUG=yes:

  
http://www.gson.org/netbsd/bugs/build/i386-debug/2014/2014.01.16.02.21.24/build.log.tail

Or rather, I was seeing it; right now it is hidden by the build
failing at an earlier stage with cannot find -lrumpkern_z.
-- 
Andreas Gustafsson, g...@gson.org


Re: Automated report: NetBSD-current/i386 build failure

2014-01-16 Thread Paul Goyette

On Thu, 16 Jan 2014, NetBSD Test Fixture wrote:


This is an automatically generated notice of a NetBSD-current/i386
build failure.

The failure occurred on babylon5.NetBSD.org, a NetBSD/amd64 host,
using sources from CVS date 2014.01.16.02.38.20.

An extract from the build.sh output follows:


snip


   --- dependall-libopencrypto ---
   
/tmp/bracket/build/2014.01.16.02.38.20-i386/tools/lib/gcc/i486--netbsdelf/4.5.4/../../../../i486--netbsdelf/bin/ld:
 cannot find -lrumpkern_z
   collect2: ld returned 1 exit status
   *** [librumpdev_opencrypto.so.0.0] Error code 1
   nbmake[8]: stopped in 
/tmp/bracket/build/2014.01.16.02.38.20-i386/src/sys/rump/dev/lib/libopencrypto
   --- dependall-libusb ---


Should be fixed now.

Sorry for the breakage.


-
| Paul Goyette | PGP Key fingerprint: | E-mail addresses:   |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com|
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |  | pgoyette at netbsd.org  |
-


Automated report: NetBSD-current/i386 build failure

2014-01-16 Thread NetBSD Test Fixture
This is an automatically generated notice of a NetBSD-current/i386
build failure.

The failure occurred on babylon5.NetBSD.org, a NetBSD/amd64 host,
using sources from CVS date 2014.01.16.17.30.33.

An extract from the build.sh output follows:

--- main.d ---
#create  adventure/main.d

CC=/tmp/bracket/build/2014.01.16.17.30.33-i386/tools/bin/i486--netbsdelf-gcc 
/tmp/bracket/build/2014.01.16.17.30.33-i386/tools/bin/nbmkdep -f main.d.tmp  -- 
 --sysroot=/tmp/bracket/build/2014.01.16.17.30.33-i386/destdir  
/tmp/bracket/build/2014.01.16.17.30.33-i386/src/games/adventure/main.c   mv 
main.d.tmp main.d
--- save.d ---
#create  adventure/save.d

CC=/tmp/bracket/build/2014.01.16.17.30.33-i386/tools/bin/i486--netbsdelf-gcc 
/tmp/bracket/build/2014.01.16.17.30.33-i386/tools/bin/nbmkdep -f save.d.tmp  -- 
 --sysroot=/tmp/bracket/build/2014.01.16.17.30.33-i386/destdir  
/tmp/bracket/build/2014.01.16.17.30.33-i386/src/games/adventure/save.c   mv 
save.d.tmp save.d
--- subr.d ---
#create  adventure/subr.d

CC=/tmp/bracket/build/2014.01.16.17.30.33-i386/tools/bin/i486--netbsdelf-gcc 
/tmp/bracket/build/2014.01.16.17.30.33-i386/tools/bin/nbmkdep -f subr.d.tmp  -- 
 --sysroot=/tmp/bracket/build/2014.01.16.17.30.33-i386/destdir  
/tmp/bracket/build/2014.01.16.17.30.33-i386/src/games/adventure/subr.c   mv 
subr.d.tmp subr.d
--- vocab.d ---
#create  adventure/vocab.d

CC=/tmp/bracket/build/2014.01.16.17.30.33-i386/tools/bin/i486--netbsdelf-gcc 
/tmp/bracket/build/2014.01.16.17.30.33-i386/tools/bin/nbmkdep -f vocab.d.tmp  
--  --sysroot=/tmp/bracket/build/2014.01.16.17.30.33-i386/destdir  
/tmp/bracket/build/2014.01.16.17.30.33-i386/src/games/adventure/vocab.c   mv 
vocab.d.tmp vocab.d
--- wizard.d ---
#create  adventure/wizard.d

CC=/tmp/bracket/build/2014.01.16.17.30.33-i386/tools/bin/i486--netbsdelf-gcc 
/tmp/bracket/build/2014.01.16.17.30.33-i386/tools/bin/nbmkdep -f wizard.d.tmp  
--  --sysroot=/tmp/bracket/build/2014.01.16.17.30.33-i386/destdir  
/tmp/bracket/build/2014.01.16.17.30.33-i386/src/games/adventure/wizard.c   mv 
wizard.d.tmp wizard.d
--- mkdata ---
#  link  adventure/mkdata
cc -O   -o mkdata setup.lo
A failure has been detected in another branch of the parallel make
nbmake[6]: stopped in 
/tmp/bracket/build/2014.01.16.17.30.33-i386/src/games/adventure
*** [dependall-adventure] Error code 2
nbmake[5]: stopped in /tmp/bracket/build/2014.01.16.17.30.33-i386/src/games
1 error

The following commits were made between the last successful build and the 
failed build:

2014.01.16.16.03.33 pooka src/lib/librumpuser/rumpuser_port.h,v 1.28
2014.01.16.17.21.38 christos src/lib/libc/gen/Makefile.inc,v 1.186
2014.01.16.17.21.38 christos src/lib/libc/gen/_errc.c,v 1.1
2014.01.16.17.21.38 christos src/lib/libc/gen/_verrc.c,v 1.1
2014.01.16.17.21.38 christos src/lib/libc/gen/_vwarnc.c,v 1.1
2014.01.16.17.21.38 christos src/lib/libc/gen/_warnc.c,v 1.1
2014.01.16.17.21.38 christos src/lib/libc/gen/err.3,v 1.21
2014.01.16.17.21.38 christos src/lib/libc/gen/errc.c,v 1.1
2014.01.16.17.21.38 christos src/lib/libc/gen/verr.c,v 1.16
2014.01.16.17.21.38 christos src/lib/libc/gen/verrc.c,v 1.1
2014.01.16.17.21.38 christos src/lib/libc/gen/vwarn.c,v 1.16
2014.01.16.17.21.38 christos src/lib/libc/gen/vwarnc.c,v 1.1
2014.01.16.17.21.38 christos src/lib/libc/gen/warnc.c,v 1.1
2014.01.16.17.21.38 christos src/lib/libc/shlib_version,v 1.248
2014.01.16.17.22.06 christos src/include/err.h,v 1.17
2014.01.16.17.24.56 christos src/tools/compat/Makefile,v 1.72
2014.01.16.17.30.33 christos src/distrib/sets/lists/comp/mi,v 1.1875

Log files can be found at:


http://releng.NetBSD.org/b5reports/i386/commits-2014.01.html#2014.01.16.17.30.33


Re: what to do if more aliases than MAXALIASES in /etc/hosts?

2014-01-16 Thread Christos Zoulas
In article 20140116201146.6bf941df@zelz27,
Matthias Drochner  m.droch...@fz-juelich.de wrote:
-=-=-=-=-=-


Hi -
just found that the hosts table distributed in my company has an entry
with ~40 aliases. There is a maximum of MAXALIASES=35 in NetBSD, and
the effect is that not just this line is ignored but also the rest
of the hosts file. This looks unreasonable.
Here is a patch which fixes this for me - the offending line is
ignored but the following lines are read.
One could also just ignore the bad line in gethostent_r(), or even
use the first MAXALIASES aliases and only ignore the aliases which
don't fit.
What do you think?

I removed the limit.

christos



Re: librumphijack build failure

2014-01-16 Thread B Harder
Is anybody else experiencing this ?

I'm building via: ./build.sh -x -j2 distribution
from up-to-the-minute sources, and it's been failing consistently...

#   compile  librumphijack/hijack.pico
/usr/src/obj/tooldir.NetBSD-6.99.28-amd64/bin/x86_64--netbsd-gcc -O2
-std=gnu99  -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wno-sign-compare  -Wno-traditional
-Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual
-Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare
-Wold-style-definition -Wsign-compare -Wformat=2
-Wno-format-zero-length  -Werror   -fstack-protector -Wstack-protector
  --param ssp-buffer-size=1   -D_DIAGNOSTIC -D_REENTRANT
-U_FORTIFY_SOURCE --sysroot=/usr/src/obj/destdir.amd64
-D_FORTIFY_SOURCE=2 -c-fPIC /usr/src/lib/librumphijack/hijack.c -o
hijack.pico
/usr/src/lib/librumphijack/hijack.c:2462:1: error: redefinition of 'readlink'
/usr/src/obj/destdir.amd64/usr/include/ssp/unistd.h:42:1: note:
previous definition of 'readlink' was here
*** [hijack.pico] Error code 1
nbmake[6]: stopped in /usr/src/lib/librumphijack
1 error
nbmake[6]: stopped in /usr/src/lib/librumphijack
*** [dependall] Error code 2
nbmake[5]: stopped in /usr/src/lib/librumphijack
1 error
nbmake[5]: stopped in /usr/src/lib/librumphijack
*** Failed target:  dependall-librumphijack
*** Failed command: _makedirtarget() { dir=$1; shift; target=$1;
shift; case ${dir} in /*) this=${dir}/; real=${dir} ;; .)
this=lib/; real=/usr/src/lib ;; *) this=lib/${dir}/;
real=/usr/src/lib/${dir} ;; esac; show=${this:-.}; echo ${target}
=== ${show%/}${1:+ (with: $@)}; cd ${real} 
/usr/src/obj/tooldir.NetBSD-6.99.28-amd64/bin/nbmake
_THISDIR_=${this} $@ ${target}; }; _makedirtarget librumphijack
dependall
*** Error code 2
Stop.
nbmake[4]: stopped in /usr/src/lib
*** [build_install] Error code 1

nbmake[3]: stopped in /usr/src/lib
1 error

nbmake[3]: stopped in /usr/src/lib
*** [do-lib] Error code 2

nbmake[2]: stopped in /usr/src
1 error

nbmake[2]: stopped in /usr/src
*** [build] Error code 2

nbmake[1]: stopped in /usr/src
1 error




On 1/15/14, B Harder brad.har...@gmail.com wrote:
 /usr/src/lib/librumphijack/hijack.c:2462:1: error: redefinition of
 'readlink'
 /usr/src/obj/destdir.amd64/usr/include/ssp/unistd.h:42:1: note:
 previous definition of 'readlink' was here
 *** [hijack.pico] Error code 1
 nbmake[6]: stopped in /usr/src/lib/librumphijack
 1 error
 nbmake[6]: stopped in /usr/src/lib/librumphijack
 *** [dependall] Error code 2
 nbmake[5]: stopped in /usr/src/lib/librumphijack
 1 error
 nbmake[5]: stopped in /usr/src/lib/librumphijack

 --
 Brad Harder



-- 
Brad Harder
Method Logic Digital Consulting
http://www.methodlogic.net/
http://twitter.com/bcharder


Re: what to do if more aliases than MAXALIASES in /etc/hosts?

2014-01-16 Thread Matthias Drochner

On Thu, 16 Jan 2014 20:59:23 +
Christos Zoulas chris...@astron.com wrote:
 I removed the limit.

Thanks for looking into this, but now it stops processing the hosts
file at the first line with 12 aliases...

best regards
Matthias




Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt





Reference

2014-01-16 Thread Cooke, Charles
 This is to inform you that a Charity Donation has been made to you from the 
Bull Family. For details contact Mr. Bull on his Private email 
(bull.gar...@outlook.com) immediately.























Mission Statement
The mission of Burke County Public Schools is to educate diverse learners, 
nurture their potentials, and empower them to be competitive, successful, and 
productive citizens.

Vision Statement
Burke County Public Schools, a world-class model of exemplary education, 
inspires students to be life-long learners who can compete successfully on the 
global stage and contribute to their community as productive citizens.


This email is for the sole use of the individual or entity to whom it has been 
addressed. If you are neither the intended recipient, nor an agent responsible 
for delivering this email to the intended recipient, any disclosure, 
retransmission, copying, or taking action in reliance upon the message 
contained herein is strictly prohibited. If you have received this email in 
error, you should notify the sender immediately. All email correspondence to 
and from this address may be subject to the North Carolina public records law, 
which could result in monitoring and disclosure to third parties, including law 
enforcement.


daily CVS update output

2014-01-16 Thread NetBSD source update

Updating src tree:
P src/common/lib/libc/Makefile.inc
P src/distrib/notes/common/main
P src/distrib/sets/lists/base/ad.arm
P src/distrib/sets/lists/base/ad.mips
P src/distrib/sets/lists/base/md.amd64
P src/distrib/sets/lists/base/md.sparc64
P src/distrib/sets/lists/base/mi
P src/distrib/sets/lists/base/shl.mi
P src/distrib/sets/lists/comp/mi
P src/distrib/sets/lists/debug/ad.arm
P src/distrib/sets/lists/debug/ad.mips
P src/distrib/sets/lists/debug/md.amd64
P src/distrib/sets/lists/debug/md.sparc64
P src/distrib/sets/lists/debug/shl.mi
cvs update: cannot open directory 
/cvsroot/src/external/bsd/bind/dist/libtool.m4: No such file or directory
cvs update: skipping directory src/external/bsd/bind/dist/libtool.m4
P src/external/bsd/dhcp/Makefile.inc
P src/external/bsd/file/dist/src/file.c
P src/external/bsd/llvm/Makefile.inc
P src/include/err.h
P src/lib/libarch/arm/arm_sync_icache.2
P src/lib/libarch/arm/arm_sync_icache.c
P src/lib/libc/shlib_version
P src/lib/libc/citrus/modules/citrus_euc.c
P src/lib/libc/compat/gen/Makefile.inc
cvs update: src/lib/libc/compat/gen/compat__sys_errlist.c is no longer in the 
repository
cvs update: src/lib/libc/compat/gen/compat__sys_nerr.c is no longer in the 
repository
cvs update: src/lib/libc/compat/gen/compat__sys_siglist.c is no longer in the 
repository
P src/lib/libc/compiler_rt/Makefile.inc
P src/lib/libc/gdtoa/Makefile.inc
cvs update: src/lib/libc/gdtoa/_strtof.c is no longer in the repository
cvs update: src/lib/libc/gdtoa/_strtold.c is no longer in the repository
P src/lib/libc/gen/Makefile.inc
cvs update: src/lib/libc/gen/_err.c is no longer in the repository
cvs update: src/lib/libc/gen/_errx.c is no longer in the repository
cvs update: src/lib/libc/gen/_sysconf.c is no longer in the repository
cvs update: src/lib/libc/gen/_verr.c is no longer in the repository
cvs update: src/lib/libc/gen/_verrx.c is no longer in the repository
cvs update: src/lib/libc/gen/_vwarn.c is no longer in the repository
cvs update: src/lib/libc/gen/_vwarnx.c is no longer in the repository
cvs update: src/lib/libc/gen/_warn.c is no longer in the repository
cvs update: src/lib/libc/gen/_warnx.c is no longer in the repository
P src/lib/libc/gen/err.3
U src/lib/libc/gen/errc.c
P src/lib/libc/gen/verr.c
U src/lib/libc/gen/verrc.c
P src/lib/libc/gen/vwarn.c
U src/lib/libc/gen/vwarnc.c
U src/lib/libc/gen/warnc.c
P src/lib/libc/include/namespace.h
P src/lib/libc/inet/Makefile.inc
cvs update: src/lib/libc/inet/_inet_aton.c is no longer in the repository
cvs update: src/lib/libc/inet/_inet_pton.c is no longer in the repository
P src/lib/libc/net/gethnamaddr.c
P src/lib/libc/resolv/Makefile.inc
cvs update: src/lib/libc/resolv/__dn_comp.c is no longer in the repository
cvs update: src/lib/libc/resolv/__res_close.c is no longer in the repository
cvs update: src/lib/libc/resolv/__res_send.c is no longer in the repository
P src/lib/libc/stdio/Makefile.inc
cvs update: src/lib/libc/stdio/_fileno.c is no longer in the repository
cvs update: src/lib/libc/stdio/_fseeko.c is no longer in the repository
cvs update: src/lib/libc/stdio/_ftello.c is no longer in the repository
P src/lib/libc/sys/Makefile.inc
cvs update: src/lib/libc/sys/_brk.c is no longer in the repository
cvs update: src/lib/libc/sys/_fork.c is no longer in the repository
cvs update: src/lib/libc/sys/_getcontext.c is no longer in the repository
cvs update: src/lib/libc/sys/_pipe.c is no longer in the repository
cvs update: src/lib/libc/sys/_sbrk.c is no longer in the repository
P src/lib/libc/time/Makefile.inc
cvs update: src/lib/libc/time/_daylight.c is no longer in the repository
P src/lib/librumpuser/rumpuser_port.h
P src/sys/arch/arm/include/sysarch.h
P src/sys/arch/hp700/hp700/machdep.c
P src/sys/dev/pci/genfb_pci.c
P src/sys/dev/usb/xhci.c
P src/sys/kern/init_sysctl.c
P src/sys/kern/kern_sysctl.c
P src/sys/kern/subr_cprng.c
P src/sys/lib/libkern/Makefile.compiler-rt
P src/sys/rump/dev/lib/libopencrypto/Makefile
P src/sys/rump/kern/lib/libcrypto/Makefile
P src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs update: src/sys/rump/librump/rumpkern/cprng_stub.c is no longer in the 
repository
P src/sys/rump/librump/rumpkern/emul.c
U src/sys/rump/librump/rumpkern/hyperentropy.c
P src/sys/rump/librump/rumpkern/rump.c
P src/sys/rump/librump/rumpkern/rump_private.h
P src/sys/sys/cprng.h
P src/sys/sys/sysctl.h
P src/tests/bin/ps/keywords
P src/tests/bin/ps/t_ps.sh
P src/tests/crypto/opencrypto/h_xcbcmac.c
P src/tools/compat/Makefile
P src/tools/llvm/Makefile
P src/usr.bin/rump_wmd/rump_wmd.1
P src/usr.bin/rump_wmd/rump_wmd.sh

Updating xsrc tree:


Killing core files:

Running the SUP scanner:
SUP Scan for current starting at Fri Jan 17 03:06:06 2014
SUP Scan for current completed at Fri Jan 17 03:06:58 2014
SUP Scan for mirror starting at Fri Jan 17 03:06:58 2014
SUP Scan for mirror completed at Fri Jan 17 03:09:54 2014




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  35321574 Jan 17 03:12 ls-lRA.gz