svn commit: r202965 - in stable/8/sys: kern sys

2010-01-25 Thread Attilio Rao
Author: attilio Date: Mon Jan 25 11:56:53 2010 New Revision: 202965 URL: http://svn.freebsd.org/changeset/base/202965 Log: MFC r201790: - Set td_slptick to 0 when moving threads out of sleepqueues. - Move td_slptick from u_int to int in order to follow 'ticks' signedness and wrap up

svn commit: r202966 - in stable/8: . share/man/man9 sys/conf sys/kern sys/sys

2010-01-25 Thread Attilio Rao
in HEAD were left in place because sun4v support still needs work to become production ready. +20100125: + Introduce the kernel thread deadlock resolver (which can be enabled + via the DEADLKRES option, see NOTES for more details) and the + sleepq_type() function

svn commit: r202967 - head/sys/net80211

2010-01-25 Thread Rui Paulo
Author: rpaulo Date: Mon Jan 25 12:23:51 2010 New Revision: 202967 URL: http://svn.freebsd.org/changeset/base/202967 Log: Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input() PR: 143163 Submitted by: Alexander Egorenkov egorenar at gmail.com MFC after:3

Re: svn commit: r202894 - in head/sys/i386: i386 include

2010-01-25 Thread John Baldwin
On Saturday 23 January 2010 1:42:28 pm Alan Cox wrote: Author: alc Date: Sat Jan 23 18:42:28 2010 New Revision: 202894 URL: http://svn.freebsd.org/changeset/base/202894 Log: Handle a race between pmap_kextract() and pmap_promote_pde(). This race is known to cause a kernel crash in

svn commit: r202968 - stable/8/sys/nfsclient

2010-01-25 Thread Marko Zec
Author: zec Date: Mon Jan 25 14:17:13 2010 New Revision: 202968 URL: http://svn.freebsd.org/changeset/base/202968 Log: MFC r201895: Reduce recursions on curvnet and thus spamming the console with warning messages for kernels built with options VIMAGE and VNET_DEBUG enabled.

svn commit: r202969 - head/tools

2010-01-25 Thread Ruslan Ermilov
Author: ru Date: Mon Jan 25 14:17:36 2010 New Revision: 202969 URL: http://svn.freebsd.org/changeset/base/202969 Log: Actualize. Modified: head/tools/make_libdeps.sh Modified: head/tools/make_libdeps.sh == ---

svn commit: r202970 - in stable/7/sys/amd64: amd64 include

2010-01-25 Thread John Baldwin
Author: jhb Date: Mon Jan 25 15:50:52 2010 New Revision: 202970 URL: http://svn.freebsd.org/changeset/base/202970 Log: MFC 190239: In general, the kernel virtual address of the pml4 page table page that is stored in the pmap is from the direct map region. The two exceptions have been the

svn commit: r202971 - head/sys/ufs/ufs

2010-01-25 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 25 16:09:50 2010 New Revision: 202971 URL: http://svn.freebsd.org/changeset/base/202971 Log: Return proper error code. Found with: clang Modified: head/sys/ufs/ufs/ufs_acl.c Modified: head/sys/ufs/ufs/ufs_acl.c

svn commit: r202972 - head/sys/geom/mountver

2010-01-25 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 25 16:10:22 2010 New Revision: 202972 URL: http://svn.freebsd.org/changeset/base/202972 Log: Remove unused variable. Found with: clang Modified: head/sys/geom/mountver/g_mountver.c Modified: head/sys/geom/mountver/g_mountver.c

svn commit: r202973 - head/sys/mips/mips

2010-01-25 Thread Warner Losh
Author: imp Date: Mon Jan 25 16:44:18 2010 New Revision: 202973 URL: http://svn.freebsd.org/changeset/base/202973 Log: Comment out the led wheel code for the moment. Likely it shouldn't even be here in the first place, but it is cool to see FreeBSD scrolling on the LED pannel of the octeon

svn commit: r202974 - head/sys/geom/vinum

