svn commit: r187380 - in head/sys: netinet netinet6

2009-01-17 Thread Sam Leffler
Author: sam Date: Sun Jan 18 07:20:02 2009 New Revision: 187380 URL: http://svn.freebsd.org/changeset/base/187380 Log: remove too noisy DIAGNOSTIC code Reviewed by: qingli Modified: head/sys/netinet/in.c head/sys/netinet6/in6_ifattach.c Modified: head/sys/netinet/in.c ===

svn commit: r187379 - head/tools/sched

2009-01-17 Thread Jeff Roberson
Author: jeff Date: Sun Jan 18 05:44:31 2009 New Revision: 187379 URL: http://svn.freebsd.org/changeset/base/187379 Log: - Add summary information to the title once the file is parsed rather than printing it to the terminal. Now only parse errors go to the terminal. - Speedup drawing by

svn commit: r187378 - in head/sys/dev/usb2: ethernet wlan

2009-01-17 Thread Andrew Thompson
Author: thompsa Date: Sun Jan 18 05:35:58 2009 New Revision: 187378 URL: http://svn.freebsd.org/changeset/base/187378 Log: Just put the ifnet pointer first in the softc like it needs to be rather than adding another deliciously evil pointer. Modified: head/sys/dev/usb2/ethernet/if_aue2.c

svn commit: r187376 - head/tools/sched

2009-01-17 Thread Jeff Roberson
Author: jeff Date: Sun Jan 18 04:49:01 2009 New Revision: 187376 URL: http://svn.freebsd.org/changeset/base/187376 Log: - Significantly speedup hiding and displaying multiple rows by writing an optimized single pass function for each. This reduces the number of tkinter calls required

svn commit: r187375 - head/sys/dev/sound/pci

2009-01-17 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Sun Jan 18 04:29:42 2009 New Revision: 187375 URL: http://svn.freebsd.org/changeset/base/187375 Log: Add support for CMedia CMI120. PR: kern/123640 Approved by: ariff MFC after:2 weeks Modified: head/sys/dev/sound/pci/cmi.c Modif

Re: svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-17 Thread Ed Schouten
Hello all, First time I'm replying to this thread. I thought I'd better wait to see other people's reactions first. * Stanislav Sedov wrote: > On Sat, 17 Jan 2009 14:00:55 + (GMT) > Robert Watson mentioned: > > Many of us would *very* much like to be able to cross-build FreeBSD from > > bo

svn commit: r187374 - head/sys/dev/syscons/teken

2009-01-17 Thread Ed Schouten
Author: ed Date: Sat Jan 17 23:01:40 2009 New Revision: 187374 URL: http://svn.freebsd.org/changeset/base/187374 Log: Fix for my previous commit: color mapping is not 1:1. Cons25 doesn't seem to use a straight 1:1 mapping to the ANSI colors, but uses the same color numbers as at least use

Re: svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-17 Thread M. Warner Losh
In message: <20090117185801.fcce79e9.s...@freebsd.org> Stanislav Sedov writes: : -BEGIN PGP SIGNED MESSAGE- : Hash: SHA1 : : On Sat, 17 Jan 2009 14:00:55 + (GMT) : Robert Watson mentioned: : : > : > On Sat, 17 Jan 2009, Stanislav Sedov wrote: : > : > > Was this discuss

svn commit: r187373 - head/sys/dev/syscons/teken

2009-01-17 Thread Ed Schouten
Author: ed Date: Sat Jan 17 22:53:53 2009 New Revision: 187373 URL: http://svn.freebsd.org/changeset/base/187373 Log: Make vidcontrol's color setting work again. It turns out I forgot to implement two escape sequences that allows the user to change the default foreground and background co

Re: svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-17 Thread M. Warner Losh
In message: <86ab9q14dl@ds4.des.no> Dag-Erling_Smørgrav writes: : Stanislav Sedov writes: : > Was this discussed somewhere? I don't understand why we should : > restrict our filesystem naming because of limitation of auxilary : > filesystems. : : Yes. We've already renamed file

svn commit: r187372 - head/tools/tools/sysbuild

