CVS commit: src/sys/dev/usb

2013-01-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 13 08:05:30 UTC 2013 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: Fix locking botch To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/if_smsc.c Please note that diffs are not public

CVS commit: src

2013-01-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 13 08:15:03 UTC 2013 Modified Files: src/lib/libc/sys: access.2 chmod.2 chown.2 link.2 mkdir.2 mkfifo.2 mknod.2 open.2 readlink.2 rename.2 stat.2 symlink.2 unlink.2 utimes.2 src/sys/kern:

CVS commit: src/sys/dev/usb

2013-01-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 13 08:38:05 UTC 2013 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: Remove IFF_OACTIVE in txeof always, i.e. for the usb error case as well. Set an if_timer. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 13 14:10:55 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: Makefile conf.c devopen.c init_main.c ioconf.c locore.S samachdep.h version Added Files: src/sys/arch/luna68k/stand/boot: getsecs.c

CVS commit: src/sys/arch/ews4800mips/stand/common

2013-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 13 14:24:24 UTC 2013 Modified Files: src/sys/arch/ews4800mips/stand/common: lance.c Log Message: Fix tyop. (How these ones slipped in!?) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/x68k/stand/netboot

2013-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 13 14:27:06 UTC 2013 Modified Files: src/sys/arch/x68k/stand/netboot: conf.c Log Message: Remove unnecessary struct open_file files[] leftover. It's in libsa/files.c. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib

2013-01-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 13 14:43:24 UTC 2013 Modified Files: src/distrib/common: Makefile.mdset src/distrib/evbarm/gzboot/gzimg: Makefile Log Message: build.sh lets you build releases with a limited set of kernels by using the

CVS commit: src/sys/dev/usb

2013-01-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 13 14:46:22 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: backout r1.16 as it seems to cause problems with uhid devices To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/dev/usb

2013-01-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 13 15:21:47 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c dwc_otgvar.h Log Message: Add some more counters (disabled by default) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/dev/usb

2013-01-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 13 15:27:17 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: Mask out all interrupts before clearing them in dwc_otg_init To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/dev/usb

2013-01-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 13 15:34:03 UTC 2013 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: Fix another locking issue for an error case. Return a EIO not -EIO (KNF) From rmind To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/lib/libedit

2013-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 13 15:46:58 UTC 2013 Modified Files: src/lib/libedit: readline.c Log Message: explicitly pass (void *)0 instead of NULL. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/lib/libedit/readline.c

CVS commit: [netbsd-5] src/sys/fs/smbfs

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:03:38 UTC 2013 Modified Files: src/sys/fs/smbfs [netbsd-5]: smbfs_node.c smbfs_node.h smbfs_vnops.c Log Message: Pull up following revision(s) (requested by nakayama in ticket #1823):

CVS commit: [netbsd-5] src/sys

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:05:34 UTC 2013 Modified Files: src/sys/fs/smbfs [netbsd-5]: smbfs_smb.c smbfs_subr.c smbfs_subr.h smbfs_vnops.c src/sys/netsmb [netbsd-5]: smb.h Log Message: Pull up following revision(s)

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:08:23 UTC 2013 Modified Files: src/sys/netsmb [netbsd-5]: smb_iod.c smb_rq.c Log Message: Pull up following revision(s) (requested by nakayama in ticket #1825): sys/netsmb/smb_rq.c: revision 1.32

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:12:57 UTC 2013 Modified Files: src/sys/dev [netbsd-5]: lockstat.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1826): sys/dev/lockstat.c: revision 1.16 Fix off by one. To

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:13:04 UTC 2013 Modified Files: src/sys/dev [netbsd-5-0]: lockstat.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1826): sys/dev/lockstat.c: revision 1.16 Fix off by one. To

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:13:08 UTC 2013 Modified Files: src/sys/dev [netbsd-5-1]: lockstat.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1826): sys/dev/lockstat.c: revision 1.16 Fix off by one. To

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:13:09 UTC 2013 Modified Files: src/sys/dev [netbsd-5-2]: lockstat.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1826): sys/dev/lockstat.c: revision 1.16 Fix off by one. To

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:14:43 UTC 2013 Modified Files: src/sys/dev/raidframe [netbsd-5]: rf_driver.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1827): sys/dev/raidframe/rf_driver.c: revision 1.131

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:15:06 UTC 2013 Modified Files: src/sys/dev/raidframe [netbsd-5-0]: rf_driver.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1827): sys/dev/raidframe/rf_driver.c: revision 1.131

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:15:09 UTC 2013 Modified Files: src/sys/dev/raidframe [netbsd-5-1]: rf_driver.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1827): sys/dev/raidframe/rf_driver.c: revision 1.131

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:15:12 UTC 2013 Modified Files: src/sys/dev/raidframe [netbsd-5-2]: rf_driver.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1827): sys/dev/raidframe/rf_driver.c: revision 1.131

