2009/8/14 Bjoern A. Zeeb :
> Author: bz
> Date: Fri Aug 14 21:46:54 2009
> New Revision: 196226
> URL: http://svn.freebsd.org/changeset/base/196226
>
> Log:
> Add a new macro to test that a variable could be loaded atomically.
> Check that the given variable is at most uintptr_t in size and that
Author: qingli
Date: Sat Aug 15 00:04:12 2009
New Revision: 196235
URL: http://svn.freebsd.org/changeset/base/196235
Log:
MFC 196234
In function ip_output(), the cached route is flushed when there is a
mismatch between the cached entry and the intended destination. The
cached rtentry{
Author: qingli
Date: Fri Aug 14 23:44:59 2009
New Revision: 196234
URL: http://svn.freebsd.org/changeset/base/196234
Log:
In function ip_output(), the cached route is flushed when there is a
mismatch between the cached entry and the intended destination. The
cached rtentry{} is flushed but t
Author: zec
Date: Fri Aug 14 23:05:10 2009
New Revision: 196233
URL: http://svn.freebsd.org/changeset/base/196233
Log:
MFC r196230:
Appease VNET_DEBUG - in if_vmove we temporarily switch i.e.
recurse from one vnet to another which is OK, so no need
to flood the console with warnin
Author: zec
Date: Fri Aug 14 23:01:21 2009
New Revision: 196232
URL: http://svn.freebsd.org/changeset/base/196232
Log:
MFC r196229:
SCTP is not yet compatible with options VIMAGE kernels although it compiles
with VIMAGE defined, so explicitly disallow building such kernels.
Rev
Author: zec
Date: Fri Aug 14 22:55:54 2009
New Revision: 196231
URL: http://svn.freebsd.org/changeset/base/196231
Log:
MFC r196228:
Make VNET_DEBUG a standalone compile-time option, i.e. decouple it from
INVARIANTS.
Reviewed by: bz
Approved by: re (rwatson), julian (mento
Author: zec
Date: Fri Aug 14 22:46:45 2009
New Revision: 196230
URL: http://svn.freebsd.org/changeset/base/196230
Log:
Appease VNET_DEBUG - in if_vmove we temporarily switch i.e.
recurse from one vnet to another which is OK, so no need
to flood the console with warnings here.
Approved b
Author: zec
Date: Fri Aug 14 22:43:25 2009
New Revision: 196229
URL: http://svn.freebsd.org/changeset/base/196229
Log:
SCTP is not yet compatible with options VIMAGE kernels although it compiles
with VIMAGE defined, so explicitly disallow building such kernels.
Reviewed by: rrs
Approve
Author: zec
Date: Fri Aug 14 22:41:39 2009
New Revision: 196228
URL: http://svn.freebsd.org/changeset/base/196228
Log:
Make VNET_DEBUG a standalone compile-time option, i.e. decouple it from
INVARIANTS.
Reviewed by: bz
Approved by: re (rwatson), julian (mentor)
Modified:
head/sys/c
Author: bz
Date: Fri Aug 14 21:50:47 2009
New Revision: 196227
URL: http://svn.freebsd.org/changeset/base/196227
Log:
MFC r196226:
Add a new macro to test that a variable could be loaded atomically.
Check that the given variable is at most uintptr_t in size and that
it is aligned.
Author: bz
Date: Fri Aug 14 21:46:54 2009
New Revision: 196226
URL: http://svn.freebsd.org/changeset/base/196226
Log:
Add a new macro to test that a variable could be loaded atomically.
Check that the given variable is at most uintptr_t in size and that
it is aligned.
Note: ASSERT_ATOMI
On Fri, 2009-08-14 at 21:07 +, Nick Hibma wrote:
> Author: n_hibma
> Date: Fri Aug 14 21:07:41 2009
> New Revision: 196225
> URL: http://svn.freebsd.org/changeset/base/196225
>
> Log:
> Revert r196169.
Thanks,
robert.
> Modified:
> stable/7/sys/pci/agp_i810.c
>
> Modified: stable/7/sys
Author: n_hibma
Date: Fri Aug 14 21:07:41 2009
New Revision: 196225
URL: http://svn.freebsd.org/changeset/base/196225
Log:
Revert r196169.
Modified:
stable/7/sys/pci/agp_i810.c
Modified: stable/7/sys/pci/agp_i810.c
=
Author: jhb
Date: Fri Aug 14 21:05:08 2009
New Revision: 196224
URL: http://svn.freebsd.org/changeset/base/196224
Log:
Adjust the handling of the local APIC PMC interrupt vector:
- Provide lapic_disable_pmc(), lapic_enable_pmc(), and lapic_reenable_pmc()
routines in the local APIC code tha
On Aug 14, 2009, at 9:36 PM, Remko Lodder wrote:
Author: remko
Date: Fri Aug 14 19:36:54 2009
New Revision: 196218
URL: http://svn.freebsd.org/changeset/base/196218
Log:
Remove bogus char cast.
PR: 118014
Submitted by: Gardner Bell
Approved by: re (rwatson), imp (mentor,
Author: jhb
Date: Fri Aug 14 20:57:21 2009
New Revision: 196223
URL: http://svn.freebsd.org/changeset/base/196223
Log:
Adjust the handling of the local APIC PMC interrupt vector:
- Provide lapic_disable_pmc(), lapic_enable_pmc(), and lapic_reenable_pmc()
routines in the local APIC code tha
Author: jhb
Date: Fri Aug 14 20:42:40 2009
New Revision: 196222
URL: http://svn.freebsd.org/changeset/base/196222
Log:
MFC 196221:
Add the ability to build a release from an SVN checkout instead of a CVS
checkout. If SVNROOT is specified, then the source tree will be checked
out from t
Author: jhb
Date: Fri Aug 14 20:35:42 2009
New Revision: 196221
URL: http://svn.freebsd.org/changeset/base/196221
Log:
Add the ability to build a release from an SVN checkout instead of a CVS
checkout. If SVNROOT is specified, then the source tree will be checked
out from that SVN repositor
Author: jhb
Date: Fri Aug 14 20:09:31 2009
New Revision: 196220
URL: http://svn.freebsd.org/changeset/base/196220
Log:
MFC: Purge mergeinfo from files that were temporarily renamed while USB2 was
imported into the tree alongside USB.
Approved by: re (mergeinfo blanket)
Modified:
stabl
Author: jhb
Date: Fri Aug 14 20:03:53 2009
New Revision: 196219
URL: http://svn.freebsd.org/changeset/base/196219
Log:
Purge mergeinfo from files that were temporarily renamed while USB2 was
imported into the tree alongside USB.
Approved by: re (mergeinfo blanket)
Modified:
head/sys/d
Author: remko
Date: Fri Aug 14 19:36:54 2009
New Revision: 196218
URL: http://svn.freebsd.org/changeset/base/196218
Log:
Remove bogus char cast.
PR: 118014
Submitted by:Gardner Bell
Approved by: re (rwatson), imp (mentor, implicit)
MFC after: immediate
Ap
Author: remko
Date: Fri Aug 14 19:30:59 2009
New Revision: 196217
URL: http://svn.freebsd.org/changeset/base/196217
Log:
Remove bogus char cast.
PR: 118014
Submitted by:Gardner Bell
Approved by: re (rwatson), imp (mentor, implicit)
MFC after: immediate
Ap
Author: remko
Date: Fri Aug 14 18:18:51 2009
New Revision: 196216
URL: http://svn.freebsd.org/changeset/base/196216
Log:
Remove bogus char cast.
PR: 118014
Submitted by: Gardner Bell
Approved by: re (rwatson), imp (mentor, implicit)
MFC after:immediate
Modified:
hea
Scott Long wrote:
> Colin Percival wrote:
>> Log:
>> Make sysinstall recognize /dev/ada* disk devices. The description
>> string
>> "SATA disk device" reflects the current state of /dev/ada*; this may be
>> changed in the future if other drive types start appearing as
>> /dev/ada*.
>> Subm
On Thu, 13 Aug 2009, Kostik Belousov wrote:
Log:
Compact some output. Move some behind bootverbose.
Modified:
stable/7/sys/dev/firewire/fwohci.c
Please revert this commit and your previous r196169. Patches shall go into
HEAD first and then merged back to stable branch after settle period
Colin Percival wrote:
Author: cperciva
Date: Fri Aug 14 13:24:44 2009
New Revision: 196213
URL: http://svn.freebsd.org/changeset/base/196213
Log:
Make sysinstall recognize /dev/ada* disk devices. The description string
"SATA disk device" reflects the current state of /dev/ada*; this may be
Author: cperciva
Date: Fri Aug 14 13:26:50 2009
New Revision: 196214
URL: http://svn.freebsd.org/changeset/base/196214
Log:
Merge r196213 to stable/8.
Approved by: re (rwatson)
Modified:
stable/8/usr.sbin/sysinstall/ (props changed)
stable/8/usr.sbin/sysinstall/devices.c
Modified:
Author: cperciva
Date: Fri Aug 14 13:24:44 2009
New Revision: 196213
URL: http://svn.freebsd.org/changeset/base/196213
Log:
Make sysinstall recognize /dev/ada* disk devices. The description string
"SATA disk device" reflects the current state of /dev/ada*; this may be
changed in the future
Daniel Geržo wrote:
Scott Long wrote:
Author: scottl
Date: Thu Aug 13 23:18:45 2009
New Revision: 196200
URL: http://svn.freebsd.org/changeset/base/196200
Log:
ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell
PERC5/6
controllers. Controller, array, and drive status can
Author: scottl
Date: Fri Aug 14 13:13:12 2009
New Revision: 196212
URL: http://svn.freebsd.org/changeset/base/196212
Log:
Add mptutil, a basic utility for managing MPT SCSI/SATA/SAS controllers.
Drive and controller status can be reported, basic attributes changed,
and arrays and spares can
Author: scottl
Date: Fri Aug 14 12:30:10 2009
New Revision: 196211
URL: http://svn.freebsd.org/changeset/base/196211
Log:
Fix is 32bit bug missed in testing.
Approved by: re
Modified:
head/usr.sbin/mfiutil/mfi_drive.c
Modified: head/usr.sbin/mfiutil/mfi_drive.c
Author: kib
Date: Fri Aug 14 11:22:09 2009
New Revision: 196210
URL: http://svn.freebsd.org/changeset/base/196210
Log:
MFC r196206:
Take the number of allocated freeblks into consideration for
softdep_slowdown(), to prevent kernel memory exhaustioni on
mass-truncation.
Approved by: r
Author: kib
Date: Fri Aug 14 11:17:34 2009
New Revision: 196209
URL: http://svn.freebsd.org/changeset/base/196209
Log:
MFC r196205:
In nfs_upgrade_vnlock(), assert that the vnode is locked.
When downgrading, pass LK_RETRY to the vn_lock(), since otherwise
vn_lock() unlocks the doomed vnode
Author: kib
Date: Fri Aug 14 11:13:06 2009
New Revision: 196208
URL: http://svn.freebsd.org/changeset/base/196208
Log:
MFC r196204:
Add the address of the lock to the KTR_LOCK trace.
Approved by: re (rwatson)
Modified:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/
Author: kib
Date: Fri Aug 14 11:06:58 2009
New Revision: 196207
URL: http://svn.freebsd.org/changeset/base/196207
Log:
MFC r196203:
Correctly handle unlock for !MAKEENTRY case.
Approved by: re (rwatson)
Modified:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (pro
Author: kib
Date: Fri Aug 14 11:00:38 2009
New Revision: 196206
URL: http://svn.freebsd.org/changeset/base/196206
Log:
When a UFS node is truncated to the zero length, e.g. by explicit
truncate(2) call, or by being removed or truncated on open, either
new softupdate freeblks structure is all
Author: kib
Date: Fri Aug 14 10:59:17 2009
New Revision: 196205
URL: http://svn.freebsd.org/changeset/base/196205
Log:
In nfs_upgrade_vnlock(), assert that the vnode is locked. It is for all
pathes, as far as I see and testing seems to confirm it. Comparision of
old_lock with LK_SHARED make
Author: kib
Date: Fri Aug 14 10:57:57 2009
New Revision: 196204
URL: http://svn.freebsd.org/changeset/base/196204
Log:
Add the address of the lock to the KTR_LOCK trace.
Tested by:pho
Approved by: re (rwatson)
Modified:
head/sys/sys/lock.h
Modified: head/sys/sys/lock.h
==
Author: kib
Date: Fri Aug 14 10:57:28 2009
New Revision: 196203
URL: http://svn.freebsd.org/changeset/base/196203
Log:
Correctly handle unlock for !MAKEENTRY case, after successfull attempt of
lock upgrade cache shall be unlocked from write.
Reported by: Lucius Windschuh
Reviewed by:
Author: julian
Date: Fri Aug 14 10:25:14 2009
New Revision: 196202
URL: http://svn.freebsd.org/changeset/base/196202
Log:
MFC of r196201
URL: http://svn.freebsd.org/changeset/base/196201
Fix ipfw crash on uid or gid check.
Receiving any ip packet for which there is no existing soc
On Thu, 13 Aug 2009, Scott Long wrote:
Author: scottl
Date: Thu Aug 13 23:18:45 2009
New Revision: 196200
URL: http://svn.freebsd.org/changeset/base/196200
Log:
ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6
controllers. Controller, array, and drive status can be
Author: julian
Date: Fri Aug 14 10:09:45 2009
New Revision: 196201
URL: http://svn.freebsd.org/changeset/base/196201
Log:
Fix ipfw crash on uid or gid check.
Receiving any ip packet for which there is no existing socket will
crash if ipfw has a uid or gid test rule, as the uid/gid
of the n
Scott Long wrote:
Author: scottl
Date: Thu Aug 13 23:18:45 2009
New Revision: 196200
URL: http://svn.freebsd.org/changeset/base/196200
Log:
ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6
controllers. Controller, array, and drive status can be checked, basic
att
43 matches
Mail list logo