svn commit: r257307 - head/sys/dev/bce

2013-10-28 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 29 06:37:27 2013 New Revision: 257307 URL: http://svnweb.freebsd.org/changeset/base/257307 Log: Fix regression introduced in r235816. r235816 triggered kernel panic or hang after warm boot. Don't blindly restore BCE_EMAC_MODE media configuration in bce_reset()

svn commit: r257306 - in head/sys: dev/re pci

2013-10-28 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 29 05:37:05 2013 New Revision: 257306 URL: http://svnweb.freebsd.org/changeset/base/257306 Log: Add preliminary support for RTL8168EP. Submitted by: Edward O'Callaghan (eocallaghan <> alterapraxis dot com) Modified: head/sys/dev/re/if_re.c head/sys/pci/if_

svn commit: r257305 - in head/sys: dev/re pci

2013-10-28 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 29 05:30:21 2013 New Revision: 257305 URL: http://svnweb.freebsd.org/changeset/base/257305 Log: Add preliminary support for RTL8168G, RTL8168GU and RTL8411B. RTL8168GU has two variants(GMII and MII) but it uses the same chip revision id. Driver checks PCI devic

svn commit: r257304 - head/sys/dev/mii

2013-10-28 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 29 05:14:38 2013 New Revision: 257304 URL: http://svnweb.freebsd.org/changeset/base/257304 Log: Add support for new Gigabit PHY of RealTek. I don't have a copy of data sheet so I'm not sure exact PHY model name. Vendor's web page indicates RTL8251 is latest PHY

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-28 Thread Adrian Chadd
I've filed a PR. Please update to -HEAD and test. Thanks! -adrian On 28 October 2013 15:05, Adrian Chadd wrote: > Hi! > > Yup! So, the difference is in the rate being selected. > > It looks like the remote end is just plainly not ACKing the 11n > management frame being sent; but it totally A

svn commit: r257302 - in head/contrib/binutils/bfd: . po

2013-10-28 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Tue Oct 29 04:25:49 2013 New Revision: 257302 URL: http://svnweb.freebsd.org/changeset/base/257302 Log: binutils/bfd: fix printf-like format strings for "bfd *" arguments There is a special format argument '%B' that directly handles values of type 'bfd

svn commit: r257301 - head/sys/dev/iwn

2013-10-28 Thread Adrian Chadd
Author: adrian Date: Tue Oct 29 04:03:00 2013 New Revision: 257301 URL: http://svnweb.freebsd.org/changeset/base/257301 Log: Fix the PLCP lookup code in iwn(4) to base the 11n decision on whether the rate is 11n, rather than whether the channel is 11n. This correctly allows the PLCP looku

svn commit: r257300 - head/lib/libproc

2013-10-28 Thread Mark Johnston
Author: markj Date: Tue Oct 29 03:52:05 2013 New Revision: 257300 URL: http://svnweb.freebsd.org/changeset/base/257300 Log: Fix an off-by-one error when checking whether a given address is within the extent of a symbol. Submitted by: Prashanth Kumar Reviewed by: rpaulo MFC after:

svn commit: r257299 - in head/sys: arm/conf boot/fdt/dts

2013-10-28 Thread Rui Paulo
Author: rpaulo Date: Tue Oct 29 03:42:43 2013 New Revision: 257299 URL: http://svnweb.freebsd.org/changeset/base/257299 Log: Digi-CCWMX53: enable ffec and uart. Modified: head/sys/arm/conf/DIGI-CCWMX53 head/sys/boot/fdt/dts/digi-ccwmx53.dts Modified: head/sys/arm/conf/DIGI-CCWMX53

svn commit: r257298 - head/lib/libproc

2013-10-28 Thread Mark Johnston
Author: markj Date: Tue Oct 29 03:12:31 2013 New Revision: 257298 URL: http://svnweb.freebsd.org/changeset/base/257298 Log: Revert r257248 and fix the problem in a way that doesn't violate style(9). Suggested by: jmg Modified: head/lib/libproc/_libproc.h head/lib/libproc/proc_util.c M

Re: svn commit: r257270 - head/sys/dev/ath

2013-10-28 Thread Adrian Chadd
Thanks! -adrian On 28 October 2013 13:26, Olivier Houchard wrote: > Author: cognet > Date: Mon Oct 28 20:26:34 2013 > New Revision: 257270 > URL: http://svnweb.freebsd.org/changeset/base/257270 > > Log: > Include , since we need it if ATH_DEBUG is defined. > > Modified: > head/sys/dev/ath/

