cvs commit: www/en/snapshots index.sgml

2007-12-08 Thread Doug Barton
dougb 2007-12-09 05:48:49 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: The June snapshots are gone, long live the December snapshots! Revision ChangesPath 1.42 +3 -3 www/en/snapshots/index.sgml ___

cvs commit: src/release Makefile

2007-12-08 Thread David E. O'Brien
obrien 2007-12-09 04:24:09 UTC FreeBSD src repository Modified files: release Makefile Log: Make it easier to experiment with alternate compression. Reviewed by:kensmith Revision ChangesPath 1.930 +9 -8 src/release/Makefile

cvs commit: ports/graphics/fpc-cairo Makefile

2007-12-08 Thread Jose Alonso Cardenas Marquez
acm 2007-12-09 03:05:42 UTC FreeBSD ports repository Modified files: graphics/fpc-cairo Makefile Log: - Fix fpc-fcl-image dependency entry Approved by:portmgr (linimon) Revision ChangesPath 1.2 +1 -1 ports/graphics/fpc-cairo/Makefile

cvs commit: src/usr.sbin/sysinstall media.c system.c

2007-12-08 Thread David E. O'Brien
obrien 2007-12-09 02:43:28 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall media.c system.c Log: Be more consistant and use UNZIPPER everywhere. Revision ChangesPath 1.124 +2 -4 src/usr.sbin/sysinstall/media.c 1.130 +3 -2 src/usr.s

cvs commit: src/usr.sbin/pkg_install Makefile src/usr.sbin/pkg_install/add pkg_add.1 src/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/delete pkg_delete.1 src/usr.sbin/pkg_install/

2007-12-08 Thread David E. O'Brien
obrien 2007-12-09 02:06:00 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install Makefile usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/create pkg_create.1 usr.sbin/pkg_install/delete pkg_delete.1 usr.sbin/pkg_install/info pkg_info.1 usr.s

cvs commit: src/games/fortune/datfiles fortunes fortunes-o.real fortunes-o.sp.ok fortunes.sp.ok

2007-12-08 Thread Doug Barton
dougb 2007-12-09 01:00:11 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes fortunes-o.real fortunes-o.sp.ok fortunes.sp.ok Log: A few more cleanups. Revision ChangesPath 1.249 +63 -65src/games/fortune/dat

cvs commit: src/sys/i386/bios apm.c

2007-12-08 Thread Nate Lawson
njl 2007-12-09 00:24:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/i386/biosapm.c Log: MFC: 1.149-1.150. Hold Giant over device_suspend/resume() methods in apm. Approved by:re RevisionChangesPath 1.145.10.1 +11

cvs commit: src/sys/i386/bios apm.c

2007-12-08 Thread Nate Lawson
njl 2007-12-09 00:24:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/i386/biosapm.c Log: MFC: 1.149-1.150. Hold Giant over device_suspend/resume() methods in apm. Approved by:re Revision ChangesPath 1.147.2.1 +11 -1

cvs commit: src/sys/i386/bios apm.c

2007-12-08 Thread Nate Lawson
njl 2007-12-09 00:24:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/biosapm.c Log: MFC: 1.149-1.150. Hold Giant over device_suspend/resume() methods in apm. Approved by:re Revision ChangesPath 1.145.2.1 +11 -1

cvs commit: src/bin/ed Makefile

2007-12-08 Thread Marius Strobl
marius 2007-12-09 00:14:27 UTC FreeBSD src repository Modified files: bin/ed Makefile Log: Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case. This fixes its compilation if MK_OPENSSL == no and also obsoletes release/Makefile rev. 1.192. The latt

cvs commit: ports/mail/pine-pgp-filters Makefile

2007-12-08 Thread Doug Barton
dougb 2007-12-08 23:44:26 UTC FreeBSD ports repository Modified files: mail/pine-pgp-filters Makefile Log: The gnupg* dependency is needed in BUILD_DEPENDS too. Not firing on all cylinders:dougb Approved by:portmgr (pav) Revision ChangesPath 1.12

cvs commit: src/share/man/man4 nve.4

2007-12-08 Thread Remko Lodder
remko 2007-12-08 23:42:02 UTC FreeBSD src repository Modified files: share/man/man4 nve.4 Log: There is no list to stop, so dont use .El. Noticed by: brueffer Revision ChangesPath 1.10 +0 -1 src/share/man/man4/nve.4 _