CVS commit: [netbsd-5] src/sys/external/isc/atheros_hal/dist

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:17:51 UTC 2013 Modified Files: src/sys/external/isc/atheros_hal/dist [netbsd-5]: ah_eeprom_v14.c Log Message: Apply patch (requested by msaitoh in ticket #1827):

CVS commit: [netbsd-5-1] src/sys/external/isc/atheros_hal/dist

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:17:56 UTC 2013 Modified Files: src/sys/external/isc/atheros_hal/dist [netbsd-5-1]: ah_eeprom_v14.c Log Message: Apply patch (requested by msaitoh in ticket #1827):

CVS commit: [netbsd-5-2] src/sys/external/isc/atheros_hal/dist

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:17:57 UTC 2013 Modified Files: src/sys/external/isc/atheros_hal/dist [netbsd-5-2]: ah_eeprom_v14.c Log Message: Apply patch (requested by msaitoh in ticket #1827):

CVS commit: [netbsd-5] src/sys/compat/netbsd32

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:22:17 UTC 2013 Modified Files: src/sys/compat/netbsd32 [netbsd-5]: netbsd32_fs.c Log Message: Pull up following revision(s) (requested by matt in ticket #1829): sys/compat/netbsd32/netbsd32_fs.c: revision

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:28:07 UTC 2013 Modified Files: src/sys/dev/usb [netbsd-5]: ubsa_common.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1830): sys/dev/usb/ubsa_common.c: revision 1.9 Fix off by

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:29:00 UTC 2013 Modified Files: src/sys/dev/usb [netbsd-5-0]: ubsa_common.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1830): sys/dev/usb/ubsa_common.c: revision 1.9 Fix off

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:30:16 UTC 2013 Modified Files: src/sys/dev/usb [netbsd-5-1]: ubsa_common.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1830): sys/dev/usb/ubsa_common.c: revision 1.9 Fix off

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:30:17 UTC 2013 Modified Files: src/sys/dev/usb [netbsd-5-2]: ubsa_common.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1830): sys/dev/usb/ubsa_common.c: revision 1.9 Fix off

CVS commit: [netbsd-5] src/sys/external/bsd/drm/dist/shared-core

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:32:22 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core [netbsd-5]: i915_suspend.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1831):

CVS commit: [netbsd-5-0] src/sys/external/bsd/drm/dist/shared-core

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:32:25 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core [netbsd-5-0]: i915_suspend.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1831):

CVS commit: [netbsd-5-2] src/sys/external/bsd/drm/dist/shared-core

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:32:28 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core [netbsd-5-2]: i915_suspend.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1831):

CVS commit: [netbsd-5-1] src/sys/external/bsd/drm/dist/shared-core

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:32:31 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core [netbsd-5-1]: i915_suspend.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1831):

CVS commit: [netbsd-5] src/sbin/sysctl

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:35:24 UTC 2013 Modified Files: src/sbin/sysctl [netbsd-5]: sysctl.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1832): sbin/sysctl/sysctl.c: revision 1.149 via patch Add

CVS commit: [netbsd-5] src/usr.bin/netstat

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:36:58 UTC 2013 Modified Files: src/usr.bin/netstat [netbsd-5]: bpf.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1833): usr.bin/netstat/bpf.c: revision 1.11 Fix memory leak.

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:46:23 UTC 2013 Modified Files: src/sys/arch/amd64/conf [netbsd-5]: XEN3_DOMU src/sys/arch/i386/conf [netbsd-5]: XEN2_DOMU Log Message: apply patch(s) (requested by sborrill in ticket #1834):

CVS commit: [netbsd-5] src/sbin/fsck_ffs

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:54:39 UTC 2013 Modified Files: src/sbin/fsck_ffs [netbsd-5]: pass1.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1837): sbin/fsck_ffs/pass1.c: revision 1.50 Show pass1

CVS commit: [netbsd-5-0] src/sbin/fsck_ffs

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:55:07 UTC 2013 Modified Files: src/sbin/fsck_ffs [netbsd-5-0]: pass1.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1837): sbin/fsck_ffs/pass1.c: revision 1.50 Show pass1

