CVS commit: src/sys/miscfs/genfs

2010-01-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Jan 28 07:49:08 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: Unbreak modules build. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/miscfs/genfs/genfs_io.c Please note that

CVS commit: src/sys/miscfs/genfs

2010-01-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Jan 28 07:44:54 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: genfs_getpages: Constify & localize more variables. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/miscfs/genfs/

CVS commit: src/sys/miscfs/genfs

2010-01-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Jan 28 07:38:32 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: genfs_getpages: Move local variable declarations that are used only for I/O to where they're used. This helps to track what's going in t

Re: CVS commit: src/sys/dev/pci

2010-01-27 Thread SAITOH Masanobu
> Please use ANSI C function definitions. I did! Thanks. -- SAITOH Masanobu (masan...@iij.ad.jp msai...@netbsd.org)

CVS commit: src/sys/dev/pci

2010-01-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 28 07:34:12 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c Log Message: ANSI C, KNF and tabify To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/sys/dev/pci/if_bge.c Please note that diffs are not

CVS commit: src/sys/miscfs/genfs

2010-01-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Jan 28 07:26:25 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: genfs_getpages: Localize a few more variables. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/miscfs/genfs/genfs

CVS commit: src/sys/miscfs/genfs

2010-01-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Jan 28 07:24:56 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: genfs_putpages: Localize a few variables. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys

Re: CVS commit: src

2010-01-27 Thread David Holland
On Thu, Jan 28, 2010 at 06:42:16AM +, YAMAMOTO Takashi wrote: > > ISTM that section 9 is an appropriate place for both interface and > > implementation docs. In the (few) cases where we actually have an > > interface, as opposed to "some exposed pieces of the implementation", > > the docume

Re: CVS commit: src

2010-01-27 Thread YAMAMOTO Takashi
hi, > On Tue, Jan 26, 2010 at 12:25:00PM +, David Brownlee wrote: > > > ... or in a book about the kernel. ?Section 9 describes how to use kernel > > > facilities, not how they work internally. ?By documenting this item you > > > give the impression of availability and stability, neither of

CVS commit: src/sys/arch/sparc64/conf

2010-01-27 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 28 06:04:23 UTC 2010 Modified Files: src/sys/arch/sparc64/conf: SCHIZO Log Message: enable LOCKDEBUG enable bge @ pci enable ieee1394 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sparc64/conf/SCH

Re: CVS commit: src/sys/dev/pci

2010-01-27 Thread Christoph Egger
On 28.01.10 04:09, SAITOH Masanobu wrote: > Module Name: src > Committed By: msaitoh > Date: Thu Jan 28 03:09:13 UTC 2010 > > Modified Files: > src/sys/dev/pci: if_bge.c if_bgereg.h if_bgevar.h > > Log Message: > - Introduce IPMI and ASF related code from FreeBSD. It fixes some pro

CVS commit: src/sys/arch/sparc/sparc

2010-01-27 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 28 05:08:11 UTC 2010 Modified Files: src/sys/arch/sparc/sparc: locore.s Log Message: in savefpstate(), make sure we fill in the _first_ read of %fsr into the fpstate structure, not the last one. avoids fs->fs_fsr lacking the

Re: CVS commit: src

2010-01-27 Thread David Holland
On Tue, Jan 26, 2010 at 12:25:00PM +, David Brownlee wrote: > > ... or in a book about the kernel. ?Section 9 describes how to use kernel > > facilities, not how they work internally. ?By documenting this item you > > give the impression of availability and stability, neither of which is >

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

2010-01-27 Thread David Holland
On Tue, Jan 26, 2010 at 11:56:30PM +0100, Martin Husemann wrote: > > However, the "power_type" from POWER_IOC_GET_TYPE can currently only be > > "acpi" and "landisk" (...). No "apm" is being set anywhere in the tree via > > sysmon_power_settype(). > > I've been told APM is dead and won't be f

CVS commit: src/sys/dev/pci