2010-01-25 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 25 16:55:30 2010 New Revision: 202974 URL: http://svn.freebsd.org/changeset/base/202974 Log: Remove some pointless variable assignments. Found with: clang Modified: head/sys/geom/vinum/geom_vinum.c head/sys/geom/vinum/geom_vinum_create.c Modified:

svn commit: r202975 - head/sys/mips/conf

2010-01-25 Thread Warner Losh
Author: imp Date: Mon Jan 25 16:55:31 2010 New Revision: 202975 URL: http://svn.freebsd.org/changeset/base/202975 Log: Fix device name for root Indent rgmii correctly. Remove stale comments. Modified: head/sys/mips/conf/OCTEON1-32 Modified: head/sys/mips/conf/OCTEON1-32

svn commit: r202976 - head/sys/geom/eli

2010-01-25 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 25 16:58:58 2010 New Revision: 202976 URL: http://svn.freebsd.org/changeset/base/202976 Log: Remove pointless assignment. Found with: clang Modified: head/sys/geom/eli/g_eli_key.c Modified: head/sys/geom/eli/g_eli_key.c

Re: svn commit: r202894 - in head/sys/i386: i386 include

2010-01-25 Thread Alan Cox
John Baldwin wrote: On Saturday 23 January 2010 1:42:28 pm Alan Cox wrote: Author: alc Date: Sat Jan 23 18:42:28 2010 New Revision: 202894 URL: http://svn.freebsd.org/changeset/base/202894 Log: Handle a race between pmap_kextract() and pmap_promote_pde(). This race is known to cause a

svn commit: r202978 - stable/7/sys/vm

2010-01-25 Thread John Baldwin
Author: jhb Date: Mon Jan 25 17:51:34 2010 New Revision: 202978 URL: http://svn.freebsd.org/changeset/base/202978 Log: MFC 193842: Eliminate an unnecessary restriction on the vm object type from vm_map_pmap_enter(). The immediate effect of this change is that automatic prefaulting by

svn commit: r202979 - stable/7/sys/vm

2010-01-25 Thread John Baldwin
Author: jhb Date: Mon Jan 25 18:15:10 2010 New Revision: 202979 URL: http://svn.freebsd.org/changeset/base/202979 Log: MFC 194607: Implement a mechanism within vm_phys_alloc_contig() to defer all necessary calls to vdrop() until after the free page queues lock is released. This

svn commit: r202980 - head/contrib/smbfs/smbutil

2010-01-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Jan 25 18:35:58 2010 New Revision: 202980 URL: http://svn.freebsd.org/changeset/base/202980 Log: shi1_remark is in little endian format, convert it to host ordering. Also remove upper 16bits which always seem to be 0x. We don't allocate more than 64KB buffer

svn commit: r202981 - head/sys/modules

2010-01-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Jan 25 18:50:58 2010 New Revision: 202981 URL: http://svn.freebsd.org/changeset/base/202981 Log: Build smbfs kernel module on sparc64. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

svn commit: r202982 - in head: lib usr.bin usr.sbin

2010-01-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Jan 25 18:52:47 2010 New Revision: 202982 URL: http://svn.freebsd.org/changeset/base/202982 Log: Connect smbfs related libraries and tool on sparc64. Reviewed by: marius Modified: head/lib/Makefile head/usr.bin/Makefile head/usr.sbin/Makefile Modified:

svn commit: r202984 - head/sys/mips/cavium/dev/rgmii

2010-01-25 Thread Warner Losh
Author: imp Date: Mon Jan 25 19:25:21 2010 New Revision: 202984 URL: http://svn.freebsd.org/changeset/base/202984 Log: Turn on debugging on the fpa unit. Fix some printfs that were only enabled for debugging. This should be turned off before we release, but we need it for the moment.

svn commit: r202985 - head/sys/mips/cavium

