Re: svn commit: r266760 - head/contrib/bmake

2014-06-02 Thread Baptiste Daroussin
On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: > > On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: > >Not sure if anyone cares, but this change breaks all ports tree > >checkouts from before 2014-05-05 on src head with this revision. > > Yes, an older ports tree would

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

2014-06-02 Thread Maxim Sobolev
Author: sobomax Date: Tue Jun 3 05:19:10 2014 New Revision: 267001 URL: http://svnweb.freebsd.org/changeset/base/267001 Log: Fix few outdated names of defines: o NR_REG_SW_NIC -> NR_REG_SW o NR_RING_NIC_SW -> NR_REG_NIC_SW o NETMAP_NO_TX_SYNC -> NETMAP_NO_TX_POLL o NETMAP_DO_RX_SYNC

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Adrian Chadd
On 2 June 2014 18:29, Yonghyeon PYUN wrote: > On Mon, Jun 02, 2014 at 11:42:10AM -0700, Marcel Moolenaar wrote: >> >> On Jun 2, 2014, at 11:27 AM, Adrian Chadd wrote: >> >> > .. and actually, bikeshedding for a moment, would we be able to move a >> > lot of these accessor methods over to inlines?

Re: svn commit: r266760 - head/contrib/bmake

2014-06-02 Thread Simon J. Gerraty
On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: >Not sure if anyone cares, but this change breaks all ports tree >checkouts from before 2014-05-05 on src head with this revision. Yes, an older ports tree would need an older bmake (or fmake). Are we saying ports is *not* ready for that h

Re: svn commit: r266924 - head/sys/compat/linux

2014-06-02 Thread Alexey Dokuchaev
On Sat, May 31, 2014 at 02:58:53PM +, Dmitry Chagin wrote: > New Revision: 266924 > URL: http://svnweb.freebsd.org/changeset/base/266924 > > Log: > Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIME > flag has been added instead of FUTEX_WAIT to replace the FUTEX_WAIT > lo

svn commit: r266990 - head/sys/netinet

2014-06-02 Thread Kevin Lo
Author: kevlo Date: Tue Jun 3 01:30:32 2014 New Revision: 266990 URL: http://svnweb.freebsd.org/changeset/base/266990 Log: Fix build UDP-Lite with VIMAGE enabled when building with gcc. Reported and tested by: Jason Hellenthal Modified: head/sys/netinet/udp_var.h Modified: head/sys/net

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Yonghyeon PYUN
On Mon, Jun 02, 2014 at 11:42:10AM -0700, Marcel Moolenaar wrote: > > On Jun 2, 2014, at 11:27 AM, Adrian Chadd wrote: > > > .. and actually, bikeshedding for a moment, would we be able to move a > > lot of these accessor methods over to inlines? Would that break the > > Juniper way of doing thi

Re: svn commit: r266760 - head/contrib/bmake

2014-06-02 Thread Bryan Drewery
On 5/27/2014 1:39 PM, Simon J. Gerraty wrote: > Author: sjg > Date: Tue May 27 18:39:13 2014 > New Revision: 266760 > URL: http://svnweb.freebsd.org/changeset/base/266760 > > Log: > Portmgr no longer need the UL hack. > > Reviewed by: obrien > > Modified: > head/contrib/bmake/var.c > N

svn commit: r266985 - head/sys/ddb

2014-06-02 Thread John-Mark Gurney
Author: jmg Date: Mon Jun 2 23:50:19 2014 New Revision: 266985 URL: http://svnweb.freebsd.org/changeset/base/266985 Log: handle longer commands so that lines don't overflow... people who added commands forgot to check this... Modified: head/sys/ddb/db_command.c Modified: head/sys/ddb/db_

svn commit: r266984 - head/usr.sbin/mixer

2014-06-02 Thread John-Mark Gurney
Author: jmg Date: Mon Jun 2 22:58:00 2014 New Revision: 266984 URL: http://svnweb.freebsd.org/changeset/base/266984 Log: add Xref to sound(4)... MFC after:1 week Modified: head/usr.sbin/mixer/mixer.8 Modified: head/usr.sbin/mixer/mixer.8

Re: svn commit: r266972 - head/sbin/geom/class/label

