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
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
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
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
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: 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: 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: 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: 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: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: 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
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 "
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
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 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.
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
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 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: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 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: 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, 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: 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
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: 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: 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: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: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
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: 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: 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: 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: 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: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: 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: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: 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: 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 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
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: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
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
43 matches
Mail list logo