CVS commit: src/sys/dev/usb

2013-01-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 21 08:02:01 UTC 2013

Modified Files:
src/sys/dev/usb: dwc_otg.c

Log Message:
Don't use magic number


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/usb/dwc_otg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-01-21 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Jan 21 09:14:01 UTC 2013

Modified Files:
src/sys/kern: vfs_trans.c

Log Message:
Replace the rwlock based implementation with passive serialization
from pserialize(9) and mutex / condvar.

The fast paths (fstrans_start/fstrans_done on a file system not
suspended or suspending and fscow_run with no change pending) now
run without locks or other atomic operations.  Suspension and cow
handler insertion and removal is done with mutex / condvars.

The API remains unchanged.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/kern/vfs_trans.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-01-21 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Jan 21 11:58:12 UTC 2013

Modified Files:
src/sys/arch/luna68k/stand/boot: Makefile bmc.c boot.c init_main.c
locore.S parse.c prf.c samachdep.h sio.c version
Added Files:
src/sys/arch/luna68k/stand/boot: awaitkey.c

Log Message:
Add support for "await key" to abort autoboot and get boot menu.
Also add command help.  Bump version.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/luna68k/stand/boot/Makefile \
src/sys/arch/luna68k/stand/boot/locore.S \
src/sys/arch/luna68k/stand/boot/samachdep.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/luna68k/stand/boot/awaitkey.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/luna68k/stand/boot/bmc.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/stand/boot/boot.c \
src/sys/arch/luna68k/stand/boot/prf.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/luna68k/stand/boot/init_main.c \
src/sys/arch/luna68k/stand/boot/version
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/luna68k/stand/boot/parse.c \
src/sys/arch/luna68k/stand/boot/sio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-01-21 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Jan 21 13:21:05 UTC 2013

Modified Files:
src/sys/arch/luna68k/stand/boot: sd.c

Log Message:
Slightly modify sd attach message, as kernel does.

before:
 sd0: HITACHI DK315C-14 rev H7H6, 2807459 512 byte blocks

after:
 sd0: HITACHI DK315C-14 rev H7H6, 512 bytes/sect x 2807459 sectors


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/luna68k/stand/boot/sd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2013-01-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 21 13:25:44 UTC 2013

Modified Files:
src/sys/dev/usb: dwc_otg.c

Log Message:
Remove some #includes that shouldn't be here.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/usb/dwc_otg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/wscons

2013-01-21 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Mon Jan 21 14:15:03 UTC 2013

Modified Files:
src/sys/dev/wscons: wsconsio.h

Log Message:
add WSDISPLAY_TYPE_OMAP3


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/dev/wscons/wsconsio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/omap

2013-01-21 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Mon Jan 21 14:17:39 UTC 2013

Modified Files:
src/sys/arch/arm/omap: omapfb.c

Log Message:
support WSDISPLAYIO_GET_BUSID
let WSDISPLAYIO_GTYPE return WSDISPLAY_TYPE_OMAP3
no more pretending we're some sort of PCI framebuffer


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/omap/omapfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-01-21 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Jan 21 14:42:24 UTC 2013

Modified Files:
src/sys/arch/luna68k/luna68k: locore.s

Log Message:
Account idepth properly in timer interrupt handler.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/luna68k/luna68k/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-01-21 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Jan 21 15:21:30 UTC 2013

Modified Files:
src/sys/arch/luna68k/luna68k: locore.s

Log Message:
Umm, fix botch in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/luna68k/luna68k/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/doc

2013-01-21 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Jan 21 15:32:48 UTC 2013

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
Fix the revision number of if_wm.c in ticket #1800.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.204 -r1.1.2.205 src/doc/CHANGES-5.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/omap

2013-01-21 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Mon Jan 21 16:08:30 UTC 2013

Modified Files:
src/sys/arch/arm/omap: omapfb.c

Log Message:
switch to 32bit colour for X, keep the console in 16bit for some extra speed
( yay, first commit from my BeagleBoard )


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/omap/omapfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-01-21 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon Jan 21 16:25:09 UTC 2013

