cvs commit: src/sys/i386/conf PAE

2007-11-02 Thread Andrew Thompson
thompsa 2007-11-03 07:11:07 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: Remove zyd as wireless is not supported on PAE. Revision ChangesPath 1.27 +1 -0 src/sys/i386/conf/PAE ___ cvs-all

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

2007-11-02 Thread Alan Cox
alc 2007-11-03 05:15:26 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386pmap.c Log: Eliminate spurious "Approaching the limit on PV entries, ..." warnings. Specifically, whenever vm_page_alloc(9) returned NULL to get_pv_en

cvs commit: www/en/gnome/docs gnome2_porting.sgml

2007-11-02 Thread Joe Marcus Clarke
marcus 2007-11-03 04:31:09 UTC FreeBSD doc repository Modified files: en/gnome/docsgnome2_porting.sgml Log: Sync the GNOME 2 module lists with the GNOME 2.20 changes. Revision ChangesPath 1.29 +16 -4 www/en/gnome/docs/gnome2_porting.sgml

cvs commit: www/en/gnome news.xml

2007-11-02 Thread Joe Marcus Clarke
marcus 2007-11-03 04:18:43 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Belatedly announce GNOME 2.20 for FreeBSD. Revision ChangesPath 1.144 +80 -1 www/en/gnome/news.xml ___ cvs-all

cvs commit: ports/mail/evolution Makefile pkg-plist