svn commit: r257297 - in head/sys/amd64/vmm: . intel

2013-10-28 Thread Neel Natu
Author: neel Date: Tue Oct 29 02:25:18 2013 New Revision: 257297 URL: http://svnweb.freebsd.org/changeset/base/257297 Log: Remove unnecessary includes of Requested by: alc@ Modified: head/sys/amd64/vmm/intel/vmcs.c head/sys/amd64/vmm/intel/vmx.c head/sys/amd64/vmm/intel/vmx_genassym

svn commit: r257295 - head/sys/dev/adb

2013-10-28 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Oct 29 00:53:17 2013 New Revision: 257295 URL: http://svnweb.freebsd.org/changeset/base/257295 Log: Return NOKEY instead of 0 if there are no more key presses queued. This worked by accident if and only if akbd was part of a kbdmux (which it always was in practic

svn commit: r257293 - in head: share/examples/bhyve usr.sbin/bhyve

2013-10-28 Thread Neel Natu
Author: neel Date: Tue Oct 29 00:18:11 2013 New Revision: 257293 URL: http://svnweb.freebsd.org/changeset/base/257293 Log: Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attached to a virtual machine then we implicitly create COM1 and COM2 ISA devices. Prior to this ch

svn commit: r257291 - head/sys/arm/include

2013-10-28 Thread Zbigniew Bodek
Author: zbb Date: Mon Oct 28 23:42:44 2013 New Revision: 257291 URL: http://svnweb.freebsd.org/changeset/base/257291 Log: Fix condition that determines PMAP_NEEDS_PTE_SYNC value for ARM Use values of the correct defines to determine statement's result. ARM_ARCH_ symbols are always defined

svn commit: r257290 - in head/sys/dev: hme le

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 23:34:05 2013 New Revision: 257290 URL: http://svnweb.freebsd.org/changeset/base/257290 Log: Provide necessary includes. Modified: head/sys/dev/hme/if_hme_sbus.c head/sys/dev/le/if_le_ledma.c Modified: head/sys/dev/hme/if_hme_sbus.c

svn commit: r257289 - head/sys/dev/cm

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 23:17:41 2013 New Revision: 257289 URL: http://svnweb.freebsd.org/changeset/base/257289 Log: Provide necessary includes that before came via if.h. Modified: head/sys/dev/cm/if_cm_isa.c Modified: head/sys/dev/cm/if_cm_isa.c

svn commit: r257288 - head/bin/df

2013-10-28 Thread Christian Brueffer
Author: brueffer Date: Mon Oct 28 23:02:12 2013 New Revision: 257288 URL: http://svnweb.freebsd.org/changeset/base/257288 Log: Clean up a spurious "." in SEE ALSO. MFC after:3 days Modified: head/bin/df/df.1 Modified: head/bin/df/df.1

svn commit: r257287 - head/share/man/man4

2013-10-28 Thread Christian Brueffer
Author: brueffer Date: Mon Oct 28 22:54:28 2013 New Revision: 257287 URL: http://svnweb.freebsd.org/changeset/base/257287 Log: New sentence -> new line and some mdoc cleanup. MFC after:3 days Modified: head/share/man/man4/bpf.4 Modified: head/share/man/man4/bpf.4 ===

svn commit: r257284 - in head/sys: dev/ath dev/etherswitch dev/etherswitch/arswitch mips/atheros net80211

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 22:26:03 2013 New Revision: 257284 URL: http://svnweb.freebsd.org/changeset/base/257284 Log: - Provide necessary includes, that before came via if.h pollution. - Remove unnecessary ones. Sponsored by: Netflix Sponsored by: Nginx, Inc. Modified: head/s

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-28 Thread Adrian Chadd
Hi! Yup! So, the difference is in the rate being selected. It looks like the remote end is just plainly not ACKing the 11n management frame being sent; but it totally ACKs the 11b CCK frame being sent. So, thanks for pointing that out. I'll go and err, "fix" this mistake. The driver should be do

svn commit: r257281 - in head/sys/arm: arm include