2014-06-02 Thread John-Mark Gurney
Ivan Voras wrote this message on Mon, Jun 02, 2014 at 15:05 +: > Author: ivoras > Date: Mon Jun 2 15:05:25 2014 > New Revision: 266972 > URL: http://svnweb.freebsd.org/changeset/base/266972 > > Log: > Document the diskid automatic label class. > While there, also document the glabel "nati

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Marcel Moolenaar
On Jun 2, 2014, at 12:54 PM, Juli Mallett wrote: > Log: > Introduce a procedural interface to the ifnet structure. *snip* > Could you say a little bit about why so few reviewers? Sorry, my bad. The change was proposed and discussed on arch@ with pointers to the diff. Previous incarnations ha

svn commit: r266983 - head/sys/dev/hwpmc

2014-06-02 Thread George V. Neville-Neil
Author: gnn Date: Mon Jun 2 20:50:08 2014 New Revision: 266983 URL: http://svnweb.freebsd.org/changeset/base/266983 Log: Add missing Ivy Bridge and Haswell events. Submitted by: Anton Rang MFC: 2 weeks Modified: head/sys/dev/hwpmc/pmc_events.h Modified: head/sys/dev/hwpmc/pmc_events

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Juli Mallett
Marcel, On Mon, Jun 2, 2014 at 10:54 AM, Marcel Moolenaar wrote: > Author: marcel > Date: Mon Jun 2 17:54:39 2014 > New Revision: 266974 > URL: http://svnweb.freebsd.org/changeset/base/266974 > > Log: > Introduce a procedural interface to the ifnet structure. The new > interface allows the

svn commit: r266981 - in head/sys: cam/scsi compat/freebsd32 compat/linux

2014-06-02 Thread Alexander Motin
Author: mav Date: Mon Jun 2 19:53:53 2014 New Revision: 266981 URL: http://svnweb.freebsd.org/changeset/base/266981 Log: Overhaul CAM SG driver IOCTL interfaces. Make it really work for native FreeBSD programs. Before this it was broken for years due to different number of pointer deref

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Adrian Chadd
On 2 June 2014 12:03, Ian Lepore wrote: > On Mon, 2014-06-02 at 11:42 -0700, Marcel Moolenaar wrote: >> On Jun 2, 2014, at 11:27 AM, Adrian Chadd wrote: >> >> > .. and actually, bikeshedding for a moment, would we be able to move a >> > lot of these accessor methods over to inlines? Would that br

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Ian Lepore
On Mon, 2014-06-02 at 11:42 -0700, Marcel Moolenaar wrote: > On Jun 2, 2014, at 11:27 AM, Adrian Chadd wrote: > > > .. and actually, bikeshedding for a moment, would we be able to move a > > lot of these accessor methods over to inlines? Would that break the > > Juniper way of doing things? > >

svn commit: r266979 - head/sys/dev/bxe

2014-06-02 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 2 18:54:45 2014 New Revision: 266979 URL: http://svnweb.freebsd.org/changeset/base/266979 Log: Convert bxe(4) to use the driver API. Submitted by: Sreekanth Rupavatharam Obtained from: Juniper Networks, Inc. Modified: head/sys/dev/bxe/bxe.c head/sys/

svn commit: r266978 - head/sys/dev/e1000

2014-06-02 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 2 18:52:03 2014 New Revision: 266978 URL: http://svnweb.freebsd.org/changeset/base/266978 Log: Convert em(4) to use the driver API. Submitted by: Anuranjan Shukla Obtained from: Juniper Networks, Inc. Modified: head/sys/dev/e1000/if_em.c head/sys/dev

svn commit: r266977 - head/sys/dev/fxp

2014-06-02 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 2 18:45:36 2014 New Revision: 266977 URL: http://svnweb.freebsd.org/changeset/base/266977 Log: Convert fxp(4) to use the driver API. Submitted by: Anuranjan Shukla Obtained from:Juniper Networks, Inc. Modified: head/sys/dev/fxp/if_fxp.c head/sys

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Marcel Moolenaar
On Jun 2, 2014, at 11:27 AM, Adrian Chadd wrote: > .. and actually, bikeshedding for a moment, would we be able to move a > lot of these accessor methods over to inlines? Would that break the > Juniper way of doing things? That would definitely break Juniper as it doesn't give a stable ABI. I'

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Adrian Chadd
On 2 June 2014 11:37, Marcel Moolenaar wrote: > > On Jun 2, 2014, at 11:26 AM, Adrian Chadd wrote: > >> Woo! >> >> Would you mind doing up a 30 second "what convert X to Y" document so >> I can do the driveby on the wireless stack and drivers? > > I'm having difficulty parsing the question, but I

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Marcel Moolenaar
On Jun 2, 2014, at 11:26 AM, Adrian Chadd wrote: > Woo! > > Would you mind doing up a 30 second "what convert X to Y" document so > I can do the driveby on the wireless stack and drivers? I'm having difficulty parsing the question, but I think you're asking for a howto with gotchas and caveats

