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
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
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?
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
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
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
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
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
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_
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
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
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
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
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
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
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
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?
>
>
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/
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
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
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'
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
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
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
.. 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
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
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@
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
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
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
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
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
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:
33 matches
Mail list logo