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

2010-07-20 Thread Bruce Evans
On Mon, 19 Jul 2010, John Baldwin wrote: Log: In keeping with the Age-of-the-fruitbat theme, scale up hirunningspace on machines which can clearly afford the memory. This is a somewhat conservative version of the patch - more fine tuning may be necessary. Idea from: Thread on hackers

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

2010-07-20 Thread Juli Mallett
Author: jmallett Date: Tue Jul 20 21:17:33 2010 New Revision: 210317 URL: http://svn.freebsd.org/changeset/base/210317 Log: Remove unused file. Replaced by tlb.c. Deleted: head/sys/mips/mips/tlb.S ___ svn-src-head@freebsd.org mailing list http://li

svn commit: r210312 - in head/sys/mips/cavium: . cryptocteon usb

2010-07-20 Thread Juli Mallett
Author: jmallett Date: Tue Jul 20 19:32:25 2010 New Revision: 210312 URL: http://svn.freebsd.org/changeset/base/210312 Log: o) Add the "octusb" controller which supports the first port of the Octeon on-board USB controller. It is not currently enabled because there are known problems

svn commit: r210311 - in head/sys: conf contrib/octeon-sdk mips/cavium mips/cavium/dev mips/cavium/octe mips/conf mips/include mips/mips

2010-07-20 Thread Juli Mallett
Author: jmallett Date: Tue Jul 20 19:25:11 2010 New Revision: 210311 URL: http://svn.freebsd.org/changeset/base/210311 Log: Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive library: o) Increase inline unit / large function growth limits for MIPS to accommodate

svn commit: r210300 - head/usr.sbin/watchdogd

2010-07-20 Thread Xin LI
Author: delphij Date: Tue Jul 20 17:42:13 2010 New Revision: 210300 URL: http://svn.freebsd.org/changeset/base/210300 Log: Staticify local variables. While I'm there also add a 'static' keyword for a function to make it consistent with prototype. Reviewed by: phk MFC after:3 m

Re: svn commit: r210254 - in head/etc: defaults periodic/security

2010-07-20 Thread Alex Kozlov
On Tue, Jul 20, 2010 at 05:25:05PM +0300, Alex Kozlov wrote: > > > + echo ${name}: ${one} > > > > This handles pathnames with spaces incorrectly. Consider reading lines > > with > > IFS= read -r line > > This also collapses the nested case statements to one, for > > 'Info

Re: svn commit: r210263 - head/sys/dev/bce

2010-07-20 Thread Pyun YongHyeon
On Tue, Jul 20, 2010 at 10:13:03AM +, Bjoern A. Zeeb wrote: > On Mon, 19 Jul 2010, Pyun YongHyeon wrote: > > >Author: yongari > >Date: Mon Jul 19 21:41:54 2010 > >New Revision: 210263 > >URL: http://svn.freebsd.org/changeset/base/210263 > > > >Log: > > Do not report current link state if inter

svn commit: r210298 - in head/sys: arm/mv dev/acpica kern x86/isa x86/x86

2010-07-20 Thread Alexander Motin
Author: mav Date: Tue Jul 20 15:48:29 2010 New Revision: 210298 URL: http://svn.freebsd.org/changeset/base/210298 Log: Fix several un-/signedness bugs of r210290 and r210293. Add one more check. Modified: head/sys/arm/mv/timer.c head/sys/dev/acpica/acpi_hpet.c head/sys/kern/kern_clocksour

svn commit: r210296 - head/share/timedef

2010-07-20 Thread Ollivier Robert
Author: roberto Date: Tue Jul 20 14:27:09 2010 New Revision: 210296 URL: http://svn.freebsd.org/changeset/base/210296 Log: Week days are all lowercase in French. cf. http://www.academie-francaise.fr/langue/questions.html#jourdelasemaine (FR) PR: misc/148792 Submitted by: Math

Re: svn commit: r210254 - in head/etc: defaults periodic/security

2010-07-20 Thread Alex Kozlov
On Tue, Jul 20, 2010 at 02:58:46PM +0200, Jilles Tjoelker wrote: > On Mon, Jul 19, 2010 at 08:19:14PM +, Gabor Kovesdan wrote: > > + pkg_info -ga 2>/dev/null | \ > > The stderr output is also interesting, as it contains error messages > about files that are in a package but do not exist. Unf

svn commit: r210295 - head/sys/kern

2010-07-20 Thread Ivan Voras
Author: ivoras Date: Tue Jul 20 13:59:51 2010 New Revision: 210295 URL: http://svn.freebsd.org/changeset/base/210295 Log: Fix expression style. Prodded by: jhb Modified: head/sys/kern/vfs_bio.c Modified: head/sys/kern/vfs_bio.c ===

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

