CVS commit: src/sys/dev/usb

2013-02-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Feb 1 12:53:47 UTC 2013 Modified Files: src/sys/dev/usb: ehci.c uhci.c Log Message: Call usb_syncmem() against descriptors more strictly. (not sure if the previous ones were fatal though) To generate a diff of this

CVS commit: src/etc/rc.d

2013-02-01 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Feb 1 13:29:33 UTC 2013 Modified Files: src/etc/rc.d: wpa_supplicant Log Message: Make custom reload target work. Before this fix it would have tried to send a HUP signal to wpa_supplicant instead. To generate a diff of this

CVS commit: src/usr.sbin/makefs

2013-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 1 14:00:33 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: while it is studly to play with token pasting, passing directly the type is a lot more readable. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makefs

2013-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 1 14:02:17 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: remove bogus err. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/makefs/makefs.c Please note that diffs are

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

2013-02-01 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri Feb 1 14:48:16 UTC 2013 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL Log Message: Include two MII PHY drivers, as needed by certain PCMCIA network cards. More PHY drivers should be added when

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

2013-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 1 15:02:32 UTC 2013 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: cleanup PVF_WRITE pvh_attrs interaction. To generate a diff of this commit: cvs rdiff -u -r1.250 -r1.251 src/sys/arch/arm/arm32/pmap.c

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

2013-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 1 15:23:11 UTC 2013 Modified Files: src/sys/arch/arm/include: sysarch.h Log Message: include stdbool.h if !_KERNEL To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/include/sysarch.h Please

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

2013-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 1 16:10:16 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835_rng.c Log Message: Use bus_space_read_multi_4 and fix copyright year. From Jared. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2013-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 1 19:27:48 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_rng.c Log Message: Use bus_space_read_multi_4 to drain the RNG's FIFO. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/crypto/external/bsd/openssl

2013-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 1 21:02:48 UTC 2013 Modified Files: src/crypto/external/bsd/openssl: mkpc pkgconfig.mk Log Message: use the version in the source tree, instead of the build host To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src

2013-02-01 Thread Hubert Feyrer
Module Name:src Committed By: hubertf Date: Sat Feb 2 02:08:37 UTC 2013 Modified Files: src: build.sh Log Message: If the initial build of nbmake fails, make the configure logfile available (and tell where it is). To generate a diff of this commit: cvs rdiff -u -r1.261

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2013-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 2 05:04:26 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-elf.h Log Message: Can't use TARGET_AAPCS_BASED since it's not setup by the time SUBTARGET_CPU_DEFAULT is invoked so use ARM_DEFAULT_ABI

CVS commit: src/sys/netinet

2013-02-01 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Sat Feb 2 07:00:42 UTC 2013 Modified Files: src/sys/netinet: ip_output.c Log Message: get rid of ip_len local variable. Use ntohs(ip-ip_len) like the rest of the code in the two places this variable was used To generate a diff