svn commit: r197397 - in head/sys: amd64/conf conf i386/conf modules

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 23:58:29 2009 New Revision: 197397 URL: http://svn.freebsd.org/changeset/base/197397 Log: Build x86bios only for i386/amd64 for now. More work is required to make these functional on other architectures, and the current code breaks sparc64 and powerpc.

Re: svn commit: r197383 - in head/sys: conf contrib/x86emu dev/dpms dev/fb dev/x86bios modules modules/x86bios modules/x86emu

2009-09-21 Thread Dag-Erling Smørgrav
Xin LI writes: > Log: > Collapase interrupt supporting functions to a new module, and switch from > x86emu to this new module. > > This changeset also brings a fix for bugs introduced with the initial > x86emu commit, which prevents the user from using some display mode or > cause ins

svn commit: r197395 - head/sys/dev/mxge

2009-09-21 Thread Andrew Gallatin
Author: gallatin Date: Mon Sep 21 20:16:10 2009 New Revision: 197395 URL: http://svn.freebsd.org/changeset/base/197395 Log: Improve mxge watchdog routine's ability to reliably reset a failed NIC: - Mark the link as down, so if watchdog reset fails, link watching failover software can

svn commit: r197394 - head/lib/libc/gen

2009-09-21 Thread Alan Cox
Author: alc Date: Mon Sep 21 18:02:02 2009 New Revision: 197394 URL: http://svn.freebsd.org/changeset/base/197394 Log: Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1] Turn the "AUTHORS" section into a full sentence. Pointed out by: ru [1] Modified: head/lib/l

svn commit: r197393 - head/gnu/usr.bin/groff/tmac

2009-09-21 Thread Alan Cox
Author: alc Date: Mon Sep 21 17:19:36 2009 New Revision: 197393 URL: http://svn.freebsd.org/changeset/base/197393 Log: Add FreeBSD 7.2 and 7.3. Discussed with: ru Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Modified: head/gnu/usr.bin/groff/tmac/mdoc.local

Re: svn commit: r197298 - head/sbin/mount_nfs

2009-09-21 Thread Rick Macklem
On Sun, 20 Sep 2009, M. Warner Losh wrote: : Someone mentioned an issue w.r.t. umount using UDP, which was basically : a slow timeout when a server didn't handle the UDP call, such as when : it was down. I'd guess that a TCP attempt would fail more quickly than : a UDP attempt when the server

Re: svn commit: r197298 - head/sbin/mount_nfs

2009-09-21 Thread Rick Macklem
On Mon, 21 Sep 2009, Daniel O'Connor wrote: [good stuff snipped] : : The thought of doing NFS over the internet boggles my mind :) [more stuff snipped] Just fyi, NFSv4 avoids all of this by doing everything via NFS over TCP to port 2049. Unless someone stands up and thinks that it isn't an

svn commit: r197392 - head/share/misc

2009-09-21 Thread Ruslan Ermilov
Author: ru Date: Mon Sep 21 14:43:05 2009 New Revision: 197392 URL: http://svn.freebsd.org/changeset/base/197392 Log: - List newsletters VI-2, VI-3 and VI-4 that were already applied. - Apply newsletters VI-5 (BO's name change) and VI-6 (VE's name change). Modified: head/share/misc/iso3166

svn commit: r197391 - head/sys/dev/mxge

2009-09-21 Thread Andrew Gallatin
Author: gallatin Date: Mon Sep 21 14:41:07 2009 New Revision: 197391 URL: http://svn.freebsd.org/changeset/base/197391 Log: Add support for throttling transmit bandwidth. This is most commonly used to reduce packet loss on high delay (WAN) paths with a slow link. Modified: head/sys/dev/m

svn commit: r197390 - in head/sys: kern sys

2009-09-21 Thread Konstantin Belousov
Author: kib Date: Mon Sep 21 13:09:56 2009 New Revision: 197390 URL: http://svn.freebsd.org/changeset/base/197390 Log: Remove forward_roundrobin(), it is unused for quite some time. Reviewed by: jhb MFC after:1 week Modified: head/sys/kern/subr_smp.c head/sys/sys/smp.h Modified

svn commit: r197389 - in head/sys: amd64/amd64 i386/i386

2009-09-21 Thread Konstantin Belousov
Author: kib Date: Mon Sep 21 09:41:51 2009 New Revision: 197389 URL: http://svn.freebsd.org/changeset/base/197389 Log: If CPU happens to be in usermode when a T_RESERVED trap occured, then trapsignal is called with ksi.ksi_signo = 0. For debugging kernels, that should end up in panic, for no

svn commit: r197388 - head/sys/dev/x86bios

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 09:09:55 2009 New Revision: 197388 URL: http://svn.freebsd.org/changeset/base/197388 Log: To be safe, make this module initialize earlier by specifying SI_SUB_CPU instead of SI_SUB_KLD. Note that we don't believe that there is any consumers of x86bios that w

svn commit: r197387 - in head/sys/dev: fb x86bios

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 08:53:26 2009 New Revision: 197387 URL: http://svn.freebsd.org/changeset/base/197387 Log: Style(9) fixes. Submitted by: swell.k at gmail.com Modified: head/sys/dev/fb/vesa.c head/sys/dev/x86bios/x86bios.c head/sys/dev/x86bios/x86bios_alloc.c Modified

Re: svn commit: r197383 - in head/sys: conf contrib/x86emu dev/dpms dev/fb dev/x86bios modules modules/x86bios modules/x86emu

2009-09-21 Thread Anonymous
Xin LI writes: > Author: delphij > Date: Mon Sep 21 08:17:57 2009 > New Revision: 197383 > URL: http://svn.freebsd.org/changeset/base/197383 > > Log: > Collapase interrupt supporting functions to a new module, and switch from > x86emu to this new module. > > This changeset also brings a

svn commit: r197386 - head/sys/contrib/x86emu

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 08:37:57 2009 New Revision: 197386 URL: http://svn.freebsd.org/changeset/base/197386 Log: Use __FBSDID to embed RCS ID. Modified: head/sys/contrib/x86emu/x86emu.c head/sys/contrib/x86emu/x86emu_util.c Modified: head/sys/contrib/x86emu/x86emu.c =

svn commit: r197385 - head/lib/libjail

2009-09-21 Thread Ruslan Ermilov
Author: ru Date: Mon Sep 21 08:30:52 2009 New Revision: 197385 URL: http://svn.freebsd.org/changeset/base/197385 Log: Fixed markup (mostly) errors. Modified: head/lib/libjail/jail.3 Modified: head/lib/libjail/jail.3

svn commit: r197384 - in head/sys: conf dev/atkbdc

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 08:24:22 2009 New Revision: 197384 URL: http://svn.freebsd.org/changeset/base/197384 Log: Allow atkbd to obtain keyboard repeat rate from BIOS on amd64. Submitted by: swell.k at gmail.com Modified: head/sys/conf/files head/sys/dev/atkbdc/atkbd.c Modifi

svn commit: r197383 - in head/sys: conf contrib/x86emu dev/dpms dev/fb dev/x86bios modules modules/x86bios modules/x86emu

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 08:17:57 2009 New Revision: 197383 URL: http://svn.freebsd.org/changeset/base/197383 Log: Collapase interrupt supporting functions to a new module, and switch from x86emu to this new module. This changeset also brings a fix for bugs introduced with the ini

Re: svn commit: r197380 - in head/sys: amd64/conf conf i386/conf

2009-09-21 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Anonymous wrote: [...] > Above change (nouveaudrm) was not in my diff. > Where did you pick that from? Sorry, I have committed on the wrong tree. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -BEGIN PGP SIGNAT

svn commit: r197381 - head/sys/conf

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 07:38:50 2009 New Revision: 197381 URL: http://svn.freebsd.org/changeset/base/197381 Log: Revert part that should not be in my previous commit. Pointy hat to:delphij Modified: head/sys/conf/files Modified: head/sys/conf/files

Re: svn commit: r197380 - in head/sys: amd64/conf conf i386/conf

2009-09-21 Thread Anonymous
Xin LI writes: > Author: delphij > Date: Mon Sep 21 07:08:20 2009 > New Revision: 197380 > URL: http://svn.freebsd.org/changeset/base/197380 > > Log: > Automatically depend on x86emu when vesa or dpms is being built into > kernel. With this change the user no longer need to remember building

svn commit: r197380 - in head/sys: amd64/conf conf i386/conf

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 07:08:20 2009 New Revision: 197380 URL: http://svn.freebsd.org/changeset/base/197380 Log: Automatically depend on x86emu when vesa or dpms is being built into kernel. With this change the user no longer need to remember building this option. Submitted b

svn commit: r197379 - in head/sys: amd64/conf conf dev/fb i386/conf modules

2009-09-21 Thread Xin LI
Author: delphij Date: Mon Sep 21 07:05:48 2009 New Revision: 197379 URL: http://svn.freebsd.org/changeset/base/197379 Log: Enable s3pci on amd64 which works on top of VESA, and allow static building it into kernel on i386 and amd64. Submitted by: swell.k at gmail.com Modified: head/sys