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

2010-09-06 Thread Jayachandran C.
Author: jchandra Date: Mon Sep 6 06:18:49 2010 New Revision: 212248 URL: http://svn.freebsd.org/changeset/base/212248 Log: XLR/XLS hardware interrupts should be programmed level triggered at the PIC. This should fix the interrupt releated issues seen after the interrupt handling re-write

Re: svn commit: r212247 - head/sbin/fdisk

2010-09-06 Thread Pawel Jakub Dawidek
On Mon, Sep 06, 2010 at 04:15:49AM +, Brian Somers wrote: Author: brian Date: Mon Sep 6 04:15:49 2010 New Revision: 212247 URL: http://svn.freebsd.org/changeset/base/212247 Log: Handle geli-encrypted root disk devices. [...] if ((rv = regcomp(re,

svn commit: r212251 - head/sys/dev/acpi_support

2010-09-06 Thread Andriy Gapon
Author: avg Date: Mon Sep 6 07:34:32 2010 New Revision: 212251 URL: http://svn.freebsd.org/changeset/base/212251 Log: acpi_hp: fix bus attachment code - add identify method to create driver's own device_t - successfully probe only driver's own device_t instead of any device_t -

Re: svn commit: r212247 - head/sbin/fdisk

2010-09-06 Thread Brian Somers
On Mon, 6 Sep 2010 08:41:42 +0200 Pawel Jakub Dawidek p...@freebsd.org wrote: On Mon, Sep 06, 2010 at 04:15:49AM +, Brian Somers wrote: Author: brian Date: Mon Sep 6 04:15:49 2010 New Revision: 212247 URL: http://svn.freebsd.org/changeset/base/212247 Log: Handle

svn commit: r212253 - head/sbin/dhclient

2010-09-06 Thread Brian Somers
Author: brian Date: Mon Sep 6 09:59:10 2010 New Revision: 212253 URL: http://svn.freebsd.org/changeset/base/212253 Log: Document dhclient-enter-hooks and dhclient-exit-hooks and mention how to configure dhclient to clear the interface of IP numbers prior to configuring it. PR:

svn commit: r212254 - head/release/doc/share/misc

2010-09-06 Thread Christian Brueffer
Author: brueffer Date: Mon Sep 6 11:02:50 2010 New Revision: 212254 URL: http://svn.freebsd.org/changeset/base/212254 Log: sis(4) should work on all architectures now. Modified: head/release/doc/share/misc/dev.archlist.txt Modified: head/release/doc/share/misc/dev.archlist.txt

Re: svn commit: r212247 - head/sbin/fdisk

2010-09-06 Thread Pawel Jakub Dawidek
On Mon, Sep 06, 2010 at 01:13:18AM -0700, Brian Somers wrote: On Mon, 6 Sep 2010 08:41:42 +0200 Pawel Jakub Dawidek p...@freebsd.org wrote: Your assumption that .eli can only be present at the end of provider name is incorrect. It can be eg. /dev/ad0s1a.eli.journal. Another problem is

svn commit: r212256 - head/sys/netinet/ipfw

2010-09-06 Thread Gleb Smirnoff
Author: glebius Date: Mon Sep 6 13:17:01 2010 New Revision: 212256 URL: http://svn.freebsd.org/changeset/base/212256 Log: in_delayed_cksum() requires host byte order. Reported by: Alexander Levin amindomao googlemail.com MFC after:1 week Modified:

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

2010-09-06 Thread Bruce Evans
On Fri, 3 Sep 2010, pluknet wrote: On 3 September 2010 21:23, Matthew D Fleming m...@freebsd.org wrote: Log: ?Fix user-space libsbuf build. ?Why isn't CTASSERT available to ?user-space? Well, user headers shouldn't be enlisted to check for kernel bugs that can be checked well enough in the

Re: svn commit: r212251 - head/sys/dev/acpi_support

2010-09-06 Thread John Baldwin
On Monday 06 September 2010 03:34:32 am Andriy Gapon wrote: Author: avg Date: Mon Sep 6 07:34:32 2010 New Revision: 212251 URL: http://svn.freebsd.org/changeset/base/212251 Log: acpi_hp: fix bus attachment code - add identify method to create driver's own device_t - successfully

svn commit: r212260 - in head: share/misc usr.bin/calendar/calendars

2010-09-06 Thread Andreas Tobler
Author: andreast Date: Mon Sep 6 19:00:00 2010 New Revision: 212260 URL: http://svn.freebsd.org/changeset/base/212260 Log: Add myself to calendar.freebsd and committers-src.dot. Approved by: nwhitehorn (mentor) Modified: head/share/misc/committers-src.dot

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

2010-09-06 Thread Konstantin Belousov
Author: kib Date: Mon Sep 6 20:35:48 2010 New Revision: 212262 URL: http://svn.freebsd.org/changeset/base/212262 Log: Add aesni(4) manpage. Added: head/share/man/man4/aesni.4 (contents, props changed) Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile

svn commit: r212263 - head/usr.bin/cpio

2010-09-06 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Sep 6 20:40:38 2010 New Revision: 212263 URL: http://svn.freebsd.org/changeset/base/212263 Log: Fix typo in bsdcpio manual: s/libarchive_formats/libarchive-formats PR: 150300 Submitted by: Kurt Jaeger fbsd-pr at opsec dot eu Patch by:

svn commit: r212282 - head/sys/vm

2010-09-06 Thread Ryan Stone
Author: rstone Date: Tue Sep 7 02:51:11 2010 New Revision: 212282 URL: http://svn.freebsd.org/changeset/base/212282 Log: Fix a typo in r212281. uintptr - uintptr_t Pointy hat to: rstone Approved by:emaste (mentor) MFC after: 2 weeks Modified: head/sys/vm/vm_mmap.c

Re: svn commit: r212281 - head/sys/vm

2010-09-06 Thread Ryan Stone
On Mon, Sep 6, 2010 at 8:23 PM, Ryan Stone rst...@freebsd.org wrote: +       if (pkm.pm_address != (uintptr) NULL) I have no idea how this snuck past me. I must have deleted some characters after building and testing this. I'll fix it as soon as I can track down one of my mentors, but if

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

2010-09-06 Thread Jayachandran C.
Author: jchandra Date: Tue Sep 7 05:39:24 2010 New Revision: 212283 URL: http://svn.freebsd.org/changeset/base/212283 Log: On boards with 512MB memory, the result of vtophys cannot be converted to KSEG1 address - use pmap_mapdev/pmap_unmapdev instead. Remove unused variable maxphys.