Author: luigi
Date: Fri Nov 22 05:02:37 2013
New Revision: 258467
URL: http://svnweb.freebsd.org/changeset/base/258467
Log:
add a counter on the struct mq (a queue of mbufs),
and add a block for userspace compiling.
Modified:
head/sys/netpfil/ipfw/dn_sched.h
head/sys/netpfil/ipfw/ip_dn_io
Author: luigi
Date: Fri Nov 22 05:01:38 2013
New Revision: 258466
URL: http://svnweb.freebsd.org/changeset/base/258466
Log:
disable some ipfw match options when compiling in userspace
Modified:
head/sys/netpfil/ipfw/ip_fw2.c
Modified: head/sys/netpfil/ipfw/ip_fw2.c
==
Author: luigi
Date: Fri Nov 22 05:00:18 2013
New Revision: 258465
URL: http://svnweb.freebsd.org/changeset/base/258465
Log:
make this code compile in userspace on OSX
Modified:
head/sys/netpfil/ipfw/ip_fw_log.c
Modified: head/sys/netpfil/ipfw/ip_fw_log.c
=
Author: luigi
Date: Fri Nov 22 04:59:17 2013
New Revision: 258464
URL: http://svnweb.freebsd.org/changeset/base/258464
Log:
more support for userspace compiling of this code:
emulate the uma_zone for dynamic rules.
Modified:
head/sys/netpfil/ipfw/ip_fw_dynamic.c
Modified: head/sys/netpfil/
Author: luigi
Date: Fri Nov 22 04:57:50 2013
New Revision: 258463
URL: http://svnweb.freebsd.org/changeset/base/258463
Log:
make ipfw_check_packet() and ipfw_check_frame() public,
so they can be used in the userspace version of ipfw/dummynet
(normally using netmap for the I/O path).
Thi
Author: dteske
Date: Fri Nov 22 00:32:32 2013
New Revision: 258458
URL: http://svnweb.freebsd.org/changeset/base/258458
Log:
Improve network device scanning in the netdev module. First, make it use the
`device.subr' framework (improving performane and reducing sub-shells). Next
improve the `
On Thu, 21 Nov 2013 18:29:15 -0500, Julio Merino writes:
>> Actually . or _ worked, until recently.
>
>I think only supporting one form is better in the name of simplicity.
Generally I would agree.
Originally I used '_' for this and a number of other things,
but in many cases find that '.' makes
Author: davidcs
Date: Fri Nov 22 00:26:21 2013
New Revision: 258457
URL: http://svnweb.freebsd.org/changeset/base/258457
Log:
MFC r258155
ql_hw.[c,h]: set minimum thresholds on pkt size for lro path.
ql_ioctl.c: validate the length and address of buffer passed to QL_RD_FW_DUMP
MFC r258156
Author: brooks
Date: Fri Nov 22 00:06:11 2013
New Revision: 258456
URL: http://svnweb.freebsd.org/changeset/base/258456
Log:
Fix mergemaster -U by forcing FreeBSD 9 compatiblity in mtree when mtree is
nmtree.
The mtree output used by mergemaster in this case was clearly not meant for
co
On Mon, Nov 18, 2013 at 7:33 PM, Simon J. Gerraty wrote:
>
> On Sun, 17 Nov 2013 23:12:55 +, Julio Merino writes:
>> I am not sure how this ever worked before given that manual inspection
>> of bsd.progs.mk clearly shows that the expected character between the
>> two components is a dot and
Author: dim
Date: Thu Nov 21 23:09:07 2013
New Revision: 258455
URL: http://svnweb.freebsd.org/changeset/base/258455
Log:
Pull in r195318 from upstream llvm trunk:
The basic problem is that some mainstream programs cannot deal with the way
clang optimizes tail calls, as in this exampl
Author: tuexen
Date: Thu Nov 21 23:00:09 2013
New Revision: 258454
URL: http://svnweb.freebsd.org/changeset/base/258454
Log:
MFC r256556:
Remove a buggy comparision when setting manually the path MTU.
After fixing, the comparision would have become redundant.
Thanks to Andrew Galante for r
Author: andreast
Date: Thu Nov 21 22:31:18 2013
New Revision: 258451
URL: http://svnweb.freebsd.org/changeset/base/258451
Log:
Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and
get rid of the __CONCAT and CNAME macros.
Reviewed by: bde, kib
Modified:
head/lib/
Actually, my oops. It seems that I put the wrong commit message in for that
MFC. Is there anyway to change it on the server?
—
Justin
On Nov 21, 2013, at 3:23 PM, Adam McDougall wrote:
> On 11/21/2013 17:00, Adam McDougall wrote:
>> On 10/12/2013 22:34, Justin T. Gibbs wrote:
>>> Author: gib
On 11/21/2013 17:00, Adam McDougall wrote:
> On 10/12/2013 22:34, Justin T. Gibbs wrote:
>> Author: gibbs
>> Date: Sun Oct 13 02:34:20 2013
>> New Revision: 256423
>> URL: http://svnweb.freebsd.org/changeset/base/256423
>>
>> Log:
>> Allow FreeBSD to be booted from CDROM media on XenServer 6.2 an
Author: marcel
Date: Thu Nov 21 22:02:59 2013
New Revision: 258448
URL: http://svnweb.freebsd.org/changeset/base/258448
Log:
Have the GPT probe return a lower priority when the MBR is not a PMBR
The purpose of the PMBR is to have the disk appear in use to GPT
unaware utilities (like fdisk).
On 10/12/2013 22:34, Justin T. Gibbs wrote:
> Author: gibbs
> Date: Sun Oct 13 02:34:20 2013
> New Revision: 256423
> URL: http://svnweb.freebsd.org/changeset/base/256423
>
> Log:
> Allow FreeBSD to be booted from CDROM media on XenServer 6.2 and
> prior releases.
>
> Submitted by:
On 21 November 2013 06:36, Hooman Fazaeli wrote:
> What are possible sideeffects? What are the benefits we achieve by a
> distinct
> queue structure and having both if_input and if_input_multi?
Doing incremental development where you can minimise unintended
side-effects during development?
-a
Author: andreast
Date: Thu Nov 21 21:25:58 2013
New Revision: 258447
URL: http://svnweb.freebsd.org/changeset/base/258447
Log:
Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and the
CONCAT macros in SYS.h.
Reviewed by: bde, kib
Modified:
head/lib/libc/amd64/SYS.h
Author: eadler
Date: Thu Nov 21 21:19:01 2013
New Revision: 258446
URL: http://svnweb.freebsd.org/changeset/base/258446
Log:
Add static where appropriate.
Sync with some of DragonflyBSD's latest cleanups
Reviewed by: mjg
Modified:
head/usr.bin/from/from.c
Modified: head/usr.bin/from/
Author: andreast
Date: Thu Nov 21 21:05:11 2013
New Revision: 258445
URL: http://svnweb.freebsd.org/changeset/base/258445
Log:
Fix cross compilation after r258428.
Reviewed by: pfg
Modified:
head/gnu/usr.bin/cc/Makefile.inc
head/gnu/usr.bin/cc/cc_tools/freebsd-native.h
Modified: head
Author: joel (doc committer)
Date: Thu Nov 21 19:44:48 2013
New Revision: 258440
URL: http://svnweb.freebsd.org/changeset/base/258440
Log:
mdoc: remove EOL whitespace.
Modified:
head/share/man/man5/rc.conf.5
Modified: head/share/man/man5/rc.conf.5
Author: pluknet
Date: Thu Nov 21 20:43:43 2013
New Revision: 258444
URL: http://svnweb.freebsd.org/changeset/base/258444
Log:
Catch up with OpenPAM Nummularia.
This fixes libpam for build32 target to dlopen() pam libraries in /usr/lib32.
Reviewed by: des (a while ago)
MFC after:
Author: cognet
Date: Thu Nov 21 20:39:53 2013
New Revision: 258443
URL: http://svnweb.freebsd.org/changeset/base/258443
Log:
Kill ARM_VFP_SUPPORT, it's been removed some time ago.
Modified:
head/sys/conf/options.arm
Modified: head/sys/conf/options.arm
Author: np
Date: Thu Nov 21 20:07:58 2013
New Revision: 258441
URL: http://svnweb.freebsd.org/changeset/base/258441
Log:
cxgbe(4): update the internal list of device features.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
Author: nwhitehorn
Date: Thu Nov 21 15:41:52 2013
New Revision: 258427
URL: http://svnweb.freebsd.org/changeset/base/258427
Log:
For PCI<->PCI bridges, #address-cells may be 3. Allow this when parsing the
ibm,dma-window properties. This is especially a concern when
#ibm,dma-address-cells is
Author: jhb
Date: Thu Nov 21 20:09:44 2013
New Revision: 258442
URL: http://svnweb.freebsd.org/changeset/base/258442
Log:
MFC 226145,226147,226148,226150,226151,226153,226157,226158,226164,226246,
226262,226329,226344,226608:
Merge most "infrastructure" changes to kdump to make other MFC's t
Author: dteske
Date: Thu Nov 21 19:43:45 2013
New Revision: 258439
URL: http://svnweb.freebsd.org/changeset/base/258439
Log:
f_die() (see `bsdconfig includes -dF die') uses a dialog box (and has been
documented as such; I just forgot). These utilities are command-line only
and as such should
Author: pluknet
Date: Thu Nov 21 19:31:57 2013
New Revision: 258438
URL: http://svnweb.freebsd.org/changeset/base/258438
Log:
Fix reference to ioctl(2).
Modified:
head/usr.sbin/wpa/ndis_events/ndis_events.8
Modified: head/usr.sbin/wpa/ndis_events/ndis_events.8
===
Author: brooks
Date: Thu Nov 21 19:29:41 2013
New Revision: 258437
URL: http://svnweb.freebsd.org/changeset/base/258437
Log:
Sync with NetBSD. The funtional change is to make the output when
comparing a directory to an mtree file more compatible with fmtree when
FreeBSD 9 compatiblity mode
Author: emaste
Date: Thu Nov 21 19:20:08 2013
New Revision: 258436
URL: http://svnweb.freebsd.org/changeset/base/258436
Log:
Refactor amd64 startup SMAP parsing
Extracted from the projects/uefi branch, this change is a reasonable
cleanup and will reduce the diffs to review when bringing i
Author: brooks
Date: Thu Nov 21 19:17:39 2013
New Revision: 258435
URL: http://svnweb.freebsd.org/changeset/base/258435
Log:
Tag 2013-11-21 import of NetBSD's mtree
Added:
vendor/NetBSD/mtree/20131121/
- copied from r258434, vendor/NetBSD/mtree
Author: brooks
Date: Thu Nov 21 19:16:52 2013
New Revision: 258434
URL: http://svnweb.freebsd.org/changeset/base/258434
Log:
Vendor import of NetBSD's mtree at 2013-11-21
Modified:
vendor/NetBSD/mtree/dist/compare.c
vendor/NetBSD/mtree/dist/create.c
vendor/NetBSD/mtree/dist/spec.c
Modifi
Author: pfg
Date: Thu Nov 21 16:44:36 2013
New Revision: 258429
URL: http://svnweb.freebsd.org/changeset/base/258429
Log:
libstdc++: merge non-abi changes from Apple's developer tools
Take some changes from Apple's Developer Tools 4.0 [1]:
block.patch
emergency-buffer-reduction.patch
On 11/21/2013 1:32 AM, Adrian Chadd wrote:
Can we revert this and just quickly put together something else that
won't potentially come back to bite us with weird side effects?
My suggestions (and I'm happy to do this work if needed):
* create a lightweight mbuf queue representation so an mbuf l
Author: pfg
Date: Thu Nov 21 16:38:57 2013
New Revision: 258428
URL: http://svnweb.freebsd.org/changeset/base/258428
Log:
gcc: another round of merges from the gcc pre-43 branch.
Bring The following revisions from the gcc43 branch[1]:
118360, 118361, 118363, 118576, 119820,
123906, 1
Author: rodrigc
Date: Thu Nov 21 19:04:59 2013
New Revision: 258433
URL: http://svnweb.freebsd.org/changeset/base/258433
Log:
Update text related to Intel CPU support and Apple hardware support.
Submitted by: skreuzer
Modified:
head/release/doc/en_US.ISO8859-1/hardware/article.xml
Modif
Author: rodrigc
Date: Thu Nov 21 19:00:21 2013
New Revision: 258432
URL: http://svnweb.freebsd.org/changeset/base/258432
Log:
Update copyrights
Submitted by: skreuzer
Modified:
head/release/doc/en_US.ISO8859-1/errata/article.xml
head/release/doc/en_US.ISO8859-1/readme/article.xml
Modi
Author: emaste
Date: Thu Nov 21 18:37:11 2013
New Revision: 258431
URL: http://svnweb.freebsd.org/changeset/base/258431
Log:
Disable amd64 boot time memory test by default
The page presence memory test takes a long time on large memory systems
and has little value on contemporary amd64 ha
Author: emaste
Date: Thu Nov 21 14:12:36 2013
New Revision: 258426
URL: http://svnweb.freebsd.org/changeset/base/258426
Log:
libexecinfo: Include terminating null in byte count
Otherwise, a formatted string with a strlen equal to the remaining
buffer space would have the last character om
Author: dteske
Date: Thu Nov 21 17:49:56 2013
New Revision: 258430
URL: http://svnweb.freebsd.org/changeset/base/258430
Log:
Remove unused line -- cruft left over from SVN r258360.
Modified:
head/usr.sbin/bsdconfig/networking/share/device.subr
Modified: head/usr.sbin/bsdconfig/networking/sha
Hi,
Thanks for information. Fix has been committed.
regards,
grzesiek
2013/11/20 John-Mark Gurney
> Grzegorz Bernacki wrote this message on Wed, Nov 20, 2013 at 11:10 +:
> > Author: gber
> > Date: Wed Nov 20 11:10:23 2013
> > New Revision: 258387
> > URL: http://svnweb.freebsd.org/changes
Author: gber
Date: Thu Nov 21 09:19:14 2013
New Revision: 258425
URL: http://svnweb.freebsd.org/changeset/base/258425
Log:
Unbreak compilation with GCC.
Modified:
head/sys/dev/nand/nand_cdev.c
head/sys/dev/nand/nand_geom.c
Modified: head/sys/dev/nand/nand_cdev.c
===
43 matches
Mail list logo