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

2010-08-25 Thread Jayachandran C.
Author: jchandra Date: Wed Aug 25 07:33:35 2010 New Revision: 211799 URL: http://svn.freebsd.org/changeset/base/211799 Log: Sync up XLR tick.c with the new MIPS tick.c Modified: head/sys/mips/rmi/tick.c Modified: head/sys/mips/rmi/tick.c ==

svn commit: r211800 - head/etc/periodic/daily

2010-08-25 Thread Alexander Leidinger
Author: netchild Date: Wed Aug 25 08:09:42 2010 New Revision: 211800 URL: http://svn.freebsd.org/changeset/base/211800 Log: - Change the threshold from 'running next scrub the th day after the last one' to 'running next scrub the th day after the last one'. - Improve wording. Requeste

svn commit: r211801 - head/etc/defaults

2010-08-25 Thread Maxim Konovalov
Author: maxim Date: Wed Aug 25 08:37:18 2010 New Revision: 211801 URL: http://svn.freebsd.org/changeset/base/211801 Log: o Correct typo. Submitted by: Bojidara Marinchovska via -stable MFC after:1 week Modified: head/etc/defaults/rc.conf Modified: head/etc/defaults/rc.conf ===

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

2010-08-25 Thread Jayachandran C.
Author: jchandra Date: Wed Aug 25 08:48:54 2010 New Revision: 211802 URL: http://svn.freebsd.org/changeset/base/211802 Log: RMI XLR platform code clean-up. - move PIC code to xlr_machdep.c - move fast message ring code completely to on_chip.c - move memory initialization to a new functi

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

2010-08-25 Thread Rui Paulo
Author: rpaulo Date: Wed Aug 25 09:10:32 2010 New Revision: 211804 URL: http://svn.freebsd.org/changeset/base/211804 Log: Call the necessary DTrace function pointers when we have different kinds of traps. Sponsored by: The FreeBSD Foundation Modified: head/sys/amd64/amd64/trap.c head

svn commit: r211808 - head/share/man/man5

2010-08-25 Thread Gabor Kovesdan
Author: gabor Date: Wed Aug 25 09:48:21 2010 New Revision: 211808 URL: http://svn.freebsd.org/changeset/base/211808 Log: - Regen after adding WITH_BSD_GREP and removing WITH_GNU_GREP Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

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

2010-08-25 Thread Jayachandran C.
Author: jchandra Date: Wed Aug 25 09:53:00 2010 New Revision: 211809 URL: http://svn.freebsd.org/changeset/base/211809 Log: Rename on_chip.c to fmn.c, as the file has just the fast messaging network code. The iodi.c has the bus for SoC devices, so the name on_chip.c is misleading. Added:

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

2010-08-25 Thread Brian Somers
On Mon, 23 Aug 2010 13:28:58 +0300 Kostik Belousov wrote: > On Mon, Aug 23, 2010 at 05:33:31AM +, Brian Somers wrote: > > Author: brian > > Date: Mon Aug 23 05:33:31 2010 > > New Revision: 211684 > > URL: http://svn.freebsd.org/changeset/base/211684 > > > > Log: > > uio_resid isn't updated

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

2010-08-25 Thread Brian Somers
On Wed, 25 Aug 2010 02:46:51 -0700 Brian Somers wrote: > On Mon, 23 Aug 2010 13:28:58 +0300 Kostik Belousov > wrote: > > On Mon, Aug 23, 2010 at 05:33:31AM +, Brian Somers wrote: > > > Author: brian > > > Date: Mon Aug 23 05:33:31 2010 > > > New Revision: 211684 > > > URL: http://svn.freebsd

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

2010-08-25 Thread Jayachandran C.
Author: jchandra Date: Wed Aug 25 11:49:48 2010 New Revision: 211811 URL: http://svn.freebsd.org/changeset/base/211811 Log: XLR PIC code update and style(9) fixes. - style(9) fixes to mips/rmi platform files - update pic.h to add pic_setup_intr() and use pic_setup_intr() for setting u

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

