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

2015-11-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Nov 13 08:04:21 UTC 2015 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Tweak the KASSERTs in pmap_update in the ARM_MMU_EXTENDED case - Lazy updating is not done on the kernel pmap. PR port-arm/50420:

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

2015-11-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Nov 13 08:04:21 UTC 2015 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Tweak the KASSERTs in pmap_update in the ARM_MMU_EXTENDED case - Lazy updating is not done on the kernel pmap. PR port-arm/50420:

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Nov 13 10:43:32 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c Log Message: Avoid broken state if realloc(3) fails. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/lib/libc/rpc/svc.c Please note that

Re: CVS commit: src/common/lib/libc/stdlib

2015-11-13 Thread Joerg Sonnenberger
On Thu, Nov 12, 2015 at 12:23:51PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Thu Nov 12 17:23:51 UTC 2015 > > Modified Files: > src/common/lib/libc/stdlib: _strtol.h _strtoul.h > > Log Message: > Recognize 0[bB] as binary (base 2) Based on

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Nov 13 11:23:08 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_soc.c Log Message: Don't try to use listen(2) on a UDP socket which will always fail. Previously this was not a problem because the return value of listen(2) was

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Nov 13 11:23:08 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_soc.c Log Message: Don't try to use listen(2) on a UDP socket which will always fail. Previously this was not a problem because the return value of listen(2) was

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Nov 13 11:43:26 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c Log Message: Remove now unnecessary cast. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/rpc/svc.c Please note that diffs are not

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Nov 13 11:43:26 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c Log Message: Remove now unnecessary cast. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/rpc/svc.c Please note that diffs are not

CVS commit: src/share/man/man4

2015-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 13 09:51:16 UTC 2015 Modified Files: src/share/man/man4: ddb.4 Log Message: Bump date for previous, remove empty line. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/share/man/man4/ddb.4 Please note

CVS commit: src/lib/libm/man

2015-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 13 09:56:27 UTC 2015 Modified Files: src/lib/libm/man: pow.3 Log Message: Family is singular, so use singular form of verb. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/pow.3 Please note

CVS commit: src/lib/libm/man

2015-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 13 09:56:27 UTC 2015 Modified Files: src/lib/libm/man: pow.3 Log Message: Family is singular, so use singular form of verb. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/pow.3 Please note

CVS commit: src/share/man/man4

2015-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 13 09:51:16 UTC 2015 Modified Files: src/share/man/man4: ddb.4 Log Message: Bump date for previous, remove empty line. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/share/man/man4/ddb.4 Please note

CVS commit: src/lib/libc/stdlib

2015-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 13 09:50:31 UTC 2015 Modified Files: src/lib/libc/stdlib: strtoi.3 strtol.3 strtou.3 strtoul.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/stdlib

2015-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Nov 13 09:50:31 UTC 2015 Modified Files: src/lib/libc/stdlib: strtoi.3 strtol.3 strtou.3 strtoul.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2015-11-13 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri Nov 13 16:04:07 UTC 2015 Modified Files: src/sys/arch/amiga/conf: WSCONS Log Message: Make sure the graphics device which has the console gets wsdisplay0, otherwise neither virtual terminals nor Xorg's wsfb driver will work.

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 15:23:17 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_soc.c Log Message: Generalize the test, compare on the protocol semantics instead of the name since it could be udp6... To generate a diff of this commit: cvs

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 15:23:17 UTC 2015 Modified Files: src/lib/libc/rpc: rpc_soc.c Log Message: Generalize the test, compare on the protocol semantics instead of the name since it could be udp6... To generate a diff of this commit: cvs

Re: CVS commit: src/common/lib/libc/stdlib

2015-11-13 Thread Christos Zoulas
In article <2015111344.ga13...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Thu, Nov 12, 2015 at 12:23:51PM -0500, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Thu Nov 12 17:23:51 UTC 2015 >> >> Modified

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

2015-11-13 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri Nov 13 16:04:07 UTC 2015 Modified Files: src/sys/arch/amiga/conf: WSCONS Log Message: Make sure the graphics device which has the console gets wsdisplay0, otherwise neither virtual terminals nor Xorg's wsfb driver will work.

