On Jul 8, 2011, at 2:25 AM, Craig Rodrigues wrote:
> Hi,
>
> While not ideal, would it be possible consider setting WARNS to set different
> levels
> depending on what the value of ${MACHINE_ARCH} is?
>
> Something like:
>
> .if ${MACHINE_ARCH} != "sparc64" (or whatever the correct value is)
Author: mdf
Date: Fri Jul 8 20:41:12 2011
New Revision: 223876
URL: http://svn.freebsd.org/changeset/base/223876
Log:
Add an option to have a fail point term only execute when run by a
specified pid. This is helpful for automated testing involving a global
knob that would otherwise be exec
Author: mdf
Date: Fri Jul 8 20:41:07 2011
New Revision: 223875
URL: http://svn.freebsd.org/changeset/base/223875
Log:
style(9) and cleanup fixes.
MFC after: 1 week
Modified:
head/sys/kern/kern_fail.c
Modified: head/sys/kern/kern_fail.c
==
Author: jhb
Date: Fri Jul 8 17:45:38 2011
New Revision: 223874
URL: http://svn.freebsd.org/changeset/base/223874
Log:
Add device ID for the Davicom 56PDV PCI Modem.
PR: kern/75132
Submitted by: Mike Tancsa @ Sentex (older patch against puc(4))
MFC after:1 week
Modified:
Author: marcel
Date: Fri Jul 8 16:30:54 2011
New Revision: 223873
URL: http://svn.freebsd.org/changeset/base/223873
Log:
Implement basic support for memory attributes. At this time we only
distinguish between UC and WB memory so that we can map the page to
either a region 6 address (for UC)
On 07/07/11 11:36, YongHyeon PYUN wrote:
On Thu, Jul 07, 2011 at 11:26:08AM -0500, Nathan Whitehorn wrote:
On 07/07/11 11:07, Marius Strobl wrote:
On Thu, Jul 07, 2011 at 09:34:39AM -0500, Nathan Whitehorn wrote:
This breaks one of my gem devices (chip=0x0021106b) when the controller
is initia
Author: glebius
Date: Fri Jul 8 14:30:06 2011
New Revision: 223872
URL: http://svn.freebsd.org/changeset/base/223872
Log:
Merge from head/ 220800,220837,220914:
Log:
LibAliasInit() should allocate memory with M_WAITOK flag. Modify it
and its callers.
Log:
- Rewrite functio
Author: glebius
Date: Fri Jul 8 14:26:42 2011
New Revision: 223871
URL: http://svn.freebsd.org/changeset/base/223871
Log:
Merge from head/ 220835,220914,223079,223185,223416,223499:
Rewrite NAT configuration parser, so that memory allocation size is
calculated dynamically.
PR:
Author: jhb
Date: Fri Jul 8 13:45:53 2011
New Revision: 223870
URL: http://svn.freebsd.org/changeset/base/223870
Log:
Note that -a, -C, -H, -j, and -z are also toggles.
PR: bin/158682
Reported by: arundel
MFC after:3 days
Modified:
head/contrib/top/top.X
Modified: he
Author: glebius
Date: Fri Jul 8 13:04:47 2011
New Revision: 223869
URL: http://svn.freebsd.org/changeset/base/223869
Log:
Merge from head/ 220802, 220804:
Whitespace fixes.
Checked with: md5, diff -w
Modified:
stable/8/sbin/ipfw/altq.c
stable/8/sbin/ipfw/dummynet.c
stable/8/sb
Author: glebius
Date: Fri Jul 8 12:54:10 2011
New Revision: 223868
URL: http://svn.freebsd.org/changeset/base/223868
Log:
Merge from head/ 220796:
Pullup up to TCP header length before matching against 'tcpopts'.
PR: kern/156180
Reviewed by: luigi
Modified:
stable/8
Author: glebius
Date: Fri Jul 8 12:50:35 2011
New Revision: 223867
URL: http://svn.freebsd.org/changeset/base/223867
Log:
Merge from head/ 220787:
It is already seven years since mbuf allocator uses same
M_WAITOK/M_NOWAIT flags as malloc(9). Update manual page.
Submitted by: Vadi
Author: jonathan
Date: Fri Jul 8 12:19:25 2011
New Revision: 223866
URL: http://svn.freebsd.org/changeset/base/223866
Log:
Fix the "passability" test in fdcopy().
Rather than checking to see if a descriptor is a kqueue, check to see if
its fileops flags include DFLAG_PASSABLE.
At th
Author: jonathan
Date: Fri Jul 8 12:16:30 2011
New Revision: 223865
URL: http://svn.freebsd.org/changeset/base/223865
Log:
Clarify the meaning of a test.
Rather than using err() if either of two failure conditions
fires (which can produce spurious error messages), just use
errx() if th
On Friday 08 July 2011 12:08:49 Andre Oppermann wrote:
> On 08.07.2011 11:38, Marko Zec wrote:
> > Author: zec
> > Date: Fri Jul 8 09:38:33 2011
> > New Revision: 223862
> > URL: http://svn.freebsd.org/changeset/base/223862
> >
> > Log:
> >Permit ARP to proceed for IPv4 host routes for which t
Author: hselasky
Date: Fri Jul 8 10:58:56 2011
New Revision: 223864
URL: http://svn.freebsd.org/changeset/base/223864
Log:
Add new USB 3G driver.
Submitted by: PseudoCylon
MFC after:14 days
Added:
head/sys/dev/usb/net/if_usie.c (contents, props changed)
head/sys/dev/usb/net/i
Author: andre
Date: Fri Jul 8 10:50:13 2011
New Revision: 223863
URL: http://svn.freebsd.org/changeset/base/223863
Log:
In the experimental soreceive_stream():
o Move the non-blocking socket test below the SBS_CANTRCVMORE so that EOF
is correctly returned on a remote connection close
On 08.07.2011 11:38, Marko Zec wrote:
Author: zec
Date: Fri Jul 8 09:38:33 2011
New Revision: 223862
URL: http://svn.freebsd.org/changeset/base/223862
Log:
Permit ARP to proceed for IPv4 host routes for which the gateway is the
same as the host address. This already works fine for INET6
Author: zec
Date: Fri Jul 8 09:38:33 2011
New Revision: 223862
URL: http://svn.freebsd.org/changeset/base/223862
Log:
Permit ARP to proceed for IPv4 host routes for which the gateway is the
same as the host address. This already works fine for INET6 and ND6.
While here, remove two funct
Author: mm
Date: Fri Jul 8 09:20:32 2011
New Revision: 223861
URL: http://svn.freebsd.org/changeset/base/223861
Log:
MFC r223622:
Disable vdev cache (readahead) by default.
The vdev cache is very underutilized (hit ratio 30%-70%) and may consume
excessive memory on systems with many vd
Author: zec
Date: Fri Jul 8 09:18:50 2011
New Revision: 223860
URL: http://svn.freebsd.org/changeset/base/223860
Log:
MFC r222834:
Set curvnet context in a callout-trigerred code path.
Modified:
stable/8/sys/net/bridgestp.c
stable/8/sys/net/bridgestp.h
Directory Properties:
stable/8/
Author: mm
Date: Fri Jul 8 09:17:25 2011
New Revision: 223859
URL: http://svn.freebsd.org/changeset/base/223859
Log:
MFC r223620:
Allow mountpoints as arguments for the 'zfs get' command.
Illumos-gate revision:13295
Obtained from:Illumos (Feature #510)
Modified
Hi,
While not ideal, would it be possible consider setting WARNS to set
different levels
depending on what the value of ${MACHINE_ARCH} is?
Something like:
.if ${MACHINE_ARCH} != "sparc64" (or whatever the correct value is)
WARNS ?= 0
.else
WARNS ?= 2
.endif
This would at least be an attempt t
Author: pluknet
Date: Fri Jul 8 07:38:45 2011
New Revision: 223858
URL: http://svn.freebsd.org/changeset/base/223858
Log:
MFC r223506:
Add support for string values with white spaces for ifconfig(8)
parameters accepting them (such as description, group).
PR: conf/156675
24 matches
Mail list logo