Author: ae
Date: Fri Jan 23 13:26:35 2015
New Revision: 277562
URL: https://svnweb.freebsd.org/changeset/base/277562
Log:
After r270929 RAW IP code assumes that all IP fields are in network
byte order. Fix ping(8) to pass an IP header with converted ip_off
and ip_len fields, when IP_HDRINCL
Author: will
Date: Fri Jan 23 14:28:12 2015
New Revision: 277563
URL: https://svnweb.freebsd.org/changeset/base/277563
Log:
When a CARP state change is caused by an ifconfig request, log it accordingly.
Suggested by: glebius
MFC after:1 week
MFC with: 277530
Modified:
head/sy
On Fri, Jan 23, 2015 at 02:03:53AM +0300, Gleb Smirnoff wrote:
> Very nice, thanks!
>
> The only thing I'd suggest to change is "SIOCSVH". You and me, we understand
> this enchantment word, but average user Joe doesn't. :) May be a text like
> "user requested" or something else. I don't insist on
Author: will
Date: Fri Jan 23 14:30:24 2015
New Revision: 277564
URL: https://svnweb.freebsd.org/changeset/base/277564
Log:
Log hardware interface up/down as "hardware" rather than just "hw".
Suggested by: glebius
MFC after:1 week
MFC with: 277530
Modified:
head/sys/netinet/i
Author: kevlo
Date: Fri Jan 23 15:14:30 2015
New Revision: 277565
URL: https://svnweb.freebsd.org/changeset/base/277565
Log:
Remove break after return.
Modified:
head/sys/dev/agp/agp_nvidia.c
head/sys/dev/cx/cxddk.c
head/sys/dev/dc/if_dc.c
Modified: head/sys/dev/agp/agp_nvidia.c
Author: will
Date: Fri Jan 23 15:55:03 2015
New Revision: 277566
URL: https://svnweb.freebsd.org/changeset/base/277566
Log:
Print transfer times for read, write, & overall independently.
Round up calculated values for iops and average time per io to avoid a
shifting display if there are 1
Author: will
Date: Fri Jan 23 16:03:02 2015
New Revision: 277567
URL: https://svnweb.freebsd.org/changeset/base/277567
Log:
Allow lists for "nooption" and "nooptions" keywords.
usr.sbin/config/config.y
According to config(5), the "device", "devices",
"nodevice", "nodevices",
Author: ian
Date: Fri Jan 23 16:05:47 2015
New Revision: 277568
URL: https://svnweb.freebsd.org/changeset/base/277568
Log:
Add pinctrl driver support for the encoded input register config words
that the linux guys made up on the fly (but didn't document) last August.
This type of encoded con
Author: will
Date: Fri Jan 23 16:15:55 2015
New Revision: 277569
URL: https://svnweb.freebsd.org/changeset/base/277569
Log:
Make "vmstat -i" respect the -c and -i options together.
Submitted by: asomers
MFC after:1 week
Sponsored by: Spectra Logic
MFSpectraBSD: 1066735 on 2014/0
Author: will
Date: Fri Jan 23 16:18:39 2015
New Revision: 277570
URL: https://svnweb.freebsd.org/changeset/base/277570
Log:
Use CLOCK_UPTIME to get the uptime instead of CLOCK_MONOTONIC.
Submitted by: asomers
MFC after:1 week
Sponsored by: Spectra Logic
MFSpectraBSD: 1066740 on 20
Author: will
Date: Fri Jan 23 16:21:31 2015
New Revision: 277571
URL: https://svnweb.freebsd.org/changeset/base/277571
Log:
Use clock_gettime to measure the time that we spent asleep during
"vmstat -i" instead of assuming it's what we asked for.
Submitted by: asomers
MFC after:1 wee
Author: delphij
Date: Fri Jan 23 17:16:26 2015
New Revision: 277572
URL: https://svnweb.freebsd.org/changeset/base/277572
Log:
MFC r275734: MFV r275542:
If a dnode has a spill block and there is an error while accessing
a data block then traverse_dnode() loses information about that error
Author: delphij
Date: Fri Jan 23 17:21:11 2015
New Revision: 277573
URL: https://svnweb.freebsd.org/changeset/base/277573
Log:
MFC r275735: MFV r275543:
Remove always true tests for ds->ds_phys' presence.
Clean up assertions in dsl_dataset_disown.
Remove unreachable code in dsl_da
Author: delphij
Date: Fri Jan 23 17:24:56 2015
New Revision: 277574
URL: https://svnweb.freebsd.org/changeset/base/277574
Log:
MFC r275736: MFV r275544:
Clean up some duplicated code in dnode_sync() around freeing spill blocks.
Illumos issue:
5350 clean up code in dnode_sync()
M
Author: delphij
Date: Fri Jan 23 17:31:41 2015
New Revision: 277575
URL: https://svnweb.freebsd.org/changeset/base/277575
Log:
MFC r275737: MFV r275545:
If zio_checksum_error() returns other than ECKSUM (e.g. EINVAL), it does not
fill in the "zio_bad_cksum_t *info" parameter. Caller shou
Author: delphij
Date: Fri Jan 23 17:41:34 2015
New Revision: 277576
URL: https://svnweb.freebsd.org/changeset/base/277576
Log:
MFC r275738: MFV r275546:
Reduce scrub activities when system there is enough dirty data, namely when
dirty data is more than zfs_vdev_async_write_active_min_dirt
Author: glebius
Date: Fri Jan 23 17:49:16 2015
New Revision: 277577
URL: https://svnweb.freebsd.org/changeset/base/277577
Log:
Merge r277258: plug mutex leak in ngctl(8).
Modified:
stable/10/usr.sbin/ngctl/main.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sb
Author: delphij
Date: Fri Jan 23 18:11:48 2015
New Revision: 277578
URL: https://svnweb.freebsd.org/changeset/base/277578
Log:
MFC r274418 (gjb):
Fix an mdoc(7) macro that is not an option in the provided
description.
Bump Dd.
As CDDL License dictates, update the Copyright accor
Author: jkim
Date: Fri Jan 23 18:12:44 2015
New Revision: 277579
URL: https://svnweb.freebsd.org/changeset/base/277579
Log:
Revert r216942. This commit was premature and caused too many complaints.
PR: 162859
MFC after:3 days
Modified:
head/sys/dev/acpica/acpi_ec.c
Modi
Author: delphij
Date: Fri Jan 23 18:14:29 2015
New Revision: 277580
URL: https://svnweb.freebsd.org/changeset/base/277580
Log:
MFC r275739: MFV r275547:
Port Illumos 'zfs allow' examples update. While I'm there also fix
a typo.
Illumos issue:
4181 zfs(1m): 'zfs allow' examples
Author: glebius
Date: Fri Jan 23 18:15:15 2015
New Revision: 277581
URL: https://svnweb.freebsd.org/changeset/base/277581
Log:
Merge r274709 by eri@: deal with IPv6 same way as we IPv4 and calculate
the checksum before entering pf_test6().
PR: 172648, 179392
Modified:
stable/
Author: delphij
Date: Fri Jan 23 18:16:36 2015
New Revision: 277582
URL: https://svnweb.freebsd.org/changeset/base/277582
Log:
MFC r275740: MFV r275548:
Verify that the block pointer is structurally valid, before attempting to
read it in. It can only be invalid in the case of a ZFS bug,
Author: delphij
Date: Fri Jan 23 18:23:19 2015
New Revision: 277583
URL: https://svnweb.freebsd.org/changeset/base/277583
Log:
MFC r275748: MFV r247174:
Expose arc_meta_limit, et al via kstats.
Note that as a result, vfs.zfs.arc_meta_used is removed.
The existing vfs.zfs.arc_meta_lim
Author: delphij
Date: Fri Jan 23 18:28:37 2015
New Revision: 277584
URL: https://svnweb.freebsd.org/changeset/base/277584
Log:
MFC r275781: MFV r275550:
In addition to r273158, make the code in spa_sync() that checks if the
current TXG is a no-op TXG less fragile.
Illumos issue:
Author: delphij
Date: Fri Jan 23 18:30:32 2015
New Revision: 277585
URL: https://svnweb.freebsd.org/changeset/base/277585
Log:
MFC r275782: MFV r275551:
Remove "dbuf phys" db->db_data pointer aliases.
Use function accessors that cast db->db_data to the appropriate
"phys" type, removi
Author: delphij
Date: Fri Jan 23 18:33:50 2015
New Revision: 277586
URL: https://svnweb.freebsd.org/changeset/base/277586
Log:
MFC r275811: MFV r275783:
Convert ARC flags to use enum. Previously, public flags are defined in
arc.h and private flags are defined in arc.c which can lead to c
Author: delphij
Date: Fri Jan 23 18:36:21 2015
New Revision: 277587
URL: https://svnweb.freebsd.org/changeset/base/277587
Log:
MFC r275812: MFV r275784:
Plug a memory leak in libzfs. In zfs_iter_bookmarks, an nvlist is allocated
before calling lzc_get_bookmarks, which allocates the nvlis
Author: delphij
Date: Fri Jan 23 18:39:26 2015
New Revision: 277588
URL: https://svnweb.freebsd.org/changeset/base/277588
Log:
MFC r275922: MFV r275914:
As of r270383, the dbuf_compare comparator compares the dbuf
attributes in the following order:
db_level (indirect level)
Author: delphij
Date: Fri Jan 23 18:40:47 2015
New Revision: 277589
URL: https://svnweb.freebsd.org/changeset/base/277589
Log:
MFC r275552: MFV r260710 + 275532:
Add a new method, nvlist_print_json to allow libnvpair to emit JSON.
Added:
stable/10/cddl/contrib/opensolaris/lib/libnvpair/
Author: delphij
Date: Fri Jan 23 18:42:05 2015
New Revision: 277590
URL: https://svnweb.freebsd.org/changeset/base/277590
Log:
MFC r275918:
Sync with NetBSD, mainly address NetBSD bug #43355:
Fix valid_format() to be more careful about allowing only valid
printf formats.
Obtaine
Author: delphij
Date: Fri Jan 23 18:45:22 2015
New Revision: 277591
URL: https://svnweb.freebsd.org/changeset/base/277591
Log:
MFC r276495: Fix markup for minthreads and maxthreads.
PR: 196403
Modified:
stable/10/usr.sbin/nfsd/nfsd.8
Directory Properties:
stable/10/ (props changed)
Author: delphij
Date: Fri Jan 23 18:48:59 2015
New Revision: 277592
URL: https://svnweb.freebsd.org/changeset/base/277592
Log:
MFC r276577: MFV r276568:
Update file to 5.22.
Added:
stable/10/contrib/file/magic/Magdir/qt
- copied unchanged from r276577, head/contrib/file/magic/Magdir
Author: delphij
Date: Fri Jan 23 18:50:36 2015
New Revision: 277593
URL: https://svnweb.freebsd.org/changeset/base/277593
Log:
MFC r276577: MFV r276568:
Update file to 5.22.
Added:
stable/9/contrib/file/magic/Magdir/qt
- copied unchanged from r276577, head/contrib/file/magic/Magdir/
Author: delphij
Date: Fri Jan 23 18:55:24 2015
New Revision: 277595
URL: https://svnweb.freebsd.org/changeset/base/277595
Log:
MFC r276795:
Fix sos@'s name.
Modified:
stable/10/sys/dev/syscons/daemon/daemon_saver.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10
Author: jkim
Date: Fri Jan 23 18:55:04 2015
New Revision: 277594
URL: https://svnweb.freebsd.org/changeset/base/277594
Log:
Simplify retry loops. No functional change.
Modified:
head/sys/dev/acpica/acpi_ec.c
Modified: head/sys/dev/acpica/acpi_ec.c
===
Author: delphij
Date: Fri Jan 23 18:56:31 2015
New Revision: 277596
URL: https://svnweb.freebsd.org/changeset/base/277596
Log:
MFC r276891:
var/named/etc/namedb/working should be removed as part of namedb.
Modified:
stable/10/ObsoleteFiles.inc
Directory Properties:
stable/10/ (props
Author: jkim
Date: Fri Jan 23 19:14:36 2015
New Revision: 277597
URL: https://svnweb.freebsd.org/changeset/base/277597
Log:
MFC: r277270
Merge OpenSSL 1.0.1l.
Relnotes: yes
Modified:
stable/10/crypto/openssl/CHANGES
stable/10/crypto/openssl/Makefile
stable/10/crypto
Author: jkim
Date: Fri Jan 23 19:17:04 2015
New Revision: 277598
URL: https://svnweb.freebsd.org/changeset/base/277598
Log:
MFC: r277274
Update buildinf.h to make SSLeay_version(3) little bit more useful.
Modified:
stable/10/secure/lib/libcrypto/Makefile
Directory Properties:
Author: delphij
Date: Fri Jan 23 19:19:34 2015
New Revision: 277599
URL: https://svnweb.freebsd.org/changeset/base/277599
Log:
Note OpenSSL MFC.
This is a direct commit to stable/10.
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stable/10/release/doc/en_
On Fri, Jan 23, 2015 at 8:18 AM, Will Andrews wrote:
> Author: will
> Date: Fri Jan 23 16:18:39 2015
> New Revision: 277570
> URL: https://svnweb.freebsd.org/changeset/base/277570
>
> Log:
> Use CLOCK_UPTIME to get the uptime instead of CLOCK_MONOTONIC.
>
> Submitted by: asomers
> MFC after:
Author: gjb
Date: Fri Jan 23 19:33:05 2015
New Revision: 277602
URL: https://svnweb.freebsd.org/changeset/base/277602
Log:
Document r277166, ptrace(2) Altivec register support.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified:
Author: gjb
Date: Fri Jan 23 19:33:08 2015
New Revision: 277603
URL: https://svnweb.freebsd.org/changeset/base/277603
Log:
Document r277458, support for cloud hosting providers added to
the Release Engineering build tools.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc
Author: gjb
Date: Fri Jan 23 19:33:03 2015
New Revision: 277601
URL: https://svnweb.freebsd.org/changeset/base/277601
Log:
Document r276881, libedit UTF-8 support.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release
Author: gjb
Date: Fri Jan 23 19:33:46 2015
New Revision: 277604
URL: https://svnweb.freebsd.org/changeset/base/277604
Log:
Update the latest revision.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.IS
Author: cperciva
Date: Fri Jan 23 20:24:13 2015
New Revision: 277606
URL: https://svnweb.freebsd.org/changeset/base/277606
Log:
Provide a recipe of "true" for building the "release" target once its
prerequisites are satisfied, in order to avoid having an implicit rule
triggered by the presen
Author: pfg
Date: Fri Jan 23 20:32:19 2015
New Revision: 277607
URL: https://svnweb.freebsd.org/changeset/base/277607
Log:
GDB: Fix memset thinkos.
2005-03-25 Anthony Green
* remote.c (remote_store_registers): Fix memset usage.
* std-regs.c (value_of_builtin_frame_re
Author: pfg
Date: Fri Jan 23 20:40:31 2015
New Revision: 277608
URL: https://svnweb.freebsd.org/changeset/base/277608
Log:
MFV r277607:
GDB: Fix memset thinkos.
2005-03-25 Anthony Green
* remote.c (remote_store_registers): Fix memset usage.
* std-regs.c (value_o
On Fri, Jan 23, 2015 at 11:23:57AM -0800, Davide Italiano wrote:
> What's the rationale behind this change?
The rationale was to match the clock used to the name (and implied intent)
of the variables used to store/manipulate the data.
It's possible that 'uptime' is entirely the wrong term in vmst
Author: gjb
Date: Fri Jan 23 21:04:59 2015
New Revision: 277609
URL: https://svnweb.freebsd.org/changeset/base/277609
Log:
When iterating through VMFORMATS, the VMBASE file is
not removed or truncated to a zero-size file, which
if used to create more than one disk image format, can
result
On Fri, 2015-01-23 at 20:24 +, Colin Percival wrote:
> Author: cperciva
> Date: Fri Jan 23 20:24:13 2015
> New Revision: 277606
> URL: https://svnweb.freebsd.org/changeset/base/277606
>
> Log:
> Provide a recipe of "true" for building the "release" target once its
> prerequisites are satis
On Fri, 2015-01-23 at 13:56 -0700, Will Andrews wrote:
> On Fri, Jan 23, 2015 at 11:23:57AM -0800, Davide Italiano wrote:
> > What's the rationale behind this change?
>
> The rationale was to match the clock used to the name (and implied intent)
> of the variables used to store/manipulate the data
Author: jilles
Date: Fri Jan 23 21:07:08 2015
New Revision: 277610
URL: https://svnweb.freebsd.org/changeset/base/277610
Log:
Add futimens and utimensat system calls.
The core kernel part is patch file utimes.2008.4.diff from
pluk...@freebsd.org. I updated the code for API changes, added
On Jan 23, 2015, at 12:28, Ian Lepore wrote:
> On Fri, 2015-01-23 at 20:24 +, Colin Percival wrote:
>> Author: cperciva
>> Date: Fri Jan 23 20:24:13 2015
>> New Revision: 277606
>> URL: https://svnweb.freebsd.org/changeset/base/277606
>>
>> Log:
>> Provide a recipe of "true" for building th
Author: jilles
Date: Fri Jan 23 21:08:24 2015
New Revision: 277611
URL: https://svnweb.freebsd.org/changeset/base/277611
Log:
Run make sysent.
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscalls.c
On 01/23/15 12:28, Ian Lepore wrote:
> On Fri, 2015-01-23 at 20:24 +, Colin Percival wrote:
>> release:real-release vm-release cloudware-release
>> +@true
>>
>> real-release:
>> ${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} obj
>>
>
> Wouldn't '.PHONY: release' be a better/more-correct
On Fri, Jan 23, 2015 at 12:56 PM, Will Andrews wrote:
> On Fri, Jan 23, 2015 at 11:23:57AM -0800, Davide Italiano wrote:
>> What's the rationale behind this change?
>
> The rationale was to match the clock used to the name (and implied intent)
> of the variables used to store/manipulate the data.
Author: emaste
Date: Fri Jan 23 21:34:08 2015
New Revision: 277612
URL: https://svnweb.freebsd.org/changeset/base/277612
Log:
Restore addr2line to cross tools
Addr2line is not required for the build, and a per-arch binary is no
longer required with the switch to the ELF Tool Chain. Howeve
On Fri, Jan 23, 2015 at 2:18 PM, Davide Italiano wrote:
> On Fri, Jan 23, 2015 at 12:56 PM, Will Andrews wrote:
>> On Fri, Jan 23, 2015 at 11:23:57AM -0800, Davide Italiano wrote:
>>> What's the rationale behind this change?
>>
>> The rationale was to match the clock used to the name (and implied
On Fri, Jan 23, 2015 at 01:28:52PM -0700, Ian Lepore wrote:
> On Fri, 2015-01-23 at 20:24 +, Colin Percival wrote:
> > Author: cperciva
> > Date: Fri Jan 23 20:24:13 2015
> > New Revision: 277606
> > URL: https://svnweb.freebsd.org/changeset/base/277606
> >
> > Log:
> > Provide a recipe of "
Author: ngie
Date: Fri Jan 23 22:39:27 2015
New Revision: 277617
URL: https://svnweb.freebsd.org/changeset/base/277617
Log:
MFC r276806:
Remove unnecessary .include of bsd.own.mk
Sponsored by: EMC / Isilon Storage Division
Modified:
stable/9/contrib/ofed/Makefile
Directory Prope
Author: delphij
Date: Fri Jan 23 22:46:07 2015
New Revision: 277618
URL: https://svnweb.freebsd.org/changeset/base/277618
Log:
MFC r275923:
Add missing continue: we can't proceed further if the
kernel does not panic with zfs_panic_recover.
Illumos issue:
5438 zfs_blkptr_verify
Author: ngie
Date: Fri Jan 23 23:09:38 2015
New Revision: 277619
URL: https://svnweb.freebsd.org/changeset/base/277619
Log:
MFC r276804:
Fix 'make depend' before infiniband headers have been installed to build
host
by removing space between -I and the header directory
Sponsore
Author: will
Date: Fri Jan 23 23:53:56 2015
New Revision: 277622
URL: https://svnweb.freebsd.org/changeset/base/277622
Log:
Fix panic in firewire and creation of invalid config ROM.
(This change was supposed to be included in r277508.)
sys/boot/i386/libfirewire/firewire.c:
Fix con
Author: will
Date: Sat Jan 24 00:04:34 2015
New Revision: 277624
URL: https://svnweb.freebsd.org/changeset/base/277624
Log:
Bump config(8) minor version for r277567.
Config files built using this version that take advantage of the bugfix
won't be buildable using older config(8).
Subm
Author: delphij
Date: Sat Jan 24 00:27:50 2015
New Revision: 277625
URL: https://svnweb.freebsd.org/changeset/base/277625
Log:
MFC r276904:
Improve style and fix a possible use-after-free case introduced in r268384
by reinitializing the 'freestate' pointer after freeing the memory.
O
Author: neel
Date: Sat Jan 24 00:35:49 2015
New Revision: 277626
URL: https://svnweb.freebsd.org/changeset/base/277626
Log:
Add macro to identify AVIC capability (advanced virtual interrupt controller)
in AMD processors.
Submitted by: Dmitry Luhtionov (dmitryluhtio...@gmail.com)
Modified
Author: will
Date: Sat Jan 24 00:37:41 2015
New Revision: 277627
URL: https://svnweb.freebsd.org/changeset/base/277627
Log:
Add routing_test:static_ipv6_loopback_route_for_each_fib.
It tests that all FIBs get a static IPv6 loopback route.
Submitted by: asomers
MFC after:1 week
Spo
Author: smh
Date: Sat Jan 24 00:40:42 2015
New Revision: 277628
URL: https://svnweb.freebsd.org/changeset/base/277628
Log:
MFC r276194:
Prevent zpool upgrade failing due to unavailable pools
Sponsored by: Multiplay
Modified:
stable/10/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c
Dir
Author: will
Date: Sat Jan 24 00:43:02 2015
New Revision: 277629
URL: https://svnweb.freebsd.org/changeset/base/277629
Log:
When creating or updating a node, use vfs_timestamp() for "now" instead
of gethrestime(), to allow the administrator to decide the appropriate
timestamp precision inste
Author: gonzo
Date: Sat Jan 24 01:53:28 2015
New Revision: 277632
URL: https://svnweb.freebsd.org/changeset/base/277632
Log:
After interrupt read value from register to make sure it reached hardware.
This
should fix "Spurious inteerupt" message
Suggested by ian@
Modified:
head/sys/arm
Author: nwhitehorn
Date: Sat Jan 24 01:58:15 2015
New Revision: 277633
URL: https://svnweb.freebsd.org/changeset/base/277633
Log:
Fix typo in r277561.
Modified:
head/sys/powerpc/aim/machdep.c
Modified: head/sys/powerpc/aim/machdep.c
===
Author: ngie
Date: Sat Jan 24 03:04:08 2015
New Revision: 277636
URL: https://svnweb.freebsd.org/changeset/base/277636
Log:
MFC r277272:
Don't call abort on usage errors; print out the usage message instead
PR: 196793
Sponsored by: EMC / Isilon Storage Division
Modified:
sta
Author: np
Date: Sat Jan 24 04:41:14 2015
New Revision: 277637
URL: https://svnweb.freebsd.org/changeset/base/277637
Log:
Make sure the compiler flag to get cxgbe(4) to compile with gcc is used
only when gcc is being used. This is what r277225 should have been.
Suggested by: dim@
Modifi
Not that i mind if it is intentional (though it seems not), but after this
commit tcpdump does not build anymore with -DWITHOUT_CASPER.
To be precise, the failure is when you do a buildworld with WITHOUT_CASPER,
which does not install the libcapsicum headers.
I understand that there is a change i
On Jan 23, 2015, at 20:52, Luigi Rizzo wrote:
> Not that i mind if it is intentional (though it seems not), but after this
> commit tcpdump does not build anymore with -DWITHOUT_CASPER.
>
> To be precise, the failure is when you do a buildworld with WITHOUT_CASPER,
> which does not install the l
Author: delphij
Date: Sat Jan 24 06:06:46 2015
New Revision: 277638
URL: https://svnweb.freebsd.org/changeset/base/277638
Log:
Don't include libcapsicum headers when requested.
Reported by: luigi
MFC after:14 days
X-MFC-with: r276788
Modified:
head/contrib/tcpdump/tcpdump.c
M
Author: luigi
Date: Sat Jan 24 06:11:13 2015
New Revision: 277639
URL: https://svnweb.freebsd.org/changeset/base/277639
Log:
use the same version as in HEAD
(among other things, the -v flag to make is long since unsupported)
Modified:
stable/10/release/picobsd/build/picobsd
Modified: stabl
77 matches
Mail list logo