Author: rwatson
Date: Mon Mar 2 10:46:23 2009
New Revision: 189277
URL: http://svn.freebsd.org/changeset/base/189277
Log:
Vendor import of OpenBSM 1.1 beta1, which incorporates the following
changes since the last imported OpenBSM release:
OpenBSM 1.1 beta 1
- The filesz parameter i
Author: rwatson
Date: Mon Mar 2 10:48:15 2009
New Revision: 189278
URL: http://svn.freebsd.org/changeset/base/189278
Log:
Tag OpenBSM 1.1-beta1 vendor import.
Added:
vendor/openbsm/1.1-BETA-1/
- copied from r189277, vendor/openbsm/dist/
___
sv
* Robert Noland wrote:
> On Mon, 2009-03-02 at 00:52 -0500, Joe Marcus Clarke wrote:
> > On Mon, 2009-03-02 at 05:46 +, Andrew Thompson wrote:
> > > Author: thompsa
> > > Date: Mon Mar 2 05:46:25 2009
> > > New Revision: 189276
> > > URL: http://svn.freebsd.org/changeset/base/189276
> > >
>
Author: rwatson
Date: Mon Mar 2 13:29:18 2009
New Revision: 189279
URL: http://svn.freebsd.org/changeset/base/189279
Log:
Merge OpenBSM 1.1 beta 1 from OpenBSM vendor branch to head, both
contrib/openbsm (svn merge) and src/sys/{bsm,security/audit} (manual
merge).
OpenBSM history for i
Author: nwhitehorn
Date: Mon Mar 2 15:22:01 2009
New Revision: 189280
URL: http://svn.freebsd.org/changeset/base/189280
Log:
Some Apple I2C buses give the device's I2C address in a property with the
name i2c-address instead of reg. Change the OFW I2C probe to check both
locations for the ad
On Sunday 01 March 2009 9:26:24 am Dmitry Chagin wrote:
> Author: dchagin
> Date: Sun Mar 1 14:26:24 2009
> New Revision: 189232
> URL: http://svn.freebsd.org/changeset/base/189232
>
> Log:
> Fix range-check error introduced in r182292. Also do not do anything
> if all processors in the map a
On Saturday 28 February 2009 5:40:37 am Ed Schouten wrote:
> Author: ed
> Date: Sat Feb 28 10:40:37 2009
> New Revision: 189150
> URL: http://svn.freebsd.org/changeset/base/189150
>
> Log:
> Fix compilation of fstat.
>
> The udev should now be obtained from the dosmount instead of the denod
Author: vanhu
Date: Mon Mar 2 16:55:19 2009
New Revision: 189281
URL: http://svn.freebsd.org/changeset/base/189281
Log:
MFC: Remove remain <= MHLEN restriction in m_makespace(),
which caused assert with big packets
PR: kern/124609
Submitted by: fabien.tho...@netasq.com
Appr
On Mon, Mar 02, 2009 at 10:15:50AM -0500, John Baldwin wrote:
> On Sunday 01 March 2009 9:26:24 am Dmitry Chagin wrote:
> > Author: dchagin
> > Date: Sun Mar 1 14:26:24 2009
> > New Revision: 189232
> > URL: http://svn.freebsd.org/changeset/base/189232
> >
> > Log:
> > Fix range-check error int
Author: kib
Date: Mon Mar 2 18:43:50 2009
New Revision: 189282
URL: http://svn.freebsd.org/changeset/base/189282
Log:
Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit process
executing on 64bit kernel. This eliminates the direct comparisions
of p_sysent with &ia32_freebsd_sysvec, th
ING Mon Mar 2 18:43:50 2009(r189282)
+++ head/UPDATING Mon Mar 2 18:53:30 2009(r189283)
@@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090302:
+
Author: kib
Date: Mon Mar 2 19:00:31 2009
New Revision: 189284
URL: http://svn.freebsd.org/changeset/base/189284
Log:
Free Peter Holm from my mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
=
Author: rnoland
Date: Mon Mar 2 19:00:41 2009
New Revision: 189285
URL: http://svn.freebsd.org/changeset/base/189285
Log:
Disable INTx when enabling MSI/MSIX
This addresses interrupt storms that were noticed after enabling MSI
in drm. I think this is due to a loose interpretation of the
Author: csjp
Date: Mon Mar 2 19:42:01 2009
New Revision: 189286
URL: http://svn.freebsd.org/changeset/base/189286
Log:
Switch the default buffer mode in bpf(4) to zero-copy buffers.
Discussed with: rwatson
Modified:
head/sys/net/bpf.c
Modified: head/sys/net/bpf.c
Author: kan
Date: Mon Mar 2 20:51:39 2009
New Revision: 189287
URL: http://svn.freebsd.org/changeset/base/189287
Log:
Change vfs_busy to wait until an outcome of pending unmount
operation is known and to retry or fail accordingly to that
outcome. This fixes the problem with namespace traver
Author: luigi
Date: Mon Mar 2 22:11:48 2009
New Revision: 189288
URL: http://svn.freebsd.org/changeset/base/189288
Log:
fw_debug has been unused for ages, so remove it from the list
of sysctl_variables.
I would also remove it from the VNET record but I am unsure if
there is any ABI issue
Author: luigi
Date: Mon Mar 2 22:16:50 2009
New Revision: 189289
URL: http://svn.freebsd.org/changeset/base/189289
Log:
curr_time is a 64 bit variable so SYSCTL_LONG is not appropriate
as a handler.
The variable was exported only for debugging, but there is little reason
to do it now that
Author: jamie
Date: Mon Mar 2 23:26:30 2009
New Revision: 189290
URL: http://svn.freebsd.org/changeset/base/189290
Log:
Extend the "vfsopt" mount options for more general use. Make struct
vfsopt and the vfs_buildopts function public, and add some new fields
to struct vfsopt (pos and seen),
In message: <20090302110737.gg19...@hoeg.nl>
Ed Schouten writes:
: * Robert Noland wrote:
: > On Mon, 2009-03-02 at 00:52 -0500, Joe Marcus Clarke wrote:
: > > On Mon, 2009-03-02 at 05:46 +, Andrew Thompson wrote:
: > > > Author: thompsa
: > > > Date: Mon Mar 2 05:46:25 2009
: >
Author: delphij
Date: Mon Mar 2 23:47:18 2009
New Revision: 189291
URL: http://svn.freebsd.org/changeset/base/189291
Log:
Diff reduction against OpenBSD: ANSI'fy prototypes.
(This is part of a larger changeset which is intended to reduce diff only,
thus some prototypes were left intact s
Author: delphij
Date: Tue Mar 3 02:16:12 2009
New Revision: 189292
URL: http://svn.freebsd.org/changeset/base/189292
Log:
Rename variable 'index' to 'idx' to avoid name collision with index(3),
this commit does not affect any object code.
Obtained from:OpenBSD
Verified with:
Author: kientzle
Date: Tue Mar 3 03:28:09 2009
New Revision: 189293
URL: http://svn.freebsd.org/changeset/base/189293
Log:
Merge r272 from libarchive.googlecode.com: Fix building on MSVC6.
Modified:
head/lib/libarchive/archive_endian.h
Modified: head/lib/libarchive/archive_endian.h
Author: kientzle
Date: Tue Mar 3 03:33:25 2009
New Revision: 189294
URL: http://svn.freebsd.org/changeset/base/189294
Log:
Merge r282 from libarchive.googlecode.com: Close multiple filters
by walking the filter list in archive_read_close().
Modified:
head/lib/libarchive/archive_read.c
he
Author: mav
Date: Tue Mar 3 06:39:38 2009
New Revision: 189295
URL: http://svn.freebsd.org/changeset/base/189295
Log:
Set PortMultiplier port only for SATA2 channels, where it is applicable.
Doing it on old SATA controllers like Promise PDC20375 SATA150 breaks
their operation.
Tested b
Author: kientzle
Date: Tue Mar 3 07:01:57 2009
New Revision: 189296
URL: http://svn.freebsd.org/changeset/base/189296
Log:
Merge r294 from libarchive.googlecode.com: Skip testing for
locale-based failures on systems where the "C" locale is so permissive
that it cannot possibly fail. In par
On Tue, 2009-03-03 at 06:39 +, Alexander Motin wrote:
> Author: mav
> Date: Tue Mar 3 06:39:38 2009
> New Revision: 189295
> URL: http://svn.freebsd.org/changeset/base/189295
>
> Log:
> Set PortMultiplier port only for SATA2 channels, where it is applicable.
> Doing it on old SATA control
Author: mav
Date: Tue Mar 3 07:56:42 2009
New Revision: 189297
URL: http://svn.freebsd.org/changeset/base/189297
Log:
MFC rev. 186079, 188829, 188922, 188959.
Sync with HEAD.
Modified:
stable/7/sbin/atacontrol/ (props changed)
stable/7/sbin/atacontrol/atacontrol.8
stable/7/sbin/at
Author: brueffer
Date: Tue Mar 3 07:58:01 2009
New Revision: 189298
URL: http://svn.freebsd.org/changeset/base/189298
Log:
Xref glxsb(4).
MFC after:3 days
Modified:
head/share/man/man4/crypto.4
Modified: head/share/man/man4/crypto.4
=
28 matches
Mail list logo