re: CVS commit: src/sbin/fsck_ffs

2009-04-05 Thread matthew green
Hi Matt ! That gave me a system with WAPBL and full fsck_ffs after panic - good old times with new code :-) How about this fix: RCS file: /cvsroot/src/sbin/fsck_ffs/setup.c,v retrieving revision 1.86 diff -u -r1.86 setup.c --- setup.c 25 Mar 2009 03:42:41 -

Re: CVS commit: src/doc

2009-04-05 Thread Perry E. Metzger
dieter roelants writes: > On Sat, 4 Apr 2009 12:30:43 + > Thomas Klausner wrote: > >> Log Message: >> Cannot remember why I thought cron-4.3 was out -- downgrade to 4.1. > > Probably because there was an active fork of vixie-cron, maintained at > fedorahosted.org. After a 4.2 and 4.3 release

Re: CVS commit: src/doc

2009-04-05 Thread dieter roelants
On Sat, 4 Apr 2009 12:30:43 + Thomas Klausner wrote: > Log Message: > Cannot remember why I thought cron-4.3 was out -- downgrade to 4.1. Probably because there was an active fork of vixie-cron, maintained at fedorahosted.org. After a 4.2 and 4.3 release, the project was renamed to "cronie"

Re: CVS commit: src/sbin/fsck_ffs

2009-04-05 Thread Frank Kardel
Hi Matt ! That gave me a system with WAPBL and full fsck_ffs after panic - good old times with new code :-) How about this fix: RCS file: /cvsroot/src/sbin/fsck_ffs/setup.c,v retrieving revision 1.86 diff -u -r1.86 setup.c --- setup.c 25 Mar 2009 03:42:41 - 1.86 +++ setup.c 5

Re: CVS commit: src/usr.sbin/mtree

2009-04-05 Thread Alan Barrett
On Sat, 04 Apr 2009, Alan Barrett wrote: > Modified Files: > src/usr.sbin/mtree: mtree.h spec.c > > Log Message: > Tags are internally stored with leading and trailing commas, for ease > of using strcmp(3) to check them against inclusion or exclusion lists. > Don't output the leading or trai

Re: CVS commit: src/sys/net

2009-04-05 Thread Manuel Bouyer
On Sun, Apr 05, 2009 at 01:54:46PM +0200, Manuel Bouyer wrote: > On Sat, Apr 04, 2009 at 08:59:39PM +, Andrew Doran wrote: > > There is a minor problem with this. If you look elsewhere in the networking > > code softints and callouts are usually created with flag SOFTINT_MPSAFE, and > > if requ

bonjour

2009-04-05 Thread infos-service
FELICITATIONS CHER (E) LAURÉAT (E) Votre adresse électronique (e-mail) vient d'être tirée parmi 50 000 000 d'adresses électroniques existantes sur Internet, et cette loterie concerne les adresses de tous les pays du monde en

UFS2 root support on sysinst (Re: CVS commit: src/distrib/alpha/instkernel/ramdisk)

2009-04-05 Thread Izumi Tsutsui
I wrote on source-changes-d@: > dholland-sourcechan...@netbsd.org wrote: > > > On Sat, Apr 04, 2009 at 11:24:07PM +, Izumi Tsutsui wrote: > > > Log Message: > > > Also put bootxx_ffsv2 into installation ramdisk. : > For bootxx_ffsv2, I'll move md_bootxx_name() and related stuff > from md.c

Re: CVS commit: src/sys/net

2009-04-05 Thread Manuel Bouyer
On Sat, Apr 04, 2009 at 08:59:39PM +, Andrew Doran wrote: > On Sat, Apr 04, 2009 at 09:04:36PM +0900, Masao Uebayashi wrote: > > > I think you have to take softnet_lock, since bridge_forward() is called from > > softint where not lock is held. > > There is a minor problem with this. If you lo

Re: CVS commit: src/distrib/utils/sysinst

2009-04-05 Thread Manuel Bouyer
On Sat, Apr 04, 2009 at 10:43:41PM +, David Holland wrote: > On Sat, Apr 04, 2009 at 02:27:01PM +, Andrew Doran wrote: > > Yes, alpha boots. It has significant problems from what I have seen. > > PR numbers? > > (There are quite a few in my index, but they're mostly old and of > doubtful

UFS2 root support on sysinst (Re: CVS commit: src/distrib/alpha/instkernel/ramdisk)

2009-04-05 Thread Izumi Tsutsui
Diff which contains 8 bit chars (with wrong charset) seems caught by filter, so resend message without diff. Here is a new patch, which includes .de translations from martin@: http://www.ceres.dti.ne.jp/~tsutsui/netbsd/sysinst-20090405.diff (even msg.mi.en should be improved, I guess

Re: CVS commit: src/distrib/utils/sysinst

2009-04-05 Thread Martin Husemann
On Sun, Apr 05, 2009 at 08:52:39AM +0900, Izumi Tsutsui wrote: > Then, is it matter for modern GB HDD? ;-p No, that's why the suggestion was to check the disk size and default to UFS2 only on those shiny new big disks. Martin