svn commit: r266976 - head/usr.bin/calendar

2014-06-02 Thread Ed Maste
Author: emaste Date: Mon Jun 2 18:30:57 2014 New Revision: 266976 URL: http://svnweb.freebsd.org/changeset/base/266976 Log: Remove extraneous "mkdir -p" The directory hierarchy is created by an mtree file (BSD.usr.dist, in the case of calendar(1)). An explicit "mkdir -p" in a program's

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Adrian Chadd
.. and actually, bikeshedding for a moment, would we be able to move a lot of these accessor methods over to inlines? Would that break the Juniper way of doing things? -a On 2 June 2014 11:26, Adrian Chadd wrote: > Woo! > > Would you mind doing up a 30 second "what convert X to Y" document so

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Adrian Chadd
Woo! Would you mind doing up a 30 second "what convert X to Y" document so I can do the driveby on the wireless stack and drivers? I'll look at the script but since the wifi stack sits in between the normal network stack layering, I just want to make sure I get all of the right bits converted ove

svn commit: r266975 - head/tools/ifnet

2014-06-02 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 2 18:02:10 2014 New Revision: 266975 URL: http://svnweb.freebsd.org/changeset/base/266975 Log: Add convert_drvapi.sh; a script that helps to convert NIC drivers to use the procedural interface. Submitted by: Sreekanth Rupavatharam Reviewed by: glebius@

svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 2 17:54:39 2014 New Revision: 266974 URL: http://svnweb.freebsd.org/changeset/base/266974 Log: Introduce a procedural interface to the ifnet structure. The new interface allows the ifnet structure to be defined as an opaque type in NIC drivers. This then allow

svn commit: r266972 - head/sbin/geom/class/label

2014-06-02 Thread Ivan Voras
Author: ivoras Date: Mon Jun 2 15:05:25 2014 New Revision: 266972 URL: http://svnweb.freebsd.org/changeset/base/266972 Log: Document the diskid automatic label class. While there, also document the glabel "native" labels and explain why there are additional nodes created for nested GEOM cla

svn commit: r266971 - in head: lib/libc/stdio tools/regression/lib/libc/stdio

2014-06-02 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Mon Jun 2 13:48:57 2014 New Revision: 266971 URL: http://svnweb.freebsd.org/changeset/base/266971 Log: - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX). Update the manpage to reflect this change. - Always set the current position

Re: svn commit: r266822 - head/sys/netipsec

2014-06-02 Thread Ronald Klop
On Thu, 29 May 2014 05:44:42 +0200, Gleb Smirnoff wrote: On Wed, May 28, 2014 at 11:01:20PM +, Bjoern A. Zeeb wrote: B> Author: bz B> Date: Wed May 28 23:01:20 2014 B> New Revision: 266822 B> URL: http://svnweb.freebsd.org/changeset/base/266822 B> B> Log: B> Use IPv4 statistics in ipsec

Re: svn commit: r266860 - in head: sys/net sys/netinet sys/netinet6 tests/sys/netinet

2014-06-02 Thread Gleb Smirnoff
On Fri, May 30, 2014 at 08:55:33AM -0600, Alan Somers wrote: A> On Fri, May 30, 2014 at 2:11 AM, Gleb Smirnoff wrote: A> > On Thu, May 29, 2014 at 09:03:50PM +, Alan Somers wrote: A> > A> Author: asomers A> > A> Date: Thu May 29 21:03:49 2014 A> > A> New Revision: 266860 A> > A> URL: http://sv

svn commit: r266969 - head/sys/dev/usb

2014-06-02 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jun 2 07:08:34 2014 New Revision: 266969 URL: http://svnweb.freebsd.org/changeset/base/266969 Log: Change type of the DMA address so that on PAE platforms we get can 64-bit DMA addresses even though the USB stack currently only uses 32-bit DMA. Suggested by: