Author: scottl
Date: Fri Jul 19 06:42:15 2013
New Revision: 253469
URL: http://svnweb.freebsd.org/changeset/base/253469
Log:
Since there's no defined schema for the XML that's generated by the
kern.geom.confxml sysctl, it's silly to warn about tags in libgeom,
especially since libgeom exists
Author: emaste
Date: Fri Jul 19 01:04:17 2013
New Revision: 253461
URL: http://svnweb.freebsd.org/changeset/base/253461
Log:
Correct ELF note decoding for non-core files
Requested by: kib
Modified:
head/contrib/binutils/binutils/readelf.c
Modified: head/contrib/binutils/binutils/readelf
Author: scottl
Date: Fri Jul 19 00:12:41 2013
New Revision: 253460
URL: http://svnweb.freebsd.org/changeset/base/253460
Log:
Overhaul error, information, and debug logging.
Obtained from:Netflix
MFC after:3 days
Modified:
head/sys/dev/mps/mps.c
head/sys/dev/mps/mps_mappin
Author: jimharris
Date: Thu Jul 18 23:25:57 2013
New Revision: 253459
URL: http://svnweb.freebsd.org/changeset/base/253459
Log:
Use _PATH_DEV (from paths.h) for the "/dev/" string, rather than
hard-coding it.
Sponsored by: Intel
Suggested by: kib
Reviewed by: kib, carl
MFC after:
Author: jimharris
Date: Thu Jul 18 23:12:44 2013
New Revision: 253458
URL: http://svnweb.freebsd.org/changeset/base/253458
Log:
Simplify open_dev() by returning errno values rather than just 0 or 1.
Also remove stat() call and just rely on errno from open() call to discern
whether dev nod
Author: pjd
Date: Thu Jul 18 22:11:27 2013
New Revision: 253457
URL: http://svnweb.freebsd.org/changeset/base/253457
Log:
Close uniq(1) in the capability mode sandbox and limit descriptors using
capability rights.
Modified:
head/usr.bin/uniq/uniq.c
Modified: head/usr.bin/uniq/uniq.c
==
Author: pjd
Date: Thu Jul 18 21:56:10 2013
New Revision: 253456
URL: http://svnweb.freebsd.org/changeset/base/253456
Log:
- Make localtime(3) to work in sandbox.
- Move strerror(3) initialization to its own function.
Modified:
head/usr.bin/kdump/kdump.c
Modified: head/usr.bin/kdump/kdump.c
Author: jkim
Date: Thu Jul 18 20:59:58 2013
New Revision: 253455
URL: http://svnweb.freebsd.org/changeset/base/253455
Log:
Decode PCIe ASPM capability and status.
Modified:
head/usr.sbin/pciconf/cap.c
Modified: head/usr.sbin/pciconf/cap.c
=
Author: emaste
Date: Thu Jul 18 20:36:21 2013
New Revision: 253454
URL: http://svnweb.freebsd.org/changeset/base/253454
Log:
Correct alignment in note output
Modified:
head/contrib/binutils/binutils/readelf.c
Modified: head/contrib/binutils/binutils/readelf.c
- Original Message -
From: "Xin Li"
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 07/17/13 17:34, Steven Hartland wrote:
This is an interesting change, could this not cause serious issues
when we try to read / write to a disk with an incompatible block
size?
No, it's safe to use
Author: emaste
Date: Thu Jul 18 19:17:58 2013
New Revision: 253453
URL: http://svnweb.freebsd.org/changeset/base/253453
Log:
Remove accidentally cut-and-pasted colons
Modified:
head/contrib/binutils/binutils/readelf.c
Modified: head/contrib/binutils/binutils/readelf.c
===
Author: grehan
Date: Thu Jul 18 18:40:54 2013
New Revision: 253452
URL: http://svnweb.freebsd.org/changeset/base/253452
Log:
Sanity-check the vm exitcode, and exit the process if it's out-of-bounds
or there is no registered handler.
Submitted by: Bela Lubkin bela dot lubkin at tidalscal
On Thu, Jul 18, 2013 at 05:25:50PM +, Ed Maste wrote:
> Author: emaste
> Date: Thu Jul 18 17:25:50 2013
> New Revision: 253451
> URL: http://svnweb.freebsd.org/changeset/base/253451
>
> Log:
> Handle FreeBSD-specific ELF notes
>
> Add a function to return the specific type, when the not
Author: emaste
Date: Thu Jul 18 17:25:50 2013
New Revision: 253451
URL: http://svnweb.freebsd.org/changeset/base/253451
Log:
Handle FreeBSD-specific ELF notes
Add a function to return the specific type, when the note's Name field is
'FreeBSD'.
r249558 added FreeBSD-specific ELF note
Author: jhb
Date: Thu Jul 18 15:17:11 2013
New Revision: 253450
URL: http://svnweb.freebsd.org/changeset/base/253450
Log:
Properly handle I/O windows in bridges with the ISA enable bit set. These
beasts still exist unfortunately. More details can be found in other
references, but the short
Author: jhb
Date: Thu Jul 18 14:06:01 2013
New Revision: 253449
URL: http://svnweb.freebsd.org/changeset/base/253449
Log:
Rework the previous fix for the IB vs Ethernet sysctl handler to be more
generic and apply to all sysfs attributes:
- Use sysctl_handle_string() instead of reimplementing
16 matches
Mail list logo