CVS commit: src/usr.bin/xlint/lint1

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 16:04:58 UTC 2015 Modified Files: src/usr.bin/xlint/lint1: scan.l Log Message: Handle 0b locally since anyway this is not portable. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/common/lib/libc/stdlib

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 16:02:08 UTC 2015 Modified Files: src/common/lib/libc/stdlib: _strtol.h _strtoul.h Log Message: comment out 0{b,B} handling. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/common/lib/libc/stdlib

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 16:02:08 UTC 2015 Modified Files: src/common/lib/libc/stdlib: _strtol.h _strtoul.h Log Message: comment out 0{b,B} handling. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 15:22:12 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c Log Message: Do proper accounting for the extra -1 slot. Perhaps this is too confusing and it would be better to just access the array with [fd + 1] instead?

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 15:22:12 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c Log Message: Do proper accounting for the extra -1 slot. Perhaps this is too confusing and it would be better to just access the array with [fd + 1] instead?

CVS commit: src/lib/libc/stdlib

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 16:00:32 UTC 2015 Modified Files: src/lib/libc/stdlib: strtoi.3 strtol.3 strtou.3 strtoul.3 Log Message: revert 0b documentation. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libc/stdlib

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 16:00:32 UTC 2015 Modified Files: src/lib/libc/stdlib: strtoi.3 strtol.3 strtou.3 strtoul.3 Log Message: revert 0b documentation. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/xlint/lint1

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 16:04:58 UTC 2015 Modified Files: src/usr.bin/xlint/lint1: scan.l Log Message: Handle 0b locally since anyway this is not portable. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/usr.bin/xlint/lint1

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 19:13:50 UTC 2015 Modified Files: src/usr.bin/xlint/lint1: scan.l Log Message: redo previous, not needed. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.bin/xlint/lint1/scan.l Please note

re: CVS commit: src/common/lib/libc/stdlib

2015-11-13 Thread matthew green
Christos Zoulas writes: > In article <2015111344.ga13...@britannica.bec.de>, > Joerg Sonnenberger wrote: > >On Thu, Nov 12, 2015 at 12:23:51PM -0500, Christos Zoulas wrote: > >> Module Name: src > >> Committed By: christos > >> Date: Thu Nov

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 13 18:52:16 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: validate emulated bus 0 configuration space access more carefully To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 13 18:58:17 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: Limit configuration space access to the non-emulated busses to legacy PCI_CONF_SIZE. Extended configuration access is possible, we

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 13 18:58:17 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: Limit configuration space access to the non-emulated busses to legacy PCI_CONF_SIZE. Extended configuration access is possible, we

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 13 18:52:16 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: validate emulated bus 0 configuration space access more carefully To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/xlint/lint1

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 19:13:50 UTC 2015 Modified Files: src/usr.bin/xlint/lint1: scan.l Log Message: redo previous, not needed. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.bin/xlint/lint1/scan.l Please note

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 13 18:23:17 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: drop white space on empty line To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra_pcie.c

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 13 18:23:17 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: drop white space on empty line To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra_pcie.c

CVS commit: src/external/bsd/ntp/scripts

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 20:31:28 UTC 2015 Modified Files: src/external/bsd/ntp/scripts: mkver Log Message: PR/50426: Dave Tyson: Fix ntp reported version. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/bsd/ntp/scripts

2015-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 13 20:31:28 UTC 2015 Modified Files: src/external/bsd/ntp/scripts: mkver Log Message: PR/50426: Dave Tyson: Fix ntp reported version. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

Re: CVS commit: src/sys/arch

2015-11-13 Thread Christos Zoulas
In article <20151113235600.68160682715d32da26bd8...@phoenix.owl.de>, Frank Wille wrote: >On Fri, 13 Nov 2015 08:45:29 +1100 >matthew green wrote: > >> > I didn't manage to make the "wskbd" protocol the default in the X >> > server, so you have to

Re: CVS commit: src/sys/arch