2013-10-28 Thread Zbigniew Bodek
Author: zbb Date: Mon Oct 28 21:39:54 2013 New Revision: 257281 URL: http://svnweb.freebsd.org/changeset/base/257281 Log: Remove not working and deprecated PJ4Bv6 support Sheeva PJ4Bv6 - based chips were only prototypes for V7 class Armada SoC family. Current in-tree support for PJ4Bv6 wi

svn commit: r257282 - head/sys/arm/include

2013-10-28 Thread Zbigniew Bodek
Author: zbb Date: Mon Oct 28 21:41:44 2013 New Revision: 257282 URL: http://svnweb.freebsd.org/changeset/base/257282 Log: Switch off explicit broadcasting of the TLB flush operations for PJ4B CPU Since CPU_MV_PJ4B describes ARMv7 compliant CPU there is no need for sending an IPI each time

svn commit: r257280 - head/sys/arm/mv/armadaxp

2013-10-28 Thread Zbigniew Bodek
Author: zbb Date: Mon Oct 28 21:37:45 2013 New Revision: 257280 URL: http://svnweb.freebsd.org/changeset/base/257280 Log: Change Armada XP kernel load address to the u-boot's end address Loading kernel to 0xf0 has no practical reason. Starting it from the u-boot's highest possible end

svn commit: r257279 - head/sys/arm/mv

2013-10-28 Thread Zbigniew Bodek
Author: zbb Date: Mon Oct 28 21:34:32 2013 New Revision: 257279 URL: http://svnweb.freebsd.org/changeset/base/257279 Log: Fix-up DTB for Armada XP registers' base according to the actual settings Depending on u-boot's flavor some boards have their SoC registers base address configured to

svn commit: r257278 - head/sys/arm/arm

2013-10-28 Thread Zbigniew Bodek
Author: zbb Date: Mon Oct 28 21:31:12 2013 New Revision: 257278 URL: http://svnweb.freebsd.org/changeset/base/257278 Log: Remove hard-coded mappings related to Armada XP support Armada XP initialization flow requires SoC registers to be mapped very early in order to configure Snoop Filter

svn commit: r257277 - head/sys/amd64/conf

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 21:11:28 2013 New Revision: 257277 URL: http://svnweb.freebsd.org/changeset/base/257277 Log: Include XEN and HyperV into amd64 LINT. Modified: head/sys/amd64/conf/NOTES Modified: head/sys/amd64/conf/NOTES ==

svn commit: r257276 - head/sys/dev/xen/netfront

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 21:09:59 2013 New Revision: 257276 URL: http://svnweb.freebsd.org/changeset/base/257276 Log: Remove dead function show_device(). It isn't buildable if DEBUG is defined, due to unknown field "xn_ifno". The field wasn't known since beginning of history of this

svn commit: r257275 - in head/sys/dev/xen: netback netfront

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 21:08:04 2013 New Revision: 257275 URL: http://svnweb.freebsd.org/changeset/base/257275 Log: Include if_var.h. Modified: head/sys/dev/xen/netback/netback.c head/sys/dev/xen/netfront/netfront.c Modified: head/sys/dev/xen/netback/netback.c ===

Re: svn commit: r256512 - head/usr.bin/netstat

2013-10-28 Thread Jeremie Le Hen
Hi Gleb, On Tue, Oct 15, 2013 at 09:55:08AM +, Gleb Smirnoff wrote: > Author: glebius > Date: Tue Oct 15 09:55:07 2013 > New Revision: 256512 > URL: http://svnweb.freebsd.org/changeset/base/256512 > > Log: > Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead of > libkv

svn commit: r257274 - head/sys/netinet

2013-10-28 Thread Michael Tuexen
Author: tuexen Date: Mon Oct 28 20:45:19 2013 New Revision: 257274 URL: http://svnweb.freebsd.org/changeset/base/257274 Log: Fis the value of *optlen when calling getsockopt() for SCTP_REMOTE_UDP_ENCAPS_PORT. This issue was reported by Andrew Galante. MFC after: 3 days Modified: head/sy

svn commit: r257273 - head/sys/sys

2013-10-28 Thread Sergey Kandaurov
Author: pluknet Date: Mon Oct 28 20:38:17 2013 New Revision: 257273 URL: http://svnweb.freebsd.org/changeset/base/257273 Log: G/c unused mountrootfsname. It was replaced with rootdevnames in r52778. Modified: head/sys/sys/mount.h Modified: head/sys/sys/mount.h =