2009-01-17 Thread Poul-Henning Kamp
Author: phk Date: Sat Jan 17 21:31:47 2009 New Revision: 187372 URL: http://svn.freebsd.org/changeset/base/187372 Log: Fix typo Spotted by: juli Modified: head/tools/tools/sysbuild/README Modified: head/tools/tools/sysbuild/README ==

svn commit: r187371 - head/tools/tools/sysbuild

2009-01-17 Thread Poul-Henning Kamp
Author: phk Date: Sat Jan 17 20:30:06 2009 New Revision: 187371 URL: http://svn.freebsd.org/changeset/base/187371 Log: Release the evil twin of nanobsd.sh: sysbuild.sh quoth the README: I have been running -current on my laptop since before FreeBSD 2.0 was released and along the way

svn commit: r187370 - stable/7/sys/sys

2009-01-17 Thread Stanislav Sedov
Author: stas Date: Sat Jan 17 19:52:09 2009 New Revision: 187370 URL: http://svn.freebsd.org/changeset/base/187370 Log: - Bump __FreeBSD_version after cpuctl MFC. Modified: stable/7/sys/sys/param.h Modified: stable/7/sys/sys/param.h ===

svn commit: r187369 - head/lib/libc/stdio

2009-01-17 Thread David Schultz
Author: das Date: Sat Jan 17 18:57:12 2009 New Revision: 187369 URL: http://svn.freebsd.org/changeset/base/187369 Log: When f[w]printf() is called on an unbuffered file like stdout, it sets up a fake buffered FILE and then effectively calls itself recursively. Unfortunately, gcc doesn't know

svn commit: r187368 - head/sys/dev/acpica

2009-01-17 Thread Alexander Motin
Author: mav Date: Sat Jan 17 17:40:44 2009 New Revision: 187368 URL: http://svn.freebsd.org/changeset/base/187368 Log: Convert battery capacity/rate from mA to mW only when summary is requested. Unconditional conversion causes incorrect rate units reported by acpiconf. MFC after:2 wee

Re: svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-17 Thread Robert Watson
On Sat, 17 Jan 2009, Stanislav Sedov wrote: I understand, this is a bikesched, but I really don't see a reason. You can't build FreeBSD on windows anyway. Many of us would *very* much like to be able to cross-build FreeBSD from both Windows and Mac OS X, which would be highly desirable for e

svn commit: r187367 - in head/sys: conf dev/syscons/teken

2009-01-17 Thread Ed Schouten
Author: ed Date: Sat Jan 17 16:37:13 2009 New Revision: 187367 URL: http://svn.freebsd.org/changeset/base/187367 Log: Allow experimental libteken features to be tested without changing code. The teken library already supports UTF-8 handling and xterm emulation, but we have reasons to disa

Re: svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-17 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 17 Jan 2009 13:52:38 +0100 Dag-Erling Smørgrav mentioned: > Stanislav Sedov writes: > > Was this discussed somewhere? I don't understand why we should > > restrict our filesystem naming because of limitation of auxilary > > filesystems. >

Re: svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-17 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 17 Jan 2009 14:00:55 + (GMT) Robert Watson mentioned: > > On Sat, 17 Jan 2009, Stanislav Sedov wrote: > > > Was this discussed somewhere? I don't understand why we should restrict our > > filesystem naming because of limitation of auxi

svn commit: r187366 - head/libexec/comsat

2009-01-17 Thread Ed Schouten
Author: ed Date: Sat Jan 17 15:56:38 2009 New Revision: 187366 URL: http://svn.freebsd.org/changeset/base/187366 Log: Fix handling of pts(4) device names in comsat(8). Also catch fork() errors. Pseudo-terminals allocated with posix_openpt(2) will have more slashes in their path names than

svn commit: r187365 - head/usr.sbin/jail

2009-01-17 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jan 17 14:52:26 2009 New Revision: 187365 URL: http://svn.freebsd.org/changeset/base/187365 Log: s,unmount 8,umount 8, it is unmount(2) which I did not mean. Submitted by: pluk...@gmail.com MFC after:1 week Modified: head/usr.sbin/jail/jail.8 Modified: head/us

svn commit: r187364 - in stable/7/sys: . contrib/pf dev/cxgb kern vm

2009-01-17 Thread Konstantin Belousov
Author: kib Date: Sat Jan 17 14:45:07 2009 New Revision: 187364 URL: http://svn.freebsd.org/changeset/base/187364 Log: MFC r186719: Extend the struct vm_page wire_count to u_int to avoid the overflow of the counter, that may happen when too many sendfile(2) calls are being executed with th

svn commit: r187363 - in stable/7/sys: . contrib/pf dev/cxgb ufs/ufs

2009-01-17 Thread Konstantin Belousov
Author: kib Date: Sat Jan 17 14:37:54 2009 New Revision: 187363 URL: http://svn.freebsd.org/changeset/base/187363 Log: MFC r186278: Do not busy twice the mount point where a quota operation is performed. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

svn commit: r187362 - in stable/7/sys: . contrib/pf dev/cxgb kern

2009-01-17 Thread Konstantin Belousov
Author: kib Date: Sat Jan 17 14:31:41 2009 New Revision: 187362 URL: http://svn.freebsd.org/changeset/base/187362 Log: MFC r186276: Do not return success and doomed vnode from lookup. LK_UPGRADE allows the vnode to be reclaimed. Modified: stable/7/sys/ (props changed) stable/7/sys/con

Re: svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-17 Thread Robert Watson
On Sat, 17 Jan 2009, Stanislav Sedov wrote: Was this discussed somewhere? I don't understand why we should restrict our filesystem naming because of limitation of auxilary filesystems. There're even more restrictive filesystems available, we couldn't support them all. While previous modificat

svn commit: r187361 - head/usr.bin/fetch

2009-01-17 Thread Dag-Erling Smorgrav
Author: des Date: Sat Jan 17 13:34:56 2009 New Revision: 187361 URL: http://svn.freebsd.org/changeset/base/187361 Log: The FTP_TIMEOUT and HTTP_TIMEOUT environment variables were ignored because T_secs already had a non-zero default. Unbreak by moving the default to ftp_timeout / http_timeo

Re: svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-17 Thread Dag-Erling Smørgrav
Stanislav Sedov writes: > Was this discussed somewhere? I don't understand why we should > restrict our filesystem naming because of limitation of auxilary > filesystems. Yes. We've already renamed files that had : in their names. This is not just for Windows's sake, BTW: Apple's HFS and MacOS

svn commit: r187360 - head/sbin/recoverdisk

2009-01-17 Thread Poul-Henning Kamp
Author: phk Date: Sat Jan 17 11:57:32 2009 New Revision: 187360 URL: http://svn.freebsd.org/changeset/base/187360 Log: Bail on ENXIO, you won't get any further any way. Submitted by: tobez Modified: head/sbin/recoverdisk/recoverdisk.c Modified: head/sbin/recoverdisk/recoverdisk.c ==

Re: svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-17 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 16 Jan 2009 15:47:35 + (UTC) Ed Schouten mentioned: > Author: ed > Date: Fri Jan 16 15:47:35 2009 > New Revision: 187332 > URL: http://svn.freebsd.org/changeset/base/187332 > > Log: > Allow jot(1) regression tests to be checked out on

Re: svn commit: r187332 - head/tools/regression/usr.bin/jot

2009-01-17 Thread Roman Divacky
On Sat, Jan 17, 2009 at 02:20:21PM +0300, Stanislav Sedov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, 16 Jan 2009 15:47:35 + (UTC) > Ed Schouten mentioned: > > > Author: ed > > Date: Fri Jan 16 15:47:35 2009 > > New Revision: 187332 > > URL: http://svn.freebsd.org/ch

svn commit: r187359 - head/tools/sched

2009-01-17 Thread Jeff Roberson
Author: jeff Date: Sat Jan 17 11:19:15 2009 New Revision: 187359 URL: http://svn.freebsd.org/changeset/base/187359 Log: - Add a new source configuration menu option that allows hiding and displaying sources. - Add functions to the main SchedGraph to facilitate source hiding. The s

Re: svn commit: r187069 - stable/7/sbin/fsck_ffs

2009-01-17 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, David, David O'Brien wrote: > On Mon, Jan 12, 2009 at 12:39:22AM +, Xin LI wrote: >> Author: delphij >> Date: Mon Jan 12 00:39:22 2009 >> New Revision: 187069 >> URL: http://svn.freebsd.org/changeset/base/187069 >> >> Log: >> MFC revisions 1