svn commit: r191648 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2009-04-28 Thread Jeff Roberson
Author: jeff Date: Wed Apr 29 06:54:40 2009 New Revision: 191648 URL: http://svn.freebsd.org/changeset/base/191648 Log: - Add support for cpuid leaf 0xb. This allows us to determine the topology of nehalem/corei7 based systems. - Remove the cpu_cores/cpu_logical detection from identcpu

svn commit: r191647 - releng/7.2/release/doc/en_US.ISO8859-1/relnotes

2009-04-28 Thread Hiroki Sato
Author: hrs Date: Wed Apr 29 06:52:04 2009 New Revision: 191647 URL: http://svn.freebsd.org/changeset/base/191647 Log: - Updare release notes: currently jail+cpuset allows superuser inside the jail to change the CPU bindings, atkbd(4) + kbdmux(4) duplicated/missing chars

svn commit: r191646 - releng/7.2/release/doc/en_US.ISO8859-1/relnotes

2009-04-28 Thread Hiroki Sato
Author: hrs Date: Wed Apr 29 06:14:12 2009 New Revision: 191646 URL: http://svn.freebsd.org/changeset/base/191646 Log: Updare release notes: currently jail+cpuset allows superuser inside the jail to change the CPU bindings, atkbd(4) + kbdmux(4) duplicated/missing chars is

svn commit: r191645 - head/sys/kern

2009-04-28 Thread Jeff Roberson
Author: jeff Date: Wed Apr 29 03:26:30 2009 New Revision: 191645 URL: http://svn.freebsd.org/changeset/base/191645 Log: - Fix the FBSDID line. Modified: head/sys/kern/sched_ule.c Modified: head/sys/kern/sched_ule.c

svn commit: r191643 - in head/sys: kern sys

2009-04-28 Thread Jeff Roberson
Author: jeff Date: Wed Apr 29 03:15:43 2009 New Revision: 191643 URL: http://svn.freebsd.org/changeset/base/191643 Log: - Remove the bogus idle thread state code. This may have a race in it and it only optimized out an ipi or mwait in very few cases. - Skip the adaptive idle code when

svn commit: r191639 - head/sys/kern

2009-04-28 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 28 21:00:50 2009 New Revision: 191639 URL: http://svn.freebsd.org/changeset/base/191639 Log: Prevent a superuser inside a jail from modifying the dedicated root cpuset of that jail. Processes inside the jail will still be able to change child sets. A superuser outs

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

2009-04-28 Thread Marius Strobl
Author: marius Date: Tue Apr 28 20:49:47 2009 New Revision: 191638 URL: http://svn.freebsd.org/changeset/base/191638 Log: - Change some softc members to be unsigned where more appropriate. - Add some missing const. - Move the size of the window spun by the registers to the softc as neith

svn commit: r191637 - stable/6/libexec/rtld-elf

2009-04-28 Thread Ed Maste
Author: emaste Date: Tue Apr 28 20:39:21 2009 New Revision: 191637 URL: http://svn.freebsd.org/changeset/base/191637 Log: MFC r155084: Fix a malloc overrun in 32-bit compat libmap lookup code. Modified: stable/6/libexec/rtld-elf/ (props changed) stable/6/libexec/rtld-elf/libmap.c

svn commit: r191635 - head/usr.sbin/arp

2009-04-28 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Apr 28 20:23:58 2009 New Revision: 191635 URL: http://svn.freebsd.org/changeset/base/191635 Log: - xref ndp(8) PR: docs/134053 Submitted by: Bob Van Zant MFC after:1 week Modified: head/usr.sbin/arp/arp.8 Modified: head/usr.sbi

svn commit: r191634 - head/usr.sbin/kbdmap

2009-04-28 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Apr 28 20:20:13 2009 New Revision: 191634 URL: http://svn.freebsd.org/changeset/base/191634 Log: - fix path for locale.alias PR: docs/134070 Submitted by: Frank Shute MFC after:1 week Modified: head/usr.sbin/kbdmap/kbdmap.1 Mod

svn commit: r191633 - head/lib/libc/arm/string

2009-04-28 Thread Olivier Houchard
Author: cognet Date: Tue Apr 28 19:20:13 2009 New Revision: 191633 URL: http://svn.freebsd.org/changeset/base/191633 Log: Change the test at the beginning of strncmp(), from being if (len - 1) < 0 to if (len == 0). The length is supposed to be unsigned, so len - 1 < 0 won't happen except i

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