2010-01-25 Thread Warner Losh
Author: imp Date: Mon Jan 25 19:27:20 2010 New Revision: 202985 URL: http://svn.freebsd.org/changeset/base/202985 Log: Export knowledge of the special bus space we use for the console to obio. Take advantage of the fact that obio only really supports uart at the moment to use the uart bus

Re: svn commit: r198858 - in head/sys: dev/fb dev/syscons sys

2010-01-25 Thread Alexey Dokuchaev
On Tue, Nov 03, 2009 at 08:22:09PM +, Jung-uk Kim wrote: Author: jkim Date: Tue Nov 3 20:22:09 2009 New Revision: 198858 URL: http://svn.freebsd.org/changeset/base/198858 Log: Fix VESA color palette corruption: - VBE 3.0 says palette format resets to 6-bit mode when video

Re: svn commit: r202889 - head/sys/kern

2010-01-25 Thread John Baldwin
On Saturday 23 January 2010 10:54:22 am Attilio Rao wrote: Author: attilio Date: Sat Jan 23 15:54:21 2010 New Revision: 202889 URL: http://svn.freebsd.org/changeset/base/202889 Log: - Fix a race in sched_switch() of sched_4bsd. In the case of the thread being on a sleepqueue or a

svn commit: r202988 - head/etc

2010-01-25 Thread Ed Maste
Author: emaste Date: Mon Jan 25 20:59:04 2010 New Revision: 202988 URL: http://svn.freebsd.org/changeset/base/202988 Log: Remove vestigial NetBSD compatibility shim. Modified: head/etc/rc.subr Modified: head/etc/rc.subr

Re: svn commit: r198858 - in head/sys: dev/fb dev/syscons sys

2010-01-25 Thread Jung-uk Kim
On Monday 25 January 2010 02:29 pm, Alexey Dokuchaev wrote: On Tue, Nov 03, 2009 at 08:22:09PM +, Jung-uk Kim wrote: Author: jkim Date: Tue Nov 3 20:22:09 2009 New Revision: 198858 URL: http://svn.freebsd.org/changeset/base/198858 Log: Fix VESA color palette corruption:

svn commit: r202992 - head/lib/libc/nls

2010-01-25 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Mon Jan 25 23:37:49 2010 New Revision: 202992 URL: http://svn.freebsd.org/changeset/base/202992 Log: Cache failing and opened catalogs in catopen() and related functions. Continuous catopen() calls cause 4 failig stat(2) each, which means a lot of

svn commit: r202993 - head/lib/libc/nls

2010-01-25 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Mon Jan 25 23:44:00 2010 New Revision: 202993 URL: http://svn.freebsd.org/changeset/base/202993 Log: - style(9) Approved by: delphij Modified: head/lib/libc/nls/msgcat.c Modified: head/lib/libc/nls/msgcat.c

svn commit: r202994 - stable/7/sys/kern

2010-01-25 Thread Colin Percival
Author: cperciva Date: Mon Jan 25 23:48:47 2010 New Revision: 202994 URL: http://svn.freebsd.org/changeset/base/202994 Log: Add support for at vp lookups to namei. This functionality was added to HEAD in r185029; but this is an inspired by commit rather than a literal merge, since this

svn commit: r202995 - stable/8/lib/libbluetooth

2010-01-25 Thread Maksim Yevmenkin
Author: emax Date: Tue Jan 26 00:38:56 2010 New Revision: 202995 URL: http://svn.freebsd.org/changeset/base/202995 Log: MFC SVN rev 198492 Fix typo in bluetooth.3 Do not use reserved C++ keyword new Modified: stable/8/lib/libbluetooth/bluetooth.3

svn commit: r202996 - in head/sys/mips: include mips

2010-01-25 Thread Neel Natu
Author: neel Date: Tue Jan 26 02:26:04 2010 New Revision: 202996 URL: http://svn.freebsd.org/changeset/base/202996 Log: Fix a problem seen when a new process was returning to userland through fork_trampoline. This was caused because we were clearing the SR_INT_IE and setting SR_EXL

svn commit: r202997 - head/sys/mips/cavium

