Author: maxim
Date: Fri Jan 31 08:48:25 2014
New Revision: 261318
URL: http://svnweb.freebsd.org/changeset/base/261318
Log:
o NetBSD 6.1.3 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
Author: uqs
Date: Fri Jan 31 12:26:30 2014
New Revision: 261319
URL: http://svnweb.freebsd.org/changeset/base/261319
Log:
Pull up vendor changes up to 2014-01-29
- move local overrides into mdoc.local
- syncs us with git commit 819839b66c80e8dabe6cb24ea6319c26c9a2be14
Discussed with:
Hi Jamie:
As these privileges basically allows root processes in jail to break out of
jail, I think this needs a much more clear signpost that this is a very unsafe
thing to turn on. I can imagine scenarios where this might be useful, but
can't really imagine any where it is 'safe' with resp
On Wed, 29 Jan 2014, Alexander Leidinger wrote:
It does. I included a warning in jail.8 that this will pretty much undo
jail security. There are still reasons some may want to do this, but it's
definitely not for everyone or even most people.
It only "unjails" (= basically the same security
Author: des
Date: Fri Jan 31 13:12:02 2014
New Revision: 261320
URL: http://svnweb.freebsd.org/changeset/base/261320
Log:
Upgrade to OpenSSH 6.5p1.
Added:
head/crypto/openssh/PROTOCOL.chacha20poly1305
- copied unchanged from r261287,
vendor-crypto/openssh/dist/PROTOCOL.chacha20poly1305
Author: tijl
Date: Fri Jan 31 14:29:34 2014
New Revision: 261321
URL: http://svnweb.freebsd.org/changeset/base/261321
Log:
Rename the AMD MSR_PERFCTR[0-3] so the Pentium Pro MSR_PERFCTR[0-1]
aren't redefined.
Reported by: "Trivedi, Nishank"
Discussed with: kib
Modified:
head/
Author: imp
Date: Fri Jan 31 15:38:05 2014
New Revision: 261322
URL: http://svnweb.freebsd.org/changeset/base/261322
Log:
Switch to using PAs rather than VAs for the addresses we map for
devices. This is a nop, except for what's reported by atmelbus for the
resources.
It would be nice i
Author: pluknet
Date: Fri Jan 31 16:27:06 2014
New Revision: 261323
URL: http://svnweb.freebsd.org/changeset/base/261323
Log:
[mdoc] Avoid a line break.
Modified:
head/share/man/man4/rights.4
Modified: head/share/man/man4/rights.4
=
On 31 January 2014 16:26, Ulrich Spoerlein wrote:
> Author: uqs
> Date: Fri Jan 31 12:26:30 2014
> New Revision: 261319
> URL: http://svnweb.freebsd.org/changeset/base/261319
>
> Log:
> Pull up vendor changes up to 2014-01-29
>
> - move local overrides into mdoc.local
> - syncs us with git c
Author: pluknet
Date: Fri Jan 31 17:15:56 2014
New Revision: 261324
URL: http://svnweb.freebsd.org/changeset/base/261324
Log:
Sort Xr's.
Modified:
head/share/man/man4/procdesc.4
Modified: head/share/man/man4/procdesc.4
=
On 1/31/2014 5:34 AM, Robert Watson wrote:
On Wed, 29 Jan 2014, Alexander Leidinger wrote:
It does. I included a warning in jail.8 that this will pretty much
undo jail security. There are still reasons some may want to do
this, but it's definitely not for everyone or even most people.
It o
Author: jamie
Date: Fri Jan 31 17:39:51 2014
New Revision: 261326
URL: http://svnweb.freebsd.org/changeset/base/261326
Log:
Back out r261266 pending security buy-in.
r261266:
Add a jail parameter, allow.kmem, which lets jailed processes access
/dev/kmem and related devices (i.e. g
I'd prefer to upstream these things in batches. So go ahead and add NetBSD
7.0 to our mdoc.local and I'll catch it the next time round.
Cheers
Uli
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubsc
On Fri, 31 Jan 2014 12:34:48 + (GMT)
Robert Watson wrote:
> On Wed, 29 Jan 2014, Alexander Leidinger wrote:
>
> >> It does. I included a warning in jail.8 that this will pretty
> >> much undo jail security. There are still reasons some may want to
> >> do this, but it's definitely not for
On 19 Jan 2014, at 10:46, Ed Maste wrote:
> Author: emaste
> Date: Sun Jan 19 18:46:38 2014
> New Revision: 260888
> URL: http://svnweb.freebsd.org/changeset/base/260888
>
> Log:
> Add VT kernel configuration to ease testing of vt(9), aka Newcons
I thought there was consensus that adding these
On 20 Jan 2014, at 13:49, Glen Barber wrote:
> Author: gjb
> Date: Mon Jan 20 21:49:59 2014
> New Revision: 260927
> URL: http://svnweb.freebsd.org/changeset/base/260927
>
> Log:
> Trim copyright years.
> Add missing punctuation.
> Use in place of literal quotes.
>
> Sponsored by:T
On Fri, Jan 31, 2014 at 02:01:52PM -0800, Rui Paulo wrote:
> On 19 Jan 2014, at 10:46, Ed Maste wrote:
>
> > Author: emaste
> > Date: Sun Jan 19 18:46:38 2014
> > New Revision: 260888
> > URL: http://svnweb.freebsd.org/changeset/base/260888
> >
> > Log:
> > Add VT kernel configuration to ease t
On Fri, Jan 31, 2014 at 02:04:02PM -0800, Rui Paulo wrote:
> On 20 Jan 2014, at 13:49, Glen Barber wrote:
>
> > Author: gjb
> > Date: Mon Jan 20 21:49:59 2014
> > New Revision: 260927
> > URL: http://svnweb.freebsd.org/changeset/base/260927
> >
> > Log:
> > Trim copyright years.
> > Add missin
Author: hselasky
Date: Fri Jan 31 22:42:26 2014
New Revision: 261330
URL: http://svnweb.freebsd.org/changeset/base/261330
Log:
Fix a range check for maximum transmit length. The existing code was
off by 4 bytes in one case.
Approved by: kevlo @
MFC after:2 weeks
Modified:
head/s
Author: imp
Date: Fri Jan 31 23:18:30 2014
New Revision: 261336
URL: http://svnweb.freebsd.org/changeset/base/261336
Log:
Fix silly typo...
Modified:
head/sys/arm/arm/locore.S
Modified: head/sys/arm/arm/locore.S
==
-
Author: imp
Date: Fri Jan 31 23:28:18 2014
New Revision: 261337
URL: http://svnweb.freebsd.org/changeset/base/261337
Log:
Minor cleanup of comments.
Modified:
head/sys/arm/at91/at91_machdep.c
Modified: head/sys/arm/at91/at91_machdep.c
=
Author: imp
Date: Fri Jan 31 23:38:05 2014
New Revision: 261338
URL: http://svnweb.freebsd.org/changeset/base/261338
Log:
Move these for diff reduction against FDT work.
Modified:
head/sys/arm/at91/at91_machdep.c
Modified: head/sys/arm/at91/at91_machdep.c
Author: brueffer
Date: Fri Jan 31 23:44:54 2014
New Revision: 261339
URL: http://svnweb.freebsd.org/changeset/base/261339
Log:
MLINK ixgbe.4 to {if_ix.4, ix.4}. An update for ixgbe.4
which deals with the "ix prefix being shared by two drivers"
situation is forthcoming.
Thanks to dwhite
Author: des
Date: Sat Feb 1 00:07:16 2014
New Revision: 261340
URL: http://svnweb.freebsd.org/changeset/base/261340
Log:
Turn sandboxing on by default.
Modified:
head/crypto/openssh/servconf.c
head/crypto/openssh/sshd_config
head/crypto/openssh/sshd_config.5
Modified: head/crypto/openss
On 1/31/2014 2:30 PM, Alexander Leidinger wrote:
> On Fri, 31 Jan 2014 12:34:48 + (GMT)
> Robert Watson wrote:
>> On Wed, 29 Jan 2014, Alexander Leidinger wrote:
It does. I included a warning in jail.8 that this will pretty
much undo jail security. There are still reasons some may
Author: jhibbits
Date: Sat Feb 1 02:03:50 2014
New Revision: 261342
URL: http://svnweb.freebsd.org/changeset/base/261342
Log:
Add hwpmc(4) support for the PowerPC 970 class processors, direct events.
This also fixes asserts on removal of the module for the mpc74xx.
The PowerPC 970 proces
Author: hselasky
Date: Sat Feb 1 06:58:16 2014
New Revision: 261343
URL: http://svnweb.freebsd.org/changeset/base/261343
Log:
Add a comment about the origin of some structures, defines and so on.
MFC after:1 week
Modified:
head/sys/dev/usb/input/wsp.c
Modified: head/sys/dev/usb/inp
27 matches
Mail list logo