2010-08-25 Thread Jayachandran C.
Author: jchandra Date: Wed Aug 25 12:10:20 2010 New Revision: 211812 URL: http://svn.freebsd.org/changeset/base/211812 Log: XLR PIC code update. - Fix a bug in xlr_pic_init (use irq in PIC_IRQ_IS_EDGE_TRIGGERED) - use new macro PIC_INTR_TO_IRQ() and PIC_IRT_x() in xlr_pic_init Modified: h

svn commit: r211813 - head/sys/sys

2010-08-25 Thread Rui Paulo
Author: rpaulo Date: Wed Aug 25 12:35:36 2010 New Revision: 211813 URL: http://svn.freebsd.org/changeset/base/211813 Log: Add the necessary DTrace function pointers. Sponsored by: The FreeBSD Foundation Modified: head/sys/sys/dtrace_bsd.h Modified: head/sys/sys/dtrace_bsd.h

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

2010-08-25 Thread Jayachandran C.
Author: jchandra Date: Wed Aug 25 13:37:55 2010 New Revision: 211814 URL: http://svn.freebsd.org/changeset/base/211814 Log: Provide timecounter based on XLR PIC timer. - Use timer 7 in XLR PIC as a 32 counter - provide pic_init_timer(), pic_set_timer(), pic_timer_count32() and pic_tim

svn commit: r211816 - head/sys/fs/devfs

2010-08-25 Thread Jaakko Heinonen
Author: jh Date: Wed Aug 25 15:29:12 2010 New Revision: 211816 URL: http://svn.freebsd.org/changeset/base/211816 Log: Call devfs_populate_vp() from devfs_getattr(). It was possible that fstat(2) returned stale information through an open file descriptor. Modified: head/sys/fs/devfs/devfs_vn

svn commit: r211817 - head/sys/boot/common

2010-08-25 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Aug 25 16:23:50 2010 New Revision: 211817 URL: http://svn.freebsd.org/changeset/base/211817 Log: Fix build of ppc32 loader. Modified: head/sys/boot/common/Makefile.inc Modified: head/sys/boot/common/Makefile.inc ===

svn commit: r211818 - head/sys/kern

2010-08-25 Thread Brian Somers
Author: brian Date: Wed Aug 25 18:09:51 2010 New Revision: 211818 URL: http://svn.freebsd.org/changeset/base/211818 Log: If we read zero bytes from the directory, early out with ENOENT rather than forging ahead and interpreting garbage buffer content and dirent structures. This change b

svn commit: r211819 - head/usr.bin/calendar/calendars/ru_RU.KOI8-R

2010-08-25 Thread Sergey A. Osokin
Author: osa (ports committer) Date: Wed Aug 25 18:11:01 2010 New Revision: 211819 URL: http://svn.freebsd.org/changeset/base/211819 Log: Add one more new memory day for Russian Federation: the end of Second World War. Obtained from:http://kremlin.ru/acts/8444 Modified: head/usr.

svn commit: r211820 - in head/sys: conf x86/pci

2010-08-25 Thread John Baldwin
Author: jhb Date: Wed Aug 25 19:12:05 2010 New Revision: 211820 URL: http://svn.freebsd.org/changeset/base/211820 Log: Intel QPI chipsets actually provide two extra "non-core" PCI buses that provide PCI devices for various hardware such as memory controllers, etc. These PCI buses are not enu

svn commit: r211821 - head/sys/x86/pci

2010-08-25 Thread John Baldwin
Author: jhb Date: Wed Aug 25 20:37:58 2010 New Revision: 211821 URL: http://svn.freebsd.org/changeset/base/211821 Log: Correctly ensure that the CPU family is 0x6, not non-zero. Submitted by: Dimitry Andric Modified: head/sys/x86/pci/qpi.c Modified: head/sys/x86/pci/qpi.c ==

svn commit: r211822 - head/lib/libc

