Author: hselasky
Date: Mon Dec 16 10:50:13 2013
New Revision: 259462
URL: http://svnweb.freebsd.org/changeset/base/259462
Log:
Fix regression issue after r259248:
Some Intel XHCI controlles timeout processing so-called "TRBs" when
the final LINK TRB of a so-called "TD" has the CHAIN-BIT s
Author: pjd
Date: Mon Dec 16 11:03:59 2013
New Revision: 259463
URL: http://svnweb.freebsd.org/changeset/base/259463
Log:
Start-up script for casperd daemon.
Sponsored by: The FreeBSD Foundation
Added:
head/etc/rc.d/casperd (contents, props changed)
Modified:
head/etc/defaults/rc.con
On Sun, Dec 15, 2013 at 10:33:47AM -0800, Rui Paulo wrote:
> On 15 Dec 2013, at 10:13, Konstantin Belousov wrote:
>
> > Author: kib
> > Date: Sun Dec 15 18:13:42 2013
> > New Revision: 259422
> > URL: http://svnweb.freebsd.org/changeset/base/259422
> >
> > Log:
> > Revert r259045.
> >
> > It
John Baldwin writes:
> Dag-Erling Smørgrav writes:
> > John Baldwin writes:
> > > LINT64 is yet another kernel config covered by 'make tinderbox',
> > > but not by the periodic tinderbox. It is probably worth adding to
> > > the periodic tinderbox (someday it'd be nice if the two
> > > tinderbo
Author: mav
Date: Mon Dec 16 13:52:18 2013
New Revision: 259464
URL: http://svnweb.freebsd.org/changeset/base/259464
Log:
Fix periodic per-CPU timers startup on boot.
Reported by: neel
MFC after:2 weeks
Modified:
head/sys/kern/kern_clocksource.c
Modified: head/sys/kern/kern_clock
Author: dteske
Date: Mon Dec 16 15:50:59 2013
New Revision: 259468
URL: http://svnweb.freebsd.org/changeset/base/259468
Log:
Add a fix for Long-standing problem with VMware. Described in below links:
https://communities.vmware.com/thread/107230
https://communities.vmware.com/docs/DOC-11677
Author: dteske
Date: Mon Dec 16 15:52:44 2013
New Revision: 259469
URL: http://svnweb.freebsd.org/changeset/base/259469
Log:
Mask error from newaliases(1) when the hostname is not fully qualified.
MFC after:3 days
Modified:
head/usr.sbin/bsdinstall/scripts/config
Modified: head/usr.
Please add this to release/rc.local instead under the console setup.
There is no guarantee that "auto" is running from an environment where
this is defined -- for example, it may be running from a serial console
or an xterm -- and the actual installer should not be polluted with
assumptions abo
Author: dteske
Date: Mon Dec 16 17:03:44 2013
New Revision: 259470
URL: http://svnweb.freebsd.org/changeset/base/259470
Log:
As per discussions on -current, re-add /var/mail (removed in r257842) but
this time with atime=on in support of various software that requires it.
Discussed on: -cu
Author: bdrewery
Date: Mon Dec 16 17:05:03 2013
New Revision: 259471
URL: http://svnweb.freebsd.org/changeset/base/259471
Log:
Add myself to the src-committers list
Approved by: bapt (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
Author: dteske
Date: Mon Dec 16 17:11:09 2013
New Revision: 259472
URL: http://svnweb.freebsd.org/changeset/base/259472
Log:
Accept NULL input as also meaning zero swap.
MFC after:3 days
Modified:
head/usr.sbin/bsdinstall/scripts/zfsboot
Modified: head/usr.sbin/bsdinstall/scripts/zf
Author: dim
Date: Mon Dec 16 18:45:21 2013
New Revision: 259473
URL: http://svnweb.freebsd.org/changeset/base/259473
Log:
Enable llvm's integrated assembler for PowerPC, since it should now be
good enough for typical usage.
Requested by: rdivacky
MFC after:1 week
Added:
head/lib/
Author: dteske
Date: Mon Dec 16 18:53:09 2013
New Revision: 259474
URL: http://svnweb.freebsd.org/changeset/base/259474
Log:
Bug-fixes and debugging improvments:
+ De-obfuscate debugging to show actual values
+ Change graid(8) syntax; s/destroy/delete/ [destroy is not invalid syntax]
+ Log
Author: adrian
Date: Mon Dec 16 19:31:23 2013
New Revision: 259475
URL: http://svnweb.freebsd.org/changeset/base/259475
Log:
Migrate the sendfile_sync struct to use a UMA zone rather than M_TEMP.
This allows it to be better tracked as well as being able to leverage
UMA for more interestin
Author: dteske
Date: Mon Dec 16 19:37:15 2013
New Revision: 259476
URL: http://svnweb.freebsd.org/changeset/base/259476
Log:
Improve default ZFS disk layout (tested):
+ For GPT, always provision zfs# partition after swap [for resizability]
+ For MBR, always use a boot pool to relialy place r
Author: dteske
Date: Mon Dec 16 19:43:04 2013
New Revision: 259477
URL: http://svnweb.freebsd.org/changeset/base/259477
Log:
fletcher4 is currently the default.
Discussed on: -current
MFC after:3 days
Modified:
head/usr.sbin/bsdinstall/scripts/zfsboot
Modified: head/usr.sbin/bsdin
Author: dteske
Date: Mon Dec 16 19:44:45 2013
New Revision: 259478
URL: http://svnweb.freebsd.org/changeset/base/259478
Log:
De-uglify the geli(8)-setup infobox by adding a newline.
MFC after:3 days
Modified:
head/usr.sbin/bsdinstall/scripts/zfsboot
Modified: head/usr.sbin/bsdinstal
Author: dteske
Date: Mon Dec 16 19:47:04 2013
New Revision: 259479
URL: http://svnweb.freebsd.org/changeset/base/259479
Log:
Add kern.geom.label.disk_ident.enable="0" to loader.conf(5).
Discussed on: -current, -stable
MFC after:3 days
Modified:
head/usr.sbin/bsdinstall/scripts/zfsb
Author: dteske
Date: Mon Dec 16 19:51:11 2013
New Revision: 259480
URL: http://svnweb.freebsd.org/changeset/base/259480
Log:
Fix a long-standing edge-case that would result in a ghosted `zroot' pool
and subsequent headaches caused by multiple pools with the same name.
Specifically, blast awa
Author: dteske
Date: Mon Dec 16 19:54:55 2013
New Revision: 259481
URL: http://svnweb.freebsd.org/changeset/base/259481
Log:
Auto-enable 4k sector alignment when disk encryption is requested (it is
required in such a case). But don't prevent the user from pointing the
gun at his/her foot --
Author: neel
Date: Mon Dec 16 19:59:31 2013
New Revision: 259482
URL: http://svnweb.freebsd.org/changeset/base/259482
Log:
Add an API to deliver message signalled interrupts to vcpus. This allows
callers treat the MSI 'addr' and 'data' fields as opaque and also lets
bhyve implement multiple
Adrian,
On Mon, Dec 16, 2013 at 07:31:24PM +, Adrian Chadd wrote:
A> Modified: head/sys/kern/uipc_syscalls.c
A>
==
A> --- head/sys/kern/uipc_syscalls.cMon Dec 16 18:53:09 2013
(r259474)
A> +++ head/sys/k
On 12/16/13 13:47, Devin Teske wrote:
Author: dteske
Date: Mon Dec 16 19:47:04 2013
New Revision: 259479
URL: http://svnweb.freebsd.org/changeset/base/259479
Log:
Add kern.geom.label.disk_ident.enable="0" to loader.conf(5).
Discussed on: -current, -stable
MFC after: 3 days
Modif
On Dec 16, 2013, at 1:26 PM, Nathan Whitehorn wrote:
> On 12/16/13 13:47, Devin Teske wrote:
>> Author: dteske
>> Date: Mon Dec 16 19:47:04 2013
>> New Revision: 259479
>> URL:
>> https://urldefense.proofpoint.com/v1/url?u=http://svnweb.freebsd.org/changeset/base/259479&k=%2FbkpAUdJWZuiTILCq%2FF
On Dec 16, 2013, at 1:40 PM, Teske, Devin wrote:
>
> On Dec 16, 2013, at 1:26 PM, Nathan Whitehorn wrote:
>
>> On 12/16/13 13:47, Devin Teske wrote:
>>> Author: dteske
>>> Date: Mon Dec 16 19:47:04 2013
>>> New Revision: 259479
>>> URL:
>>> https://urldefense.proofpoint.com/v1/url?u=http://svn
On 12/16/13 15:48, Teske, Devin wrote:
On Dec 16, 2013, at 1:40 PM, Teske, Devin wrote:
On Dec 16, 2013, at 1:26 PM, Nathan Whitehorn wrote:
On 12/16/13 13:47, Devin Teske wrote:
Author: dteske
Date: Mon Dec 16 19:47:04 2013
New Revision: 259479
URL:
https://urldefense.proofpoint.com/v1/url
On Dec 16, 2013, at 1:50 PM, Nathan Whitehorn wrote:
> On 12/16/13 15:48, Teske, Devin wrote:
>> On Dec 16, 2013, at 1:40 PM, Teske, Devin wrote:
>>
>>> On Dec 16, 2013, at 1:26 PM, Nathan Whitehorn wrote:
>>>
On 12/16/13 13:47, Devin Teske wrote:
> Author: dteske
> Date: Mon Dec 1
On 12/16/13 15:55, Teske, Devin wrote:
On Dec 16, 2013, at 1:50 PM, Nathan Whitehorn wrote:
On 12/16/13 15:48, Teske, Devin wrote:
On Dec 16, 2013, at 1:40 PM, Teske, Devin wrote:
On Dec 16, 2013, at 1:26 PM, Nathan Whitehorn wrote:
On 12/16/13 13:47, Devin Teske wrote:
Author: dteske
Dat
Author: nwhitehorn
Date: Mon Dec 16 22:04:47 2013
New Revision: 259484
URL: http://svnweb.freebsd.org/changeset/base/259484
Log:
Use the common Open Firmware PCI interrupt routing code instead of the
duplicate version in dev/fdt.
Tested by:zbb
Modified:
head/sys/arm/mv/mv_pci.c
Mo
Author: luigi
Date: Mon Dec 16 23:57:43 2013
New Revision: 259487
URL: http://svnweb.freebsd.org/changeset/base/259487
Log:
fix the build using __builtin_prefetch() instead of redefining prefetch()
Modified:
head/sys/dev/netmap/ixgbe_netmap.h
head/sys/dev/netmap/netmap_kern.h
head/sys/dev
Ok. I'll go find where I copy pastes thus from. The mbuf code perhaps?
Should we do a big quick tidy up?
Adrian
On Dec 16, 2013 1:40 PM, "Gleb Smirnoff" wrote:
> Adrian,
>
> On Mon, Dec 16, 2013 at 07:31:24PM +, Adrian Chadd wrote:
> A> Modified: head/sys/kern/uipc_syscalls.c
> A>
> =
On Mon, Dec 16, 2013 at 04:54:15PM -0800, Adrian Chadd wrote:
A> Ok. I'll go find where I copy pastes thus from. The mbuf code perhaps?
A>
A> Should we do a big quick tidy up?
Nope, the mbuf code is somewhat different, due to secondary zones. An
item freed there isn't actually freed, that's why t
Author: adrian
Date: Tue Dec 17 03:06:21 2013
New Revision: 259489
URL: http://svnweb.freebsd.org/changeset/base/259489
Log:
Remove the invariants stuff I copy/paste'd from the mbuf code when
setting up the UMA zone.
This should (a) be correct(er) and (b) it should build on non-amd64.
Author: rodrigc
Date: Tue Dec 17 03:38:36 2013
New Revision: 259490
URL: http://svnweb.freebsd.org/changeset/base/259490
Log:
Add release note items from Chelsio.
Submitted by: np
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/
Author: rodrigc
Date: Tue Dec 17 04:19:03 2013
New Revision: 259493
URL: http://svnweb.freebsd.org/changeset/base/259493
Log:
Add OFED and Mellanox items to release notes.
Submitted by: Meny Yossefi
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/
On Mon, Dec 16, 2013 at 2:54 PM, Devin Teske wrote:
> Author: dteske
> Date: Mon Dec 16 19:54:55 2013
> New Revision: 259481
> URL: http://svnweb.freebsd.org/changeset/base/259481
>
> Log:
> Auto-enable 4k sector alignment when disk encryption is requested (it is
> required in such a case).
N
On Mon, Dec 16, 2013 at 6:03 AM, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Mon Dec 16 11:03:59 2013
> New Revision: 259463
> URL: http://svnweb.freebsd.org/changeset/base/259463
>
> Log:
> Start-up script for casperd daemon.
>
> Sponsored by: The FreeBSD Foundation
>
> Added:
> head/e
Author: milki (ports committer)
Date: Tue Dec 17 05:13:37 2013
New Revision: 259495
URL: http://svnweb.freebsd.org/changeset/base/259495
Log:
milki is a new committer for ports.
Approved by: swills (mentor)
Modified:
head/share/misc/committers-ports.dot
Modified: head/share/misc/commit
Author: pluknet
Date: Tue Dec 17 07:47:27 2013
New Revision: 259497
URL: http://svnweb.freebsd.org/changeset/base/259497
Log:
Nuke symbols.raw
This file seems to be unused since the switch to the ELF binary format.
Discussed with: jhb
Deleted:
head/sys/i386/i386/symbols.raw
__
39 matches
Mail list logo