cvs commit: src/sbin/bsdlabel bsdlabel.8

2007-12-08 Thread Remko Lodder
remko 2007-12-08 23:41:13 UTC FreeBSD src repository Modified files: sbin/bsdlabelbsdlabel.8 Log: Remove redundant whitespace. Noticed by: brueffer Revision ChangesPath 1.70 +1 -1 src/sbin/bsdlabel/bsdlabel.8 __

cvs commit: src/sbin/newfs_msdos newfs_msdos.8

2007-12-08 Thread Remko Lodder
remko 2007-12-08 23:40:11 UTC FreeBSD src repository Modified files: sbin/newfs_msdos newfs_msdos.8 Log: .Ed is not needed here, remove it. Noticed by: brueffer Revision ChangesPath 1.22 +0 -1 src/sbin/newfs_msdos/newfs_msdos.8 ___

cvs commit: ports/security/vuxml vuln.xml

2007-12-08 Thread Remko Lodder
remko 2007-12-08 23:26:34 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Document liveMedia -- DoS vulnerability Submitted by: Rafae«l Careé with modifications by me Approved by:portmgr (secte

cvs commit: src/sys/geom/part g_part.c

2007-12-08 Thread Marcel Moolenaar
marcel 2007-12-08 23:08:42 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c Log: Internal partitions can not be deleted or modified. Revision ChangesPath 1.14 +2 -2 src/sys/geom/part/g_part.c _

cvs commit: src/etc/rc.d power_profile resolv tmp var

2007-12-08 Thread Doug Barton
dougb 2007-12-08 23:00:28 UTC FreeBSD src repository Modified files: etc/rc.d power_profile resolv tmp var Log: Add an empty stop_cmd to the remaining scripts that don't start daemons and don't already have one. Revision ChangesPath 1.12 +1 -0

cvs commit: src/lib/libc/sys access.2

2007-12-08 Thread Remko Lodder
remko 2007-12-08 22:50:35 UTC FreeBSD src repository Modified files: lib/libc/sys access.2 Log: Make the warning a bit less 'broad' then it used to be. The access is seems to be a problem for SUID applications, which we like to prevent as much as possible. PR:

cvs commit: src/share/man/man5 hosts.equiv.5

2007-12-08 Thread Remko Lodder
remko 2007-12-08 22:43:17 UTC FreeBSD src repository Modified files: share/man/man5 hosts.equiv.5 Log: Improve readability for the hosts.equiv file regarding the notation of hostnames. PR: docs/35953 Submitted by: "Gary W. Swearingen"

cvs commit: src/etc/rc.d dmesg

2007-12-08 Thread Doug Barton
dougb 2007-12-08 22:40:32 UTC FreeBSD src repository Modified files: etc/rc.d dmesg Log: Remove a meaningless KEYWORD Revision ChangesPath 1.7 +1 -1 src/etc/rc.d/dmesg ___ cvs-all@freebsd.org mailing

cvs commit: src/sbin/newfs_msdos newfs_msdos.8

2007-12-08 Thread Remko Lodder
remko 2007-12-08 22:38:12 UTC FreeBSD src repository Modified files: sbin/newfs_msdos newfs_msdos.8 Log: Add information about the maximum file size for msdosfs. PR: docs/112935 Submitted by: Julian Stacey Actually this was inspired b

cvs commit: src/etc/rc.d bootconf.sh

2007-12-08 Thread Doug Barton
dougb 2007-12-08 22:33:11 UTC FreeBSD src repository Removed files: etc/rc.d bootconf.sh Log: Remove the bootconf.sh script. It was never used on FreeBSD, and was removed from the Makefile in version 1.5 (2002/09/02) but never GC'ed. Revision ChangesPath

cvs commit: src/etc/rc.d dhclient ftp-proxy keyserv quota

2007-12-08 Thread Doug Barton
dougb 2007-12-08 22:27:18 UTC FreeBSD src repository Modified files: etc/rc.d dhclient ftp-proxy keyserv quota Log: Remove spurious # marks to be more consistent with existing style. Revision ChangesPath 1.30 +0 -1 src/etc/rc.d/dhclient 1.2

cvs commit: src/etc/rc.d ugidfw

2007-12-08 Thread Doug Barton
dougb 2007-12-08 22:26:31 UTC FreeBSD src repository Modified files: etc/rc.d ugidfw Log: Remove empty REQUIRE line Revision ChangesPath 1.6 +0 -1 src/etc/rc.d/ugidfw ___ cvs-all@freebsd.org mailing

cvs commit: src/sys/geom/part g_part.c

2007-12-08 Thread Marcel Moolenaar
marcel 2007-12-08 22:06:18 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c Log: Skip internal partitions in the check for (user) partitions for the destroy command. Previously a freshly created BSD disklabel could not be destroyed because of the inte

cvs commit: src/share/man/man4 nve.4

2007-12-08 Thread Remko Lodder
remko 2007-12-08 21:58:19 UTC FreeBSD src repository Modified files: share/man/man4 nve.4 Log: Add 1000baseTX support for the nve driver, which is known here and there. Also mention that the driver sometimes returns '10baseTX' as output instead of 100baseTX (which

cvs commit: src/sys/amd64/amd64 pmap.c

2007-12-08 Thread Alan Cox
alc 2007-12-08 21:48:28 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Use 1GB virtual pages to implement the direct map on architectures that support this feature. Wrap a nearby line that is too long. MFC after: 6 weeks Revision

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2007-12-08 Thread Scott Long
scottl 2007-12-08 21:39:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/arcmsr arcmsr.c arcmsr.h Log: Support new ARC120x family of controllers. Many thanks for Areca's continued support of FreeBSD. Submitted by: Erich Chen @ Areca

cvs commit: src/sys/amd64/amd64 identcpu.c src/sys/amd64/include specialreg.h

2007-12-08 Thread Alan Cox
alc 2007-12-08 21:13:01 UTC FreeBSD src repository Modified files: sys/amd64/amd64 identcpu.c sys/amd64/includespecialreg.h Log: Recognize architectural support for 1GB virtual pages. MFC after: 6 weeks Revision ChangesPath 1.155 +1 -1

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2007-12-08 Thread Scott Long
scottl 2007-12-08 20:48:27 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c arcmsr.h Log: Support new ARC120x family of controllers. Many thanks for Areca's continued support of FreeBSD. Submitted by: Erich Chen @ Areca Revision Changes

cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml

2007-12-08 Thread Remko Lodder
remko 2007-12-08 20:21:12 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Improve the working around FAT and extended filesystems. PR: docs/114715 Submitted by: Ben Kaduk with minor modi

cvs commit: src/usr.sbin/timed/timed timed.8

2007-12-08 Thread Remko Lodder
remko 2007-12-08 20:04:15 UTC FreeBSD src repository Modified files: usr.sbin/timed/timed timed.8 Log: Enhance descriptions in the timed manual. PR: docs/115445 Submitted by: "Julian Stacey" MFC After: 3 days Revision ChangesPath 1.17

cvs commit: src/sbin/bsdlabel bsdlabel.8

2007-12-08 Thread Remko Lodder
remko 2007-12-08 19:57:22 UTC FreeBSD src repository Modified files: sbin/bsdlabelbsdlabel.8 Log: Attempt to describe the ''auto'' type a bit better in the default section (if nothing had been specified, or if the auto type had been specified, a default layout is us

cvs commit: doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml

2007-12-08 Thread Remko Lodder
remko 2007-12-08 19:46:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: Add information on how to change the console video modes. Translators: this is an addition to the current handbook, no other changes had been made

cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c

2007-12-08 Thread David Malone
dwmalone2007-12-08 13:46:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/amd64/linux32linux32_proto.h linux32_syscall.h linux32_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_

cvs commit: src/sys/amd64/linux32 linux.h linux32_proto.h linux32_syscall.h linux32_sysent.c syscalls.master src/sys/compat/linux linux_stats.c src/sys/i386/linux linux.h linux_proto.h linux_syscall.h

2007-12-08 Thread David Malone
dwmalone2007-12-08 13:43:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/amd64/linux32linux.h linux32_proto.h linux32_syscall.h linux32_sysent.c syscalls.master sys/compat/linux linux_stats.c sys/i386/linux

cvs commit: src/share/doc/legal/intel_wpi Makefile src/share/man/man4 Makefile wpi.4 src/sys/dev/wpi if_wpi.c if_wpireg.h if_wpivar.h src/sys/modules/wpi Makefile src/sys/modules/wpifw Makefile src/sy

2007-12-08 Thread Benjamin Close
benjsc 2007-12-08 12:44:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man4 Makefile sys/conf files.i386 files.amd64 etc/mtreeBSD.usr.dist share/doc/legal Makefile sys/amd64/conf NOTES

cvs commit: src/share/man/man4 msk.4 src/sys/dev/msk if_msk.c if_mskreg.h

2007-12-08 Thread Remko Lodder
remko 2007-12-08 12:19:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) share/man/man4 msk.4 sys/dev/msk if_msk.c if_mskreg.h Log: MFC rev 1.6 msk.4 MFC rev 1.26 if_msk.c MFC rev 1.11 if_mskreg.h Bring in support for: Marv

cvs commit: src/share/man/man4 msk.4 src/sys/dev/msk if_msk.c if_mskreg.h

2007-12-08 Thread Remko Lodder
remko 2007-12-08 12:18:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 msk.4 sys/dev/msk if_msk.c if_mskreg.h Log: MFC rev 1.6 msk.4 MFC rev 1.26 if_msk.c MFC rev 1.11 if_mskreg.h Bring in support for: Marvel

cvs commit: src/share/man/man4 msk.4 src/sys/dev/msk if_msk.c if_mskreg.h

2007-12-08 Thread Remko Lodder
remko 2007-12-08 12:16:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man4 msk.4 sys/dev/msk if_msk.c if_mskreg.h Log: MFC rev 1.6 msk.4 MFC rev 1.26 if_msk.c MFC rev 1.11 if_mskreg.h Bring in support for: Marvel

cvs commit: www/en/platforms amd64.sgml

2007-12-08 Thread Chin-San Huang
chinsan 2007-12-08 12:13:26 UTC FreeBSD doc repository Modified files: en/platforms amd64.sgml Log: - Revert the correct American English style. ( ``Hammer''. -> ``Hammer.'' ) Noticed by: trhodes (Thanks) Revision ChangesPath 1.21 +2 -2

cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml

2007-12-08 Thread Gabor Kovesdan
gabor 2007-12-08 10:21:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: - Update sample C(V)Sup refuse list to cover all existing doc languages PR: docs/118491 Submitted by: Chess Griffin <[EMAIL PROTECT

cvs commit: src/release fixit.profile

2007-12-08 Thread Ulf Lilleengen
lulf2007-12-08 10:05:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) release fixit.profile Log: - Add support for all geom class command options in the Fixit environment by pointing GEOM_LIBRARY_PATH to the geom libraries. PR:

cvs commit: src/release fixit.profile

2007-12-08 Thread Ulf Lilleengen
lulf2007-12-08 09:41:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release fixit.profile Log: - Add support for all geom class command options in the Fixit environment by pointing GEOM_LIBRARY_PATH to the geom libraries. PR:

cvs commit: src/release fixit.profile

2007-12-08 Thread Ulf Lilleengen
lulf2007-12-08 09:39:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) release fixit.profile Log: - Add support for all geom class command options in the Fixit environment by pointing GEOM_LIBRARY_PATH to the geom libraries. PR:

cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c

2007-12-08 Thread David Malone
dwmalone2007-12-08 08:50:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/linux32linux32_proto.h linux32_syscall.h linux32_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sy

cvs commit: src/sys/amd64/linux32 linux.h linux32_proto.h linux32_syscall.h linux32_sysent.c syscalls.master src/sys/compat/linux linux_stats.c src/sys/i386/linux linux.h linux_proto.h linux_syscall.h

2007-12-08 Thread David Malone
dwmalone2007-12-08 08:48:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/linux32linux.h linux32_proto.h linux32_syscall.h linux32_sysent.c syscalls.master sys/compat/linux linux_stats.c sys/i386/linux

cvs commit: src/lib/libarchive archive_read_support_format_zip.c

2007-12-08 Thread Tim Kientzle
kientzle2007-12-08 07:55:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libarchive archive_read_support_format_zip.c Log: MFC: If "length at end" flag is specified, then a zero length at the beginning doesn't mean an empty body. Approved