Author: delphij
Date: Wed Mar 29 03:36:26 2017
New Revision: 316125
URL: https://svnweb.freebsd.org/changeset/base/316125
Log:
MFV r316124: Fix build when WITHOUT_INET6.
Reported by: Randy Westlund
MFC after:3 days
Modified:
head/contrib/libpcap/gencode.c
Directory Properties:
Author: delphij
Date: Wed Mar 29 03:28:09 2017
New Revision: 316124
URL: https://svnweb.freebsd.org/changeset/base/316124
Log:
Apply vendor revision 470df104c6f55f6d6f390df7448d8eb65c7642b9:
From: Guy Harris
Subject: [PATCH] Fix compilation if INET6 isn't defined.
Addresses GitHub i
Author: np
Date: Wed Mar 29 02:21:05 2017
New Revision: 316123
URL: https://svnweb.freebsd.org/changeset/base/316123
Log:
MFC r315201, r315920, r315921, r315922, r316008, and r316062.
r315201:
cxgbe(4): Fix an always-true assertion (reported by PVS-Studio).
sys/dev/cxgbe/t4_main.c:
Author: np
Date: Wed Mar 29 02:20:07 2017
New Revision: 316122
URL: https://svnweb.freebsd.org/changeset/base/316122
Log:
MFC r315201, r315920, r315921, r315922, r316008, and r316062.
r315201:
cxgbe(4): Fix an always-true assertion (reported by PVS-Studio).
sys/dev/cxgbe/t4_main.c:
Author: cy
Date: Wed Mar 29 01:32:34 2017
New Revision: 316121
URL: https://svnweb.freebsd.org/changeset/base/316121
Log:
MFC r311103 (ian):
Update ntp.conf to use the ntpd pool feature.
Our previous ntp.conf file configured 3 servers from freebsd.pool.ntp.org
using 3 separate 'serve
Author: vangyzen
Date: Wed Mar 29 01:21:48 2017
New Revision: 316120
URL: https://svnweb.freebsd.org/changeset/base/316120
Log:
MFC r315280 r315287
When the RTC is adjusted, reevaluate absolute sleep times based on the RTC
POSIX 2008 says this about clock_settime(2):
If the va
Author: ngie
Date: Tue Mar 28 23:56:02 2017
New Revision: 316119
URL: https://svnweb.freebsd.org/changeset/base/316119
Log:
self_reloc.c: Pass -Wno-error=maybe-uninitialized to gcc versions greater
than 4.2.1
self_reloc.c doesn't initialize `rel` in all cases in the C code, however,
the v
Author: np
Date: Tue Mar 28 23:39:11 2017
New Revision: 316118
URL: https://svnweb.freebsd.org/changeset/base/316118
Log:
cxgbe/iw_cxgbe: T6 has no limit on the amount of memory that can be
registered in one ib_reg_phys_mr.
Modified:
head/sys/dev/cxgbe/iw_cxgbe/mem.c
Modified: head/sys/dev
Author: grembo (ports committer)
Date: Tue Mar 28 23:02:41 2017
New Revision: 316117
URL: https://svnweb.freebsd.org/changeset/base/316117
Log:
In r289137 the legacy_aliases compatibility shims for ata were removed,
also remove a leftover define used for implementing them.
Reviewed by: m
Author: avos
Date: Tue Mar 28 22:40:51 2017
New Revision: 316116
URL: https://svnweb.freebsd.org/changeset/base/316116
Log:
iwn: remove unneeded cast.
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
=
Author: ngie
Date: Tue Mar 28 22:32:11 2017
New Revision: 316115
URL: https://svnweb.freebsd.org/changeset/base/316115
Log:
libcam: use __func__ instead of hardcoding the function name as `func_name`
MFC after:3 days
Tested with: `cam_device_copy(NULL, NULL)` // ;)..
Sponsored by:
Author: avos
Date: Tue Mar 28 22:31:48 2017
New Revision: 316114
URL: https://svnweb.freebsd.org/changeset/base/316114
Log:
iwn: drop duplicate synchronization requests.
Rx descriptor / payload is already synchronized in iwn_notif_intr()
(before accessing desc->type / desc->qid fields).
Author: gavin
Date: Tue Mar 28 21:54:36 2017
New Revision: 316113
URL: https://svnweb.freebsd.org/changeset/base/316113
Log:
Remove #define PCIS_SERIALBUS_SMBUS_PROGIF, unused since r200091
Modified:
head/sys/dev/ichsmb/ichsmb_pci.c
Modified: head/sys/dev/ichsmb/ichsmb_pci.c
Author: tsoome
Date: Tue Mar 28 21:50:11 2017
New Revision: 316112
URL: https://svnweb.freebsd.org/changeset/base/316112
Log:
loader: ls command should display file types properly
With some file system the ls is unable to display file types.
Reviewed by: allanjude
Approved by: alla
Author: tsoome
Date: Tue Mar 28 21:47:12 2017
New Revision: 316111
URL: https://svnweb.freebsd.org/changeset/base/316111
Log:
loader: move bios getsecs into time.c
Move the time related function into time.c, keep the same logic as libefi.
Reviewed by: allanjude
Approved by: allanju
Author: ngie
Date: Tue Mar 28 21:39:24 2017
New Revision: 316110
URL: https://svnweb.freebsd.org/changeset/base/316110
Log:
Use `-Wno-missing-declarations` with CWARNFLAGS for skein.c
`-Wno-missing-variable-declarations` is a clang-specific flag,
so gcc (not 4.2.1, in particular 6.3.0 in
Author: ngie
Date: Tue Mar 28 21:35:18 2017
New Revision: 316109
URL: https://svnweb.freebsd.org/changeset/base/316109
Log:
Don't hardcode input files for stage 1/2 bootloaders; use .ALLSRC instead
This is a better pattern to follow when creating the bootloaders and doing
the relevant spa
Author: ngie
Date: Tue Mar 28 21:16:11 2017
New Revision: 316108
URL: https://svnweb.freebsd.org/changeset/base/316108
Log:
Remove -Wunused-but-set variable, `tail` in `ls_getdir(..)`
This variable has been unused since its inception in r40106.
MFC after:3 days
Reported by: amd6
On Tuesday, March 28, 2017 12:20:04 PM Michal Meloun wrote:
>
> On 27.03.2017 19:40, Warner Losh wrote:
> > On Mon, Mar 27, 2017 at 11:07 AM, John Baldwin wrote:
> >> On Sunday, March 26, 2017 08:36:56 AM Michal Meloun wrote:
> >>> Author: mmel
> >>> Date: Sun Mar 26 08:36:56 2017
> >>> New Revis
Author: ngie
Date: Tue Mar 28 20:52:59 2017
New Revision: 316107
URL: https://svnweb.freebsd.org/changeset/base/316107
Log:
Remove redundant declaration for `zfs_crc64_table`
zfssubr.c already defines this statically. Besides, zfsimpl.c defined it, but
didn't use it.
This fixes a -Wr
Author: ngie
Date: Tue Mar 28 20:39:24 2017
New Revision: 316106
URL: https://svnweb.freebsd.org/changeset/base/316106
Log:
Don't shadow read(2) definition with `read` argument in vdev_{create,probe}
This fixes several -Wshadow warnings introduced in r192194, but now errors
with gcc 6.3.0
Author: ngie
Date: Tue Mar 28 20:34:02 2017
New Revision: 316105
URL: https://svnweb.freebsd.org/changeset/base/316105
Log:
Don't use K&R style prototypes; ANSIfy them
This fixes several -Wold-style-definition warnings.
X-MFC with: 313191
Reported by: amd64-gcc-6.3.0 (devel/amd64-
Author: ngie
Date: Tue Mar 28 20:30:33 2017
New Revision: 316104
URL: https://svnweb.freebsd.org/changeset/base/316104
Log:
Use `NO_WCAST_ALIGN` instead of spelling it out as -Wno-cast-align in CFLAGS
MFC after:3 days
Sponsored by: Dell EMC Isilon
Modified:
head/sys/boot/i386/gptzf
Author: ngie
Date: Tue Mar 28 20:26:04 2017
New Revision: 316103
URL: https://svnweb.freebsd.org/changeset/base/316103
Log:
Remove redundant declarations
They're already defined in libstand.h
MFC after:1 week
Reported by: amd64-gcc-6.3.0 (devel/amd64-xtoolchain-gcc)
Sponsored
Author: ngie
Date: Tue Mar 28 20:22:44 2017
New Revision: 316102
URL: https://svnweb.freebsd.org/changeset/base/316102
Log:
Wrap bootcamp DEBUG statement with curly braces
This fixes a -Wempty-body warning with gcc 6.3.0 when PART_DEBUG is undefined.
MFC after:3 days
Reported by:
On 28 Mar 2017, at 21:02, Ngie Cooper (yaneurabeya)
wrote:
>
>> On Mar 28, 2017, at 10:49, Ngie Cooper (yaneurabeya)
>> wrote:
> …
>> Oh wait… I forgot that libgcc_s also references these sources *facepalm*.
Aha! That explains why Li-Wen still saw -Werror warnings on the Jenkins
bot. They ju
> On Mar 28, 2017, at 10:49, Ngie Cooper (yaneurabeya)
> wrote:
…
> Oh wait… I forgot that libgcc_s also references these sources *facepalm*.
Addressed in r316101 (inspired by your change).
Thanks!
-Ngie
signature.asc
Description: Message signed with OpenPGP using GPGMail
Author: ngie
Date: Tue Mar 28 19:01:01 2017
New Revision: 316101
URL: https://svnweb.freebsd.org/changeset/base/316101
Log:
Apply r315689 to lib/libgcc_s as well to unbreak the gcc xtoolchain build
lib/libgcc_s consumes lib/libcompiler_rt/Makefile*. The NO_WERROR.gcc in
lib/libcompiler_rt
> On Mar 28, 2017, at 11:09, Warner Losh wrote:
>
> Author: imp
> Date: Tue Mar 28 18:09:01 2017
> New Revision: 316100
> URL: https://svnweb.freebsd.org/changeset/base/316100
>
> Log:
> Remove -fno-guess-branch-probability and -fno-unit-at-a-time.
>
> bde enabled -fno-guess-branch-probabili
In message <201703281555.v2sftosu005...@pdx.rh.cn85.dnsmgr.net>, "Rodney W. Gri
mes" writes:
>I think we still have an 8k size limit on boot1 for ffs/(ufs1 or ufs2)
Having a former release-engineer & disk-I/O renovator on the UFS2
team took care of that: We tried to be future compatible
Author: imp
Date: Tue Mar 28 18:09:01 2017
New Revision: 316100
URL: https://svnweb.freebsd.org/changeset/base/316100
Log:
Remove -fno-guess-branch-probability and -fno-unit-at-a-time.
bde enabled -fno-guess-branch-probability in 2003, well before our
current compiler was imported. At the
> On Mar 28, 2017, at 10:48, Ngie Cooper (yaneurabeya)
> wrote:
>
>>
>> On Mar 21, 2017, at 14:07, Dimitry Andric wrote:
>>
>> Author: dim
>> Date: Tue Mar 21 21:07:37 2017
>> New Revision: 315689
>> URL: https://svnweb.freebsd.org/changeset/base/315689
>>
>> Log:
>> Gcc has incompatible in
> On Mar 21, 2017, at 14:07, Dimitry Andric wrote:
>
> Author: dim
> Date: Tue Mar 21 21:07:37 2017
> New Revision: 315689
> URL: https://svnweb.freebsd.org/changeset/base/315689
>
> Log:
> Gcc has incompatible internal declarations for __divtc3 and __multc3 as
> defined in compiler-rt, but i
Author: ngie
Date: Tue Mar 28 17:37:49 2017
New Revision: 316099
URL: https://svnweb.freebsd.org/changeset/base/316099
Log:
lib/libkvm: start adding basic tests for kvm(3)
- kvm_close: add a testcase to verify support for errno = EINVAL / -1
(see D10065) when kd == NULL is provided to t
On Tue, 28 Mar 2017, Rodney W. Grimes wrote:
On Mon, 27 Mar 2017, Julian Elischer wrote:
On Tue, 28 Mar 2017, Bruce Evans wrote:
[...]
they have to fit below 640K and a few multiples of 64K are already
used for buffers). The limit on 8K is mainly a historical mistake.
A limit of 7.5K simpl
> On 28. märts 2017, at 18:55, Rodney W. Grimes
> wrote:
>
>> On Mon, 27 Mar 2017, Julian Elischer wrote:
>>
>>> On Tue, 28 Mar 2017, Bruce Evans wrote:
>>>
>>> [...]
>>>
they have to fit below 640K and a few multiples of 64K are already
used for buffers). The limit on 8K is mainl
> On Mon, 27 Mar 2017, Julian Elischer wrote:
>
> > On Tue, 28 Mar 2017, Bruce Evans wrote:
> >
> > [...]
> >
> >> they have to fit below 640K and a few multiples of 64K are already
> >> used for buffers). The limit on 8K is mainly a historical mistake.
> >> A limit of 7.5K simplified booting fro
Author: vangyzen
Date: Tue Mar 28 13:39:04 2017
New Revision: 316098
URL: https://svnweb.freebsd.org/changeset/base/316098
Log:
MFC r315640
Port the getaddrinfo(1) utility from NetBSD.
PR: 183148
Submitted by: Lohith Bellad
Obtained from:NetBSD
Relnotes: ye
On 28.03.2017 7:48, Xin LI wrote:
> Author: delphij
> Date: Tue Mar 28 04:48:55 2017
> New Revision: 316069
> URL: https://svnweb.freebsd.org/changeset/base/316069
>
> Log:
> MFC r315871: MFV r315791: ntp 4.2.8p10.
Should /etc/ntp.conf be updated to?
___
On Tue, 28 Mar 2017, Ngie Cooper wrote:
Log:
Use `sizeof(cam_errbuf)` instead of `CAM_ERRBUF_SIZE` in snprintf calls
Reindent snprintf calls' arguments to match style(9) guidelines with
respect to indentation.
Unfortunately, cam is is supposed to not match style(9) guidelines for
indentati
Author: amdmi3 (ports committer)
Date: Tue Mar 28 10:43:19 2017
New Revision: 316096
URL: https://svnweb.freebsd.org/changeset/base/316096
Log:
MFC r315242: Fix late and noauto with geli swap
With the following in /etc/fstab:
/dev/gpt/swap.eli none swap sw,late 0 0
swap will not b
Author: amdmi3 (ports committer)
Date: Tue Mar 28 10:43:20 2017
New Revision: 316097
URL: https://svnweb.freebsd.org/changeset/base/316097
Log:
MFC r315242: Fix late and noauto with geli swap
With the following in /etc/fstab:
/dev/gpt/swap.eli none swap sw,late 0 0
swap will not b
Author: mm
Date: Tue Mar 28 10:39:17 2017
New Revision: 316095
URL: https://svnweb.freebsd.org/changeset/base/316095
Log:
MFV r316083,316094:
Sync libarchive with vendor
Vendor changes (FreeBSD-related):
- constify variables in several places
- unify platform ACL code in a single sour
Author: mm
Date: Tue Mar 28 10:34:44 2017
New Revision: 316094
URL: https://svnweb.freebsd.org/changeset/base/316094
Log:
Update vendor/libarchive to git a04b5adede4022dd593af76cb2fc2e96cb34df91
Vendor changes (FreeBSD-related):
- add missing file from previous merge
- encapsulate platf
Author: mav
Date: Tue Mar 28 10:25:56 2017
New Revision: 316092
URL: https://svnweb.freebsd.org/changeset/base/316092
Log:
MFC r315279: Remove some dead/broken code paths around async handling
Modified:
stable/11/sys/dev/isp/isp.c
stable/11/sys/dev/isp/isp_freebsd.c
stable/11/sys/dev/isp/
Author: mav
Date: Tue Mar 28 10:26:27 2017
New Revision: 316093
URL: https://svnweb.freebsd.org/changeset/base/316093
Log:
MFC r315279: Remove some dead/broken code paths around async handling
Modified:
stable/10/sys/dev/isp/isp.c
stable/10/sys/dev/isp/isp_freebsd.c
stable/10/sys/dev/isp/
On Tue, 28 Mar 2017, Warner Losh wrote:
[[ sorry for the top post but it's quick ]]
It's quicker and almost equivalent to delete what you reply to.
Summary, in Bruce's own words
the whole optimization step was silly.
I agree. on my -current system, clang compiled boot2 was 4 bytes
smalle
Author: mav
Date: Tue Mar 28 10:25:10 2017
New Revision: 316091
URL: https://svnweb.freebsd.org/changeset/base/316091
Log:
MFC r315273: Remove tangled isp_mbox_continue() mechanism.
It was implemented to reduce context switches when uploading firmware to
card's RAM. But this mechanism is
Author: mav
Date: Tue Mar 28 10:24:41 2017
New Revision: 316090
URL: https://svnweb.freebsd.org/changeset/base/316090
Log:
MFC r315273: Remove tangled isp_mbox_continue() mechanism.
It was implemented to reduce context switches when uploading firmware to
card's RAM. But this mechanism is
Author: mav
Date: Tue Mar 28 10:24:01 2017
New Revision: 316089
URL: https://svnweb.freebsd.org/changeset/base/316089
Log:
MFC r315236: Remove dangerous and questionable isp_mboxcmd_qnw() call.
Modified:
stable/10/sys/dev/isp/isp.c
Directory Properties:
stable/10/ (props changed)
Modifie
Author: mav
Date: Tue Mar 28 10:23:32 2017
New Revision: 316088
URL: https://svnweb.freebsd.org/changeset/base/316088
Log:
MFC r315236: Remove dangerous and questionable isp_mboxcmd_qnw() call.
Modified:
stable/11/sys/dev/isp/isp.c
Directory Properties:
stable/11/ (props changed)
Modifie
Author: mav
Date: Tue Mar 28 10:22:55 2017
New Revision: 316087
URL: https://svnweb.freebsd.org/changeset/base/316087
Log:
MFC r315234: Improvements around attach, reset and detach.
This change fixes DMA resource leak on driver unload. Also it removes
DMA resources allocation for hardcod
On 27.03.2017 19:40, Warner Losh wrote:
> On Mon, Mar 27, 2017 at 11:07 AM, John Baldwin wrote:
>> On Sunday, March 26, 2017 08:36:56 AM Michal Meloun wrote:
>>> Author: mmel
>>> Date: Sun Mar 26 08:36:56 2017
>>> New Revision: 315974
>>> URL: https://svnweb.freebsd.org/changeset/base/315974
>>>
Author: mav
Date: Tue Mar 28 10:19:52 2017
New Revision: 316086
URL: https://svnweb.freebsd.org/changeset/base/316086
Log:
MFC r313568 (by ken):
Change the isp(4) driver to not adjust the tag type for REQUEST SENSE.
The isp(4) driver was changing the tag type for REQUEST SENSE
commands
Author: mav
Date: Tue Mar 28 10:15:30 2017
New Revision: 316085
URL: https://svnweb.freebsd.org/changeset/base/316085
Log:
MFC r299849 (by trasz):
Remove NULL checks after M_WAITOK allocations from isp(4).
Modified:
stable/10/sys/dev/isp/isp_pci.c
stable/10/sys/dev/isp/isp_sbus.c
Director
Author: mav
Date: Tue Mar 28 10:11:00 2017
New Revision: 316084
URL: https://svnweb.freebsd.org/changeset/base/316084
Log:
MFC r315234: Improvements around attach, reset and detach.
This change fixes DMA resource leak on driver unload. Also it removes
DMA resources allocation for hardcod
Author: mm
Date: Tue Mar 28 09:58:54 2017
New Revision: 316083
URL: https://svnweb.freebsd.org/changeset/base/316083
Log:
Update vendor/libarchive to git 13b0ed2ba504389c363cd302041fe10afa1837ad
Vendor changes (FreeBSD-related):
- constify variables in several places
- unify platform AC
Author: maxim
Date: Tue Mar 28 09:02:42 2017
New Revision: 316082
URL: https://svnweb.freebsd.org/changeset/base/316082
Log:
DragonFly BSD 4.8.0 release added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
On Mon, 27 Mar 2017, Julian Elischer wrote:
On Tue, 28 Mar 2017, Bruce Evans wrote:
[...]
they have to fit below 640K and a few multiples of 64K are already
used for buffers). The limit on 8K is mainly a historical mistake.
A limit of 7.5K simplified booting from 15-sector floppies. 18-sect
Author: ngie
Date: Tue Mar 28 08:24:16 2017
New Revision: 316081
URL: https://svnweb.freebsd.org/changeset/base/316081
Log:
Use `sizeof(cam_errbuf)` instead of `CAM_ERRBUF_SIZE` in snprintf calls
Reindent snprintf calls' arguments to match style(9) guidelines with
respect to indentation.
Author: ngie
Date: Tue Mar 28 08:19:51 2017
New Revision: 316080
URL: https://svnweb.freebsd.org/changeset/base/316080
Log:
Fix some localized style(9) issues and reword CAM_ERRBUF_SIZE description
The CAM_ERRBUF_SIZE description rewording fixes a typo by proxy.
MFC after:3 days
[[ sorry for the top post but it's quick ]]
Summary, in Bruce's own words
> the whole optimization step was silly.
I agree. on my -current system, clang compiled boot2 was 4 bytes
smaller after ripping it out. gcc was a whopping 7 bytes larger. Since
gcc has 156 still free, I think it's best to
Author: imp
Date: Tue Mar 28 07:58:27 2017
New Revision: 316079
URL: https://svnweb.freebsd.org/changeset/base/316079
Log:
Simply retire the sedification of the boot2.s file. It's been obsolete
for years.
clang before 96 free after 100 (+4)
gcc before 163 free after 156 (-7)
Sugges
Author: ngie
Date: Tue Mar 28 07:10:35 2017
New Revision: 316078
URL: https://svnweb.freebsd.org/changeset/base/316078
Log:
gpt*boot: Save a bit more memory when LOADER_NO_GELI_SUPPORT is specified
Don't compile geliargs into the image and don't pass geliargs to the
respective
bootloader
Author: ngie
Date: Tue Mar 28 07:01:40 2017
New Revision: 316077
URL: https://svnweb.freebsd.org/changeset/base/316077
Log:
Unbreak compilation with gcc 4.2.1
-Wtentative-definition-incomplete-type isn't implemented for 4.2.1
X-MFC with: r304321
Sponsored by: Dell EMC Isilon
Modif
65 matches
Mail list logo