Re: CVS commit: src/usr.bin/sed

2014-06-07 Thread Ryo ONODERA
Hi,

This change breaks many pkgsrc packages.
Please take a look at PR bin/48880.

Thank you.

From: Christos Zoulas chris...@netbsd.org, Date: Thu, 5 Jun 2014 20:13:13 
-0400

 Module Name:  src
 Committed By: christos
 Date: Fri Jun  6 00:13:13 UTC 2014
 
 Modified Files:
   src/usr.bin/sed: Makefile POSIX compile.c defs.h extern.h main.c misc.c
   process.c sed.1
 
 Log Message:
 Merge our changes.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.14 -r1.15 src/usr.bin/sed/Makefile
 cvs rdiff -u -r1.4 -r1.5 src/usr.bin/sed/POSIX
 cvs rdiff -u -r1.40 -r1.41 src/usr.bin/sed/compile.c
 cvs rdiff -u -r1.10 -r1.11 src/usr.bin/sed/defs.h
 cvs rdiff -u -r1.11 -r1.12 src/usr.bin/sed/extern.h src/usr.bin/sed/misc.c
 cvs rdiff -u -r1.21 -r1.22 src/usr.bin/sed/main.c
 cvs rdiff -u -r1.39 -r1.40 src/usr.bin/sed/process.c
 cvs rdiff -u -r1.32 -r1.33 src/usr.bin/sed/sed.1
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 

--
Ryo ONODERA // ryo...@yk.rim.or.jp
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3


Re: CVS commit: src/sys/arch

2014-06-07 Thread Paul Goyette

Module Name:src
Committed By:   cherry
Date:   Tue May  6 04:26:24 UTC 2014

Modified Files:
src/sys/arch/x86/x86: pmap.c
src/sys/arch/xen/include: xenpmap.h
src/sys/arch/xen/x86: x86_xpmap.c

Log Message:
Use the hypervisor to copy/zero pages. This saves us the extra overheads
of setting up temporary kernel mapping/unmapping.

riz@ reports savings of about 2s on a 120s kernel build.


This commit seems to have broken the ability to boot NetBSD under at 
least some hypervisors.  My VPS at prgmr.com boots fine with a kernel 
from just before this change.  However, with this commit, the following

panic occurs:

...
xc_dom_bzimageloader.c:350: panic: xc_dom_probe_bzimage_kernel: kernel is not a 
bzImage
close blk: backend=/local/domain/0/backend/vbd/550/51712 node=device/vbd/51712
close blk: backend=/local/domain/0/backend/vbd/550/51776 node=device/vbd/51776
close blk: backend=/local/domain/0/backend/vbd/550/51792 node=device/vbd/51792
panic: xen_pagezero

(Complete log from the boot is available.)

I have no control over the DOM0 environment, so I'm not sure of exactly 
which hypervisor is running.


(I suppose the problem could also be a boot-loader problem, so if it 
matters, this is with Grub 0.97)


The problem is not time-critical, since I have installed a 6.1.4_PATCH 
without any problem.  But perhaps we might want to revert this change 
for now...



-
| 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  |
-


Re: CVS commit: src/libexec/rpc.rstatd

2014-06-07 Thread David Holland
On Mon, Jun 02, 2014 at 05:40:05PM +, Joerg Sonnenberger wrote:
  Modified Files:
   src/libexec/rpc.rstatd: rstat_proc.c
  
  Log Message:
  Remove !BSD and lint branches.

Do we really want to zap the CSRG sccsids? They are part of the
history.

-- 
David A. Holland
dholl...@netbsd.org