2016-02-19 15:03 GMT+08:00 Kubilay Kocak :
> On 19/02/2016 5:35 PM, Marcelo Araujo wrote:
> > Author: araujo
> > Date: Fri Feb 19 06:35:53 2016
> > New Revision: 295796
> > URL: https://svnweb.freebsd.org/changeset/base/295796
> >
> > Log:
> > Fix regression introduced on 272446r.
> >
> > lagg
On 19/02/2016 5:35 PM, Marcelo Araujo wrote:
> Author: araujo
> Date: Fri Feb 19 06:35:53 2016
> New Revision: 295796
> URL: https://svnweb.freebsd.org/changeset/base/295796
>
> Log:
> Fix regression introduced on 272446r.
>
> lagg(4) supports the protocol none, where it disables any traffi
Author: kevlo
Date: Fri Feb 19 06:50:00 2016
New Revision: 295797
URL: https://svnweb.freebsd.org/changeset/base/295797
Log:
Remove sys/types.h
Modified:
head/lib/libc/gen/directory.3
Modified: head/lib/libc/gen/directory.3
Author: araujo
Date: Fri Feb 19 06:35:53 2016
New Revision: 295796
URL: https://svnweb.freebsd.org/changeset/base/295796
Log:
Fix regression introduced on 272446r.
lagg(4) supports the protocol none, where it disables any traffic without
disabling the lagg(4) interface itself.
PR:
Thanks, Thomas. IMHO this is quite serious bug in one of the core
utilities, so I suggest it gets faster MFC before 10.3 goes into beta stage
on Feb 26. The old code in RELENG_10 is just plain broken anyway now, so it
could not make it any worse. Thanks!
On Thu, Feb 18, 2016 at 12:44 AM, Thomas Qu
Author: avos
Date: Fri Feb 19 05:59:38 2016
New Revision: 295795
URL: https://svnweb.freebsd.org/changeset/base/295795
Log:
net80211: add few missing subtype names.
- Add definitions for Timing Advertisement and Control Wrapper frames.
- Refresh ieee80211_mgt_subtype_name and ieee80211_ct
On Thu, Feb 18, 2016 at 9:32 PM, Adrian Chadd wrote:
> Sure. But someone has to do that, and I made a decision that it was
> better to commit /something/ than for everyone involved to run out of
> time and nothing to be committed.
>
Well, arguably at the time of commit you had somebody who was a
Also in purely technical department, that fork should have been done using
svn copy for all code, manpages etc, not svn add, so that we would keep all
history associated with the code going back to 2004. This would also make
it more prominent that the code is really very similar to anyone just
read
On 18 February 2016 at 21:20, Maxim Sobolev wrote:
> Well, what about "do it once, do it right" motto and ongoing code
> maintenance cost? Don't you think there should be a balance between those?
> Considering how similar the code really is what we've gained in "immediate
> availability" departmen
Well, what about "do it once, do it right" motto and ongoing code
maintenance cost? Don't you think there should be a balance between those?
Considering how similar the code really is what we've gained in "immediate
availability" department we've already lost since in the time people spend
doing cr
Author: sephe
Date: Fri Feb 19 05:13:56 2016
New Revision: 295794
URL: https://svnweb.freebsd.org/changeset/base/295794
Log:
hyperv/hn: Free the txdesc buf_ring when the TX ring is destroyed
Reviewed by: adrian
Approved by: adrian (mentor)
MFC after:1 week
Sponsored by: Microsof
Author: sephe
Date: Fri Feb 19 05:08:44 2016
New Revision: 295793
URL: https://svnweb.freebsd.org/changeset/base/295793
Log:
hyperv/hn: Enable IP header checksum offloading for WIN8 (WinServ2012)
Tested on Windows Server 2012.
Reviewed by: adrian
Approved by: adrian (mentor)
MFC
Author: sephe
Date: Fri Feb 19 05:03:17 2016
New Revision: 295792
URL: https://svnweb.freebsd.org/changeset/base/295792
Log:
hyperv/hn: Add option to bind TX taskqueues to the specified CPU
It will be used to help tracking host side transmission ring selection
issue; and it will be turned
Author: adrian
Date: Fri Feb 19 05:02:17 2016
New Revision: 295791
URL: https://svnweb.freebsd.org/changeset/base/295791
Log:
document some ACPI related sysctls.
Submitted by: Oliver Pinter
Sponsored by: HardenedBSD
Differential Revision:https://reviews.freebsd.org/D5263
Modif
It passed the "it's working code and it's immediately useful" filter.
I'd love to see them both unified somehow. I really would!
-a
On 18 February 2016 at 17:28, Maxim Sobolev wrote:
> Sigh, I don't now how it managed to sleep through usually tight FreeBSD
> peer-review process. It would be i
Author: jhibbits
Date: Fri Feb 19 03:37:56 2016
New Revision: 295790
URL: https://svnweb.freebsd.org/changeset/base/295790
Log:
Replace several bus_alloc_resource() calls using default arguments with
bus_alloc_resource_any()
Since these calls only use default arguments, bus_alloc_resource_
Author: kevlo
Date: Fri Feb 19 01:57:51 2016
New Revision: 295788
URL: https://svnweb.freebsd.org/changeset/base/295788
Log:
Remove bogus cast.
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
Author: kevlo
Date: Fri Feb 19 01:56:59 2016
New Revision: 295787
URL: https://svnweb.freebsd.org/changeset/base/295787
Log:
Add missing parentheses.
Found by: PVS-Studio
Modified:
head/sys/dev/ixl/if_ixl.c
Modified: head/sys/dev/ixl/if_ixl.c
Author: markj
Date: Fri Feb 19 01:49:33 2016
New Revision: 295786
URL: https://svnweb.freebsd.org/changeset/base/295786
Log:
Ensure that we test the event condition when a disabled kevent is enabled.
r274560 modified kqueue_register() to only test the event condition if the
corresponding
Author: markj
Date: Fri Feb 19 01:35:01 2016
New Revision: 295785
URL: https://svnweb.freebsd.org/changeset/base/295785
Log:
Return an error if both EV_ENABLE and EV_DISABLE are specified for a kevent.
Currently, this combination results in EV_DISABLE being ignored.
Reviewed by: kib
Sigh, I don't now how it managed to sleep through usually tight FreeBSD
peer-review process. It would be interesting to hear some comments from
@ray and @adrian, perhaps there were some reasons for it being done this
way, although I cannot see any in a hindsight.
I am just in the middle of rather
Author: jgh (doc,ports committer)
Date: Fri Feb 19 01:08:03 2016
New Revision: 295784
URL: https://svnweb.freebsd.org/changeset/base/295784
Log:
- language tightening
- cleanup SEE ALSO section (thanks brueffer@)
Approved by: wblock (mentor)
Differential Revision:https://review
Author: sobomax
Date: Fri Feb 19 01:06:45 2016
New Revision: 295783
URL: https://svnweb.freebsd.org/changeset/base/295783
Log:
Fix section number of .Xr geom_uzip in r295782.
MFC after:1 months
(together with r295782)
Modified:
head/share/man/man4/geom_uncompress.4
M
Author: sobomax
Date: Fri Feb 19 01:00:48 2016
New Revision: 295782
URL: https://svnweb.freebsd.org/changeset/base/295782
Log:
Clear up confision as to who the original historical authors of code
and manual page were.
For whatever reason it listed myself as a primary author, which is
ju
Author: bdrewery
Date: Fri Feb 19 00:41:38 2016
New Revision: 295780
URL: https://svnweb.freebsd.org/changeset/base/295780
Log:
DIRDEPS_BUILD: Add dependencies somehow missed in r295681.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/usr.bin/clang/llvm-ar/Makefile.depend
Mod
Author: bdrewery
Date: Fri Feb 19 00:41:41 2016
New Revision: 295781
URL: https://svnweb.freebsd.org/changeset/base/295781
Log:
FAST_DEPEND: Apply conditional -MF from r291945 to kernel as well.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/conf/kern.post.mk
Modified: h
Author: bdrewery
Date: Fri Feb 19 00:41:24 2016
New Revision: 295779
URL: https://svnweb.freebsd.org/changeset/base/295779
Log:
Avoid reading .depend.* in simple cases where not needed.
This will speed up some tree-walks with FAST_DEPEND which otherwise
would include length(SRCS) .depend
On 2/18/2016 3:57 PM, Maxim Sobolev wrote:
> Aleksandr, Adrian,
>
> I know it's 3 years later, but I really don't know why it's been done
> this way. Take a GEOM module and associated usr.bin utility, copy it
> verbatim add few lines of code and re-add that as a new module seems
> like just lazine
Author: np
Date: Fri Feb 19 00:29:16 2016
New Revision: 295778
URL: https://svnweb.freebsd.org/changeset/base/295778
Log:
cxgbe: catch up with the latest hardware-related definitions.
Obtained from:Chelsio Communications
Sponsored by: Chelsio Communications
Modified:
head/sys/d
And also geom_uncompress(4) lists myself as a primary historical author of
the kernel module code, which I think just plain confusion between my name
and name of Max Khon, who is the original creator of geom_uzip(4). It's
further reiterates the need to clean this up properly, so only the code
with
Aleksandr, Adrian,
I know it's 3 years later, but I really don't know why it's been done this
way. Take a GEOM module and associated usr.bin utility, copy it verbatim
add few lines of code and re-add that as a new module seems like just
laziness and attempt to avoid doing extra work on making unif
Author: jkim
Date: Thu Feb 18 23:32:11 2016
New Revision: 295777
URL: https://svnweb.freebsd.org/changeset/base/295777
Log:
Remove a bogus bzero() call.
Found by: PVS-Studio
Modified:
head/sys/dev/acpica/acpi_package.c
Modified: head/sys/dev/acpica/acpi_package.c
===
Author: jkim
Date: Thu Feb 18 23:03:37 2016
New Revision: 295776
URL: https://svnweb.freebsd.org/changeset/base/295776
Log:
Optimize ROL and ROR emulations and fix comments.
Modified:
head/sys/contrib/x86emu/x86emu.c
Modified: head/sys/contrib/x86emu/x86emu.c
Author: jkim
Date: Thu Feb 18 23:00:01 2016
New Revision: 295775
URL: https://svnweb.freebsd.org/changeset/base/295775
Log:
Silence VPS-Studio errors (V646). These is no functional change.
Modified:
head/sys/contrib/x86emu/x86emu.c
Modified: head/sys/contrib/x86emu/x86emu.c
Author: jgh (doc,ports committer)
Date: Thu Feb 18 22:40:24 2016
New Revision: 295774
URL: https://svnweb.freebsd.org/changeset/base/295774
Log:
- add dma(8) to examples in mailer.conf(5)
PR: 207026
Submitted by: lifa...@mail.lifanov.com
Approved by: wblock (mentor)
Differe
Author: tuexen
Date: Thu Feb 18 21:33:10 2016
New Revision: 295773
URL: https://svnweb.freebsd.org/changeset/base/295773
Log:
Add protection code.
MFC after:3 days
CID: 748858
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
==
Author: tuexen
Date: Thu Feb 18 21:21:45 2016
New Revision: 295772
URL: https://svnweb.freebsd.org/changeset/base/295772
Log:
Add some protection code.
CID: 1331893
MFC after:3 days
Modified:
head/sys/netinet/sctp_input.c
Modified: head/sys/netinet/sctp_input.c
==
Author: tuexen
Date: Thu Feb 18 21:05:04 2016
New Revision: 295771
URL: https://svnweb.freebsd.org/changeset/base/295771
Log:
Fix reporting of mapped addressed in getpeername() and getsockname() for
IPv6 SCTP sockets.
This bugs were found because of an issue reported by PVS / D5245.
Modifie
Author: se
Date: Thu Feb 18 20:20:36 2016
New Revision: 295769
URL: https://svnweb.freebsd.org/changeset/base/295769
Log:
Use __unused instead of casting to void to silence the unused parameter
warning.
Fix the indentation of 2 lines to conform with the style of this file.
Submitted
Am 18.02.2016 um 19:07 schrieb John Baldwin:
> On Thursday, February 18, 2016 03:23:26 PM Stefan Esser wrote:
>> Author: se
>> Date: Thu Feb 18 15:23:25 2016
>> New Revision: 295760
>> URL: https://svnweb.freebsd.org/changeset/base/295760
>>
>> Log:
>> Make WARNS=6 safe.
>>
>> Tested with Cl
Author: asomers
Date: Thu Feb 18 20:08:01 2016
New Revision: 295768
URL: https://svnweb.freebsd.org/changeset/base/295768
Log:
Fix compiler warnings in iostat
Raise WARNS from 1 to 6 (the default)
Fix warnings:
* Use C99 designated initializers for structs, and initialize all fields
*
Author: jkim
Date: Thu Feb 18 19:37:39 2016
New Revision: 295767
URL: https://svnweb.freebsd.org/changeset/base/295767
Log:
Silence VPS-Studio errors (V512). These buffer underflows are intentional.
Modified:
head/sys/compat/x86bios/x86bios.c
Modified: head/sys/compat/x86bios/x86bios.c
Author: glebius
Date: Thu Feb 18 19:05:30 2016
New Revision: 295766
URL: https://svnweb.freebsd.org/changeset/base/295766
Log:
Fix obvious typo, that lead to incorrect sorting.
Found by: PVS-Studio
Modified:
head/sys/netpfil/ipfw/ip_fw_sockopt.c
Modified: head/sys/netpfil/ipfw/ip_fw
Author: bjk (doc committer)
Date: Thu Feb 18 18:50:03 2016
New Revision: 295765
URL: https://svnweb.freebsd.org/changeset/base/295765
Log:
Bump .Dd for r295764
Also fix a spelling and grammar nit while here.
Modified:
head/lib/libc/sys/lseek.2
Modified: head/lib/libc/sys/lseek.2
===
Author: sobomax
Date: Thu Feb 18 18:41:40 2016
New Revision: 295764
URL: https://svnweb.freebsd.org/changeset/base/295764
Log:
Right now, the "virtual hole" API feature of lseek(2) is very vaguely
documented and easy to miss.
At the same time, it's pretty important for anyone who is tryin
On Thursday, February 18, 2016 03:23:26 PM Stefan Esser wrote:
> Author: se
> Date: Thu Feb 18 15:23:25 2016
> New Revision: 295760
> URL: https://svnweb.freebsd.org/changeset/base/295760
>
> Log:
> Make WARNS=6 safe.
>
> Tested with Clang 3.7.1, GCC 4.2.1 and GCC 4.8.5 on amd64.
Thanks.
Author: zbb
Date: Thu Feb 18 15:44:45 2016
New Revision: 295762
URL: https://svnweb.freebsd.org/changeset/base/295762
Log:
Fix build for i386 and arm64 after r295755
- Take bus_space_tag_t type into consideration when returning
default, zero value.
- Include missing rman.h required by
Author: br
Date: Thu Feb 18 15:28:57 2016
New Revision: 295761
URL: https://svnweb.freebsd.org/changeset/base/295761
Log:
Increase kernel and user VA space.
This allows us to boot with more than 128MB of physical memory.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/sy
Author: se
Date: Thu Feb 18 15:23:25 2016
New Revision: 295760
URL: https://svnweb.freebsd.org/changeset/base/295760
Log:
Make WARNS=6 safe.
Tested with Clang 3.7.1, GCC 4.2.1 and GCC 4.8.5 on amd64.
Modified:
head/usr.sbin/pciconf/Makefile
head/usr.sbin/pciconf/cap.c
head/usr.sbin/p
Author: imp
Date: Thu Feb 18 15:12:52 2016
New Revision: 295759
URL: https://svnweb.freebsd.org/changeset/base/295759
Log:
Remove a stray else. It isn't needed (due to the return at the end of
the if statement it pairs with). While not an error today, a careless
edit in the future could caus
On Thursday, February 18, 2016 01:00:04 PM Zbigniew Bodek wrote:
> Author: zbb
> Date: Thu Feb 18 13:00:04 2016
> New Revision: 295755
> URL: https://svnweb.freebsd.org/changeset/base/295755
>
> Log:
> Introduce bus_get_bus_tag() method
>
> Provide bus_get_bus_tag() for sparc64, powerpc, ar
Author: br
Date: Thu Feb 18 14:38:37 2016
New Revision: 295758
URL: https://svnweb.freebsd.org/changeset/base/295758
Log:
Use medany (Medium/Anywhere) GCC code model for RISC-V.
This will allow us to use bigger relocations and all
the 64-bit VA space.
Modified:
head/sys/conf/kern.mk
Modi
Author: emaste
Date: Thu Feb 18 14:17:28 2016
New Revision: 295757
URL: https://svnweb.freebsd.org/changeset/base/295757
Log:
Remove dd xfer stats emitted during buildworld
They result in gratuitous differences when comparing build log output.
Modified:
head/lib/libc/tests/gen/posix_spaw
Author: zbb
Date: Thu Feb 18 13:07:21 2016
New Revision: 295756
URL: https://svnweb.freebsd.org/changeset/base/295756
Log:
Extract common code from PowerPC's ofw_pci
Import portions of the PowerPC OF PCI implementation into
new file "ofw_pci.c", common for other platforms. The files ofw_p
Author: zbb
Date: Thu Feb 18 13:00:04 2016
New Revision: 295755
URL: https://svnweb.freebsd.org/changeset/base/295755
Log:
Introduce bus_get_bus_tag() method
Provide bus_get_bus_tag() for sparc64, powerpc, arm, arm64 and mips
nexus and its children in order to return a platform specific d
Author: zbb
Date: Thu Feb 18 11:53:57 2016
New Revision: 295754
URL: https://svnweb.freebsd.org/changeset/base/295754
Log:
Fix bug in ofwbus_release_resource() for non-ofwbus descendants
Resource list for devices that are not ofwbus descendants, but
got to ofwbus method via bus_generic_re
Author: wma
Date: Thu Feb 18 11:26:08 2016
New Revision: 295753
URL: https://svnweb.freebsd.org/changeset/base/295753
Log:
Fix ThunderX external PEM bus offset
Obtained from: Semihalf
Sponsored by: Cavium
Approved by: cognet (mentor)
Reviewed by: z
Author: skra
Date: Thu Feb 18 09:30:04 2016
New Revision: 295752
URL: https://svnweb.freebsd.org/changeset/base/295752
Log:
Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions and
replace them by primary ones where needed.
Modified:
head/lib/libkvm/kvm_arm.c
head/lib/libkvm/kvm
Author: skra
Date: Thu Feb 18 09:28:16 2016
New Revision: 295751
URL: https://svnweb.freebsd.org/changeset/base/295751
Log:
Remove redundant L2_ADDR_MASK definition and replace it by primary one.
Modified:
head/sys/arm/arm/pmap.c
head/sys/arm/include/pte.h
Modified: head/sys/arm/arm/pmap.c
Author: skra
Date: Thu Feb 18 09:26:58 2016
New Revision: 295750
URL: https://svnweb.freebsd.org/changeset/base/295750
Log:
Remove unneeded definitions after r291406. Also remove redundant and
not used L1_ADDR_BITS definition.
Modified:
head/sys/arm/include/pte-v6.h
head/sys/arm/include/p
Author: thomas
Date: Thu Feb 18 08:44:16 2016
New Revision: 295749
URL: https://svnweb.freebsd.org/changeset/base/295749
Log:
Reorganize the handling all-zeroes terminal block in sparse mode
The intent of the previous code in that case was to force
an explicit write, but the implementatio
61 matches
Mail list logo