CVS commit: src/sys/arch/vax/boot/boot

2014-05-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat May 24 07:38:42 UTC 2014 Modified Files: src/sys/arch/vax/boot/boot: Makefile Log Message: Force -O1 when compiling this, it doesn't work with -O2 (need to investigate later) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2014-05-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 24 07:41:59 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: grep-2.19 out. To generate a diff of this commit: cvs rdiff -u -r1.1112 -r1.1113 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/doc

2014-05-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat May 24 07:42:45 UTC 2014 Modified Files: src/doc: HACKS Log Message: Note vax /boot hack To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/doc/HACKS Please note that diffs are not public domain; they are

CVS commit: src/sys/dev/sdmmc

2014-05-24 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Sat May 24 12:10:32 UTC 2014 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: eSDHC Controller doesn't have Host SDMA Buffer Boundary bit field To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/distrib/sets

2014-05-24 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat May 24 13:27:13 UTC 2014 Modified Files: src/distrib/sets: regpkg Log Message: Unbreak syspkg by escaping '[' by vis(1) to match the new mtree(8) format. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/pci

2014-05-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 24 14:17:29 UTC 2014 Modified Files: src/sys/dev/pci: agp_i810.c Log Message: Handle 64-bit paddr registers delicately for non-PAE i386. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

CVS commit: src/sys/dev/pci

2014-05-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat May 24 15:09:32 UTC 2014 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: - Fix calculation of supported max payload size in PCIe device capability register. - Fix for PCIE_SLCSR_DLLSCE flag. - invert

CVS commit: src/sys/dev/pci

2014-05-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat May 24 15:20:32 UTC 2014 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: - Decode the programming interface field in the Class Code register and print it. - Print the cache line size in bytes. - Print the

CVS commit: src/share/man/man9

2014-05-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 24 17:14:02 UTC 2014 Modified Files: src/share/man/man9: vfssubr.9 Log Message: End sentence with a dot. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man9/vfssubr.9 Please note that diffs

CVS commit: src/sys/arch/i386

2014-05-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat May 24 18:39:04 UTC 2014 Modified Files: src/sys/arch/i386/conf: Makefile.i386 src/sys/arch/i386/include: Makefile.inc Log Message: Now that GCC 4.8 on i486 has stolen the frame pointer, do like amd64 and add

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

2014-05-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat May 24 18:41:46 UTC 2014 Modified Files: src/sys/arch/amd64/conf: Makefile.amd64 Log Message: Add -fno-omit-frame-pointer to DEFCOPTS. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/usr.sbin/makemandb

2014-05-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 24 21:01:58 UTC 2014 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Replace non-breaking space with hyphen, and call hyphen replacement from one more place. Improves 'man -k midi' output. From Abhinav

CVS commit: src/sys/dev/pci

2014-05-24 Thread David Brownlee
Module Name:src Committed By: abs Date: Sat May 24 22:14:27 UTC 2014 Modified Files: src/sys/dev/pci: siside.c Log Message: Add in missing space after 96X UDMA%d. Changes 96X UDMA6746 to 96X UDMA6 746 To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35