svn commit: r257272 - head/sys/netinet

2013-10-28 Thread Michael Tuexen
Author: tuexen Date: Mon Oct 28 20:32:37 2013 New Revision: 257272 URL: http://svnweb.freebsd.org/changeset/base/257272 Log: Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined. The issue was reported by Andrew Galante. MFC after: 3 days Modified: head/sys/netinet/sctp_pcb.c Mod

svn commit: r257271 - in head/sys: net sys

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 20:32:05 2013 New Revision: 257271 URL: http://svnweb.freebsd.org/changeset/base/257271 Log: Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/g Submitted by: bde Modified: head/sys/net/bpf.h head/sys/net/if_clone.h head/sys/net/if_var.h head/sys/net

svn commit: r257270 - head/sys/dev/ath

2013-10-28 Thread Olivier Houchard
Author: cognet Date: Mon Oct 28 20:26:34 2013 New Revision: 257270 URL: http://svnweb.freebsd.org/changeset/base/257270 Log: Include , since we need it if ATH_DEBUG is defined. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c =

svn commit: r257269 - head/sys/dev/altera/atse

2013-10-28 Thread Brooks Davis
Author: brooks Date: Mon Oct 28 20:15:59 2013 New Revision: 257269 URL: http://svnweb.freebsd.org/changeset/base/257269 Log: Add a couple includes if net/if_var.h that were missed in r257176. Modified: head/sys/dev/altera/atse/if_atse_fdt.c head/sys/dev/altera/atse/if_atse_nexus.c Modified

svn commit: r257268 - head/gnu/usr.bin/binutils/ld

2013-10-28 Thread Brooks Davis
Author: brooks Date: Mon Oct 28 19:56:46 2013 New Revision: 257268 URL: http://svnweb.freebsd.org/changeset/base/257268 Log: Enable the --sysroot=/foo option in ld by always building with a sysroot defined. When not building as a cross linker, the sysroot is set to "/". Exp-run by: bdre

svn commit: r257266 - head/sys/x86/iommu

2013-10-28 Thread Konstantin Belousov
Author: kib Date: Mon Oct 28 19:30:09 2013 New Revision: 257266 URL: http://svnweb.freebsd.org/changeset/base/257266 Log: Remove redundand assignment to error variable and check for its value [1]. Do CTR logging in the case of error as well. Noted by: rdivacky [1] Sponsored by: The

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-28 Thread Stefan Farfeleder
On Mon, Oct 28, 2013 at 12:07:17PM -0700, Adrian Chadd wrote: > Yeah: > > Oct 28 19:43:43 mole kernel: iwn5000_tx_done: qid 3 idx 4 retries 7 > nkill 0 rate a902 duration 686 status 83 > > status 0x83 is LONG_LIMIT, which meant it tried to transmit and it > failed to get an ACK each time. > > Th

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-28 Thread Adrian Chadd
Yeah: Oct 28 19:43:43 mole kernel: iwn5000_tx_done: qid 3 idx 4 retries 7 nkill 0 rate a902 duration 686 status 83 status 0x83 is LONG_LIMIT, which meant it tried to transmit and it failed to get an ACK each time. The rate control says: 0x02: the rate in question bit 8: MCS bit 11: HT40 bits 14

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-28 Thread Stefan Farfeleder
On Mon, Oct 28, 2013 at 10:17:02AM -0700, Adrian Chadd wrote: > Ping, any response? > > I'd like to narrow down what's going on here. http://pastebin.com/veDsb0Xj Does this help in any way? Stefan ___ svn-src-head@freebsd.org mailing list http://lists

svn commit: r257265 - head/sys/arm/xscale/ixp425

2013-10-28 Thread Ian Lepore
Author: ian Date: Mon Oct 28 18:43:00 2013 New Revision: 257265 URL: http://svnweb.freebsd.org/changeset/base/257265 Log: Follow r257244; it's now necessary to include if_var.h. Modified: head/sys/arm/xscale/ixp425/if_npe.c Modified: head/sys/arm/xscale/ixp425/if_npe.c ==

svn commit: r257264 - in head/contrib/opie: . libopie

