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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
_
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
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
=
21 matches
Mail list logo