CVS commit: [netbsd-5-1] src/sbin/fsck_ffs

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:55:29 UTC 2013 Modified Files: src/sbin/fsck_ffs [netbsd-5-1]: pass1.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1837): sbin/fsck_ffs/pass1.c: revision 1.50 Show pass1

CVS commit: [netbsd-5-2] src/sbin/fsck_ffs

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 16:55:34 UTC 2013 Modified Files: src/sbin/fsck_ffs [netbsd-5-2]: pass1.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1837): sbin/fsck_ffs/pass1.c: revision 1.50 Show pass1

CVS commit: [netbsd-5] src/etc/namedb

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:00:33 UTC 2013 Modified Files: src/etc/namedb [netbsd-5]: root.cache Log Message: Pull up following revision(s) (requested by taca in ticket #1839): etc/namedb/root.cache: revision 1.17 D.ROOT-SERVERS.NET

CVS commit: [netbsd-5-1] src/etc/namedb

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:07:29 UTC 2013 Modified Files: src/etc/namedb [netbsd-5-1]: root.cache Log Message: Pull up following revision(s) (requested by taca in ticket #1839): etc/namedb/root.cache: revision 1.17 D.ROOT-SERVERS.NET

CVS commit: [netbsd-5-0] src/etc/namedb

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:07:35 UTC 2013 Modified Files: src/etc/namedb [netbsd-5-0]: root.cache Log Message: Pull up following revision(s) (requested by taca in ticket #1839): etc/namedb/root.cache: revision 1.17 D.ROOT-SERVERS.NET

CVS commit: [netbsd-5-2] src/etc/namedb

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:07:34 UTC 2013 Modified Files: src/etc/namedb [netbsd-5-2]: root.cache Log Message: Pull up following revision(s) (requested by taca in ticket #1839): etc/namedb/root.cache: revision 1.17 D.ROOT-SERVERS.NET

CVS commit: [netbsd-5] src/gnu/dist/grep

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:12:55 UTC 2013 Modified Files: src/gnu/dist/grep/lib [netbsd-5]: getopt.c regex.c src/gnu/dist/grep/src [netbsd-5]: ansi2knr.c dfa.c grep.c search.c Log Message: Pull up following revision(s) (requested by

CVS commit: [netbsd-5-2] src/gnu/dist/grep

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:14:45 UTC 2013 Modified Files: src/gnu/dist/grep/lib [netbsd-5-2]: getopt.c regex.c src/gnu/dist/grep/src [netbsd-5-2]: ansi2knr.c dfa.c grep.c search.c Log Message: Pull up following revision(s) (requested

CVS commit: [netbsd-5-0] src/gnu/dist/grep

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:14:47 UTC 2013 Modified Files: src/gnu/dist/grep/lib [netbsd-5-0]: getopt.c regex.c src/gnu/dist/grep/src [netbsd-5-0]: ansi2knr.c dfa.c grep.c search.c Log Message: Pull up following revision(s) (requested

CVS commit: [netbsd-5-1] src/gnu/dist/grep

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:14:51 UTC 2013 Modified Files: src/gnu/dist/grep/lib [netbsd-5-1]: getopt.c regex.c src/gnu/dist/grep/src [netbsd-5-1]: ansi2knr.c dfa.c grep.c search.c Log Message: Pull up following revision(s) (requested

CVS commit: [netbsd-5] src/doc

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:16:06 UTC 2013 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: tickets 1823-1839 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-5.3 Please note that diffs are not

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:17:46 UTC 2013 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.3 Log Message: tickets 1826, 1827, 1830, 1831, 1837, 1839, 1838 To generate a diff of this commit: cvs rdiff -u -r1.1.2.91 -r1.1.2.92

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:18:30 UTC 2013 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.3 Log Message: tickets 1826, 1827, 1828, 1830, 1831, 1837, 1839, 1838 To generate a diff of this commit: cvs rdiff -u -r1.1.2.33 -r1.1.2.34

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:19:01 UTC 2013 Modified Files: src/doc [netbsd-5-2]: CHANGES-5.2.1 Log Message: tickets 1826, 1827, 1828, 1830, 1831, 1837, 1839, 1838 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2

CVS commit: [netbsd-5] src/lib/librefuse

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:57:48 UTC 2013 Modified Files: src/lib/librefuse [netbsd-5]: refuse.c Log Message: Pull up following revision(s) (requested by tron in ticket #1836): lib/librefuse/refuse.c: revision 1.96 via patch FUSE

CVS commit: [netbsd-5] src/doc

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 17:58:06 UTC 2013 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: ticket 1836 To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-5.3 Please note that diffs are not

CVS commit: src

2013-01-13 Thread Patrick Welche
Module Name:src Committed By: prlw1 Date: Sun Jan 13 18:47:58 UTC 2013 Modified Files: src/etc/defaults: rc.conf src/etc/rc.d: ppp src/share/man/man5: rc.conf.5 Log Message: Add ppp=YES variable. Currently pppd(8) starts automatically if ppp_peers is not

CVS commit: [netbsd-6] src/sbin/fsck_ffs

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 18:55:37 UTC 2013 Modified Files: src/sbin/fsck_ffs [netbsd-6]: pass1.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #779): sbin/fsck_ffs/pass1.c: revision 1.50 Show pass1

CVS commit: [netbsd-6-0] src/sbin/fsck_ffs

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 18:55:41 UTC 2013 Modified Files: src/sbin/fsck_ffs [netbsd-6-0]: pass1.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #779): sbin/fsck_ffs/pass1.c: revision 1.50 Show pass1

CVS commit: [netbsd-6] src/etc/namedb

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 18:57:48 UTC 2013 Modified Files: src/etc/namedb [netbsd-6]: root.cache Log Message: Pull up following revision(s) (requested by taca in ticket #781): etc/namedb/root.cache: revision 1.17 D.ROOT-SERVERS.NET

CVS commit: [netbsd-6-0] src/etc/namedb

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 18:57:51 UTC 2013 Modified Files: src/etc/namedb [netbsd-6-0]: root.cache Log Message: Pull up following revision(s) (requested by taca in ticket #781): etc/namedb/root.cache: revision 1.17 D.ROOT-SERVERS.NET

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 18:58:51 UTC 2013 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.2 Log Message: tickets 779 and 781 To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-6.0.2 Please note that diffs

CVS commit: [netbsd-6] src/doc

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 18:59:00 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: tickets 779 and 781 To generate a diff of this commit: cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-6.1 Please note that diffs are

CVS commit: [netbsd-6] src/sys/arch/arm/marvell

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 19:03:06 UTC 2013 Modified Files: src/sys/arch/arm/marvell [netbsd-6]: files.marvell mvsoctmr.c Log Message: Pull up following revision(s) (requested by riz in ticket #770): sys/arch/arm/marvell/files.marvell:

CVS commit: [netbsd-6] src/doc

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 19:03:27 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: tickets 770 To generate a diff of this commit: cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-6.1 Please note that diffs are not

CVS commit: [netbsd-6] src/gnu/dist/grep

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 19:08:05 UTC 2013 Modified Files: src/gnu/dist/grep/lib [netbsd-6]: getopt.c regex.c src/gnu/dist/grep/src [netbsd-6]: ansi2knr.c dfa.c grep.c search.c Log Message: Pull up following revision(s) (requested by

CVS commit: [netbsd-6-0] src/gnu/dist/grep

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 19:08:40 UTC 2013 Modified Files: src/gnu/dist/grep/lib [netbsd-6-0]: getopt.c regex.c src/gnu/dist/grep/src [netbsd-6-0]: ansi2knr.c dfa.c grep.c search.c Log Message: Pull up following revision(s) (requested

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

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 19:09:32 UTC 2013 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.2 Log Message: ticket #780 To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-6.0.2 Please note that diffs are not

CVS commit: [netbsd-6] src/doc

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 19:09:38 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: ticket #780 To generate a diff of this commit: cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-6.1 Please note that diffs are not

CVS commit: src/sbin/fsck

2013-01-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 13 19:53:17 UTC 2013 Modified Files: src/sbin/fsck: fsutil.c Log Message: Support symlinks to a block device to resolve the name of the corresponding raw device. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/share/man/man5

2013-01-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 13 19:56:14 UTC 2013 Modified Files: src/share/man/man5: rc.conf.5 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/share/man/man5/rc.conf.5 Please note that diffs

CVS commit: src/distrib/utils/embedded

2013-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 13 20:57:18 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Added Files: src/distrib/utils/embedded/conf: rpi.conf usermode.conf Log Message: Adjust mkimage to handle RPI. From skrll@ To generate

CVS commit: src/distrib/utils/embedded

2013-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 13 20:58:38 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Log Message: move configuration to new place. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/distrib/utils/embedded/mkimage

CVS commit: src/distrib/utils/embedded

2013-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 13 20:59:22 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Log Message: complain on unknown options To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/distrib/utils/embedded/mkimage Please

CVS commit: src/sys/arch/xen

2013-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 13 21:01:05 UTC 2013 Modified Files: src/sys/arch/xen/include: hypervisor.h src/sys/arch/xen/x86: hypervisor_machdep.c src/sys/arch/xen/xen: evtchn.c Log Message: Re-apply

CVS commit: src/distrib/utils/embedded/conf

2013-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 13 21:38:45 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: Autosize label To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/embedded/conf/rpi.conf Please

CVS commit: src/distrib/utils/embedded/conf

2013-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 13 21:46:03 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: use variables for the fdisk command too To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/distrib/utils/embedded

2013-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 13 21:51:47 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Log Message: honor ${TMPDIR} To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/embedded/mkimage Please note that

CVS commit: src/distrib/utils/embedded/conf

2013-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 13 22:08:43 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: rpi.conf usermode.conf Log Message: append to rc.conf, don't overwrite To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: othersrc/external/bsd/netdiff

2013-01-13 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Sun Jan 13 22:17:22 UTC 2013 Modified Files: othersrc/external/bsd/netdiff/bin: Makefile othersrc/external/bsd/netdiff/bin/netdiff: Makefile othersrc/external/bsd/netdiff/bin/qdiff: Makefile

CVS commit: src/sbin/dump

2013-01-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 13 22:53:01 UTC 2013 Modified Files: src/sbin/dump: dump.h dumprmt.c itime.c optr.c tape.c unctime.c Log Message: Add some const. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sbin/dump/dump.h cvs

CVS commit: src/sbin/dump

2013-01-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 13 22:54:25 UTC 2013 Modified Files: src/sbin/dump: dumprmt.c Log Message: Use ctype.h functions correctly. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sbin/dump/dumprmt.c Please note that diffs

CVS commit: src/sbin/dump

2013-01-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 13 22:59:31 UTC 2013 Modified Files: src/sbin/dump: ffs_inode.c Log Message: Use static; remove unused global var this uncovered. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sbin/dump/ffs_inode.c

CVS commit: src/sbin/dump

2013-01-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 13 23:07:16 UTC 2013 Modified Files: src/sbin/dump: optr.c Log Message: Use more static. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sbin/dump/optr.c Please note that diffs are not public

CVS commit: src/sbin/dump

2013-01-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 13 23:17:18 UTC 2013 Modified Files: src/sbin/dump: tape.c Log Message: Use void * for I/O functions and remove no-longer-needed casts. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sbin/dump

2013-01-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 13 23:45:35 UTC 2013 Modified Files: src/sbin/dump: dump.h Log Message: Use __printflike. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sbin/dump/dump.h Please note that diffs are not public

CVS commit: src/sys/arch/amd64/amd64

2013-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 14 00:06:12 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: print the lid too. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/arch/amd64/amd64/trap.c Please note that

CVS commit: src/common/lib/libc/arch/arm/string

2013-01-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 14 00:07:30 UTC 2013 Added Files: src/common/lib/libc/arch/arm/string: strcat_arm.S Log Message: Add a native version of strcat which uses the optimized strlen and strcpy routines. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 14 01:37:58 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: autoconf.c ioconf.c samachdep.h sc.c sd.c ufs_disksubr.c version Log Message: Fix drivers to make secondary SPC SCSI on LUNA-II work

CVS commit: othersrc/external/bsd/netdiff/dist

2013-01-13 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Mon Jan 14 01:54:23 UTC 2013 Modified Files: othersrc/external/bsd/netdiff/dist: diffreg.c netwdiff.1 Log Message: Get rid of the pseudo 8-bit ASCII 4 EVAH! character translation tables to perform case-insensitive comparisons.

CVS commit: src/doc

2013-01-13 Thread Izumi Tsutsui
USB LAN devices, ported from OpenBSD. [skrll 20130109] arm: kill userland FPA support, replace with VFP. [matt 20130111] + luna68k: Add netboot support. [tsutsui 20130113] + luna68k: Fix bootloader to make secondary SPC SCSI on LUNA-II work + properly. [tsutsui 20130114]

CVS commit: src/usr.sbin/syslogd

2013-01-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jan 14 03:05:41 UTC 2013 Modified Files: src/usr.sbin/syslogd: syslogd.8 Log Message: fix thinko To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/syslogd/syslogd.8 Please note that diffs are not

CVS commit: othersrc/external/bsd/netdiff/dist

2013-01-13 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Mon Jan 14 05:20:40 UTC 2013 Modified Files: othersrc/external/bsd/netdiff/dist: diffreg.c Log Message: minor cosmetics - also ignore case if we're using our (abstracted) fread() eqivalent function, not just in the single