Author: sbruno
Date: Sat Jun 8 02:54:59 2013
New Revision: 251516
URL: http://svnweb.freebsd.org/changeset/base/251516
Log:
Implement foreign volume handling. Allows admins to view foreign metadata
and clear or import it for use.
PR: kern/172091
Submitted by: s...@freebsd.org
On Fri, Jun 07, 2013 at 04:50:58PM -0700, Don Lewis wrote:
> On 7 Jun, Glen Barber wrote:
> > On Fri, Jun 07, 2013 at 04:35:23PM -0700, Don Lewis wrote:
> >> On 7 Jun, Ed Maste wrote:
> >> > Author: emaste
> >> > Date: Fri Jun 7 21:40:02 2013
> >> > New Revision: 251512
> >> > URL: http://svnweb
On 7 June 2013 19:35, Don Lewis wrote:
> Can the debug files be compressed so they don't take up as much room? It
> looks like gdb supports compressed symbol files. The same would be nice
> for /boot/kernel/*.symbols, btw ...
Unfortunately our binutils is too old, so we're out of luck in the
sho
On 7 Jun, Glen Barber wrote:
> On Fri, Jun 07, 2013 at 04:35:23PM -0700, Don Lewis wrote:
>> On 7 Jun, Ed Maste wrote:
>> > Author: emaste
>> > Date: Fri Jun 7 21:40:02 2013
>> > New Revision: 251512
>> > URL: http://svnweb.freebsd.org/changeset/base/251512
>> >
>> > Log:
>> > Add a new knob
On Fri, Jun 07, 2013 at 04:35:23PM -0700, Don Lewis wrote:
> On 7 Jun, Ed Maste wrote:
> > Author: emaste
> > Date: Fri Jun 7 21:40:02 2013
> > New Revision: 251512
> > URL: http://svnweb.freebsd.org/changeset/base/251512
> >
> > Log:
> > Add a new knob WITH_DEBUG_FILES to control the building
On 7 Jun, Ed Maste wrote:
> Author: emaste
> Date: Fri Jun 7 21:40:02 2013
> New Revision: 251512
> URL: http://svnweb.freebsd.org/changeset/base/251512
>
> Log:
> Add a new knob WITH_DEBUG_FILES to control the building of standalone
> debug files for userland programs and libraries. The "-
On 7 June 2013 22:21, Xin LI wrote:
> Author: delphij
> Date: Fri Jun 7 20:21:30 2013
> New Revision: 251507
> URL: http://svnweb.freebsd.org/changeset/base/251507
>
> Log:
> Make 'portsnap alfred' overwrite ports tree if it's not created by a
> portsnap.
FWIW, the 'alfred' command is poorly
Author: hselasky
Date: Fri Jun 7 22:35:58 2013
New Revision: 251515
URL: http://svnweb.freebsd.org/changeset/base/251515
Log:
Fix some recent regression issues:
1) Only multi-TD isochronous transfers should use NORMAL
type after specific type as per XHCI specification.
2) BEI bit is
Author: andrew
Date: Fri Jun 7 22:01:06 2013
New Revision: 251514
URL: http://svnweb.freebsd.org/changeset/base/251514
Log:
Finish pulling in the NetBSD setjmp/longjmp updates on ARM.
Store/restore the VFP registers in setjmp/longjmp on ARM EABI if VFP is
enabled in the kernel. It checks
Author: emaste
Date: Fri Jun 7 21:51:10 2013
New Revision: 251513
URL: http://svnweb.freebsd.org/changeset/base/251513
Log:
Add WITH_DEBUG_FILES
makeman currently generates a src.conf that claims every option also
enforces WITHOUT_BIND_UTILS, so I applied this section by hand.
Modified:
Author: emaste
Date: Fri Jun 7 21:40:02 2013
New Revision: 251512
URL: http://svnweb.freebsd.org/changeset/base/251512
Log:
Add a new knob WITH_DEBUG_FILES to control the building of standalone
debug files for userland programs and libraries. The "-g" debug flag
is automatically applied wh
Author: obrien
Date: Fri Jun 7 21:39:46 2013
New Revision: 251511
URL: http://svnweb.freebsd.org/changeset/base/251511
Log:
MF9: r237968, r251504:
MFC: r251368, r251382: Match the options of the kernel.
MFC: r237279: install filemon.h into /usr/include for userland consumption.
Modif
Author: andrew
Date: Fri Jun 7 21:23:11 2013
New Revision: 251510
URL: http://svnweb.freebsd.org/changeset/base/251510
Log:
Reduce the difference to NetBSD.
* Stop pretending we support anything other than ELF by removing code
surrounded by #ifdef __ELF__ ... #endif.
* Remove _JB_
Author: andrew
Date: Fri Jun 7 21:13:28 2013
New Revision: 251509
URL: http://svnweb.freebsd.org/changeset/base/251509
Log:
Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This
allows us to remove it from the ARM copy of machine/asm.h.
Modified:
head/lib/libc/arm/gen/s
Author: andrew
Date: Fri Jun 7 21:06:19 2013
New Revision: 251508
URL: http://svnweb.freebsd.org/changeset/base/251508
Log:
Remove an extra copy of _setjmp from libstand. We have used the libc version
of this function since r183876.
Deleted:
head/lib/libstand/arm/
_
Oh no, you made me destructive!! :)
-Alfred
On 6/7/13 1:21 PM, Xin LI wrote:
Author: delphij
Date: Fri Jun 7 20:21:30 2013
New Revision: 251507
URL: http://svnweb.freebsd.org/changeset/base/251507
Log:
Make 'portsnap alfred' overwrite ports tree if it's not created by a
portsnap.
Author: delphij
Date: Fri Jun 7 20:21:30 2013
New Revision: 251507
URL: http://svnweb.freebsd.org/changeset/base/251507
Log:
Make 'portsnap alfred' overwrite ports tree if it's not created by a
portsnap.
Discussed with: alfred
Reviewed by: cperciva
Modified:
head/usr.sbin/por
On 6/7/2013 2:45 PM, Simon J. Gerraty wrote:
> Author: sjg
> Date: Fri Jun 7 19:45:04 2013
> New Revision: 251506
> URL: http://svnweb.freebsd.org/changeset/base/251506
>
> Log:
> Override bmake's default MAKEFILE_PREFERENCE
Thanks!
>
> Modified:
> head/share/mk/sys.mk
>
> Modified: head/
On 6/5/13 10:55 AM, Adrian Chadd wrote:
... can people please boot an i386 kernel w/ this stuff in it, with
the RAM constrained to something small (say, 128mb), and verify that
you can at least start a buildworld (minus clang, of course) without
panicing?
There's a recent PR
(http://www.freebsd.
Author: sjg
Date: Fri Jun 7 19:45:04 2013
New Revision: 251506
URL: http://svnweb.freebsd.org/changeset/base/251506
Log:
Override bmake's default MAKEFILE_PREFERENCE
Modified:
head/share/mk/sys.mk
Modified: head/share/mk/sys.mk
===
Author: alc
Date: Fri Jun 7 19:42:00 2013
New Revision: 251505
URL: http://svnweb.freebsd.org/changeset/base/251505
Log:
Add missing VM object unlocks in an error case.
Reviewed by: kib
Modified:
head/sys/fs/tmpfs/tmpfs_vnops.c
Modified: head/sys/fs/tmpfs/tmpfs_vnops.c
===
Author: obrien
Date: Fri Jun 7 19:02:32 2013
New Revision: 251504
URL: http://svnweb.freebsd.org/changeset/base/251504
Log:
MFC: r251368, r251382: Match the options of the kernel.
Modified:
stable/9/sys/dev/filemon/filemon.c
stable/9/sys/dev/filemon/filemon_wrapper.c
stable/9/sys/modules
Author: bms
Date: Fri Jun 7 17:12:08 2013
New Revision: 251502
URL: http://svnweb.freebsd.org/changeset/base/251502
Log:
Disable IGMPv3 link timers on a transition to IGMPv2.
Submitted by: Alan Smithee
Modified:
head/sys/netinet/igmp.c
Modified: head/sys/netinet/igmp.c
Author: pluknet
Date: Fri Jun 7 17:06:08 2013
New Revision: 251501
URL: http://svnweb.freebsd.org/changeset/base/251501
Log:
FreeBSD 8.4 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
===
become production ready.
+20130607:
+ 8.4-RELEASE.
+
20130524:
`list' command has been added to hastctl(8). For now, it is full
equivalent of `status' command.
___
svn-src-all@freebsd.org mailing list
http://lists.f
Author: hselasky
Date: Fri Jun 7 14:30:06 2013
New Revision: 251499
URL: http://svnweb.freebsd.org/changeset/base/251499
Log:
Add support for polling the XHCI interrupt handler when
the regular interrupt handler is not working properly or
in case of MSI interrupts which are not yet supporte
Author: smh
Date: Fri Jun 7 14:23:11 2013
New Revision: 251498
URL: http://svnweb.freebsd.org/changeset/base/251498
Log:
MFC r249895:
Add Host Protected Area (HPA) support to camcontrol
MFC r249904:
mdoc: remove superfluous paragraph macro.
Modified:
stable/9/sbin/camcontrol/camcont
Author: smh
Date: Fri Jun 7 14:10:18 2013
New Revision: 251497
URL: http://svnweb.freebsd.org/changeset/base/251497
Log:
MFC r249115:
Adds security command to camcontrol which provides the ability to secure erase
SSD's
MFC r249153: (included in r251494)
mdoc: remove superfluous parag
Author: smh
Date: Fri Jun 7 13:59:41 2013
New Revision: 251496
URL: http://svnweb.freebsd.org/changeset/base/251496
Log:
MFC r249895:
Add Host Protected Area (HPA) support to camcontrol
MFC r249904:
mdoc: remove superfluous paragraph macro.
MFC r249153: (included in r251494)
mdo
Author: emaste
Date: Fri Jun 7 13:45:58 2013
New Revision: 251495
URL: http://svnweb.freebsd.org/changeset/base/251495
Log:
Add libusb_get_port_numbers
libusbx deprecated libusb_get_port_path and replaced it with
libusb_get_port_numbers. The latter omits an extra parameter which was
u
Author: smh
Date: Fri Jun 7 13:30:59 2013
New Revision: 251494
URL: http://svnweb.freebsd.org/changeset/base/251494
Log:
MFC r249115:
Adds security command to camcontrol which provides the ability to secure erase
SSD's
Modified:
stable/8/sbin/camcontrol/camcontrol.8
stable/8/sbin/camco
Author: smh
Date: Fri Jun 7 12:42:49 2013
New Revision: 251493
URL: http://svnweb.freebsd.org/changeset/base/251493
Log:
MFC r251061:
More 4k quirks for SSD's
Modified:
stable/8/sys/cam/ata/ata_da.c
stable/8/sys/cam/scsi/scsi_da.c
Directory Properties:
stable/8/sys/ (props changed)
Author: smh
Date: Fri Jun 7 12:33:40 2013
New Revision: 251492
URL: http://svnweb.freebsd.org/changeset/base/251492
Log:
MFC r250792:
Added output of device QUIRKS for CAM and AHCI devices during boot.
Modified:
stable/8/sys/cam/ata/ata_da.c
stable/8/sys/cam/cam_xpt.c
stable/8/sys/cam/
Author: smh
Date: Fri Jun 7 12:24:15 2013
New Revision: 251491
URL: http://svnweb.freebsd.org/changeset/base/251491
Log:
Enhanced BIO_DELETE support for CAM SCSI to add ATA_TRIM support.
Disable CAM BIO queue sorting for non-rotating media by default.
MFC r245253 Use sysctl tunable va
On Fri, Jun 07, 2013 at 02:33:08PM +0400, Gleb Smirnoff wrote:
> On Fri, Jun 07, 2013 at 10:27:51AM +, Mikolaj Golub wrote:
> M> Author: trociny
> M> Date: Fri Jun 7 10:27:50 2013
> M> New Revision: 251490
> M> URL: http://svnweb.freebsd.org/changeset/base/251490
> M>
> M> Log:
> M> Properl
On Fri, Jun 07, 2013 at 02:33:08PM +0400, Gleb Smirnoff wrote:
T> On Fri, Jun 07, 2013 at 10:27:51AM +, Mikolaj Golub wrote:
T> M> Author: trociny
T> M> Date: Fri Jun 7 10:27:50 2013
T> M> New Revision: 251490
T> M> URL: http://svnweb.freebsd.org/changeset/base/251490
T> M>
T> M> Log:
T> M>
On Fri, Jun 07, 2013 at 10:27:51AM +, Mikolaj Golub wrote:
M> Author: trociny
M> Date: Fri Jun 7 10:27:50 2013
M> New Revision: 251490
M> URL: http://svnweb.freebsd.org/changeset/base/251490
M>
M> Log:
M> Properly set curvnet context in lagg_port_setlladdr() task handler.
M>
M> Reporte
Author: trociny
Date: Fri Jun 7 10:27:50 2013
New Revision: 251490
URL: http://svnweb.freebsd.org/changeset/base/251490
Log:
Properly set curvnet context in lagg_port_setlladdr() task handler.
Reported by: Nikos Vassiliadis
Submitted by: zec
Tested by:Nikos Vassiliadis
MFC aft
@@
Open Issues
+[20130607] The &man.bge.4; network interface driver has an
+ issue when TSO (TCP Segmentation Offload) is enabled. It causes
+ intermittent reset and re-initialization.
+
+A workaround is disabling the TSO feature. One can disable
+ it by adding
Author: adrian
Date: Fri Jun 7 09:03:56 2013
New Revision: 251488
URL: http://svnweb.freebsd.org/changeset/base/251488
Log:
Don't hold the node lock over the iterator.
The "find node" function call will increase the node reference anyway;
so there's no reason to hold the node table lock
Author: adrian
Date: Fri Jun 7 09:02:02 2013
New Revision: 251487
URL: http://svnweb.freebsd.org/changeset/base/251487
Log:
Bring over the initial static bluetooth coexistence configuration
for the WB195 combo NIC - an AR9285 w/ an AR3011 USB bluetooth NIC.
The AR3011 is wired up using a
Author: ae
Date: Fri Jun 7 08:06:48 2013
New Revision: 251486
URL: http://svnweb.freebsd.org/changeset/base/251486
Log:
Use getnameinfo(3) instead of inet_ntop(3) to make printable versions of
sockaddr_in6 structures. getnameinfo(3) does the same thing, but it is
also able to represent a sc
Author: jh
Date: Fri Jun 7 07:17:46 2013
New Revision: 251485
URL: http://svnweb.freebsd.org/changeset/base/251485
Log:
Revert r238399.
The "failok" option doesn't have any effect at all unless specified in
fstab(5) and combined with the -a flag. The "failok" option is already
document
43 matches
Mail list logo