It’s written to disk. Although that actually depends on the filesystem.
Sean.
> On Mar 16, 2016, at 9:55 PM, Alan Somers wrote:
>
> Do you happen to know if ACL_ENTRY_INHERITED is written to disk, or does it
> only exist in-core?
>
> On Wed, Mar 16, 2016 at 10:37 PM, Sean Fagan wrote:
> As I
Author: andrew
Date: Fri Mar 18 16:18:29 2016
New Revision: 297028
URL: https://svnweb.freebsd.org/changeset/base/297028
Log:
Reduce the diff with intrng by renaming similar functions. This is a noop,
but will help move to use the common interrupt handling code later.
Obtained from:
On Thu, Sep 3, 2015 at 6:14 PM, Xin LI wrote:
> Author: delphij
> Date: Fri Sep 4 00:14:20 2015
> New Revision: 287445
> URL: https://svnweb.freebsd.org/changeset/base/287445
>
> Log:
> Expose an interface to determine if an ACE is inherited.
>
> Submitted by: sef
> Reviewed by: trasz
>
Author: adrian
Date: Fri Mar 18 04:09:27 2016
New Revision: 297009
URL: https://svnweb.freebsd.org/changeset/base/297009
Log:
Remove duplicate LE_READ_4() definition.
Tested:
* typed 'make', seemed to work.
Modified:
head/sbin/ifconfig/ifieee80211.c
Modified: head/sbin/ifconfig/ifi
Author: bz
Date: Fri Mar 18 19:36:43 2016
New Revision: 297038
URL: https://svnweb.freebsd.org/changeset/base/297038
Log:
Convert the printfs here from %lx to %jx as well after r297000 in order
to be able to compile this into arm kernels.
Sponsored by: DARPA/AFRL
Modified:
head/sys/dev
Author: np
Date: Thu Mar 17 01:15:16 2016
New Revision: 296975
URL: https://svnweb.freebsd.org/changeset/base/296975
Log:
cxgbe(4): Tidy up PAUSE frame accounting.
Figure out if the chip is counting PAUSE frames in the "normal" stats
and take them out if it is. This fixes a bug in the tx
On Wed, Mar 16, 2016 at 06:39:48PM +, Bryan Drewery wrote:
> Author: bdrewery
> Date: Wed Mar 16 18:39:48 2016
> New Revision: 296947
> URL: https://svnweb.freebsd.org/changeset/base/296947
>
> Log:
> Remove incorrect BUGS entry about asserting lock not held.
>
> For non-WITNESS< assert
Author: allanjude
Date: Wed Mar 16 23:12:19 2016
New Revision: 296963
URL: https://svnweb.freebsd.org/changeset/base/296963
Log:
Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsboot
Allows booting from a GELI encrypted root file system, via UFS or ZFS
Reviewed by: gnn,
On Fri, Mar 18, 2016 at 10:07 AM, Maxim Konovalov wrote:
> Author: maxim
> Date: Fri Mar 18 15:07:43 2016
> New Revision: 297025
> URL: https://svnweb.freebsd.org/changeset/base/297025
>
> Log:
> o Kill EoL whitespaces.
>
> Modified:
> head/sbin/ping/ping.c
>
> Modified: head/sbin/ping/ping.c
Author: loos
Date: Fri Mar 18 20:09:54 2016
New Revision: 297042
URL: https://svnweb.freebsd.org/changeset/base/297042
Log:
Increase the arbitrary limit of TX segments.
Sponsored by: Rubicon Communications (Netgate)
Modified:
head/sys/arm/ti/cpsw/if_cpsw.c
Modified: head/sys/arm/ti/cpsw
On 3/16/16 9:04 PM, Simon J. Gerraty wrote:
> NGie Cooper wrote:
>>> SUBDIR+=encoder
>>>
>>> +.if ${MACHINE} == "host"
>>> +# make it easy to test without install
>>> +TESTSDIR=${.OBJDIR}
>>> +CFLAGS+=-I${.CURDIR:H}
>>> +.endif
>>> +
>>> .include
>>
>> This commit seems unnecessary --
Author: trasz
Date: Wed Mar 16 14:00:45 2016
New Revision: 296937
URL: https://svnweb.freebsd.org/changeset/base/296937
Log:
Pacify Coverity in a better way, to avoid write-only variable when building
without INVARIANTS.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modifi
Author: maxim
Date: Fri Mar 18 15:07:43 2016
New Revision: 297025
URL: https://svnweb.freebsd.org/changeset/base/297025
Log:
o Kill EoL whitespaces.
Modified:
head/sbin/ping/ping.c
Modified: head/sbin/ping/ping.c
==
Author: sjg
Date: Fri Mar 18 20:03:09 2016
New Revision: 297040
URL: https://svnweb.freebsd.org/changeset/base/297040
Log:
Update to bmake-20160315
Archive member handling works again
meta mode, treat missing reads as for writes.
Update dirdeps.mk - much improved startup time.
Upda
On Thu, Mar 17, 2016 at 08:19:50AM +0100, Hans Petter Selasky wrote:
H> On 03/16/16 21:36, Gleb Smirnoff wrote:
H> > On Wed, Mar 16, 2016 at 08:37:52AM +, Hans Petter Selasky wrote:
H> > H> Modified: head/sys/sys/sysctl.h
H> > H>
Author: sjg
Date: Thu Mar 17 04:21:57 2016
New Revision: 296979
URL: https://svnweb.freebsd.org/changeset/base/296979
Log:
xo_config.h no longer in contrib, so -I's needed
PR: /homes/sjg/commit-logs/freebsd/libxo/xo_config.diff
Reviewed by: jkim
Modified:
head/lib/libxo/test
Author: jhibbits
Date: Fri Mar 18 01:53:00 2016
New Revision: 297003
URL: https://svnweb.freebsd.org/changeset/base/297003
Log:
Bump libdevinfo SHLIB_MAJOR, forgotten in r297000.
Spotted by: bapt
Modified:
head/lib/libdevinfo/Makefile
Modified: head/lib/libdevinfo/Makefile
===
Author: ae
Date: Thu Mar 17 11:10:44 2016
New Revision: 296986
URL: https://svnweb.freebsd.org/changeset/base/296986
Log:
Reduce the number of local variables. Remove redundant check that inp
pointer isn't NULL, it is safe, because we are handling IPV6_PKTINFO
socket option in this block of
Author: jhibbits
Date: Fri Mar 18 01:30:58 2016
New Revision: 297001
URL: https://svnweb.freebsd.org/changeset/base/297001
Log:
Increase booke bus max address to 36-bits.
Sponsored by: Alex Perez/Inertial Computing
Modified:
head/sys/powerpc/include/bus.h
Modified: head/sys/powerpc/incl
Author: mmel
Date: Fri Mar 18 15:27:57 2016
New Revision: 297026
URL: https://svnweb.freebsd.org/changeset/base/297026
Log:
TEGRA: Connect TEGRA124 to universe build.
Added:
head/sys/arm/conf/TEGRA124
- copied, changed from r297025, head/sys/arm/conf/TEGRA124.common
Deleted:
head/sys/a
Author: mav
Date: Sat Mar 19 09:20:18 2016
New Revision: 297049
URL: https://svnweb.freebsd.org/changeset/base/297049
Log:
Add IDs for Intel Wellsburg USB controllers.
MFC after:1 week
Modified:
head/sys/dev/usb/controller/ehci_pci.c
head/sys/dev/usb/controller/xhci_pci.c
Modified
On Wednesday, March 16, 2016 06:39:48 PM Bryan Drewery wrote:
> Author: bdrewery
> Date: Wed Mar 16 18:39:48 2016
> New Revision: 296947
> URL: https://svnweb.freebsd.org/changeset/base/296947
>
> Log:
> Remove incorrect BUGS entry about asserting lock not held.
>
> For non-WITNESS< asserti
Author: adrian
Date: Thu Mar 17 01:09:21 2016
New Revision: 296974
URL: https://svnweb.freebsd.org/changeset/base/296974
Log:
[net80211] Add some more missing IEs.
There are a /lot/ more missing; I'll chase these down over time.
Obtained from:802.11-2012 standard
Modified:
h
On Thu, Mar 17, 2016 at 08:21:12AM +0100, Hans Petter Selasky wrote:
H> On 03/16/16 21:32, Gleb Smirnoff wrote:
H> > On Wed, Mar 16, 2016 at 08:37:52AM +, Hans Petter Selasky wrote:
H> > H> Author: hselasky
H> > H> Date: Wed Mar 16 08:37:52 2016
H> > H> New Revision: 296933
H> > H> URL: https:/
On 3/16/2016 3:12 PM, John Baldwin wrote:
> On Wednesday, March 16, 2016 06:39:48 PM Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Wed Mar 16 18:39:48 2016
>> New Revision: 296947
>> URL: https://svnweb.freebsd.org/changeset/base/296947
>>
>> Log:
>> Remove incorrect BUGS entry about assertin
+sef who created the patch...
On Wed, Mar 16, 2016 at 3:40 PM, Alan Somers wrote:
>
>
> On Thu, Sep 3, 2015 at 6:14 PM, Xin LI wrote:
>>
>> Author: delphij
>> Date: Fri Sep 4 00:14:20 2015
>> New Revision: 287445
>> URL: https://svnweb.freebsd.org/changeset/base/287445
>>
>> Log:
>> Expose an
Author: mav
Date: Thu Mar 17 09:04:07 2016
New Revision: 296983
URL: https://svnweb.freebsd.org/changeset/base/296983
Log:
Add paragraph about isp(4) improvements.
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: bz
Date: Fri Mar 18 23:55:25 2016
New Revision: 297047
URL: https://svnweb.freebsd.org/changeset/base/297047
Log:
Allow pci_host_generic to be compiled into ARM kernels, used, e.g., in
simulators.
Sponsored by: DARPA/AFRL
Modified:
head/sys/conf/files.arm
Modified: head/sys/co
I've fought this problem in USB drivers. Ideally you'd also have the
detach path /also/ take said lock and drain anyone currently doing
anything active (tx, rx, ioctls, net80211 methods, etc) to completion
before continuing.
A lot of drivers don't do this very well, or at all.
-adrian
_
Fixed in r296973.
On Wed, Mar 16, 2016 at 3:02 PM, Bjoern A. Zeeb
wrote:
> On Wed, 16 Mar 2016, Conrad E. Meyer wrote:
>
>> Author: cem
>> Date: Wed Mar 16 04:22:32 2016
>> New Revision: 296927
>> URL: https://svnweb.freebsd.org/changeset/base/296927
>>
>> Log:
>> fail(9): Upstreaming some fail
Do you happen to know if ACL_ENTRY_INHERITED is written to disk, or does it
only exist in-core?
On Wed, Mar 16, 2016 at 10:37 PM, Sean Fagan wrote:
> As I recall, from ZFS, but I’m not positive. Either that, or something
> else was using 0x40.
>
> Sean.
> > On Mar 16, 2016, at 9:29 PM, Xin LI
Author: jhb
Date: Fri Mar 18 19:48:49 2016
New Revision: 297039
URL: https://svnweb.freebsd.org/changeset/base/297039
Log:
Check IPI status more frequently when waiting.
An IPI cannot be sent via the local APIC if a previous IPI is still
being delivered. Attempts to send an IPI will wait
Author: trasz
Date: Fri Mar 18 13:26:16 2016
New Revision: 297018
URL: https://svnweb.freebsd.org/changeset/base/297018
Log:
Add lock assertion.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/iscsi/iscsi.c
Modified: head/sys/dev/iscsi/iscsi.c
===
On Tue, 15 Mar 2016 05:17:29 + (UTC)
Warner Losh wrote:
...
> Modified: head/sys/dev/ppbus/vpo.c
> ==
> --- head/sys/dev/ppbus/vpo.c Tue Mar 15 04:56:39 2016
> (r296890) +++ head/sys/dev/ppbus/vpo.cTue Mar 15
Author: andrew
Date: Thu Mar 17 08:40:58 2016
New Revision: 296981
URL: https://svnweb.freebsd.org/changeset/base/296981
Log:
Make it an error to build an ARM kernel with COMPAT_FREEBSDn where n < 10.
We changed the ABI for ARM in 10, an removed support for the old ABI in 11,
as such binarie
Author: ae
Date: Fri Mar 18 09:03:00 2016
New Revision: 297014
URL: https://svnweb.freebsd.org/changeset/base/297014
Log:
Fix handling of net.inet.ipsec.dfbit=2 variable.
IP_DF macro is in host bytes order, but ip_off field is in network bytes
order. So, use htons() for correct check.
Modif
On Tue, Mar 15, 2016 at 10:43:53AM -0700, John Baldwin wrote:
J> > Log:
J> > Fix witness panic in the ipoib_ioctl() function when unloading the
J> > ipoib module.
J> >
J> > The bpfdetach() function is trying to turn off promiscious mode on the
J> > network interface it is attached to whi
Author: mmel
Date: Wed Mar 16 13:01:48 2016
New Revision: 296936
URL: https://svnweb.freebsd.org/changeset/base/296936
Log:
Import basic support for Nvidia Jetson TK1 board and tegra124 SoC.
The following pheripherals are supported: UART, MMC, AHCI, EHCI, PCIe, I2C,
PMIC, GPIO, CPU temperatu
Author: sjg
Date: Thu Mar 17 00:37:04 2016
New Revision: 296970
URL: https://svnweb.freebsd.org/changeset/base/296970
Log:
We need libutil
and make it feasible to at least build the tests in situ
Modified:
head/lib/libxo/tests/Makefile
Modified: head/lib/libxo/tests/Makefile
===
Author: mav
Date: Sat Mar 19 11:48:06 2016
New Revision: 297051
URL: https://svnweb.freebsd.org/changeset/base/297051
Log:
Fix incorrect (fortunately bigger) malloc size.
Submitted by: pfg
MFC after:1 week
Modified:
head/sys/rpc/svc.c
Modified: head/sys/rpc/svc.c
=
Author: grembo (ports committer)
Date: Sat Mar 19 11:55:21 2016
New Revision: 297052
URL: https://svnweb.freebsd.org/changeset/base/297052
Log:
Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundles
Reviewed by: wblock
Approved by: wblock
MFC after:1 week
Diff
Author: ae
Date: Thu Mar 17 10:59:30 2016
New Revision: 296984
URL: https://svnweb.freebsd.org/changeset/base/296984
Log:
Change in6_selectsrc() to allow usage of non-local IPv6 addresses in
IPV6_PKTINFO ancillary data when IPV6_BINDANY socket option is set.
Submitted by: n_hibma
MFC af
Author: jhibbits
Date: Fri Mar 18 02:56:07 2016
New Revision: 297004
URL: https://svnweb.freebsd.org/changeset/base/297004
Log:
Add old libdevinfo.so version to OLD_LIBS
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
On 3/16/16 4:50 PM, Phil Shafer wrote:
> Author: phil
> Date: Wed Mar 16 23:50:41 2016
> New Revision: 296967
> URL: https://svnweb.freebsd.org/changeset/base/296967
>
> Log:
> Move generated file from contrib to build directory.
>
> Reviewed by:obrien
> Approved by:sjg
>
Author: adrian
Date: Fri Mar 18 04:22:07 2016
New Revision: 297010
URL: https://svnweb.freebsd.org/changeset/base/297010
Log:
Add parsing for AP channel report IE.
Eg:
TP-LINK_D579 60:e3:27:e1:d5:79 10 54M -72:-95 100
EP SSID RATES
DSPARMS<10> XRATES
Author: np
Date: Wed Mar 16 19:46:22 2016
New Revision: 296952
URL: https://svnweb.freebsd.org/changeset/base/296952
Log:
cxgbe(4): Enable PFs 0-3, and allow creation of SR-IOV VFs on these PFs
in the default configuration files.
Modified:
head/sys/dev/cxgbe/firmware/t4fw_cfg.txt
head/sys
Author: andrew
Date: Fri Mar 18 16:29:58 2016
New Revision: 297029
URL: https://svnweb.freebsd.org/changeset/base/297029
Log:
Rename COUNT_IPI to INTR_IPI_COUNT to reduce the diff with intrng.
Obtained from:ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
Modified:
head/sys
Author: np
Date: Wed Mar 16 19:36:11 2016
New Revision: 296949
URL: https://svnweb.freebsd.org/changeset/base/296949
Log:
cxgbe(4): Remove a couple of pointless assignments in sysctl_meminfo.
Do not display range if start = stop (this is a workaround for some
unused regions).
Modified:
he
On Fri, 18 Mar 2016, 10:27-0500, Benjamin Kaduk wrote:
> On Fri, Mar 18, 2016 at 10:07 AM, Maxim Konovalov wrote:
>
> > Author: maxim
> > Date: Fri Mar 18 15:07:43 2016
> > New Revision: 297025
> > URL: https://svnweb.freebsd.org/changeset/base/297025
> >
> > Log:
> > o Kill EoL whitespaces.
>
On 03/16/16 21:32, Gleb Smirnoff wrote:
On Wed, Mar 16, 2016 at 08:37:52AM +, Hans Petter Selasky wrote:
H> Author: hselasky
H> Date: Wed Mar 16 08:37:52 2016
H> New Revision: 296933
H> URL: https://svnweb.freebsd.org/changeset/base/296933
H>
H> Log:
H> Improve the implementation and docume
Author: maxim
Date: Fri Mar 18 15:06:50 2016
New Revision: 297024
URL: https://svnweb.freebsd.org/changeset/base/297024
Log:
o No need to resolve a mask that we get with ICMP_MASKREPLY,
pass it directly to inet_ntoa(3).
Modified:
head/sbin/ping/ping.c
Modified: head/sbin/ping/ping.c
==
As I recall, from ZFS, but I’m not positive. Either that, or something else
was using 0x40.
Sean.
> On Mar 16, 2016, at 9:29 PM, Xin LI wrote:
>
> +sef who created the patch...
>
> On Wed, Mar 16, 2016 at 3:40 PM, Alan Somers wrote:
>>
>>
>> On Thu, Sep 3, 2015 at 6:14 PM, Xin LI wrote:
>
Author: adrian
Date: Fri Mar 18 03:55:57 2016
New Revision: 297007
URL: https://svnweb.freebsd.org/changeset/base/297007
Log:
Decode VHTCAP, VHTINFO and BSSLOAD.
BSSLOAD is based on work from Idwer Vollering.
Obtained from:Idwer Vollering (bssload)
Modified:
head/sbin/ifcon
On Friday, March 18, 2016 01:28:41 AM Justin Hibbits wrote:
> Author: jhibbits
> Date: Fri Mar 18 01:28:41 2016
> New Revision: 297000
> URL: https://svnweb.freebsd.org/changeset/base/297000
>
> Log:
> Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
>
> On some architectures,
Author: julian
Date: Fri Mar 18 08:47:17 2016
New Revision: 297013
URL: https://svnweb.freebsd.org/changeset/base/297013
Log:
Use the right argumant name
MFC after:1 week
Sponsored by: Panzura inc
Modified:
head/lib/libc/sys/modfind.2
Modified: head/lib/libc/sys/modfind.2
Author: glebius
Date: Wed Mar 16 22:33:12 2016
New Revision: 296956
URL: https://svnweb.freebsd.org/changeset/base/296956
Log:
Due to invalid use of a signed intermediate value in the bounds checking
during argument validity verification, unbound zero'ing of the process LDT
and adjacent memo
Author: mmel
Date: Thu Mar 17 08:57:41 2016
New Revision: 296982
URL: https://svnweb.freebsd.org/changeset/base/296982
Log:
A20: Gpiobus can be attached only after full gpio driver initialization.
While i'm in, remove now unused global variable.
Submited by: Emmanuel Vadot
Modified:
Author: cem
Date: Thu Mar 17 01:05:53 2016
New Revision: 296973
URL: https://svnweb.freebsd.org/changeset/base/296973
Log:
fail(9): Only gather/print stacks if STACK is enabled
This is a follow-up fix to the earlier r296927.
Reported by: bz
Sponsored by: EMC / Isilon Storage Divisio
On 03/16/16 16:05, Shawn Webb wrote:
This breaks the build on amd64:
I believe this is fixed by r296935.
--HPS
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-s
Bryan Drewery wrote:
> Btw I recently hooked up MK_TESTS to DIRDEPS_BUILD and added them all
> (at the time) to targets/.
Hmm how did you do that?
In our build local.dirdeps.mk checks each DEP_RELDIR to see if there is
a tests/Makefile.depend.host below it, and if so adds it to the
dependency gr
Author: np
Date: Wed Mar 16 19:43:44 2016
New Revision: 296951
URL: https://svnweb.freebsd.org/changeset/base/296951
Log:
cxgbe(4): Enable additional capabilities in the default configuration
files. All features with FreeBSD drivers of some kind are now in the
default configuration.
Modifi
On Tue, Mar 15, 2016 at 12:15:10AM +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Tue Mar 15 00:15:10 2016
> New Revision: 296881
> URL: https://svnweb.freebsd.org/changeset/base/296881
>
> Log:
> Redo r294869. The array of counters for TCP states doesn't belong to
> struct tcpstat, bec
Sorry. I guess that whole routine needs to be wrapped in #if
defined(STACK). I'll work to put together a patch soon.
Thanks,
Conrad
On Wed, Mar 16, 2016 at 3:02 PM, Bjoern A. Zeeb
wrote:
> On Wed, 16 Mar 2016, Conrad E. Meyer wrote:
>
>> Author: cem
>> Date: Wed Mar 16 04:22:32 2016
>> New Re
Author: jhibbits
Date: Fri Mar 18 01:28:41 2016
New Revision: 297000
URL: https://svnweb.freebsd.org/changeset/base/297000
Log:
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
On some architectures, u_long isn't large enough for resource definitions.
Particularly, powerpc an
On 03/16/16 21:36, Gleb Smirnoff wrote:
On Wed, Mar 16, 2016 at 08:37:52AM +, Hans Petter Selasky wrote:
H> Modified: head/sys/sys/sysctl.h
H>
==
H> --- head/sys/sys/sysctl.h Wed Mar 16 06:42:15 2016(r296932)
NGie Cooper wrote:
> > SUBDIR+=encoder
> >
> > +.if ${MACHINE} == "host"
> > +# make it easy to test without install
> > +TESTSDIR=${.OBJDIR}
> > +CFLAGS+=-I${.CURDIR:H}
> > +.endif
> > +
> > .include
>
> This commit seems unnecessary -- have you tried make check yet?
That appears
Author: bdrewery
Date: Wed Mar 16 18:39:48 2016
New Revision: 296947
URL: https://svnweb.freebsd.org/changeset/base/296947
Log:
Remove incorrect BUGS entry about asserting lock not held.
For non-WITNESS< assertion support for SA_UNLOCKED was added in r125421 and
made to panic in r126316.
Author: obrien
Date: Wed Mar 16 23:42:57 2016
New Revision: 296966
URL: https://svnweb.freebsd.org/changeset/base/296966
Log:
Block the r296965 vendor/Juniper/libxo cleanup (to match the release tarball)
from being merged in -- backing out FreeBSD localizations.
Modified:
Directory Properties
Author: andrew
Date: Fri Mar 18 16:32:22 2016
New Revision: 297030
URL: https://svnweb.freebsd.org/changeset/base/297030
Log:
Move the opt_ files to be included first so their definitions can be used
from within all further included files.
Obtained from:ABT Systems Ltd
Sponsored
Author: phil
Date: Wed Mar 16 23:50:41 2016
New Revision: 296967
URL: https://svnweb.freebsd.org/changeset/base/296967
Log:
Move generated file from contrib to build directory.
Reviewed by: obrien
Approved by: sjg
Added:
head/lib/libxo/xo_config.h
- copied unchanged from r296966
On 3/16/2016 11:45 AM, Konstantin Belousov wrote:
> On Wed, Mar 16, 2016 at 06:39:48PM +, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Wed Mar 16 18:39:48 2016
>> New Revision: 296947
>> URL: https://svnweb.freebsd.org/changeset/base/296947
>>
>> Log:
>> Remove incorrect BUGS entry about
Author: jhibbits
Date: Fri Mar 18 01:26:55 2016
New Revision: 296999
URL: https://svnweb.freebsd.org/changeset/base/296999
Log:
Add ummax()/ummin() to libkern.
This is committed in isolation from a larger patch so that it can be MFC'd
separately if needed.
Modified:
head/sys/sys/libker
Author: julian
Date: Fri Mar 18 09:17:54 2016
New Revision: 297015
URL: https://svnweb.freebsd.org/changeset/base/297015
Log:
Change a little to match what appears to be the right way of specifying an
argument
(from looking at other man pages)
MFC after:1 week
Sponsored by: Panzur
Author: andrew
Date: Fri Mar 18 10:01:25 2016
New Revision: 297017
URL: https://svnweb.freebsd.org/changeset/base/297017
Log:
Remove the invalid L0_BLOCK definition. ARMv8 doesn't support block
translation in the level 0 descriptor.
Obtained from:ABT Systems Ltd
Sponsored by: Th
You're right. I've added the explicit cast to void, let's see
if that helps.
On 0315T1346, Conrad Meyer wrote:
> Instead you will get, "warning: unused but set variable 'error'" on
> -NODEBUG builds. Maybe add:
>
> (void)error;
>
> Best,
> Conrad
>
> On Tue, Mar 15, 2016 at 1:42 PM, Edward To
On 03/15/16 18:43, John Baldwin wrote:
On Tuesday, March 15, 2016 03:47:26 PM Hans Petter Selasky wrote:
Author: hselasky
Date: Tue Mar 15 15:47:26 2016
New Revision: 296909
URL: https://svnweb.freebsd.org/changeset/base/296909
Log:
Fix witness panic in the ipoib_ioctl() function when unload
Author: np
Date: Wed Mar 16 19:41:00 2016
New Revision: 296950
URL: https://svnweb.freebsd.org/changeset/base/296950
Log:
cxgbe(4): Update some register settings in the default configuration
files to match the "uwire" configuration.
Modified:
head/sys/dev/cxgbe/firmware/t4fw_cfg.txt
head/
On Wed, 16 Mar 2016, Conrad E. Meyer wrote:
Author: cem
Date: Wed Mar 16 04:22:32 2016
New Revision: 296927
URL: https://svnweb.freebsd.org/changeset/base/296927
Log:
fail(9): Upstreaming some fail point enhancements
This is several year's worth of fail point upgrades done at EMC Isilon. The
On Wed, Mar 16, 2016 at 04:14:22PM +0100, Hans Petter Selasky wrote:
> On 03/16/16 16:05, Shawn Webb wrote:
> > This breaks the build on amd64:
>
> I believe this is fixed by r296935.
You're right. My src tree was outdated. Thanks!
--
Shawn Webb
HardenedBSD
GPG Key ID: 0x6A84658F52456
Author: adrian
Date: Fri Mar 18 04:00:57 2016
New Revision: 297008
URL: https://svnweb.freebsd.org/changeset/base/297008
Log:
[net80211] IE 127 is not MESHEXTCAP, just EXTCAP.
It's not a mesh extended capabilities; it's just extended capabilities.
This is from 802.11-2012 8.4.2.29 (Extend
Author: pfg
Date: Sun Mar 20 03:27:06 2016
New Revision: 297057
URL: https://svnweb.freebsd.org/changeset/base/297057
Log:
localedef(1): minor sorting to match Illumos.
Illumos recently included space in 'print' class. We already had
this but the code had slight sorting differences. Move
On Wednesday, March 16, 2016 03:37:09 PM Adrian Chadd wrote:
> I've fought this problem in USB drivers. Ideally you'd also have the
> detach path /also/ take said lock and drain anyone currently doing
> anything active (tx, rx, ioctls, net80211 methods, etc) to completion
> before continuing.
>
>
Author: trasz
Date: Fri Mar 18 09:54:09 2016
New Revision: 297016
URL: https://svnweb.freebsd.org/changeset/base/297016
Log:
Add a special case for NTFS to the -media autofs(5) map.
Submitted by: lme@ (earlier version)
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified
Author: pfg
Date: Fri Mar 18 19:04:01 2016
New Revision: 297037
URL: https://svnweb.freebsd.org/changeset/base/297037
Log:
aio_qphysio(): Avoid uninitialized pointer read on error.
For the !unmap case it may happen that pbuf gets called unreferenced
when vm_fault_quick_hold_pages() fails.
Author: adrian
Date: Sun Mar 20 03:54:57 2016
New Revision: 297058
URL: https://svnweb.freebsd.org/changeset/base/297058
Log:
[urtwn] migrate urtwn out into sys/dev/urtwn/ .
There's some upcoming work to add new chipset support here and I'd
like to only add 802.11n support to one driver,
Author: obrien
Date: Wed Mar 16 23:59:29 2016
New Revision: 296968
URL: https://svnweb.freebsd.org/changeset/base/296968
Log:
Bring down 0.4.5 vendor files and other catchups with the distribution
tarball.
Reviewed by: phil
Added:
- copied unchanged from r296967,
vendor/Juniper/lib
Author: jhibbits
Date: Fri Mar 18 02:59:10 2016
New Revision: 297005
URL: https://svnweb.freebsd.org/changeset/base/297005
Log:
Forgot lib32 libdevinfo.so.5
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
87 matches
Mail list logo