2010-01-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 28 03:09:13 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c if_bgereg.h if_bgevar.h Log Message: - Introduce IPMI and ASF related code from FreeBSD. It fixes some problems which occured in netboot on sparc64 and PR#3

CVS commit: src/sys/dev/pci

2010-01-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 28 02:55:31 UTC 2010 Modified Files: src/sys/dev/pci: pcireg.h Log Message: Add some register definitions. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/pci/pcireg.h Please note that diffs a

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-01-27 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Jan 28 01:57:46 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: vm_machdep.c Log Message: fix a comment to tell register S7 ($23) is used for curlwp pointer. To generate a diff of this commit: cvs rdiff

Re: CVS commit: src

2010-01-27 Thread Jason Thorpe
On Jan 27, 2010, at 2:21 PM, Matthias Drochner wrote: > > [removal from pw_policy from libutil] > thor...@shagadelic.org said: >> bump the major version # of this library? > > Hmm, in theory yes, but the code has never been used inside > the NetBSD tree, and there are good reasons to assume tha

CVS commit: [netbsd-5] src/sys/dev

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 23:34:52 UTC 2010 Modified Files: src/sys/dev/mii [netbsd-5]: igphyreg.h src/sys/dev/pci [netbsd-5]: if_wm.c if_wmreg.h if_wmvar.h pcidevs pcidevs.h pcidevs_data.h Added Files: src/sys/dev/m

CVS commit: [netbsd-5] src/sys/dev

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 23:27:48 UTC 2010 Modified Files: src/sys/dev/mii [netbsd-5]: miidevs.h miidevs_data.h src/sys/dev/pci [netbsd-5]: pcidevs.h pcidevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-5] src/sys/dev

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 23:22:04 UTC 2010 Modified Files: src/sys/dev/microcode/bnx [netbsd-5]: bnxfw.h src/sys/dev/mii [netbsd-5]: brgphy.c miidevs src/sys/dev/pci [netbsd-5]: if_bnx.c if_bnxreg.h pcidevs Log Message: Pull u

CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 22:29:11 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1277 To generate a diff of this commit: cvs rdiff -u -r1.1.2.188 -r1.1.2.189 src/doc/CHANGES-5.1 Please note that diffs are not

CVS commit: [netbsd-5] src/sys/dev/pci

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 22:27:47 UTC 2010 Modified Files: src/sys/dev/pci [netbsd-5]: if_wm.c if_wmreg.h if_wmvar.h pcidevs pcidevs.h pcidevs_data.h Log Message: Pull up the following revisions(s) (requested by msaitoh in ticket

Re: CVS commit: src

2010-01-27 Thread Matthias Drochner
[removal from pw_policy from libutil] thor...@shagadelic.org said: > bump the major version # of this library? Hmm, in theory yes, but the code has never been used inside the NetBSD tree, and there are good reasons to assume that noone outside hasn't either. best regards Matthias

CVS commit: src/sys/arch/sparc/stand/ofwboot

2010-01-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 27 22:18:37 UTC 2010 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.c ofdev.c version Log Message: Properly close the firmware handle before starting the kernel. This makes netbooting via bge* work. To generate a

CVS commit: src/sys/dev/acpi

2010-01-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 27 22:17:28 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_bat.c Log Message: the "Battery Present Rate" is only required to be valid if the battery is discharging; it might make sense when charging, but it doesn't make

CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 22:08:21 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1268 To generate a diff of this commit: cvs rdiff -u -r1.1.2.187 -r1.1.2.188 src/doc/CHANGES-5.1 Please note that diffs are not

CVS commit: src/sys/rump/librump/rumpvfs

2010-01-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 27 22:03:12 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: Typecast memwinsize to off_t before taking the complement to be &'ed with an off_t. Otherwise things go a bit wrong with >4GB images

CVS commit: [netbsd-5-0] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:45:44 UTC 2010 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.2 Log Message: Ticket 1257 To generate a diff of this commit: cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-5.0.2 Please note that diffs are

CVS commit: [netbsd-5-0] src/sys/dev/ic

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:43:49 UTC 2010 Modified Files: src/sys/dev/ic [netbsd-5-0]: mfi.c Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1257): sys/dev/ic/mfi.c: revision 1.31 bio(4) is MP-s

CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 27 21:43:01 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: ticket 1267 To generate a diff of this commit: cvs rdiff -u -r1.1.2.186 -r1.1.2.187 src/doc/CHANGES-5.1 Please note that diffs are not pu

CVS commit: [netbsd-5] src/usr.sbin/wpa/wpa_supplicant

2010-01-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 27 21:42:23 UTC 2010 Modified Files: src/usr.sbin/wpa/wpa_supplicant [netbsd-5]: Makefile wpa_supplicant.8 Log Message: Pull up following revision(s) (requested by sborrill in ticket #1267): usr.sbin/wpa/wpa_suppli

CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:41:04 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1257 To generate a diff of this commit: cvs rdiff -u -r1.1.2.185 -r1.1.2.186 src/doc/CHANGES-5.1 Please note that diffs are not

CVS commit: [netbsd-5] src/sys/dev/ic

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:40:25 UTC 2010 Modified Files: src/sys/dev/ic [netbsd-5]: mfi.c Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1257): sys/dev/ic/mfi.c: revision 1.31 bio(4) is MP-saf

Re: CVS commit: src/sys/kern

2010-01-27 Thread S.P.Zeidler
This commit was by dsl on Dec 9th. log_accum has been adjusted to prevent files left over from a failed log_accum process to be picked up as hitchhikers by a later commit in the future. Thus wrote Joerg Sonnenberger (jo...@netbsd.org): > Module Name: pkgsrc > Committed By: joerg > Date:

CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:34:07 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1256 To generate a diff of this commit: cvs rdiff -u -r1.1.2.184 -r1.1.2.185 src/doc/CHANGES-5.1 Please note that diffs are not

CVS commit: [netbsd-5] src/sys/dev/ic

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:33:36 UTC 2010 Modified Files: src/sys/dev/ic [netbsd-5]: mfi.c Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1256): sys/dev/ic/mfi.c: revision 1.21 Don't release CC

CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:27:20 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1252 To generate a diff of this commit: cvs rdiff -u -r1.1.2.183 -r1.1.2.184 src/doc/CHANGES-5.1 Please note that diffs are not

CVS commit: [netbsd-5] src/sys/ufs/ufs

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:26:45 UTC 2010 Modified Files: src/sys/ufs/ufs [netbsd-5]: ufs_quota.c Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1252): sys/ufs/ufs/ufs_quota.c:revision 1.65 v

CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:18:37 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1248 To generate a diff of this commit: cvs rdiff -u -r1.1.2.182 -r1.1.2.183 src/doc/CHANGES-5.1 Please note that diffs are not

CVS commit: [netbsd-5] src/sys

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:17:55 UTC 2010 Modified Files: src/sys/arch/sparc/conf [netbsd-5]: GENERIC files.sparc src/sys/dev [netbsd-5]: DEVNAMES Added Files: src/sys/arch/sparc/dev [netbsd-5]: apc.c apcreg.h Log Message: Pu

CVS commit: [netbsd-4] src/doc

2010-01-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 27 21:10:16 UTC 2010 Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: tickets 1379-1383 To generate a diff of this commit: cvs rdiff -u -r1.1.2.194 -r1.1.2.195 src/doc/CHANGES-4.1 Please note that diffs are

CVS commit: [netbsd-4-0] src/doc

2010-01-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 27 21:09:49 UTC 2010 Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: ticket 1383 To generate a diff of this commit: cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-4.0.2 Please note that diffs are no

CVS commit: [netbsd-4] src/common/lib/libc/hash/sha2