2007-11-02 Thread Jeremy Messenger
mezz2007-11-03 04:00:32 UTC FreeBSD ports repository Modified files: mail/evolution Makefile pkg-plist Log: Fix the plist when I added bogo-junk plugin support in my previous committed, bump the PORTREVISION. Reported by:pointyhat Pointyhat to: mezz (for

cvs commit: ports/graphics/libfpx/files Makefile.bsd

2007-11-02 Thread Mikhail Teterin
mi 2007-11-02 23:07:35 UTC FreeBSD ports repository Modified files: graphics/libfpx/files Makefile.bsd Log: The top-level build directory should also be in the include path. Approved by:portmgr (linimon) PR: ports/117774 Revision ChangesPath 1.16

cvs commit: src/etc/namedb named.root

2007-11-02 Thread Doug Barton
dougb 2007-11-02 22:37:15 UTC FreeBSD src repository Modified files: etc/namedb named.root Log: Update to the 1 November 2007 version of this file. The change is to the address of l.root-servers.net, which is moving to a new /24 in order to enable anycast routing

cvs commit: ports/net/tac_plus-libradius Makefile ports/net/tac_plus-libradius/files patch-ab

2007-11-02 Thread Juergen Lock
nox 2007-11-02 22:55:27 UTC FreeBSD ports repository Modified files: net/tac_plus-libradius Makefile net/tac_plus-libradius/files patch-ab Log: Fix build with GCC 4.2 PR: ports/117576 Submitted by: nox Approved by:portmgr (linimon, pav) Re

cvs commit: src/usr.sbin/pkg_install Makefile src/usr.sbin/pkg_install/updating Makefile main.c pathnames.h pkg_updating.1

2007-11-02 Thread Kirill Ponomarew
krion 2007-11-02 22:46:30 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install Makefile Added files: usr.sbin/pkg_install/updating Makefile main.c pathnames.h pkg_updating.1 Log: Introduce pkg_updating(1) which scans for inst

cvs commit: src/sys/alpha/isa isa.c

2007-11-02 Thread Wilko Bulte
wilko 2007-11-02 21:40:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/alpha/isaisa.c Log: Fix panic on kernel startup. This allowed me to successfully run a 6.3-PRE kernel. Patch kindly provided by: jhb Revision ChangesPath

Re: [src] cvs commit: src/usr.sbin/pkg_install/lib match.c

2007-11-02 Thread Kirill Ponomarew
On Fri, Nov 02, 2007 at 08:18:54PM +, Kirill Ponomarew wrote: > krion 2007-11-02 20:18:47 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install/lib match.c > Log: > Momoize the results of isinstalledpkg() ^^^ Memoize -Kirill

Re: cvs commit: src/sys/net if_disc.c

2007-11-02 Thread Bruce M. Simpson
Yar Tikhiy wrote: yar 2007-10-27 19:57:41 UTC FreeBSD src repository Modified files: sys/net if_disc.c Log: Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag. It should be the final follow-up to an old yet unfinished discussion on whether IF

cvs commit: ports/x11-toolkits/gtk20 Makefile ports/x11-toolkits/gtk20/files patch-gtk_gtkiconcache.c

2007-11-02 Thread Jeremy Messenger
mezz2007-11-02 20:53:38 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile Removed files: x11-toolkits/gtk20/files patch-gtk_gtkiconcache.c Log: Remove a patch that cause some GTK+2 (mostly xfce4) apps to start up too long and consume 100% CPU

cvs commit: src/sys/vm swap_pager.c

2007-11-02 Thread Maxim Konovalov
maxim 2007-11-02 20:48:10 UTC FreeBSD src repository Modified files: sys/vm swap_pager.c Log: o Fix panic message: it's swap_pager_putpages() not swap_pager_getpages(). Submitted by: Mark Tinguely Revision ChangesPath 1.297 +1 -1 src/sy

cvs commit: src/usr.sbin/pkg_install/lib match.c

2007-11-02 Thread Kirill Ponomarew
krion 2007-11-02 20:18:47 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/lib match.c Log: Momoize the results of isinstalledpkg() PR: bin/116452 Submitted by: wollmann MFC after: 7 days Revision ChangesPath 1.21 +57

cvs commit: src/sys/kern kern_fork.c

2007-11-02 Thread Julian Elischer
julian 2007-11-02 19:40:36 UTC FreeBSD src repository Modified files: sys/kern kern_fork.c Log: Completely remove the code for single threading the mainline fork code. Put in a little comment explaining why it went away. Re-enable it in the case there an exisitin

cvs commit: src/share/misc bsd-family-tree

2007-11-02 Thread Maxim Konovalov
maxim 2007-11-02 19:25:06 UTC FreeBSD src repository Modified files: share/misc bsd-family-tree Log: o OpenBSD 4.2 added. Revision ChangesPath 1.116 +2 -0 src/share/misc/bsd-family-tree ___ cvs-all@freeb

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

2007-11-02 Thread Giorgos Keramidas
keramida2007-11-02 15:48:55 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Replace inline " quotes, with ”. The output should look pretty similar, but the inline quote confuses syntax highlighting in both Emacs and VIM.

cvs commit: src/sys/kern subr_rman.c

2007-11-02 Thread John Baldwin
jhb 2007-11-02 19:00:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern subr_rman.c Log: MFC 1.55: Fix another edge case in rman_manage_region() that could result in the the resource list getting missorted. Revision Changes

cvs commit: src/sys/dev/acpi_support acpi_ibm.c

2007-11-02 Thread John Baldwin
jhb 2007-11-02 18:54:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/acpi_support acpi_ibm.c Log: MFC: Don't attach to the "IBM0057" ID. Revision ChangesPath 1.7.2.4 +1 -1 src/sys/dev/acpi_support/acpi_ibm.c _

cvs commit: src/sys/dev/acpi_support acpi_ibm.c

2007-11-02 Thread John Baldwin
jhb 2007-11-02 18:54:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/acpi_support acpi_ibm.c Log: MFC: Don't attach to the "IBM0057" ID. Approved by:re (kensmith) Revision ChangesPath 1.14.2.1 +1 -1 src/sys/dev/acpi_s

cvs commit: src/usr.sbin/mtree mtree.c

2007-11-02 Thread Giorgos Keramidas
keramida2007-11-02 15:11:53 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/mtree mtree.c Log: mtree should use getcwd() instead of getwd(). getcwd() is safer, because it includes checks for the length of the buffer it uses. Reviewed by:phk,

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

2007-11-02 Thread Giorgos Keramidas
keramida2007-11-02 15:47:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Minor wording nit. The ports/ tree certainly has many revisions; thousands of them, in fact. It doesn't have *branches* though. Revision Chang

cvs commit: doc/el_GR.ISO8859-7 Makefile doc/el_GR.ISO8859-7/articles Makefile doc/el_GR.ISO8859-7/articles/greek-language-support Makefile article.sgml doc/el_GR.ISO8859-7/books Makefile Makefile.inc

2007-11-02 Thread Giorgos Keramidas
keramida2007-11-02 16:14:25 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7 Makefile el_GR.ISO8859-7/articles Makefile el_GR.ISO8859-7/share/sgml catalog l10n.ent mailing-lists.ent teams.ent trademarks.ent el_GR.ISO8859-7/

cvs commit: src/sys/net bpf_filter.c

2007-11-02 Thread David Malone
dwmalone2007-11-02 16:27:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net bpf_filter.c Log: MFC 1.28: Make the type of the memory used by the BPF filter unsigned, so it matches the BPF registers (which are the only thing that is ass

cvs commit: src/sys/dev/acpica acpi_cpu.c

2007-11-02 Thread Nate Lawson
njl 2007-11-02 17:29:36 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Fix a shutdown hang on some SMP systems. The previous logic was to IPI all CPUs to make sure idle threads are evicted from the softc before returning from acpi_cpu_shu

cvs commit: ports/emulators/hugo Makefile ports/emulators/hugo/files patch-configure patch-pce.c

2007-11-02 Thread Marcelo Araujo
araujo 2007-11-02 17:55:22 UTC FreeBSD ports repository Modified files: emulators/hugo Makefile emulators/hugo/files patch-configure Added files: emulators/hugo/files patch-pce.c Log: - Mark unbroken. - Fix build on non-i386. - Fix build with gcc-4.2.

cvs commit: src/usr.bin/tail read.c reverse.c tail.c

2007-11-02 Thread Philippe Charnier
charnier2007-11-02 18:06:51 UTC FreeBSD src repository Modified files: usr.bin/tail read.c reverse.c tail.c Log: initialize variables, WARNS=6 compliant Revision ChangesPath 1.13 +1 -1 src/usr.bin/tail/read.c 1.20 +1 -0 src/usr.bin/tail/r

cvs commit: doc/fr_FR.ISO8859-1/books/handbook/eresources chapter.sgml doc/fr_FR.ISO8859-1/books/handbook/introduction chapter.sgml doc/fr_FR.ISO8859-1/books/handbook/mirrors chapter.sgml doc/fr_FR.IS

2007-11-02 Thread Marc Fonvieille
blackend2007-11-02 17:58:18 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/eresources chapter.sgml fr_FR.ISO8859-1/books/handbook/introduction chapter.sgml fr_FR.ISO8859-1/books/handbook/mirrors chapter.sgml fr_FR.ISO8859-1/books/handbook/mult

cvs commit: src/usr.sbin/rpc.lockd lockd.c rpc.lockd.8

2007-11-02 Thread Matteo Riondato
matteo 2007-11-02 14:51:53 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd lockd.c rpc.lockd.8 Log: Add the -h option to rpc.lockd, similar to the one in nfsd(8), in mountd(8), and in rpc.statd(8) -h bindip Specify specific IP addresses to bind to for T

cvs commit: ports/graphics/GraphicsMagick Makefile distinfo pkg-plist ports/graphics/GraphicsMagick/files patch-Makefile.in patch-coders-png.c patch-newfpx

2007-11-02 Thread Mikhail Teterin
mi 2007-11-02 14:50:52 UTC FreeBSD ports repository Modified files: graphics/GraphicsMagick Makefile distinfo pkg-plist graphics/GraphicsMagick/files patch-Makefile.in Added files: graphics/GraphicsMagick/files patch-newfpx Removed files: graphics/GraphicsMagic

Re: cvs commit: src/usr.sbin/rpc.statd rpc.statd.8 statd.c

2007-11-02 Thread Bruce M. Simpson
Matteo, Matteo Riondato wrote: Add the -h option to rpc.statd, similar to the one in nfsd(8) and in mountd(8) Thanks for picking this up. I originally did only the work needed to safely tie down Internet visible, read-only NFS exports to specific ports for use with IP filters, and di

Re: cvs commit: src Makefile.inc1

2007-11-02 Thread Yar Tikhiy
On Wed, Oct 31, 2007 at 11:12:28AM -0600, Warner Losh wrote: > > 3) With a bit of hackery around rtld(8), it becomes possible to do > > destructive > > cross-installs, e.g., i386->amd64 over the live system. > > but this can lead to security issues.) That's why a destructive > > cross-