2010-07-20 Thread John Baldwin
On Sunday, July 18, 2010 6:15:33 am Ivan Voras wrote: > Author: ivoras > Date: Sun Jul 18 10:15:33 2010 > New Revision: 210217 > URL: http://svn.freebsd.org/changeset/base/210217 > > Log: > In keeping with the Age-of-the-fruitbat theme, scale up hirunningspace on > machines which can clearly a

Re: svn commit: r210254 - in head/etc: defaults periodic/security

2010-07-20 Thread Jilles Tjoelker
On Mon, Jul 19, 2010 at 08:19:14PM +, Gabor Kovesdan wrote: > Author: gabor > Date: Mon Jul 19 20:19:14 2010 > New Revision: 210254 > URL: http://svn.freebsd.org/changeset/base/210254 > Log: > - Add a periodic script, which can be used to find installed ports' files > with > mismatched

svn commit: r210294 - in head/sys: i386/i386 pc98/pc98

2010-07-20 Thread Tijl Coosemans
Author: tijl Date: Tue Jul 20 12:36:36 2010 New Revision: 210294 URL: http://svn.freebsd.org/changeset/base/210294 Log: Store fsbase and gsbase in the right fields of the mcontext. They were switched. PR: i386/148344 Approved by: kib (mentor) MFC after:1 week Modified:

svn commit: r210293 - head/sys/arm/mv

2010-07-20 Thread Alexander Motin
Author: mav Date: Tue Jul 20 11:46:45 2010 New Revision: 210293 URL: http://svn.freebsd.org/changeset/base/210293 Log: Refactor Marvell ARM SoC timer driver to the new timer infrastructure. Modified: head/sys/arm/mv/files.mv head/sys/arm/mv/timer.c Modified: head/sys/arm/mv/files.mv ==

svn commit: r210292 - head/sys/sys

2010-07-20 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 20 11:20:45 2010 New Revision: 210292 URL: http://svn.freebsd.org/changeset/base/210292 Log: Fix typo in comment. Modified: head/sys/sys/priv.h Modified: head/sys/sys/priv.h == --- head/s

Re: svn commit: r210286 - head/sys/contrib/octeon-sdk

2010-07-20 Thread M. Warner Losh
In message: <201007200719.o6k7jhfj022...@svn.freebsd.org> Juli Mallett writes: : Author: jmallett : Date: Tue Jul 20 07:19:43 2010 : New Revision: 210286 : URL: http://svn.freebsd.org/changeset/base/210286 : : Log: : Import the Cavium Simple Executive from the Cavium Octeon SDK. Th

svn commit: r210290 - in head/sys: dev/acpica kern sys x86/isa x86/x86

2010-07-20 Thread Alexander Motin
Author: mav Date: Tue Jul 20 10:58:56 2010 New Revision: 210290 URL: http://svn.freebsd.org/changeset/base/210290 Log: Extend timer driver API to report also minimal and maximal supported period lengths. Make MI wrapper code to validate periods in request. Make kernel clock management code t

svn commit: r210289 - head/share/man/man4

2010-07-20 Thread Bernhard Schmidt
Author: bschmidt Date: Tue Jul 20 10:45:05 2010 New Revision: 210289 URL: http://svn.freebsd.org/changeset/base/210289 Log: Update manpage to reflect changes regarding the 6050's firmware. MFC after:3 days Modified: head/share/man/man4/iwn.4 head/share/man/man4/iwnfw.4 Modified: h

Re: svn commit: r210263 - head/sys/dev/bce

2010-07-20 Thread Bjoern A. Zeeb
On Mon, 19 Jul 2010, Pyun YongHyeon wrote: Author: yongari Date: Mon Jul 19 21:41:54 2010 New Revision: 210263 URL: http://svn.freebsd.org/changeset/base/210263 Log: Do not report current link state if interface is not UP. Hmm, not sure what exactly the code change does but by your descript

svn commit: r210287 - head/usr.sbin

2010-07-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Jul 20 07:27:36 2010 New Revision: 210287 URL: http://svn.freebsd.org/changeset/base/210287 Log: Build some powerpc-specific utilities on powerpc64 as well. Submitted by: Andreas Tobler Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile ==

svn commit: r210286 - head/sys/contrib/octeon-sdk

2010-07-20 Thread Juli Mallett
Author: jmallett Date: Tue Jul 20 07:19:43 2010 New Revision: 210286 URL: http://svn.freebsd.org/changeset/base/210286 Log: Import the Cavium Simple Executive from the Cavium Octeon SDK. The Simple Executive is a library that can be used by standalone applications and kernels to abstract ac