2010-08-25 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Aug 25 20:48:24 2010 New Revision: 211822 URL: http://svn.freebsd.org/changeset/base/211822 Log: Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a side effect, this fixes the build on powerpc64. Reviewed by: imp Modified: head/lib/libc/

svn commit: r211823 - head/sys/compat/x86bios

2010-08-25 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 25 20:52:40 2010 New Revision: 211823 URL: http://svn.freebsd.org/changeset/base/211823 Log: Check opcode for short jump as well. Some option ROMs do short jumps (e.g., some NVIDIA video cards) and we were not able to do POST while resuming because we only honored

svn commit: r211824 - head/sys/compat/x86bios

2010-08-25 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 25 21:03:50 2010 New Revision: 211824 URL: http://svn.freebsd.org/changeset/base/211824 Log: Add x86bios_set_intr() to set interrupt vectors for real mode and simplify x86bios_get_intr() a little. Modified: head/sys/compat/x86bios/x86bios.c head/sys/compat/x86bi

svn commit: r211825 - head/sys/i386/include

2010-08-25 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 25 21:13:23 2010 New Revision: 211825 URL: http://svn.freebsd.org/changeset/base/211825 Log: Increase maximum number of page table entries per VM86 context from 8 to 24 pages, yet again. Now we can allocate a whole segment, which is required for shadowing option R

svn commit: r211826 - head/sys/fs/unionfs

2010-08-25 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Aug 25 21:32:08 2010 New Revision: 211826 URL: http://svn.freebsd.org/changeset/base/211826 Log: Revert r210194, adding a comment explaining why calls to chgproccnt() in unionfs are actually needed. I have a better fix in trasz_hrl p4 branch, but now is not a good mo

svn commit: r211827 - head/sys/dev/fb

2010-08-25 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 25 22:09:02 2010 New Revision: 211827 URL: http://svn.freebsd.org/changeset/base/211827 Log: Add an experimental feature to shadow video BIOS. Long ago, this trick was supported by many BIOSes to improve performance of VESA BIOS calls for real mode OSes but it is

svn commit: r211829 - head/sys/dev/fb

2010-08-25 Thread Jung-uk Kim
Author: jkim Date: Wed Aug 25 22:48:18 2010 New Revision: 211829 URL: http://svn.freebsd.org/changeset/base/211829 Log: Fix a debugging message under bootverbose. This address is not linear. Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c ==

svn commit: r211830 - head/sys/rpc

2010-08-25 Thread Rick Macklem
Author: rmacklem Date: Wed Aug 25 23:23:00 2010 New Revision: 211830 URL: http://svn.freebsd.org/changeset/base/211830 Log: Add mutex locking for the call to replay_prune() in replay_setsize(), since replay_prune() expects the rc_lock to be held when it is called. MFC after:2 weeks

svn commit: r211831 - head

2010-08-25 Thread Warner Losh
Author: imp Date: Thu Aug 26 05:16:00 2010 New Revision: 211831 URL: http://svn.freebsd.org/changeset/base/211831 Log: Rescue doesn't work for n64. Modified: head/Makefile.mips Modified: head/Makefile.mips == --- hea

svn commit: r211832 - head/usr.sbin

2010-08-25 Thread Warner Losh
Author: imp Date: Thu Aug 26 05:25:51 2010 New Revision: 211832 URL: http://svn.freebsd.org/changeset/base/211832 Log: Ugly kludge to paper over some kind of ld bug and/or misuse: don't build uathload on mips n64 either. Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile ===

Re: svn commit: r211832 - head/usr.sbin

2010-08-25 Thread Juli Mallett
On Wed, Aug 25, 2010 at 22:25, Warner Losh wrote: > Author: imp > Date: Thu Aug 26 05:25:51 2010 > New Revision: 211832 > URL: http://svn.freebsd.org/changeset/base/211832 > > Log: >  Ugly kludge to paper over some kind of ld bug and/or misuse: don't >  build uathload on mips n64 either. Thanks f