cvs commit: ports/graphics/libfpx Makefile distinfo pkg-plist ports/graphics/libfpx/files Makefile.bsd

2007-11-02 Thread Mikhail Teterin
mi 2007-11-02 12:42:07 UTC FreeBSD ports repository Modified files: graphics/libfpx Makefile distinfo pkg-plist graphics/libfpx/files Makefile.bsd Log: Add a mega-patch, which makes the library usable. It barely worked on even i386 before, and does not anymore, a

cvs commit: src/usr.bin/xstr xstr.1

2007-11-02 Thread Ruslan Ermilov
ru 2007-11-02 12:07:07 UTC FreeBSD src repository Modified files: usr.bin/xstr xstr.1 Log: Markup revision. Revision ChangesPath 1.13 +16 -12src/usr.bin/xstr/xstr.1 ___ cvs-all@freebsd.org mailing list

cvs commit: src/sys/security/audit audit.c audit_bsm_klib.c

2007-11-02 Thread Robert Watson
rwatson 2007-11-02 09:53:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/security/audit audit.c audit_bsm_klib.c Log: Merge audit.c:1.35, audit_bsm_klib.c:1.8 from HEAD to RELENG_7: Replace use of AU_NULL with 0 when no audit classes are in us

cvs commit: src/lib/libarchive archive_read_support_compression_none.c

2007-11-02 Thread Tim Kientzle
kientzle2007-11-02 08:44:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libarchive archive_read_support_compression_none.c Log: MFC 1.18: Skip requests use a minimum of 1 byte so that the underlying I/O framework can avoid copying and so that

cvs commit: src/lib/libarchive archive_read_support_compression_none.c

2007-11-02 Thread Tim Kientzle
kientzle2007-11-02 08:42:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libarchive archive_read_support_compression_none.c Log: MFC 1.18: When skipping input data, request a minimum of 1 instead of the full request size. This avoids a 32-bit