Modified Files:
src/sys/arch/evbarm/conf: RPI

Log Message:
Change the root device to '?' instead of 'ld0a'.
This was overriding the root=device passed in on the kernel command line.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/RPI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/embedded

2013-01-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 21 16:47:23 UTC 2013

Modified Files:
src/distrib/utils/embedded: mkimage

Log Message:
Update usage output a little


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/utils/embedded/mkimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2013-01-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 21 16:48:23 UTC 2013

Modified Files:
src/sys/dev/usb: if_otusvar.h

Log Message:
remove trailing line


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/if_otusvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/embedded

2013-01-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 21 16:49:49 UTC 2013

Modified Files:
src/distrib/utils/embedded: mkimage

Log Message:
More usage updates


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/utils/embedded/mkimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2013-01-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 21 16:52:56 UTC 2013

Modified Files:
src/sys/dev/usb: if_otus.c if_urtwn.c

Log Message:
remove trailing lines


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/usb/if_otus.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/usb/if_urtwn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-01-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 21 16:59:23 UTC 2013

Modified Files:
src/distrib/utils/embedded/conf: evbarm.conf rpi.conf

Log Message:
kernel.img is for rpi only


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/embedded/conf/evbarm.conf
cvs rdiff -u -r1.9 -r1.10 src/distrib/utils/embedded/conf/rpi.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-01-21 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon Jan 21 17:14:23 UTC 2013

Modified Files:
src/distrib/utils/embedded/conf: rpi.conf

Log Message:
Specify the root device in cmdline.txt, also, it's 'Pi', not 'PI'.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/utils/embedded/conf/rpi.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2013-01-21 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Mon Jan 21 19:08:43 UTC 2013

Modified Files:
src/sys/dev/usb: uftdi.c uftdireg.h

Log Message:
force chip into serial mode
add 232RL product id


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/usb/uftdi.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/uftdireg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ic

2013-01-21 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Mon Jan 21 19:49:16 UTC 2013

Modified Files:
src/sys/dev/ic: vga.c vga_raster.c vgavar.h

Log Message:
Make internal functions static


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/dev/ic/vga.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/vga_raster.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/vgavar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/sys/dist/ipf/netinet

2013-01-21 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Jan 21 20:18:35 UTC 2013

Modified Files:
src/sys/dist/ipf/netinet [netbsd-5]: ip_fil_netbsd.c

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1840):
sys/external/bsd/ipf/netinet/ip_fil_netbsd.c: revision 1.4 via patch
Fix off-by-one read error.


To generate a diff of this commit:
cvs rdiff -u -r1.46.8.3 -r1.46.8.4 src/sys/dist/ipf/netinet/ip_fil_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/doc

2013-01-21 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Jan 21 20:18:59 UTC 2013

Modified Files:
src/doc [netbsd-5]: CHANGES-5.3

Log Message:
ticket 1840


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-5.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/evbarm

2013-01-21 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon Jan 21 20:20:32 UTC 2013

Modified Files:
src/sys/arch/evbarm/evbarm: autoconf.c

Log Message:
Correct off-by-one in validation of booted partition number.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/evbarm/autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5-0] src/sys/dist/ipf/netinet

2013-01-21 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Jan 21 20:21:58 UTC 2013

Modified Files:
src/sys/dist/ipf/netinet [netbsd-5-0]: ip_fil_netbsd.c

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1840):
sys/external/bsd/ipf/netinet/ip_fil_netbsd.c: revision 1.4 via patch
Fix off-by-one read error.


To generate a diff of this commit:
cvs rdiff -u -r1.46.8.1.2.1 -r1.46.8.1.2.2 \
src/sys/dist/ipf/netinet/ip_fil_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-01-21 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Jan 21 20:22:18 UTC 2013

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1840


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.92 -r1.1.2.93 src/doc/CHANGES-5.0.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5-1] src/sys/dist/ipf/netinet

2013-01-21 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Jan 21 20:22:38 UTC 2013