2015-11-13 Thread Frank Wille
On Fri, 13 Nov 2015 08:45:29 +1100 matthew green wrote: > > I didn't manage to make the "wskbd" protocol the default in the X > > server, so you have to provide a small xorg.conf with Option "Protocol" > > "wskbd". The standard protocol will not work as the Amiga wskbd cannot

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 14 01:38:58 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pciereg.h Log Message: add more AFI BAR register offsets To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 14 01:31:08 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: We don't need to use any particular value, but use the actual interrupt number for the PCI_INTERRUPT_LINE. To generate a diff of

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 14 01:31:08 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: We don't need to use any particular value, but use the actual interrupt number for the PCI_INTERRUPT_LINE. To generate a diff of

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 14 02:10:10 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c tegra_reg.h Log Message: Correct TEGRA_PCIE_A[123] window definitions. Replace existing usages thereof (and related bus space handles, etc.)

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 14 02:10:10 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c tegra_reg.h Log Message: Correct TEGRA_PCIE_A[123] window definitions. Replace existing usages thereof (and related bus space handles, etc.)

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 14 02:00:42 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_reg.h Log Message: Increment TEGRA_PCIE_SIZE It's a size, not a last-valid-offset. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 14 02:00:42 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_reg.h Log Message: Increment TEGRA_PCIE_SIZE It's a size, not a last-valid-offset. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/kern

2015-11-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 14 03:25:53 UTC 2015 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: Fix obvious typo - even though it is inside a #ifdef notyet ... #endif To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sys/kern

2015-11-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 14 03:25:53 UTC 2015 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: Fix obvious typo - even though it is inside a #ifdef notyet ... #endif To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 14 03:44:52 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c tegra_reg.h Log Message: Jetson TK1 u-boot sets up PCI IO space in an impossible-to-use configuration. As we're already allocating resources on

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 14 03:44:52 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c tegra_reg.h Log Message: Jetson TK1 u-boot sets up PCI IO space in an impossible-to-use configuration. As we're already allocating resources on

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

2015-11-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 14 01:38:58 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pciereg.h Log Message: add more AFI BAR register offsets To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2015-11-13 Thread Marty Fouts
Module Name:src Committed By: marty Date: Sat Nov 14 07:15:58 UTC 2015 Added Files: src/sys/arch/evbarm/conf: ODROID-XU4 ODROID-XU4_INSTALL Log Message: SNAPSHOT: DOES NOT BOOT First crack at configuration files for the Hardkernel ODROID XU4. This kernel hangs

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

2015-11-13 Thread Marty Fouts
Module Name:src Committed By: marty Date: Sat Nov 14 07:15:58 UTC 2015 Added Files: src/sys/arch/evbarm/conf: ODROID-XU4 ODROID-XU4_INSTALL Log Message: SNAPSHOT: DOES NOT BOOT First crack at configuration files for the Hardkernel ODROID XU4. This kernel hangs

CVS commit: [nick-nhusb] src/sys/dev/usb

2015-11-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 14 07:18:35 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.254.2.25 -r1.254.2.26 src/sys/dev/usb/ohci.c Please note that diffs

CVS commit: [nick-nhusb] src/sys/dev/usb

2015-11-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 14 07:18:35 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.254.2.25 -r1.254.2.26 src/sys/dev/usb/ohci.c Please note that diffs

CVS commit: src/sys/conf

2015-11-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 14 07:31:13 UTC 2015 Modified Files: src/sys/conf: std Log Message: Always include the "vfs" attribute (module). Although all of the ufs/xxx file systems depend on the vfs attribute, it is not required that any file

CVS commit: src/sys/conf

2015-11-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 14 07:31:13 UTC 2015 Modified Files: src/sys/conf: std Log Message: Always include the "vfs" attribute (module). Although all of the ufs/xxx file systems depend on the vfs attribute, it is not required that any file

CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Nov 13 10:43:32 UTC 2015 Modified Files: src/lib/libc/rpc: svc.c Log Message: Avoid broken state if realloc(3) fails. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/lib/libc/rpc/svc.c Please note that

CVS commit: src/sys/fs/sysvbfs

2015-11-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 13 13:36:54 UTC 2015 Modified Files: src/sys/fs/sysvbfs: sysvbfs_vnops.c Log Message: Fix bug in readdir loop condition. Reading all dirents using a small buffer and multiple calls now works. Bug found by "Shamar" on

CVS commit: src/sys/fs/sysvbfs

2015-11-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 13 13:36:54 UTC 2015 Modified Files: src/sys/fs/sysvbfs: sysvbfs_vnops.c Log Message: Fix bug in readdir loop condition. Reading all dirents using a small buffer and multiple calls now works. Bug found by "Shamar" on