Re: CVS commit: src/distrib

2009-09-20 Thread Izumi Tsutsui
> Module Name: src > Committed By: abs > Date: Sun Sep 20 23:19:56 UTC 2009 : > Added Files: > src/distrib/common: termcap > Removed Files: : > src/distrib/common: termcap.mini : > Log Message: > 34 different termcap subsets, plus a couple of ports still using > the full ter

Re: CVS commit: src/distrib

2009-09-20 Thread Christos Zoulas
On Sep 20, 8:14pm, da...@l8s.co.uk (David Laight) wrote: -- Subject: Re: CVS commit: src/distrib | On Sat, Sep 19, 2009 at 09:05:27PM +, Christos Zoulas wrote: | > | > if [ -n "$1" ]; then | > awk -f .../list2sh.awk "$@" | > fi | | Since "$@" is being substituted, wouldn't a check again

Re: CVS commit: src/distrib

2009-09-20 Thread David Laight
On Sat, Sep 19, 2009 at 09:05:27PM +, Christos Zoulas wrote: > > if [ -n "$1" ]; then > awk -f .../list2sh.awk "$@" > fi Since "$@" is being substituted, wouldn't a check against $# be more appropriate? > and that "X$1" idiom needs to die It is necessary to guarantee the way the expr

Re: CVS commit: src/sys/ufs/ufs

2009-09-20 Thread Antti Kantee
On Sun Sep 20 2009 at 14:00:24 +, Manuel Bouyer wrote: > Module Name: src > Committed By: bouyer > Date: Sun Sep 20 14:00:24 UTC 2009 > > Modified Files: > src/sys/ufs/ufs: ufs_ihash.c > > Log Message: > PR kern/41147: race between nfsd and local rm > Note that the race also ex

Re: CVS commit: src/sys/arch/i386/pci

2009-09-20 Thread Marc Balmer
Am 17.09.2009 um 21:21 schrieb David Young: Module Name:src Committed By: dyoung Date: Thu Sep 17 20:21:54 UTC 2009 Modified Files: src/sys/arch/i386/pci: elan520.c Log Message: As Jonathan Kollasch points out, elansc_attach() does not actually use gba after filling it