Modified Files:
src/sys/dist/ipf/netinet [netbsd-5-1]: ip_fil_netbsd.c

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1840):
sys/external/bsd/ipf/netinet/ip_fil_netbsd.c: revision 1.4 via patch
Fix off-by-one read error.


To generate a diff of this commit:
cvs rdiff -u -r1.46.8.3 -r1.46.8.3.2.1 \
src/sys/dist/ipf/netinet/ip_fil_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-01-21 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Jan 21 20:22:55 UTC 2013

Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3

Log Message:
ticket 1840


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-5.1.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5-2] src/sys/dist/ipf/netinet

2013-01-21 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Jan 21 20:23:21 UTC 2013

Modified Files:
src/sys/dist/ipf/netinet [netbsd-5-2]: ip_fil_netbsd.c

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1840):
sys/external/bsd/ipf/netinet/ip_fil_netbsd.c: revision 1.4 via patch
Fix off-by-one read error.


To generate a diff of this commit:
cvs rdiff -u -r1.46.8.3 -r1.46.8.3.6.1 \
src/sys/dist/ipf/netinet/ip_fil_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-01-21 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Jan 21 20:23:36 UTC 2013

Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.1

Log Message:
ticket 1840


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-5.2.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/newfs_msdos

2013-01-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 21 20:28:39 UTC 2013

Modified Files:
src/sbin/newfs_msdos: Makefile newfs_msdos.c
Added Files:
src/sbin/newfs_msdos: mkfs_msdos.c mkfs_msdos.h

Log Message:
Split the make fs portion into a function; do argument tests inside the
function.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/newfs_msdos/Makefile
cvs rdiff -u -r0 -r1.1 src/sbin/newfs_msdos/mkfs_msdos.c \
src/sbin/newfs_msdos/mkfs_msdos.h
cvs rdiff -u -r1.40 -r1.41 src/sbin/newfs_msdos/newfs_msdos.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbarm/rpi

2013-01-21 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon Jan 21 20:42:22 UTC 2013

Modified Files:
src/sys/arch/evbarm/rpi: rpi_machdep.c

Log Message:
Assume the first ld@sdmmc to attach is the booted device until
possibily-otherwise specified during evbarm cpu_rootconf().


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/rpi/rpi_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/elftosb/dist/common

2013-01-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jan 21 21:38:03 UTC 2013

Modified Files:
src/external/bsd/elftosb/dist/common: EncoreBootImage.h

Log Message:
When abusing enums, please at least use valid constants...


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/elftosb/dist/common/EncoreBootImage.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2013-01-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Jan 21 23:42:46 UTC 2013

Modified Files:
src/sys/dev/usb: if_urtwn.c

Log Message:
some more urtwn fixes:
 - support manual roaming (used by wpa_supplicant)
 - simplify ioctl handler
 - add our own reset callback
 - acquire KERNEL_LOCK before using net80211 or the network stack
 - clear IFF_OACTIVE even in the event of an endpoint stall


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/usb/if_urtwn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-01-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 22 01:45:59 UTC 2013

Modified Files:
src/sys/kern: sys_sig.c

Log Message:
It is useless to check for sigcontext_vec and compat module loading for
PK_32 processes. The correct modules are already loaded, otherwise how
is the process running?


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/kern/sys_sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/common

2013-01-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 22 01:47:21 UTC 2013

Modified Files:
src/sys/compat/common: compat_mod.c

Log Message:
Simplify the ifdef mess. No functional context.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/compat/common/compat_mod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/modules/compat

2013-01-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 22 01:48:34 UTC 2013

Modified Files:
src/sys/modules/compat: Makefile

Log Message:
No need to wrap each version with a separate conditional.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/modules/compat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/modules/compat_netbsd32

2013-01-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 22 01:50:25 UTC 2013

Modified Files:
src/sys/modules/compat_netbsd32: Makefile

Log Message:
We need more defines for this to actually work!


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/modules/compat_netbsd32/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/ffs

2013-01-21 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Tue Jan 22 06:24:12 UTC 2013

Modified Files:
src/tests/fs/ffs: t_miscquota.sh

Log Message:
spelling


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/fs/ffs/t_miscquota.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.