2010-01-25 Thread Warner Losh
Author: imp Date: Tue Jan 26 02:39:14 2010 New Revision: 202997 URL: http://svn.freebsd.org/changeset/base/202997 Log: Doh. Remove extra pcpu initialization that I thought was needed, but isn't needed since we moved all that into mips_pcpu0_init. Modified:

svn commit: r202998 - head/sys/mips/mips

2010-01-25 Thread Neel Natu
Author: neel Date: Tue Jan 26 03:24:11 2010 New Revision: 202998 URL: http://svn.freebsd.org/changeset/base/202998 Log: Print the address of the base of the stackframe in DDB backtrace output. Approved by: imp (mentor) Modified: head/sys/mips/mips/db_trace.c Modified:

svn commit: r202999 - head/sys/mips/mips

2010-01-25 Thread Neel Natu
Author: neel Date: Tue Jan 26 03:29:52 2010 New Revision: 202999 URL: http://svn.freebsd.org/changeset/base/202999 Log: Add a DDB command show trapframe to dump out contents of the trapframe specified by the first argument. Approved by: imp (mentor) Modified:

svn commit: r203000 - head/sys/mips/sibyte

2010-01-25 Thread Neel Natu
Author: neel Date: Tue Jan 26 03:39:10 2010 New Revision: 203000 URL: http://svn.freebsd.org/changeset/base/203000 Log: Install the XTLB exception handler for Sibyte processors. This is a workaround for the fact that the CFE is compiled as a 64-bit application and therefore sets the

svn commit: r203001 - head/sys/dev/cfe

2010-01-25 Thread Neel Natu
Author: neel Date: Tue Jan 26 03:42:34 2010 New Revision: 203001 URL: http://svn.freebsd.org/changeset/base/203001 Log: Create the cfecons tty directly using tty_makedev(). It is not clear what the intention of having two ttys pointing to the same cfe console device was. Also we were not

svn commit: r203002 - in vendor/sendmail/dist: . cf cf/cf cf/feature cf/m4 contrib devtools devtools/M4 devtools/OS doc/op include/libmilter include/sm libmilter libmilter/docs libsm libsmdb libsmu...

2010-01-25 Thread Gregory Neil Shapiro
Author: gshapiro Date: Tue Jan 26 04:17:18 2010 New Revision: 203002 URL: http://svn.freebsd.org/changeset/base/203002 Log: Import sendmail 8.14.4 Modified: vendor/sendmail/dist/CACerts vendor/sendmail/dist/LICENSE vendor/sendmail/dist/PGPKEYS vendor/sendmail/dist/README

svn commit: r203003 - vendor/sendmail/8.14.4

2010-01-25 Thread Gregory Neil Shapiro
Author: gshapiro Date: Tue Jan 26 04:21:21 2010 New Revision: 203003 URL: http://svn.freebsd.org/changeset/base/203003 Log: Tag sendmail 8.14.4 Added: vendor/sendmail/8.14.4/ - copied from r203002, vendor/sendmail/dist/ ___

svn commit: r203004 - in head/contrib/sendmail: . cf cf/cf cf/feature cf/m4 contrib doc/op include/libmilter include/sm libmilter libmilter/docs libsm libsmdb libsmutil praliases src vacation

2010-01-25 Thread Gregory Neil Shapiro
Author: gshapiro Date: Tue Jan 26 04:41:15 2010 New Revision: 203004 URL: http://svn.freebsd.org/changeset/base/203004 Log: Merge sendmail 8.14.4 to HEAD MFC after:4 days Modified: head/contrib/sendmail/CACerts head/contrib/sendmail/LICENSE head/contrib/sendmail/PGPKEYS

svn commit: r203005 - head/etc/sendmail

2010-01-25 Thread Gregory Neil Shapiro
Author: gshapiro Date: Tue Jan 26 04:44:12 2010 New Revision: 203005 URL: http://svn.freebsd.org/changeset/base/203005 Log: Minor changes to force commit these files so new freebsd*.cf files are built to use the new sendmail-8.14.4/cf tree. MFC after:4 days Modified:

svn commit: r203006 - head/contrib/sendmail

2010-01-25 Thread Gregory Neil Shapiro
Author: gshapiro Date: Tue Jan 26 04:45:26 2010 New Revision: 203006 URL: http://svn.freebsd.org/changeset/base/203006 Log: Update FreeBSD information MFC after:4 days Modified: head/contrib/sendmail/FREEBSD-upgrade Modified: head/contrib/sendmail/FREEBSD-upgrade

svn commit: r203007 - head/sys/mips/rmi

2010-01-25 Thread Randall Stewart
Author: rrs Date: Tue Jan 26 05:07:41 2010 New Revision: 203007 URL: http://svn.freebsd.org/changeset/base/203007 Log: Fixes setup of clock. It was not properly initialized, thus backward time warnings were being spewed to the console. Modified: head/sys/mips/rmi/clock.c Modified:

svn commit: r203008 - head/sys/mips/rmi

2010-01-25 Thread Randall Stewart
Author: rrs Date: Tue Jan 26 05:10:10 2010 New Revision: 203008 URL: http://svn.freebsd.org/changeset/base/203008 Log: Fix up the msg ring driver a bit tighter so that we don't loose an interrupt which we appeared to be doing. Modified: head/sys/mips/rmi/xlr_machdep.c Modified:

svn commit: r203009 - head/sys/mips/rmi

2010-01-25 Thread Randall Stewart
Author: rrs Date: Tue Jan 26 05:11:48 2010 New Revision: 203009 URL: http://svn.freebsd.org/changeset/base/203009 Log: To prevent a LOR we need to pass in a lock flag in the pic routines. In some places we hold the pic lock, others we do not. Modified: head/sys/mips/rmi/intr_machdep.c

svn commit: r203010 - head/sys/mips/rmi/dev/xlr

2010-01-25 Thread Randall Stewart
Author: rrs Date: Tue Jan 26 05:14:50 2010 New Revision: 203010 URL: http://svn.freebsd.org/changeset/base/203010 Log: 1) Make sure static is init'd to 0 2) In one place make sure we call the backup startup routine (from the timer). Modified: head/sys/mips/rmi/dev/xlr/rge.c Modified:

svn commit: r203011 - head/sys/mips/conf

2010-01-25 Thread Randall Stewart
Author: rrs Date: Tue Jan 26 05:17:03 2010 New Revision: 203011 URL: http://svn.freebsd.org/changeset/base/203011 Log: My current conf, that comes up but locks up in make buildworld. You need to follow the mips wiki for building the nfs partition and setup things to mount there (in

Re: svn commit: r203010 - head/sys/mips/rmi/dev/xlr

2010-01-25 Thread Oleksandr Tymoshenko
Randall Stewart wrote: Author: rrs Date: Tue Jan 26 05:14:50 2010 New Revision: 203010 URL: http://svn.freebsd.org/changeset/base/203010 Log: 1) Make sure static is init'd to 0 Static variables without initializer should be zero-initialized by loader. I believe RMI loader does not zero

Re: svn commit: r202889 - head/sys/kern

2010-01-25 Thread Rob Farmer
On Sat, Jan 23, 2010 at 7:54 AM, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Sat Jan 23 15:54:21 2010 New Revision: 202889 URL: http://svn.freebsd.org/changeset/base/202889 Log:  - Fix a race in sched_switch() of sched_4bsd.    In the case of the thread being on a

Re: svn commit: r202889 - head/sys/kern

2010-01-25 Thread Attilio Rao
2010/1/26 Rob Farmer rfar...@predatorlabs.net: On Sat, Jan 23, 2010 at 7:54 AM, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Sat Jan 23 15:54:21 2010 New Revision: 202889 URL: http://svn.freebsd.org/changeset/base/202889 Log:  - Fix a race in sched_switch() of sched_4bsd.