2013-10-28 Thread Sean Bruno
Author: sbruno Date: Mon Oct 28 18:24:31 2013 New Revision: 257264 URL: http://svnweb.freebsd.org/changeset/base/257264 Log: Queisce two category of clang warnings: 1. missing explicit includes for string.h, stdio.h, etc 2. missing explicit declaration for some common functions I h

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-28 Thread Stefan Farfeleder
On Mon, Oct 28, 2013 at 10:17:02AM -0700, Adrian Chadd wrote: > Ping, any response? > > I'd like to narrow down what's going on here. Yeah, I'll have results soon, at the moment rebuilding my kernel. Stefan ___ svn-src-head@freebsd.org mailing list ht

svn commit: r257263 - head/contrib/groff/src/roff/troff

2013-10-28 Thread Sean Bruno
Author: sbruno Date: Mon Oct 28 18:10:35 2013 New Revision: 257263 URL: http://svnweb.freebsd.org/changeset/base/257263 Log: Quiesce warnings -Wdangling-else Thanks to jilles for some reviews and tips. Modified: head/contrib/groff/src/roff/troff/input.cpp head/contrib/groff/src/roff/tr

Re: svn commit: r257133 - head/sys/dev/iwn

2013-10-28 Thread Adrian Chadd
Ping, any response? I'd like to narrow down what's going on here. Thanks! -adrian On 27 October 2013 09:04, Adrian Chadd wrote: > Hm, ok. > > Can you compile it with IWN_DEBUG and IEEE80211_DEBUG, then do this: > > sysctl dev.iwn.0.debug=0x1 > wlandebug +rate > > I'd like to see what the sel

svn commit: r257262 - head/sys/dev/cs

2013-10-28 Thread Sean Bruno
Author: sbruno Date: Mon Oct 28 16:27:01 2013 New Revision: 257262 URL: http://svnweb.freebsd.org/changeset/base/257262 Log: repair build for dev/cs. Reported by: Outback Dingo Modified: head/sys/dev/cs/if_cs_isa.c Modified: head/sys/dev/cs/if_cs_isa.c =

svn commit: r257261 - in head: etc etc/defaults etc/rc.d share/man/man4 share/man/man5 sys/boot/forth

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 16:21:31 2013 New Revision: 257261 URL: http://svnweb.freebsd.org/changeset/base/257261 Log: Remove more remnants of ng_fec(4). The ng_create_one() and ng_mkpeer() functions in network.subr are now not used anywhere, but I left them, since they can be usef

svn commit: r257259 - head/share/man/man4

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 15:38:26 2013 New Revision: 257259 URL: http://svnweb.freebsd.org/changeset/base/257259 Log: Remove ng_fec.4 Submitted by: Dmitry Luhtionov Modified: head/share/man/man4/netgraph.4 Modified: head/share/man/man4/netgraph.4 ===

Re: svn commit: r257258 - in head/sys/arm: at91 econa lpc ti/cpsw versatile xscale/pxa

2013-10-28 Thread Gleb Smirnoff
On Mon, Oct 28, 2013 at 03:20:18PM +, Ian Lepore wrote: I> Author: ian I> Date: Mon Oct 28 15:20:17 2013 I> New Revision: 257258 I> URL: http://svnweb.freebsd.org/changeset/base/257258 I> I> Log: I> Sweep up a bit of arm-land fallout after r257244; include necessary I> headers directly tha

svn commit: r257258 - in head/sys/arm: at91 econa lpc ti/cpsw versatile xscale/pxa

2013-10-28 Thread Ian Lepore
Author: ian Date: Mon Oct 28 15:20:17 2013 New Revision: 257258 URL: http://svnweb.freebsd.org/changeset/base/257258 Log: Sweep up a bit of arm-land fallout after r257244; include necessary headers directly that are no longer available via accidental include. Modified: head/sys/arm/at91/if_

svn commit: r257257 - head/sys/conf

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 15:17:41 2013 New Revision: 257257 URL: http://svnweb.freebsd.org/changeset/base/257257 Log: Remove ng_fec(4). Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES == --- head/

svn commit: r257256 - head/sys/contrib/ipfilter/netinet

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 15:11:37 2013 New Revision: 257256 URL: http://svnweb.freebsd.org/changeset/base/257256 Log: Fix build. We need to include systm.h before if_var.h. Pointy hat to:glebius Modified: head/sys/contrib/ipfilter/netinet/radix_ipf.c Modified: head/sys/c