2009-04-28 Thread Andriy Gapon
Author: avg Date: Tue Apr 28 11:56:54 2009 New Revision: 191627 URL: http://svn.freebsd.org/changeset/base/191627 Log: acpi: do not run resume/backout code when entering S0/S5 states This change adds (possibly redundant) early check for invalid state input parameter (including S0). Handli

svn commit: r191626 - head/sys/vm

2009-04-28 Thread Konstantin Belousov
Author: kib Date: Tue Apr 28 11:45:36 2009 New Revision: 191626 URL: http://svn.freebsd.org/changeset/base/191626 Log: Use the acquired reference to the vmspace instead of direct dereferencing of p->p_vmspace in a place where it was missed in r191277. Noted by: pluknet gmail com Modifie

svn commit: r191625 - head/sys/vm

2009-04-28 Thread Konstantin Belousov
Author: kib Date: Tue Apr 28 11:43:35 2009 New Revision: 191625 URL: http://svn.freebsd.org/changeset/base/191625 Log: Fix typo. Modified: head/sys/vm/swap_pager.c Modified: head/sys/vm/swap_pager.c == --- head/sys/v

svn commit: r191621 - head/sys/netinet

2009-04-28 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 28 11:10:33 2009 New Revision: 191621 URL: http://svn.freebsd.org/changeset/base/191621 Log: Don't require packet to match a route (any route; this information wasn't used anyway, so a typical workaround was to add a dummy route) if it's going to be sent through I

svn commit: r191620 - in head: etc/rc.d share/man/man5

2009-04-28 Thread Ruslan Ermilov
Author: ru Date: Tue Apr 28 09:45:32 2009 New Revision: 191620 URL: http://svn.freebsd.org/changeset/base/191620 Log: Added (pre|post)(start|stop) jail hooks. These can be used to run arbitrary commands (outside the jail) associated with said events, e.g. to bring up/down CARP interfaces re

svn commit: r191619 - stable/6/share/zoneinfo

2009-04-28 Thread Edwin Groothuis
Author: edwin Date: Tue Apr 28 08:24:15 2009 New Revision: 191619 URL: http://svn.freebsd.org/changeset/base/191619 Log: MFC of tzdata2009g: Egypt will have DST till the end of September the coming years. Modified: stable/6/share/zoneinfo/ (props changed) stable/6/share/zoneinfo/afri

svn commit: r191618 - head/share/zoneinfo

2009-04-28 Thread Edwin Groothuis
Author: edwin Date: Tue Apr 28 08:20:32 2009 New Revision: 191618 URL: http://svn.freebsd.org/changeset/base/191618 Log: MFC of tzdata2009g: Egypt will have DST till the end of September the coming years. Modified: head/share/zoneinfo/ (props changed) head/share/zoneinfo/africa Modi

svn commit: r191617 - in vendor/tzdata: tzdata2000g/dist tzdata2009g

2009-04-28 Thread Edwin Groothuis
Author: edwin Date: Tue Apr 28 08:11:42 2009 New Revision: 191617 URL: http://svn.freebsd.org/changeset/base/191617 Log: Typo in previous tag, fix it. Added: vendor/tzdata/tzdata2009g/ - copied from r191616, vendor/tzdata/tzdata2000g/dist/ Deleted: vendor/tzdata/tzdata2000g/dist/ _

svn commit: r191616 - vendor/tzdata/tzdata2000g/dist

2009-04-28 Thread Edwin Groothuis
Author: edwin Date: Tue Apr 28 07:45:40 2009 New Revision: 191616 URL: http://svn.freebsd.org/changeset/base/191616 Log: Tag of tzdata2009g Added: vendor/tzdata/tzdata2000g/dist/ - copied from r191615, vendor/tzdata/dist/ ___ svn-src-all@freebs

svn commit: r191615 - vendor/tzdata/dist

2009-04-28 Thread Edwin Groothuis
Author: edwin Date: Tue Apr 28 07:44:12 2009 New Revision: 191615 URL: http://svn.freebsd.org/changeset/base/191615 Log: Vendor import of tzdata2009g Egypt will have DST till the end of September the coming years. Modified: vendor/tzdata/dist/africa Modified: vendor/tzdata/dist/africa =