Author: truckman
Date: Fri May 20 06:56:43 2016
New Revision: 300279
URL: https://svnweb.freebsd.org/changeset/base/300279
Log:
MFC 299866
Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names.
Author: truckman
Date: Fri May 20 06:54:59 2016
New Revision: 300278
URL: https://svnweb.freebsd.org/changeset/base/300278
Log:
MFC r299865
When handling SIOCSIFNAME ensure that the new interface name is NUL
terminated. Reject the rename attempt if the name is too long.
Modified:
stab
Author: hselasky
Date: Fri May 20 06:54:58 2016
New Revision: 300277
URL: https://svnweb.freebsd.org/changeset/base/300277
Log:
Implement TX completion event interleaving.
This patch implements a sysctl which allows setting a factor, N, for
how many work queue elements can be generated be
Author: truckman
Date: Fri May 20 06:47:42 2016
New Revision: 300276
URL: https://svnweb.freebsd.org/changeset/base/300276
Log:
MFC r299593
Properly compute the size argument to pass to malloc().
Reported by: Coverity
CID: 1198856
Modified:
stable/10/usr.sbin/bsnmpd/tool
Author: truckman
Date: Fri May 20 06:43:55 2016
New Revision: 300275
URL: https://svnweb.freebsd.org/changeset/base/300275
Log:
MFC r299592
Move a call to cam_freeccb() to avoid a use after free error and
a later double free.
Reported by: Coverity
CID: 1018507
Modified:
Author: truckman
Date: Fri May 20 06:41:26 2016
New Revision: 300274
URL: https://svnweb.freebsd.org/changeset/base/300274
Log:
MFC r299591
Always return either a dynamically allocated string or NULL from
expand(). Never return the name parameter, which could be a the buf[]
buffer whic
Author: truckman
Date: Fri May 20 06:38:46 2016
New Revision: 300273
URL: https://svnweb.freebsd.org/changeset/base/300273
Log:
MFC r299585
Declare line[] in the outermost scope of retrieve() instead of
declaring it in an inner scope and then using it via a pointer
in the outer scope.
Author: truckman
Date: Fri May 20 06:35:14 2016
New Revision: 300272
URL: https://svnweb.freebsd.org/changeset/base/300272
Log:
MFC r299581
Use strlcpy() instead of strncpy() to ensure that qf->fsname is NUL
terminated. Don't bother checking for truncation since the subsequent
stat() c
Author: truckman
Date: Fri May 20 06:33:02 2016
New Revision: 300271
URL: https://svnweb.freebsd.org/changeset/base/300271
Log:
MFC r299580
Use strlcpy() instead of strncpy() to ensure that ret->name is
NUL terminated. The source and destination buffers are the same
size and the source
Author: truckman
Date: Fri May 20 06:27:58 2016
New Revision: 300270
URL: https://svnweb.freebsd.org/changeset/base/300270
Log:
MFC r299579
Use strlcpy() instead of strncpy() to ensure that qup->fsname is NUL
terminated. Don't bother checking for truncation since the subsequent
quota_r
Author: truckman
Date: Fri May 20 06:24:16 2016
New Revision: 300269
URL: https://svnweb.freebsd.org/changeset/base/300269
Log:
MFC r299577, r299578, r299589
r299577 | truckman | 2016-05-12 16:14:31 -0700 (Thu, 12 May 2016) | 15 lines
Avoid Coverity NUL termination warning about strncp
Author: truckman
Date: Fri May 20 06:19:00 2016
New Revision: 300268
URL: https://svnweb.freebsd.org/changeset/base/300268
Log:
MFC r290903, r299573
r290903 is needed to prevent a conflict whem merging r299573
r290903 | araujo | 2015-11-15 19:18:40 -0800 (Sun, 15 Nov 2015) | 5 lines
Author: adrian
Date: Fri May 20 06:06:21 2016
New Revision: 300267
URL: https://svnweb.freebsd.org/changeset/base/300267
Log:
[ath] convert recent changes over to HAL format.
This is needed to compile the ath tools, that includes this code
to run in userland.
Tested:
* Carambola
Author: truckman
Date: Fri May 20 06:05:20 2016
New Revision: 300266
URL: https://svnweb.freebsd.org/changeset/base/300266
Log:
MFC r299525
Use strlcpy() instead of strncpy() when copying date and subj
to ensure that these are properly NUL terminated since they
are passed to print
Author: truckman
Date: Fri May 20 06:02:44 2016
New Revision: 300265
URL: https://svnweb.freebsd.org/changeset/base/300265
Log:
MFC r299524
Use strlcpy() instead of strncpy() when copying the encoding value
to ensure that the destination is NUL terminated. Length truncation
of on
Author: imp
Date: Fri May 20 05:33:26 2016
New Revision: 300264
URL: https://svnweb.freebsd.org/changeset/base/300264
Log:
Fix a bug in the parsing code: always use the len and not 8.
Modified:
head/lib/libstand/uuid_from_string.c
Modified: head/lib/libstand/uuid_from_string.c
==
Author: markj
Date: Fri May 20 04:45:08 2016
New Revision: 300262
URL: https://svnweb.freebsd.org/changeset/base/300262
Log:
Move IPv6 malloc tag definitions into the IPv6 code.
Modified:
head/sys/kern/kern_malloc.c
head/sys/netinet6/ip6_output.c
head/sys/netinet6/nd6.c
head/sys/netinet
Author: markj
Date: Fri May 20 04:43:56 2016
New Revision: 300261
URL: https://svnweb.freebsd.org/changeset/base/300261
Log:
Fix the style of the paging target predicates.
Discussed with: alc, kib
MFC after:1 week
Modified:
head/sys/sys/vmmeter.h
Modified: head/sys/sys/vmmet
-Original Message-
From: Jason Harmening
Date: 2016-05-19, Thursday at 21:05
To: Ravi Pokala , "Jason A. Harmening" ,
, ,
Subject: Re: svn commit: r300258 - head/sys/dev/iicbus
>On 05/19/16 20:50, Ravi Pokala wrote:
>> -Original Message-
>> From: on behalf of "Jason A. Harmeni
On 05/19/16 20:50, Ravi Pokala wrote:
> -Original Message-
> From: on behalf of "Jason A. Harmening"
>
> Date: 2016-05-19, Thursday at 20:03
> To: , ,
>
> Subject: svn commit: r300258 - head/sys/dev/iicbus
>
>> Author: jah
>> Date: Fri May 20 03:03:04 2016
>> New Revision: 300258
>>
-Original Message-
From: on behalf of "Jason A. Harmening"
Date: 2016-05-19, Thursday at 20:03
To: , ,
Subject: svn commit: r300258 - head/sys/dev/iicbus
>Author: jah
>Date: Fri May 20 03:03:04 2016
>New Revision: 300258
>URL: https://svnweb.freebsd.org/changeset/base/300258
>
>Log:
>
In message <201605200304.u4k34ntl019...@repo.freebsd.org>, Cy Schubert
writes:
> Author: cy
> Date: Fri May 20 03:04:22 2016
> New Revision: 300259
> URL: https://svnweb.freebsd.org/changeset/base/300259
>
> Log:
> Enable the two ip_frag tuneables. The code is there but the two
> ip_frag tune
Author: cy
Date: Fri May 20 03:22:41 2016
New Revision: 300260
URL: https://svnweb.freebsd.org/changeset/base/300260
Log:
Remove extraneous blank line.
MFC after:1 month
X-MFC with: r300259
Modified:
head/sys/contrib/ipfilter/netinet/ip_frag.c
Modified: head/sys/contrib/ipfilter
8 2016(r300253)
> @@ -38,6 +38,8 @@
> # xargs -n1 | sort | uniq -d;
> # done
>
> +# 20160519: stale MLINK removed
> +OLD_FILES+=usr/share/man/man9/rman_await_resource.9.gz
> # 20160517: ReiserFS removed
> OLD_FILES+=usr/share/man/man5/reiserfs.
Author: cy
Date: Fri May 20 03:04:22 2016
New Revision: 300259
URL: https://svnweb.freebsd.org/changeset/base/300259
Log:
Enable the two ip_frag tuneables. The code is there but the two
ip_frag tuneables aren't registered in the ipf_tuners linked list.
This commmit enables the two existing i
Author: jah
Date: Fri May 20 03:03:04 2016
New Revision: 300258
URL: https://svnweb.freebsd.org/changeset/base/300258
Log:
iic_rdwr_data->nmsgs is uint32_t, so limit the allowable number of messages
to prevent memory exhaustion and short allocations on 32-bit systems. Since
iicrdwr is intended
Author: allanjude
Date: Fri May 20 01:41:47 2016
New Revision: 300257
URL: https://svnweb.freebsd.org/changeset/base/300257
Log:
Fixup the geliboot sector rounding code
Replace all rounding with the round{up,down}2 macros
a missing set of braces caused the previous code to be incorrect
@@
# xargs -n1 | sort | uniq -d;
# done
+# 20160519: remove DTrace Toolkit from base
+OLD_FILES+=usr/share/dtrace/toolkit/execsnoop*
+OLD_FILES+=usr/share/dtrace/toolkit/hotkernel*
+OLD_FILES+=usr/share/dtrace/toolkit/hotuser*
+OLD_FILES+=usr/share/dtrace/toolkit/opensnoop*
+OLD_FILES+=usr/share
Author: rmacklem
Date: Fri May 20 01:25:14 2016
New Revision: 300255
URL: https://svnweb.freebsd.org/changeset/base/300255
Log:
MFC: r299201
Give mountd -S priority over outstanding RPC requests when suspending the
nfsd.
It was reported via email that under certain heavy RPC loads
long
Author: rmacklem
Date: Fri May 20 01:19:30 2016
New Revision: 300254
URL: https://svnweb.freebsd.org/changeset/base/300254
Log:
MFC: r299201
Give mountd -S priority over outstanding RPC requests when suspending the
nfsd.
It was reported via email that under certain heavy RPC loads
long
)
+++ head/ObsoleteFiles.inc Fri May 20 01:17:38 2016(r300253)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20160519: stale MLINK removed
+OLD_FILES+=usr/share/man/man9/rman_await_resource.9.gz
# 20160517: ReiserFS removed
OLD_FILES+=usr/share/man/man5/reiserfs.5.gz
Author: adrian
Date: Fri May 20 01:02:58 2016
New Revision: 300252
URL: https://svnweb.freebsd.org/changeset/base/300252
Log:
[bhnd] Add BHND SoC support (only BCMA case)
This patch introduces support of BHND on SoC: nexus-to-bhnd drivers.
bhnd_soc is attached under nexus and responsib
Author: adrian
Date: Fri May 20 00:49:10 2016
New Revision: 300251
URL: https://svnweb.freebsd.org/changeset/base/300251
Log:
[bhnd] Add bhnd bridge support for bus_adjust_resource().
Adds support for adjusting active bus resource allocations, limiting the
range to the constraints of the
Author: adrian
Date: Fri May 20 00:45:16 2016
New Revision: 300250
URL: https://svnweb.freebsd.org/changeset/base/300250
Log:
[bhnd] Add remaining bus_(read|write|set)_(1|2|4) APIs
This adds bhnd-compatible implementations of bus_(read|write|set)_(1|2|4)
APIs,
and upgrades the SPROM pars
Author: jhb
Date: Fri May 20 00:03:22 2016
New Revision: 300249
URL: https://svnweb.freebsd.org/changeset/base/300249
Log:
Implement a proper detach method for the PCI-PCI bridge driver.
- Add a pcib_detach() function for the PCI-PCI bridge driver. It
tears down the NEW_PCIB and hotplu
On 19 May, Ngie Cooper wrote:
> On Thu, May 19, 2016 at 3:20 PM, Don Lewis wrote:
>> Author: truckman
>> Date: Thu May 19 22:20:35 2016
>> New Revision: 300240
>> URL: https://svnweb.freebsd.org/changeset/base/300240
>>
>> Log:
>> Change net.inet.tcp.ecn.enable sysctl mib from a binary off/on
>>
Author: avos
Date: Thu May 19 23:31:00 2016
New Revision: 300248
URL: https://svnweb.freebsd.org/changeset/base/300248
Log:
iwm: add 'opt_wlan.h' include into source files.
Include net80211 options file, so IEEE80211_DEBUG_REFCNT option will be
handled correctly.
Modified:
head/sys/dev
On Thu, May 19, 2016 at 3:20 PM, Don Lewis wrote:
> Author: truckman
> Date: Thu May 19 22:20:35 2016
> New Revision: 300240
> URL: https://svnweb.freebsd.org/changeset/base/300240
>
> Log:
> Change net.inet.tcp.ecn.enable sysctl mib from a binary off/on
> control to a three way setting.
>
Author: truckman
Date: Thu May 19 23:03:07 2016
New Revision: 300247
URL: https://svnweb.freebsd.org/changeset/base/300247
Log:
Document new net.inet.tcp.ecn.enable sysctl settings.
MFC after:1 month (with r300240)
Modified:
head/share/man/man4/tcp.4
Modified: head/share/man/man4/tc
Author: avos
Date: Thu May 19 23:00:30 2016
New Revision: 300246
URL: https://svnweb.freebsd.org/changeset/base/300246
Log:
ath: refactor/split getchannels() method.
Split getchannels() method in ath_hal/ah_regdomain.c into a subset
of functions for better readability.
Note: due to d
On Thu, May 19, 2016 at 12:51 PM, George V. Neville-Neil
wrote:
> Author: gnn
> Date: Thu May 19 19:51:39 2016
> New Revision: 300226
> URL: https://svnweb.freebsd.org/changeset/base/300226
>
> Log:
> Remove the old version of the DTraceToolkit from the source tree.
> The DTraceToolkit is part
Author: bdrewery
Date: Thu May 19 22:54:24 2016
New Revision: 300244
URL: https://svnweb.freebsd.org/changeset/base/300244
Log:
MFS r300243:
Follow-up r300233: Don't override MK_* from env as head does.
PR: D6271
Modified:
stable/9/share/mk/bsd.own.mk
Directory Propertie
Author: bdrewery
Date: Thu May 19 22:53:44 2016
New Revision: 300243
URL: https://svnweb.freebsd.org/changeset/base/300243
Log:
Follow-up r300233: Don't override MK_* from env as head does.
PR: D6271
Sponsored by: EMC / Isilon Storage Division
Modified:
stable/10/share/mk/bsd
Author: avos
Date: Thu May 19 22:43:21 2016
New Revision: 300242
URL: https://svnweb.freebsd.org/changeset/base/300242
Log:
iwm: restart device after watchdog timeouts.
Modified:
head/sys/dev/iwm/if_iwm.c
Modified: head/sys/dev/iwm/if_iwm.c
===
Author: avos
Date: Thu May 19 22:28:46 2016
New Revision: 300241
URL: https://svnweb.freebsd.org/changeset/base/300241
Log:
mwl: switch to ieee80211_add_channel*().
Modified:
head/sys/dev/mwl/if_mwl.c
Modified: head/sys/dev/mwl/if_mwl.c
===
Author: truckman
Date: Thu May 19 22:20:35 2016
New Revision: 300240
URL: https://svnweb.freebsd.org/changeset/base/300240
Log:
Change net.inet.tcp.ecn.enable sysctl mib from a binary off/on
control to a three way setting.
0 - Totally disable ECN. (no change)
1 - Enable ECN if incoming
Author: avos
Date: Thu May 19 22:19:35 2016
New Revision: 300239
URL: https://svnweb.freebsd.org/changeset/base/300239
Log:
ipw: switch to ieee80211_add_channel()
- Convert to ieee80211_add_channel().
- Add ic_getradiocaps() method.
Differential Revision:https://reviews.freeb
Author: avos
Date: Thu May 19 22:14:35 2016
New Revision: 300238
URL: https://svnweb.freebsd.org/changeset/base/300238
Log:
wi: switch to ieee80211_add_channel()
- Convert to ieee80211_add_channel().
- Add ic_getradiocaps() method.
Differential Revision:https://reviews.freebs
Author: avos
Date: Thu May 19 22:02:03 2016
New Revision: 300237
URL: https://svnweb.freebsd.org/changeset/base/300237
Log:
net80211: restore interface state check for IEEE80211_IOC_SCAN_REQ ioctl.
Do not try to start a scan when interface is not running.
How-to-reproduce:
1) ifconfi
Author: bdrewery
Date: Thu May 19 21:47:57 2016
New Revision: 300236
URL: https://svnweb.freebsd.org/changeset/base/300236
Log:
Bump version for r300234
Modified:
stable/9/sys/sys/param.h
Modified: stable/9/sys/sys/param.h
=
Author: bdrewery
Date: Thu May 19 21:47:32 2016
New Revision: 300235
URL: https://svnweb.freebsd.org/changeset/base/300235
Log:
Bump version for r300233
Modified:
stable/10/sys/sys/param.h
Modified: stable/10/sys/sys/param.h
===
Author: bdrewery
Date: Thu May 19 21:44:33 2016
New Revision: 300234
URL: https://svnweb.freebsd.org/changeset/base/300234
Log:
MFS r300233:
Allow MK_ overrides
PR: D6271
Modified:
stable/9/share/mk/bsd.own.mk
Directory Properties:
stable/9/share/mk/ (props changed)
Author: bdrewery
Date: Thu May 19 21:41:35 2016
New Revision: 300233
URL: https://svnweb.freebsd.org/changeset/base/300233
Log:
Allow MK_ overrides.
This is a direct commit to stable.
This was done in head in r264661 and is needed to force certain options off
for ports.
PR:
Author: avos
Date: Thu May 19 21:08:33 2016
New Revision: 300232
URL: https://svnweb.freebsd.org/changeset/base/300232
Log:
net80211: fix more compiler warnings.
ieee80211.c:
add_chanlist(): 'error' variable will be uninitialized if
no channels were passed; r
Author: emaste
Date: Thu May 19 21:04:59 2016
New Revision: 300231
URL: https://svnweb.freebsd.org/changeset/base/300231
Log:
elf_common.h: add section header flag and dynamic types
SHF_COMPRESSEDsection contains compressed data
DT_TLSDESC_PLTLocation of PLT entry for TLS
Author: gonzo
Date: Thu May 19 20:51:47 2016
New Revision: 300230
URL: https://svnweb.freebsd.org/changeset/base/300230
Log:
Fixed memory leak in FDT overlay handling code
Free both overlay and new fdt before returning after fdt_open_into error
PR: 209634
Submitted by: David B
Author: emaste
Date: Thu May 19 20:08:16 2016
New Revision: 300229
URL: https://svnweb.freebsd.org/changeset/base/300229
Log:
Tag ELF Tool Chain r3475
Added:
vendor/elftoolchain/elftoolchain-r3475/
- copied from r300228, vendor/elftoolchain/dist/
_
Author: emaste
Date: Thu May 19 20:06:56 2016
New Revision: 300228
URL: https://svnweb.freebsd.org/changeset/base/300228
Log:
Import ELF Tool Chain snapshot at revision 3475
From http://svn.code.sf.net/p/elftoolchain/code/
Added:
vendor/elftoolchain/dist/ld/ld.1 (contents, props change
Author: ed
Date: Thu May 19 20:03:01 2016
New Revision: 300227
URL: https://svnweb.freebsd.org/changeset/base/300227
Log:
Make code compile when basename() is POSIX compliant.
If basename() uses "char *", we shouldn't do the intermediate
assignment, as that field is of type "const char *"
Author: gnn
Date: Thu May 19 19:51:39 2016
New Revision: 300226
URL: https://svnweb.freebsd.org/changeset/base/300226
Log:
Remove the old version of the DTraceToolkit from the source tree.
The DTraceToolkit is part of the Open DTrace effort and is supported
on FreeBSD as a port (sysutils/DTr
Author: alc
Date: Thu May 19 19:27:33 2016
New Revision: 300225
URL: https://svnweb.freebsd.org/changeset/base/300225
Log:
Clean up the handling of errors from vm_pager_get_pages(). Mostly, this
cleanup consists of fixes to comments. However, there is one change to
code: Remove special-cas
Author: ken
Date: Thu May 19 19:13:43 2016
New Revision: 300224
URL: https://svnweb.freebsd.org/changeset/base/300224
Log:
Adjust a couple of error cases in camdd(8).
usr.sbin/camdd/camdd.c:
In camdd_probe_file(), fix an error case after fstat where
we were bailing out and l
I thought it was considered better to use if (var == NULL) instead of
if (!var) for pointers as they aren't bools?
> On 19 May 2016, at 18:14, Scott Long wrote:
>
> Author: scottl
> Date: Thu May 19 17:14:24 2016
> New Revision: 300219
> URL: https://svnweb.freebsd.org/changeset/base/300219
>
> L
Author: cem
Date: Thu May 19 17:54:14 2016
New Revision: 300223
URL: https://svnweb.freebsd.org/changeset/base/300223
Log:
vm/vm_page.h: Fix trivial '-Wpointer-sign' warning
pq_vcnt, as a count of real things, has no business being negative. It is
only
ever initialized by a u_int counte
Author: mav
Date: Thu May 19 17:48:56 2016
New Revision: 300222
URL: https://svnweb.freebsd.org/changeset/base/300222
Log:
Fix delaying requests to unknown virtual ports 2s after init.
This code was originally implemented 7 years ago, but never really worked
due to trivial error. I think
Author: kib
Date: Thu May 19 17:40:00 2016
New Revision: 300221
URL: https://svnweb.freebsd.org/changeset/base/300221
Log:
Document _umtx_op(2) interface for the implementation of robust mutexes.
In libthr(3), list added knobs.
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Author: cem
Date: Thu May 19 17:21:24 2016
New Revision: 300220
URL: https://svnweb.freebsd.org/changeset/base/300220
Log:
sys/vmmeter.h: Fix trivial '-Wsign-compare' warning in common header
Frankly, it doesn't make sense for vm_pageout_wakeup_thresh to have a negative
value (it is only
Author: scottl
Date: Thu May 19 17:14:24 2016
New Revision: 300219
URL: https://svnweb.freebsd.org/changeset/base/300219
Log:
Adjust the creation of tq_name so it can be freed correctly
Reviewed by: jhb, allanjude
Differential Revision:D6454
Modified:
head/sys/kern/subr_taskqu
On 05/19/16 08:33, Alexey Dokuchaev wrote:
On Tue, May 17, 2016 at 11:29:01AM -0500, Pedro Giffuni wrote:
Hello;
On 05/17/16 10:36, George V. Neville-Neil wrote:
Author: gnn
Date: Tue May 17 15:36:40 2016
New Revision: 300062
URL: https://svnweb.freebsd.org/changeset/base/300062
Log:
Kill
Author: mav
Date: Thu May 19 17:02:33 2016
New Revision: 300218
URL: https://svnweb.freebsd.org/changeset/base/300218
Log:
Add proper reporting for early task management errors.
This covers unknown requests and requests to unknown virtual ports.
Previously it "worked" only because of time
Author: mav
Date: Thu May 19 16:53:53 2016
New Revision: 300217
URL: https://svnweb.freebsd.org/changeset/base/300217
Log:
Add IOCB debugging for ISPCTL_RESET_DEV and ISPCTL_ABORT_CMD.
Modified:
head/sys/dev/isp/isp.c
Modified: head/sys/dev/isp/isp.c
=
Thanks!
Scott
> On May 19, 2016, at 5:19 AM, Alexander Motin wrote:
>
> Author: mav
> Date: Thu May 19 11:19:37 2016
> New Revision: 300201
> URL: https://svnweb.freebsd.org/changeset/base/300201
>
> Log:
> Add ta_flags initialization in old macros missed in 300113.
>
> Depending on uniniti
Author: imp
Date: Thu May 19 16:36:06 2016
New Revision: 300216
URL: https://svnweb.freebsd.org/changeset/base/300216
Log:
Fix logic error so UEFI variables are reported correctly
without error at the end.
Modified:
head/sys/boot/efi/loader/main.c
Modified: head/sys/boot/efi/loader/main.c
Author: pfg
Date: Thu May 19 16:28:05 2016
New Revision: 300215
URL: https://svnweb.freebsd.org/changeset/base/300215
Log:
sys/net: more spelling.
Modified:
head/sys/net/mp_ring.c
Modified: head/sys/net/mp_ring.c
==
Author: asomers
Date: Thu May 19 16:04:20 2016
New Revision: 300214
URL: https://svnweb.freebsd.org/changeset/base/300214
Log:
MFC r298420, r298439, r298644
r298420 | asomers | 2016-04-21 10:43:15 -0600 (Thu, 21 Apr 2016) | 10 lines
Notify userspace listeners when geom disk attributes
Author: pfg
Date: Thu May 19 16:02:02 2016
New Revision: 300213
URL: https://svnweb.freebsd.org/changeset/base/300213
Log:
sys/vmmeter.h: "desperate" spelling fix.
Modified:
head/sys/sys/vmmeter.h
Modified: head/sys/sys/vmmeter.h
==
On Thu, May 19, 2016 at 9:54 AM, Adrian Chadd
wrote:
> On 19 May 2016 at 07:50, Kenneth D. Merry wrote:
> > On Thu, May 19, 2016 at 15:30:37 +0100, Bruce Simpson wrote:
> >> Right On Commander!
> >>
> >> Now here is hoping the random-write issues with OpenZFS are solved...
> >
> > Well, this is
On 19 May 2016 at 07:50, Kenneth D. Merry wrote:
> On Thu, May 19, 2016 at 15:30:37 +0100, Bruce Simpson wrote:
>> Right On Commander!
>>
>> Now here is hoping the random-write issues with OpenZFS are solved...
>
> Well, this is of course only the underlying infrastructure for SMR drives.
>
> As f
Author: trasz
Date: Thu May 19 14:59:21 2016
New Revision: 300212
URL: https://svnweb.freebsd.org/changeset/base/300212
Log:
When iscsid(8) is running in ICL proxy mode, don't try to send Logout PDUs.
The kernel already does this for us when we ask it to terminate the session.
MFC after:
Author: trasz
Date: Thu May 19 14:57:37 2016
New Revision: 300211
URL: https://svnweb.freebsd.org/changeset/base/300211
Log:
Make ICL proxy use kernel code for handling iSCSI sequence numbers
for PDUs to/from iscsid(8). This fixes StatSN for Logout PDUs sent
by iscsi_session_logout().
On Thu, May 19, 2016 at 15:30:37 +0100, Bruce Simpson wrote:
> Right On Commander!
>
> Now here is hoping the random-write issues with OpenZFS are solved...
Well, this is of course only the underlying infrastructure for SMR drives.
As for the random write issues with ZFS (or rather sequential I/
On Thu, 19 May 2016 07:22:51 -0700
John Baldwin wrote:
> On Thursday, May 19, 2016 02:00:18 PM Andrew Turner wrote:
> > Author: andrew
> > Date: Thu May 19 14:00:18 2016
> > New Revision: 300206
> > URL: https://svnweb.freebsd.org/changeset/base/300206
> >
> > Log:
> > Define PCI_RES_BUS for N
Author: trasz
Date: Thu May 19 14:45:34 2016
New Revision: 300210
URL: https://svnweb.freebsd.org/changeset/base/300210
Log:
Fix error message.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/discovery.c
Modified: head/usr.sbin/ctld/discovery.c
Author: trasz
Date: Thu May 19 14:37:24 2016
New Revision: 300209
URL: https://svnweb.freebsd.org/changeset/base/300209
Log:
Make it possible to interrupt proxy-mode iscsid receive.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/iscsi/iscsi.c
Modifie
Right On Commander!
Now here is hoping the random-write issues with OpenZFS are solved...
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.o
On Thursday, May 19, 2016 02:00:18 PM Andrew Turner wrote:
> Author: andrew
> Date: Thu May 19 14:00:18 2016
> New Revision: 300206
> URL: https://svnweb.freebsd.org/changeset/base/300206
>
> Log:
> Define PCI_RES_BUS for NEW_PCIB
>
> Obtained from: ABT Systems Ltd
> Sponsored by:
Author: bz
Date: Thu May 19 14:19:01 2016
New Revision: 300208
URL: https://svnweb.freebsd.org/changeset/base/300208
Log:
Exclude BCM from universe build until it compiles again.
Modified:
head/sys/mips/conf/BCM
Modified: head/sys/mips/conf/BCM
===
> On 18 May 2016, at 04:35 , Scott Long wrote:
>
> Author: scottl
> Date: Wed May 18 04:35:58 2016
> New Revision: 300113
> URL: https://svnweb.freebsd.org/changeset/base/300113
>
> Log:
> Import the 'iflib' API library for network drivers. From the author:
>
> "iflib is a library to elimin
Author: ken
Date: Thu May 19 14:08:36 2016
New Revision: 300207
URL: https://svnweb.freebsd.org/changeset/base/300207
Log:
Add support for managing Shingled Magnetic Recording (SMR) drives.
This change includes support for SCSI SMR drives (which conform to the
Zoned Block Commands or ZBC
Author: andrew
Date: Thu May 19 14:00:18 2016
New Revision: 300206
URL: https://svnweb.freebsd.org/changeset/base/300206
Log:
Define PCI_RES_BUS for NEW_PCIB
Obtained from:ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm64/include/resource.h
Modified
Author: tuexen
Date: Thu May 19 13:52:12 2016
New Revision: 300205
URL: https://svnweb.freebsd.org/changeset/base/300205
Log:
Allow writing IP packets of length TUNMRU no matter if TUNSIFHEAD is set
or not.
Modified:
head/sys/net/if_tun.c
Modified: head/sys/net/if_tun.c
===
On Tue, May 17, 2016 at 11:29:01AM -0500, Pedro Giffuni wrote:
> Hello;
>
> On 05/17/16 10:36, George V. Neville-Neil wrote:
> > Author: gnn
> > Date: Tue May 17 15:36:40 2016
> > New Revision: 300062
> > URL: https://svnweb.freebsd.org/changeset/base/300062
> >
> > Log:
> > Kill off ReiserFS as
Author: ae
Date: Thu May 19 12:45:20 2016
New Revision: 300202
URL: https://svnweb.freebsd.org/changeset/base/300202
Log:
Since PFIL can change destination address, use its always actual value
from mbuf when calculating path mtu. Remove now unused finaldst variable.
Also constify dst argumen
On 19 May 2016, at 17:36, Andriy Gapon wrote:
On 19/05/2016 14:37, Kristof Provost wrote:
On 18 May 2016, at 10:05, Scott Long wrote:
Author: scottl
Date: Wed May 18 04:35:58 2016
New Revision: 300113
URL: https://svnweb.freebsd.org/changeset/base/300113
Log:
Import the 'iflib' API lib
On Mon, May 16, 2016 at 06:56:35PM -0400, Rick Macklem wrote:
> Alexey Dokuchaev wrote:
> > On Sat, May 14, 2016 at 08:03:22PM +, Rick Macklem wrote:
> > > New Revision: 299753
> > > URL: https://svnweb.freebsd.org/changeset/base/299753
> > >
> > > Log:
> > > Fix fuse to use DIRECT_IO when r
On 19/05/2016 14:37, Kristof Provost wrote:
>
>
> On 18 May 2016, at 10:05, Scott Long wrote:
>
>> Author: scottl
>> Date: Wed May 18 04:35:58 2016
>> New Revision: 300113
>> URL: https://svnweb.freebsd.org/changeset/base/300113
>>
>> Log:
>> Import the 'iflib' API library for network drivers.
On 18 May 2016, at 10:05, Scott Long wrote:
Author: scottl
Date: Wed May 18 04:35:58 2016
New Revision: 300113
URL: https://svnweb.freebsd.org/changeset/base/300113
Log:
Import the 'iflib' API library for network drivers. From the
author:
For reasons I don’t understand right now this ap
Author: mav
Date: Thu May 19 11:19:37 2016
New Revision: 300201
URL: https://svnweb.freebsd.org/changeset/base/300201
Log:
Add ta_flags initialization in old macros missed in 300113.
Depending on uninitialized memory content it could cause loss of wakeup()
call in taskqueue_run_locked().
Author: hselasky
Date: Thu May 19 11:02:39 2016
New Revision: 300200
URL: https://svnweb.freebsd.org/changeset/base/300200
Log:
Fix bad sizeof().
Submitted by: David Binderman
PR: 209636
Modified:
head/sys/dev/usb/controller/generic_ohci.c
Modified: head/sys/dev/usb/controller/gene
Author: maxim
Date: Thu May 19 10:56:55 2016
New Revision: 300199
URL: https://svnweb.freebsd.org/changeset/base/300199
Log:
o -f, -i, -K, -q, -v, -X flags documented.
Modified:
head/share/man/man8/nanobsd.8
Modified: head/share/man/man8/nanobsd.8
1 - 100 of 102 matches
Mail list logo