svn commit: r257255 - head/sys/conf

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 14:52:08 2013 New Revision: 257255 URL: http://svnweb.freebsd.org/changeset/base/257255 Log: Remove ng_fec(4). Modified: head/sys/conf/files Modified: head/sys/conf/files == --- head/

svn commit: r257254 - head/lib/libnetgraph

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 14:47:33 2013 New Revision: 257254 URL: http://svnweb.freebsd.org/changeset/base/257254 Log: Remove ng_fec(4). Modified: head/lib/libnetgraph/debug.c Modified: head/lib/libnetgraph/debug.c ==

svn commit: r257251 - in head/sys: amd64/conf conf dev/acpica i386/conf x86/iommu

2013-10-28 Thread Konstantin Belousov
Author: kib Date: Mon Oct 28 13:33:29 2013 New Revision: 257251 URL: http://svnweb.freebsd.org/changeset/base/257251 Log: Import the driver for VT-d DMAR hardware, as specified in the revision 1.3 of Intelб╝ Virtualization Technology for Directed I/O Architecture Specification. The Extended

svn commit: r257250 - head

2013-10-28 Thread Gleb Smirnoff
== --- head/ObsoleteFiles.inc Mon Oct 28 12:47:05 2013(r257249) +++ head/ObsoleteFiles.inc Mon Oct 28 12:49:07 2013(r257250) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20131028: ng_fec(4) removed +OLD_FILES+=usr/include/netgraph/ng_fec.h +OLD_FILES+=usr

svn commit: r257249 - in head: share/man/man4 sys/modules/netgraph sys/modules/netgraph/fec sys/netgraph

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 12:47:05 2013 New Revision: 257249 URL: http://svnweb.freebsd.org/changeset/base/257249 Log: Axe ng_fec(4). It has never been a real netgraph(4) module, since it had no hooks. It has abused ifnet's if_afdata slot and actually abused every subsystem it touched

svn commit: r257248 - head/lib/libproc

2013-10-28 Thread Mark Johnston
Author: markj Date: Mon Oct 28 12:42:27 2013 New Revision: 257248 URL: http://svnweb.freebsd.org/changeset/base/257248 Log: Fix the build with gcc. Modified: head/lib/libproc/proc_util.c Modified: head/lib/libproc/proc_util.c ==

svn commit: r257246 - head/sys/netpfil/pf

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 10:12:19 2013 New Revision: 257246 URL: http://svnweb.freebsd.org/changeset/base/257246 Log: - Fix VIMAGE build. - Fix build with gcc. Modified: head/sys/netpfil/pf/pf.c Modified: head/sys/netpfil/pf/pf.c

svn commit: r257244 - head/sys/net

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 08:03:40 2013 New Revision: 257244 URL: http://svnweb.freebsd.org/changeset/base/257244 Log: - Make the prophecy from 1997 happen and remove if_var.h inclusion from if.h. - Remove unnecessary includes and declarations from if.h - Remove unnecessary includ

svn commit: r257242 - in head/sys: net sys

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 07:45:03 2013 New Revision: 257242 URL: http://svnweb.freebsd.org/changeset/base/257242 Log: Instead of putting ifnet declaration into eventhandler.h, move bpf(4) and vlan(4) related event declarations to bpf.h and if_vlan_var.h. To avoid dependency on eventh

svn commit: r257241 - in head/sys: compat/ndis dev/ath dev/bwi dev/cxgb dev/cxgb/ulp/tom dev/cxgbe dev/cxgbe/common dev/cxgbe/tom dev/hyperv/netvsc dev/if_ndis dev/malo dev/oce dev/qlxgb dev/qlxgbe...

2013-10-28 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 28 07:29:16 2013 New Revision: 257241 URL: http://svnweb.freebsd.org/changeset/base/257241 Log: Include necessary headers that now are available due to pollution via if_var.h. Sponsored by: Netflix Sponsored by: Nginx, Inc. Modified: head/sys/compat/ndis

svn commit: r257240 - in head/sys: arm/conf dev/mvs

2013-10-28 Thread Zbigniew Bodek
Author: zbb Date: Mon Oct 28 07:18:24 2013 New Revision: 257240 URL: http://svnweb.freebsd.org/changeset/base/257240 Log: Run mvs SATA driver on Armada XP instead of old mv_sata The mvs driver seems to be more functional than mv_sata and is not causing random interrupt storms during boot.