On 31 January 2014 17:28, James Gritton wrote:
> I second the documentation route. Yes, it's true that this option
> makes a totally insecure jail - at least one lacking the expected jail
> security additions. But I think that while security is one of the
> primary purposes of jails, it's not
On 3 Feb 2014, at 23:53, Doug Ambrisko wrote:
> It's unfortunate that vimage requires jail. I want to use vimage but
> not have the security restrictions of a jail. To do this I patched
> jail to basically let everything through. It would be nice to be
> able to run jail in an insecure mode w
On Tue, 4 Feb 2014, Eitan Adler wrote:
Log:
libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):
* The RFC says (in section 10.1) that only when extbuf is not NULL,
extlen shall be checked, so don't perform this check when NULL is
passed.
* socklen_t is unsigned, so checking ext
Author: imp
Date: Tue Feb 4 05:35:04 2014
New Revision: 261460
URL: http://svnweb.freebsd.org/changeset/base/261460
Log:
Pass MACHINE and MACHINE_ARCH down into the modules
Modified:
head/sys/conf/kern.pre.mk
Modified: head/sys/conf/kern.pre.mk
==
Author: imp
Date: Tue Feb 4 05:26:12 2014
New Revision: 261459
URL: http://svnweb.freebsd.org/changeset/base/261459
Log:
Remove trailing tabs causing false grep positives
Modified:
head/sys/arm/ti/am335x/files.am335x
Modified: head/sys/arm/ti/am335x/files.am335x
Author: imp
Date: Tue Feb 4 05:21:57 2014
New Revision: 261458
URL: http://svnweb.freebsd.org/changeset/base/261458
Log:
s/standard/optional/ for ohci and echi, since these files are optional
and not standard.
Modified:
head/sys/arm/econa/files.econa
Modified: head/sys/arm/econa/files.eco
Author: imp
Date: Tue Feb 4 03:59:35 2014
New Revision: 261456
URL: http://svnweb.freebsd.org/changeset/base/261456
Log:
Add a prior version compat define.
Modified:
head/sys/conf/kern.mk
Modified: head/sys/conf/kern.mk
===
Author: eadler
Date: Tue Feb 4 03:36:42 2014
New Revision: 261455
URL: http://svnweb.freebsd.org/changeset/base/261455
Log:
MFC r258779,r258780,r258787,r258822:
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
shifts into the sign bit. Instead use (1U << 31) whic
Author: eadler
Date: Tue Feb 4 03:01:33 2014
New Revision: 261454
URL: http://svnweb.freebsd.org/changeset/base/261454
Log:
libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):
* The RFC says (in section 10.1) that only when extbuf is not NULL,
extlen shall be checked, so don't
Author: neel
Date: Tue Feb 4 02:45:08 2014
New Revision: 261453
URL: http://svnweb.freebsd.org/changeset/base/261453
Log:
Avoid doing unnecessary nested TLB invalidations.
Prior to this change the cached value of 'pm_eptgen' was tracked per-vcpu
and per-hostcpu. In the degenerate case wh
Author: mav
Date: Tue Feb 4 00:52:08 2014
New Revision: 261451
URL: http://svnweb.freebsd.org/changeset/base/261451
Log:
MFC r260996:
Fix memory and references leak due to unfreed path in case we can't
allocate bus scan CCB.
Modified:
stable/9/sys/cam/cam_xpt.c
Directory Properties:
st
Author: mav
Date: Tue Feb 4 00:51:06 2014
New Revision: 261450
URL: http://svnweb.freebsd.org/changeset/base/261450
Log:
MFC r260996:
Fix memory and references leak due to unfreed path in case we can't
allocate bus scan CCB.
Modified:
stable/10/sys/cam/cam_xpt.c
Directory Properties:
s
On Monday, February 03, 2014 02:57:52 PM Ian Lepore wrote:
> On Mon, 2014-02-03 at 16:33 -0500, John Baldwin wrote:
> > On Monday, February 03, 2014 01:07:39 PM Ian Lepore wrote:
> > > On Mon, 2014-02-03 at 09:03 -0800, John-Mark Gurney wrote:
> > > > Ian Lepore wrote this message on Mon, Feb 03, 2
Author: mav
Date: Tue Feb 4 00:00:01 2014
New Revision: 261449
URL: http://svnweb.freebsd.org/changeset/base/261449
Log:
Fix lock acquisition in case no request space available, missed in r260097.
MFC after:3 days
Modified:
head/sys/rpc/svc.c
Modified: head/sys/rpc/svc.c
==
On Fri, Jan 31, 2014 at 06:28:27PM -0700, James Gritton wrote:
| 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 wil
Author: brueffer
Date: Mon Feb 3 22:16:46 2014
New Revision: 261447
URL: http://svnweb.freebsd.org/changeset/base/261447
Log:
Fix a typo.
MFC after:1 week
Modified:
head/lib/libc/sys/cap_enter.2
Modified: head/lib/libc/sys/cap_enter.2
===
On Mon, 3 Feb 2014 18:54:46 +
David Chisnall wrote:
> On 3 Feb 2014, at 18:32, Alexander Kabaev wrote:
>
> > More than likely. It does appear libc++ does not go through same
> > pains to maintain ABI stable as libstdc++ does. The lack of all and
> > any symbol versions in shared library bin
On Mon, 2014-02-03 at 16:33 -0500, John Baldwin wrote:
> On Monday, February 03, 2014 01:07:39 PM Ian Lepore wrote:
> > On Mon, 2014-02-03 at 09:03 -0800, John-Mark Gurney wrote:
> > > Ian Lepore wrote this message on Mon, Feb 03, 2014 at 02:56 +:
> > > > Author: ian
> > > > Date: Mon Feb 3 02
On Monday, February 03, 2014 01:07:39 PM Ian Lepore wrote:
> On Mon, 2014-02-03 at 09:03 -0800, John-Mark Gurney wrote:
> > Ian Lepore wrote this message on Mon, Feb 03, 2014 at 02:56 +:
> > > Author: ian
> > > Date: Mon Feb 3 02:56:23 2014
> > > New Revision: 261424
> > > URL: http://svnweb.f
On Mon, 2014-02-03 at 09:03 -0800, John-Mark Gurney wrote:
> Ian Lepore wrote this message on Mon, Feb 03, 2014 at 02:56 +:
> > Author: ian
> > Date: Mon Feb 3 02:56:23 2014
> > New Revision: 261424
> > URL: http://svnweb.freebsd.org/changeset/base/261424
> >
> > Log:
> > Sort the list.
> >
Author: imp
Date: Mon Feb 3 19:14:36 2014
New Revision: 261446
URL: http://svnweb.freebsd.org/changeset/base/261446
Log:
Convert the loop by gotos into a for loop to improve readability. I
did this only with the inner loop for the token parsing, and not the
outer loop which was understandab
Author: imp
Date: Mon Feb 3 19:10:33 2014
New Revision: 261445
URL: http://svnweb.freebsd.org/changeset/base/261445
Log:
Fix a bug introduced in r261437 that failed to honor "optional
profiling-routine" to work, since profiling-routine is not really an
option or a device, but a special case
Author: imp
Date: Mon Feb 3 18:56:41 2014
New Revision: 261444
URL: http://svnweb.freebsd.org/changeset/base/261444
Log:
Slight cleanup to the error messaging to compress code vertically...
Modified:
head/usr.sbin/config/mkmakefile.c
Modified: head/usr.sbin/config/mkmakefile.c
=
On 3 Feb 2014, at 18:32, Alexander Kabaev wrote:
> More than likely. It does appear libc++ does not go through same pains
> to maintain ABI stable as libstdc++ does. The lack of all and any
> symbol versions in shared library binary strongly suggests that not
> only they do not bother with ABI st
On 03 Feb 2014, at 13:32, Stefan Farfeleder wrote:
> On Thu, Jan 30, 2014 at 07:44:23AM +, Dimitry Andric wrote:
>> Author: dim
>> Date: Thu Jan 30 07:44:22 2014
>> New Revision: 261283
>> URL: http://svnweb.freebsd.org/changeset/base/261283
>>
>> Log:
>> Import libc++ 3.4 release. This con
Author: skreuzer (doc,ports committer)
Date: Mon Feb 3 18:44:36 2014
New Revision: 261443
URL: http://svnweb.freebsd.org/changeset/base/261443
Log:
OpenSSH been updated to 6.5p1.
bmake has been updated to version 20140101.
Approved by: hrs (mentor)
Modified:
head/release/doc/en_US.IS
On Mon, 3 Feb 2014 13:32:36 +0100
Stefan Farfeleder wrote:
> On Thu, Jan 30, 2014 at 07:44:23AM +, Dimitry Andric wrote:
> > Author: dim
> > Date: Thu Jan 30 07:44:22 2014
> > New Revision: 261283
> > URL: http://svnweb.freebsd.org/changeset/base/261283
> >
> > Log:
> > Import libc++ 3.4 r
Author: imp
Date: Mon Feb 3 18:31:51 2014
New Revision: 261442
URL: http://svnweb.freebsd.org/changeset/base/261442
Log:
Better error messages when EOF is hit in the middle of a phrase.
Modified:
head/usr.sbin/config/mkmakefile.c
Modified: head/usr.sbin/config/mkmakefile.c
=
Author: gjb
Date: Mon Feb 3 17:33:06 2014
New Revision: 261441
URL: http://svnweb.freebsd.org/changeset/base/261441
Log:
Turn releng/10.0 over to secteam.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
svnadmin/conf/approvers
Modified: svnadmin/conf/approv
Author: loos
Date: Mon Feb 3 17:25:36 2014
New Revision: 261440
URL: http://svnweb.freebsd.org/changeset/base/261440
Log:
Fix a logic error. Because of this inflateReset() wasn't being called and
the output buffer wasn't being cleared between the inflate() calls,
producing zeroed output af
Author: loos
Date: Mon Feb 3 17:21:36 2014
New Revision: 261439
URL: http://svnweb.freebsd.org/changeset/base/261439
Log:
Remove some unnecessary code. The offsets read from the first block are
overwritten a few lines bellow.
Reviewed by: ray
Approved by: adrian (mentor)
Modified:
Ian Lepore wrote this message on Mon, Feb 03, 2014 at 02:56 +:
> Author: ian
> Date: Mon Feb 3 02:56:23 2014
> New Revision: 261424
> URL: http://svnweb.freebsd.org/changeset/base/261424
>
> Log:
> Sort the list.
>
> Modified:
> head/sys/dev/mmc/mmc.c
>
> Modified: head/sys/dev/mmc/mmc.
Author: imp
Date: Mon Feb 3 16:54:53 2014
New Revision: 261438
URL: http://svnweb.freebsd.org/changeset/base/261438
Log:
Move the check for standard keyword + optional inclusion specifier to
its proper location. Otherwise you could have 'file.c standard pci'
without an error. This construct
Author: imp
Date: Mon Feb 3 16:47:10 2014
New Revision: 261437
URL: http://svnweb.freebsd.org/changeset/base/261437
Log:
Don't believe we have a requirement until after we've checked all the
known key words. This will make error messages slightly better in
weird corner cases, but should oth
Author: imp
Date: Mon Feb 3 16:46:01 2014
New Revision: 261436
URL: http://svnweb.freebsd.org/changeset/base/261436
Log:
In the 17 years since r30796, the mandatory keyword has never been used
in any files as far as I can tell, and is currently unused. Retire it.
Modified:
head/usr.sbin/co
Author: imp
Date: Mon Feb 3 15:10:44 2014
New Revision: 261435
URL: http://svnweb.freebsd.org/changeset/base/261435
Log:
Slightly deobfuscate read_file() and likely pessimize the runtime
performance by epsilon.
(Translation: elminate bogus macros that hid 'returns' making it hard
to read
On Thu, Jan 30, 2014 at 07:44:23AM +, Dimitry Andric wrote:
> Author: dim
> Date: Thu Jan 30 07:44:22 2014
> New Revision: 261283
> URL: http://svnweb.freebsd.org/changeset/base/261283
>
> Log:
> Import libc++ 3.4 release. This contains a lot of bugfixes, and some
> preliminary support fo
Author: rpaulo
Date: Mon Feb 3 08:15:09 2014
New Revision: 261432
URL: http://svnweb.freebsd.org/changeset/base/261432
Log:
Fix the definition of hg_cmd.
MFC after:3 days
Modified:
head/sys/conf/newvers.sh
Modified: head/sys/conf/newvers.sh
=
Author: bapt
Date: Mon Feb 3 08:13:44 2014
New Revision: 261431
URL: http://svnweb.freebsd.org/changeset/base/261431
Log:
Apply patch for CVE-2013-6393 [1] to fix heap-based buffer overflow when
parsing YAML tags.
Also apply a patch for hardenning the guards againt the issue
The only u
Author: rpaulo
Date: Mon Feb 3 08:04:09 2014
New Revision: 261430
URL: http://svnweb.freebsd.org/changeset/base/261430
Log:
MFC r256499:
Add support for Mercurial repositories.
Modified:
stable/10/sys/conf/newvers.sh
Directory Properties:
stable/10/ (props changed)
Modified: stable
Author: bapt
Date: Mon Feb 3 08:00:45 2014
New Revision: 261429
URL: http://svnweb.freebsd.org/changeset/base/261429
Log:
Apply patch for CVE-2013-6393 [1] to fix heap-based buffer overflow when
parsing YAML tags.
Also apply a patch for hardenning the guards againt the issue
The only u
41 matches
Mail list logo