2010-01-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 27 21:09:14 UTC 2010 Modified Files: src/common/lib/libc/hash/sha2 [netbsd-4]: sha2.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1382): common/lib/libc/hash/sha2/sha2.c: revision 1.21

Re: CVS commit: src

2010-01-27 Thread Jason Thorpe
On Jan 27, 2010, at 11:10 AM, Matthias Drochner wrote: > Module Name: src > Committed By: drochner > Date: Wed Jan 27 19:10:31 UTC 2010 > > Modified Files: > src/distrib/sets/lists/comp: mi > src/include: util.h > src/lib/libutil: Makefile > Removed Files: > src/

CVS commit: [netbsd-4] src/common/lib/libc/hash/sha2

2010-01-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 27 21:05:52 UTC 2010 Modified Files: src/common/lib/libc/hash/sha2 [netbsd-4]: sha2.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1381): common/lib/libc/hash/sha2/sha2.c: revision 1.20

CVS commit: src/sys/dev/sbus

2010-01-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 27 21:02:22 UTC 2010 Modified Files: src/sys/dev/sbus: agten.c Log Message: round the space we bus_space_map() up to PAGE_SIZE alignment To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/sbus/ag

CVS commit: [netbsd-4] src/bin/sh

2010-01-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 27 21:01:58 UTC 2010 Modified Files: src/bin/sh [netbsd-4]: cd.c sh.1 Log Message: Pull up following revision(s) (requested by dholland in ticket #1380): bin/sh/cd.c: revision 1.40 bin/sh/sh.1: revision 1.9

CVS commit: src/sys/dev/sbus

2010-01-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 27 21:01:33 UTC 2010 Modified Files: src/sys/dev/sbus: files.sbus Log Message: tcx doesn't use bt_dac To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/sbus/files.sbus Please note that diffs ar

CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 21:01:20 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1247 (plus remove some whitespace) To generate a diff of this commit: cvs rdiff -u -r1.1.2.181 -r1.1.2.182 src/doc/CHANGES-5.1 P

CVS commit: [netbsd-4] src

2010-01-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 27 20:59:46 UTC 2010 Modified Files: src/distrib/sparc/ramdisk [netbsd-4]: dot.profile src/sys/arch/sparc/sparc [netbsd-4]: auxreg.h src/sys/arch/sparc/stand/common [netbsd-4]: promdev.c Log Message: Pull u

CVS commit: [netbsd-4-0] xsrc/xfree/xc/extras/expat/lib

2010-01-27 Thread Manuel Bouyer
Module Name:xsrc Committed By: bouyer Date: Wed Jan 27 20:56:51 UTC 2010 Modified Files: xsrc/xfree/xc/extras/expat/lib [netbsd-4-0]: xmlparse.c Log Message: Pull up following revision(s) (requested by tron in ticket #1383): xsrc/xfree/xc/extras/expat/lib/xmlparse.

CVS commit: [netbsd-5] src/sys/dev/usb

2010-01-27 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 27 20:56:45 UTC 2010 Modified Files: src/sys/dev/usb [netbsd-5]: usbdi.c Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1247): sys/dev/usb/usbdi.c:revision 1.127 Fix leak of

CVS commit: [netbsd-4] xsrc/xfree/xc/extras/expat/lib

2010-01-27 Thread Manuel Bouyer
Module Name:xsrc Committed By: bouyer Date: Wed Jan 27 20:56:38 UTC 2010 Modified Files: xsrc/xfree/xc/extras/expat/lib [netbsd-4]: xmlparse.c Log Message: Pull up following revision(s) (requested by tron in ticket #1383): xsrc/xfree/xc/extras/expat/lib/xmlparse.c:

CVS commit: [netbsd-5-0] src/doc

2010-01-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 27 20:45:27 UTC 2010 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.2 Log Message: tickets 1283 and 1284 To generate a diff of this commit: cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-5.0.2 Please note that di

CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 27 20:45:23 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: tickets 1283 and 1284 To generate a diff of this commit: cvs rdiff -u -r1.1.2.180 -r1.1.2.181 src/doc/CHANGES-5.1 Please note that diffs

CVS commit: [netbsd-5] xsrc/xfree/xc/extras/expat/lib

2010-01-27 Thread Manuel Bouyer
Module Name:xsrc Committed By: bouyer Date: Wed Jan 27 20:44:22 UTC 2010 Modified Files: xsrc/xfree/xc/extras/expat/lib [netbsd-5]: xmlparse.c Log Message: Pull up following revision(s) (requested by tron in ticket #1284): xsrc/xfree/xc/extras/expat/lib/xmlparse.c:

CVS commit: [netbsd-5-0] xsrc/xfree/xc/extras/expat/lib

2010-01-27 Thread Manuel Bouyer
Module Name:xsrc Committed By: bouyer Date: Wed Jan 27 20:44:11 UTC 2010 Modified Files: xsrc/xfree/xc/extras/expat/lib [netbsd-5-0]: xmlparse.c Log Message: Pull up following revision(s) (requested by tron in ticket #1284): xsrc/xfree/xc/extras/expat/lib/xmlparse.

CVS commit: [netbsd-5] xsrc/external/mit/expat/dist/lib

2010-01-27 Thread Manuel Bouyer
Module Name:xsrc Committed By: bouyer Date: Wed Jan 27 20:43:00 UTC 2010 Modified Files: xsrc/external/mit/expat/dist/lib [netbsd-5]: xmlparse.c Log Message: Pull up following revision(s) (requested by tron in ticket #1283): xsrc/external/mit/expat/dist/lib/xmlpars

CVS commit: [netbsd-5-0] xsrc/external/mit/expat/dist/lib

2010-01-27 Thread Manuel Bouyer
Module Name:xsrc Committed By: bouyer Date: Wed Jan 27 20:42:42 UTC 2010 Modified Files: xsrc/external/mit/expat/dist/lib [netbsd-5-0]: xmlparse.c Log Message: Pull up following revision(s) (requested by tron in ticket #1283): xsrc/external/mit/expat/dist/lib/xmlpa

CVS commit: src/lib/libm/src

2010-01-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 27 20:23:53 UTC 2010 Modified Files: src/lib/libm/src: k_standard.c Log Message: fix return values for atan2(+-0,+-0) in the POSIX case To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libm/src/k_s

CVS commit: src/sys/rump/librump/rumpkern

2010-01-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 27 20:16:17 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: ignore pmf threads if RUMP_THREADS == 0 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpkern/

CVS commit: src

2010-01-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 27 19:10:31 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/include: util.h src/lib/libutil: Makefile Removed Files: src/lib/libutil: pw_policy.3 pw_policy.c Log Message: retire pw_po

CVS commit: src/sbin/raidctl

2010-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 27 18:34:02 UTC 2010 Modified Files: src/sbin/raidctl: raidctl.c rf_configure.c Log Message: use warn/err appropriately. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sbin/raidctl/raidctl.c cvs rdif

CVS commit: src/sbin/raidctl

2010-01-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 27 17:02:06 UTC 2010 Modified Files: src/sbin/raidctl: raidctl.c Log Message: error message: \n\n -> \n To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sbin/raidctl/raidctl.c Please note that diffs are

CVS commit: src/etc

2010-01-27 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Wed Jan 27 16:22:41 UTC 2010 Modified Files: src/etc: daily Log Message: Reset the umask while refreshing the vulnerabilities database so that it remains world-readable. Otherwise, it ends up with 600 permissions which make it unus

CVS commit: src/sys/miscfs/genfs

2010-01-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Jan 27 15:53:06 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: Use genfs_node_*lock(). To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/miscfs/genfs/genfs_io.c Please note that

CVS commit: src/sys/miscfs/genfs

2010-01-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Jan 27 15:52:31 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_node.h genfs_vnops.c Log Message: Don't forget to tell the result of rw_tryenter(). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys

CVS commit: src/sys/sys

2010-01-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Jan 27 15:34:08 UTC 2010 Modified Files: src/sys/sys: vnode.h Log Message: Typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/sys/vnode.h Please note that diffs are not public domain;

CVS commit: src/sys/miscfs/genfs

2010-01-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Jan 27 15:24:54 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: Constify some pointers in genfs_getpages() and genfs_do_putpages(). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/s

CVS commit: src/sys/miscfs/genfs

2010-01-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Jan 27 15:18:40 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_node.h genfs_vnops.c Log Message: Add genfs_node_rdtrylock(). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/miscfs/genfs/genfs_no

CVS commit: src/lib/libc

2010-01-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 27 14:10:41 UTC 2010 Modified Files: src/lib/libc/compat/gen: compat_modf_ieee754.c src/lib/libc/gen: modf_ieee754.c Log Message: fix behavior in case of +-Inf or NaN input: return the proper values and set *iptr

CVS commit: src/lib/libm/src

2010-01-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 27 14:07:41 UTC 2010 Modified Files: src/lib/libm/src: s_modf.c s_modff.c Log Message: fix return value in case of NaN input (the code also shortcuts the +-inf case, but this was OK before -- it only avoids an extra chec

CVS commit: xsrc/xfree/xc/config/pswrap

2010-01-27 Thread Matthias Scheler
Module Name:xsrc Committed By: tron Date: Wed Jan 27 13:46:39 UTC 2010 Modified Files: xsrc/xfree/xc/config/pswrap: lexer.l Log Message: Remove EMX compatibility hack which breaks NetBSD/alpha cross-builds, at least under Mac OS X. To generate a diff of this commit: cvs

CVS commit: xsrc/xfree/xc/extras/expat/lib

2010-01-27 Thread Matthias Scheler
Module Name:xsrc Committed By: tron Date: Wed Jan 27 13:47:28 UTC 2010 Modified Files: xsrc/xfree/xc/extras/expat/lib: xmlparse.c Log Message: Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input). To generate a diff of this commit: cv

CVS commit: src/sys/rump/net/rumptest

2010-01-27 Thread Martti Kuparinen
Module Name:src Committed By: martti Date: Wed Jan 27 13:30:45 UTC 2010 Modified Files: src/sys/rump/net/rumptest: rumptest_net.c Log Message: Use tabs instead of 8 spaces. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/rump/net/rumptest/rumptest_n

CVS commit: xsrc/external/mit/expat/dist/lib

2010-01-27 Thread Matthias Scheler
Module Name:xsrc Committed By: tron Date: Wed Jan 27 13:17:47 UTC 2010 Modified Files: xsrc/external/mit/expat/dist/lib: xmlparse.c Log Message: Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input). To generate a diff of this commit:

CVS commit: src/sbin/dump

2010-01-27 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Wed Jan 27 12:20:25 UTC 2010 Modified Files: src/sbin/dump: rcache.c Log Message: range-check what we assign to int cachebufs from calculations with uint64_t usermem. This only becomes relevant if you have several TB of RAM. Promotin

CVS commit: src/distrib/utils/sysinst

2010-01-27 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Wed Jan 27 11:02:03 UTC 2010 Modified Files: src/distrib/utils/sysinst: defs.h util.c Log Message: Perform in-place replacement of the cypher type instead of renaming the passwd.conf file to passwd.conf.pre-sysinst file and creating

CVS commit: src/sbin/raidctl

2010-01-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 27 09:26:16 UTC 2010 Modified Files: src/sbin/raidctl: raidctl.8 Log Message: + Fatal errors due to uninitialized components are ignored. for -C. For dillo@ To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/

CVS commit: src/sbin/raidctl

2010-01-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 27 08:56:08 UTC 2010 Modified Files: src/sbin/raidctl: raidctl.8 Log Message: Consistently use "START disks" in examples. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sbin/raidctl/raidctl.8