Author: smh
Date: Thu May 14 08:13:01 2015
New Revision: 282880
URL: https://svnweb.freebsd.org/changeset/base/282880
Log:
Add copyright info missing from r282205
Add the copyright info missing from ZoL origin version.
MFC after:2 days
Sponsored by: Multiplay
Modified:
head/sy
Author: mav
Date: Thu May 14 10:04:42 2015
New Revision: 282881
URL: https://svnweb.freebsd.org/changeset/base/282881
Log:
Do not promote large async writes to sync.
Present implementation of large sync writes is too strict and so can be
quite slow. Instead of doing that, execute large a
Author: bapt
Date: Thu May 14 10:23:57 2015
New Revision: 282882
URL: https://svnweb.freebsd.org/changeset/base/282882
Log:
Bump my limit temporarily.
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
===
Author: fanf
Date: Thu May 14 10:30:37 2015
New Revision: 282883
URL: https://svnweb.freebsd.org/changeset/base/282883
Log:
Clean up whois manual.
Document the RA_SERVER environment variable.
Remove the obsolete -R option, and discourage people from trying
to use the Network Solution
Author: fanf
Date: Thu May 14 10:31:37 2015
New Revision: 282884
URL: https://svnweb.freebsd.org/changeset/base/282884
Log:
whois: special case certain query suffixes
This extends the existing support for -NORID handles
to include -NICAT, -ARIN, and -RIPE handles.
The suffix machiner
Author: fanf
Date: Thu May 14 10:32:05 2015
New Revision: 282885
URL: https://svnweb.freebsd.org/changeset/base/282885
Log:
whois: code cleanup
Remove deprecated options.
Use pedantically correct types.
Modified:
head/usr.bin/whois/whois.c
Modified: head/usr.bin/whois/whois.c
=
Author: fanf
Date: Thu May 14 10:32:35 2015
New Revision: 282886
URL: https://svnweb.freebsd.org/changeset/base/282886
Log:
whois: check WHOIS_SERVER as well as RA_SERVER environment variables
WHOIS_SERVER is used by Debian's whois client.
Modified:
head/usr.bin/whois/whois.1
head/usr.
Author: fanf
Date: Thu May 14 10:33:33 2015
New Revision: 282888
URL: https://svnweb.freebsd.org/changeset/base/282888
Log:
whois: do not clobber command-line flags when tweaking O_NONBLOCK
This can make whois fail to follow referrals when it should.
The bug was introduced in r281959.
Mo
Author: fanf
Date: Thu May 14 10:33:01 2015
New Revision: 282887
URL: https://svnweb.freebsd.org/changeset/base/282887
Log:
whois: try whois.nic.TLD if TLD.whois-servers.net does not exist
Based on an idea from OpenBSD.
Modified:
head/usr.bin/whois/whois.1
head/usr.bin/whois/whois.c
M
Author: fanf
Date: Thu May 14 10:33:51 2015
New Revision: 282889
URL: https://svnweb.freebsd.org/changeset/base/282889
Log:
whois: alphabetize whois server list
Modified:
head/usr.bin/whois/whois.c
Modified: head/usr.bin/whois/whois.c
=
Author: jilles
Date: Thu May 14 10:46:20 2015
New Revision: 282890
URL: https://svnweb.freebsd.org/changeset/base/282890
Log:
MFC r282482: cp: Remove fts sorting.
In an attempt to improve performance, cp reordered directories first
(although the comment says directories last). This is not
Author: fanf
Date: Thu May 14 11:25:18 2015
New Revision: 282891
URL: https://svnweb.freebsd.org/changeset/base/282891
Log:
Bump whois(1) date.
(Thanks to bz@ for the reminder!)
Modified:
head/usr.bin/whois/whois.1
Modified: head/usr.bin/whois/whois.1
===
Author: fanf
Date: Thu May 14 11:33:31 2015
New Revision: 282892
URL: https://svnweb.freebsd.org/changeset/base/282892
Log:
Update whois(1) synopsis.
Modified:
head/usr.bin/whois/whois.1
Modified: head/usr.bin/whois/whois.1
Author: fanf
Date: Thu May 14 11:37:36 2015
New Revision: 282893
URL: https://svnweb.freebsd.org/changeset/base/282893
Log:
whois: add an option to query the PeeringDB
Modified:
head/usr.bin/whois/whois.1
head/usr.bin/whois/whois.c
Modified: head/usr.bin/whois/whois.1
=
Author: ae
Date: Thu May 14 11:47:18 2015
New Revision: 282894
URL: https://svnweb.freebsd.org/changeset/base/282894
Log:
MFC r282578:
Mark data checksum as valid for multicast packets, that we send back
to myself via simloop.
Also remove duplicate check under #ifdef DIAGNOSTIC.
Author: ae
Date: Thu May 14 11:52:27 2015
New Revision: 282895
URL: https://svnweb.freebsd.org/changeset/base/282895
Log:
MFC r282578:
Mark data checksum as valid for multicast packets, that we send back
to myself via simloop.
Also remove duplicate check under #ifdef DIAGNOSTIC.
Author: andrew
Date: Thu May 14 12:43:39 2015
New Revision: 282896
URL: https://svnweb.freebsd.org/changeset/base/282896
Log:
Remove OUTPUT_FORMAT from theARM EFI linker script, it breaks building
for big-endian arm.
Modified:
head/sys/boot/efi/loader/arch/arm/ldscript.arm
Modified: head/s
Author: arybchik
Date: Thu May 14 12:59:17 2015
New Revision: 282897
URL: https://svnweb.freebsd.org/changeset/base/282897
Log:
sfxge: add missing const qualifier to sfxge_link_mode
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Modified:
head/sys/dev/sfxge/sfxg
Author: emaste
Date: Thu May 14 13:27:24 2015
New Revision: 282898
URL: https://svnweb.freebsd.org/changeset/base/282898
Log:
Correct UTF-8 encoding in Británico
One á was ISO 8859-1 0xE1 instead of UTF-8 0xC3 0xA1.
Modified:
head/share/vt/keymaps/INDEX.keymaps
Modified: head/share/vt/k
Author: arybchik
Date: Thu May 14 13:28:29 2015
New Revision: 282899
URL: https://svnweb.freebsd.org/changeset/base/282899
Log:
sfxge: add local variable with Rx descriptor flags
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Modified:
head/sys/dev/sfxge/sfxge_r
Author: arybchik
Date: Thu May 14 13:49:00 2015
New Revision: 282900
URL: https://svnweb.freebsd.org/changeset/base/282900
Log:
sfxge: IPv4 Tx checksum offload may be disabled in fact
Split IFCAP_HWCSUM to IFCAP_RXCSUM and IFCAP_TXCSUM to highlight Tx and Rx.
Sponsored by: Solarflare
Author: trasz
Date: Thu May 14 14:03:55 2015
New Revision: 282901
URL: https://svnweb.freebsd.org/changeset/base/282901
Log:
Build GENERIC with RACCT/RCTL support by default. Note that it still
needs to be enabled by adding "kern.racct.enable=1" to /boot/loader.conf.
Differential Revisio
Author: emaste
Date: Thu May 14 14:07:44 2015
New Revision: 282902
URL: https://svnweb.freebsd.org/changeset/base/282902
Log:
Correct language code -- "Danish" is English
The menu entry "Danish ISO-8859-1 (macbook)" was first added to the
syscons(4) INDEX.keymaps in r241851 with no langua
Author: arybchik
Date: Thu May 14 14:16:09 2015
New Revision: 282903
URL: https://svnweb.freebsd.org/changeset/base/282903
Log:
sfxge: advertise IPv6 Rx and Tx checksum offload support
Tx checksum offload may be enabled/disabled.
Sponsored by: Solarflare Communications, Inc.
MFC af
Author: emaste
Date: Thu May 14 14:20:50 2015
New Revision: 282904
URL: https://svnweb.freebsd.org/changeset/base/282904
Log:
kbdmap(1): increase description size to 256 bytes
After conversion to UTF-8 some INDEX.keymaps descriptions are longer
than the previous limit of 64 bytes.
PR
Author: emaste
Date: Thu May 14 14:40:01 2015
New Revision: 282905
URL: https://svnweb.freebsd.org/changeset/base/282905
Log:
Restore 'he' language code for Hebrew kbdmap(1) menu title
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/share/vt/keymaps/INDEX.keyma
Author: jonathan
Date: Thu May 14 15:14:03 2015
New Revision: 282906
URL: https://svnweb.freebsd.org/changeset/base/282906
Log:
Allow sizeof(cpuset_t) to be queried in capability mode.
This allows functions that retrieve and inspect pthread_attr_t objects to
work correctly: querying the c
Author: pfg
Date: Thu May 14 15:49:48 2015
New Revision: 282907
URL: https://svnweb.freebsd.org/changeset/base/282907
Log:
Add new __unreachable() builtin
This is one of the few post gcc4.2 builtins that has been implemented by
clang:
__builtin_unreachable is used to indicate that a
Author: royger
Date: Thu May 14 16:29:11 2015
New Revision: 282908
URL: https://svnweb.freebsd.org/changeset/base/282908
Log:
netfront: wait for backend to connect before sending ARP
Netfront has to wait for the backend to switch to state XenbusStateConnected
before sending the ARP reques
Author: emaste
Date: Thu May 14 17:12:45 2015
New Revision: 282909
URL: https://svnweb.freebsd.org/changeset/base/282909
Log:
Add fabs() to arm64 libc
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.freebsd.org/D2532
Added:
head/lib/libc/aarch64/gen/f
Author: rpaulo
Date: Thu May 14 17:37:10 2015
New Revision: 282910
URL: https://svnweb.freebsd.org/changeset/base/282910
Log:
ObsoleteFiles: add lib32 entries for libyaml missed in r262407.
Pointy hat: bapt
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
Author: emaste
Date: Thu May 14 17:48:57 2015
New Revision: 282911
URL: https://svnweb.freebsd.org/changeset/base/282911
Log:
Import ELF Tool Chain revision 3197
From http://svn.code.sf.net/p/elftoolchain/code
Modified:
vendor/elftoolchain/dist/INSTALL
vendor/elftoolchain/dist/addr2lin
Author: bapt
Date: Thu May 14 17:49:01 2015
New Revision: 282912
URL: https://svnweb.freebsd.org/changeset/base/282912
Log:
libyaml.so.1 are actually libraries and should only be removed during
make delete-old-libs
Reported by: rpaulo
Modified:
head/ObsoleteFiles.inc
Modified: head/O
Author: emaste
Date: Thu May 14 17:50:20 2015
New Revision: 282913
URL: https://svnweb.freebsd.org/changeset/base/282913
Log:
Tag elftoolchain-r3197
Added:
- copied from r282912, vendor/elftoolchain/dist/
Directory Properties:
vendor/elftoolchain/elftoolchain-r3197/ (props changed)
___
Author: emaste
Date: Thu May 14 18:09:56 2015
New Revision: 282914
URL: https://svnweb.freebsd.org/changeset/base/282914
Log:
kbdmap(1): Correct menu title: keyboards have a layout, not a language
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision:h
Author: sjg
Date: Thu May 14 18:15:21 2015
New Revision: 282915
URL: https://svnweb.freebsd.org/changeset/base/282915
Log:
No need to delete export from filesystems which are not exported.
Modified:
stable/10/usr.sbin/mountd/mountd.c
Modified: stable/10/usr.sbin/mountd/mountd.c
=
Author: emaste
Date: Thu May 14 18:29:05 2015
New Revision: 282916
URL: https://svnweb.freebsd.org/changeset/base/282916
Log:
Add ELF machine EM_IAMCU, 32-bit Intel MCU
It is e_machine 6, which was previously reserved for 486.
Modified:
head/sys/sys/elf_common.h
head/usr.bin/elfdump/el
On 14 May 2015 at 21:09, Ed Maste wrote:
> Author: emaste
> Date: Thu May 14 18:09:56 2015
> New Revision: 282914
> URL: https://svnweb.freebsd.org/changeset/base/282914
>
> Log:
> kbdmap(1): Correct menu title: keyboards have a layout, not a language
>
> MFC after:2 weeks
> Sponsored by
On 14 May 2015 at 14:33, Sergey Kandaurov wrote:
> On 14 May 2015 at 21:09, Ed Maste wrote:
>> Author: emaste
>> Date: Thu May 14 18:09:56 2015
>> New Revision: 282914
>> URL: https://svnweb.freebsd.org/changeset/base/282914
>>
>> Log:
>> kbdmap(1): Correct menu title: keyboards have a layout,
Author: jilles
Date: Thu May 14 19:32:13 2015
New Revision: 282917
URL: https://svnweb.freebsd.org/changeset/base/282917
Log:
MFC r282482: cp: Remove fts sorting.
In an attempt to improve performance, cp reordered directories first
(although the comment says directories last). This is not
Author: emaste
Date: Thu May 14 19:48:15 2015
New Revision: 282918
URL: https://svnweb.freebsd.org/changeset/base/282918
Log:
Update to ELF Tool Chain r3197
Highlights:
- Fix man page markup, whitespace, and typos
- Fix sh_info of SHT_GROUP section to point to the correct string
-
Author: emaste
Date: Thu May 14 20:17:53 2015
New Revision: 282920
URL: https://svnweb.freebsd.org/changeset/base/282920
Log:
vtfontcvt: Allow 6 digits in verbose output
Some fonts (e.g. GNU Unifont) have more than 100,000 (half-)glyphs.
Sponsored by: The FreeBSD Foundation
Modified:
On 04/02/2015 11:24 AM, Hans Petter Selasky wrote:
> If we are transmitting using TSO, will the network adapter increment the
> IP ID field somehow? What happens if an outgoing IP packet resulting
Sorry for the delayed reply; I was just catching up on FreeBSD email,
and I'm not sure that the ab
Author: jimharris
Date: Thu May 14 20:19:22 2015
New Revision: 282921
URL: https://svnweb.freebsd.org/changeset/base/282921
Log:
Add nvme and nvd drivers to GENERIC for amd64 and i386.
MFC after:3 days
Sponsored by: Intel
Modified:
head/sys/amd64/conf/GENERIC
head/sys/i386/conf/G
Author: grehan
Date: Thu May 14 21:08:48 2015
New Revision: 282922
URL: https://svnweb.freebsd.org/changeset/base/282922
Log:
Bump the size of the blockif scatter-gather list to 67.
The Windows virtio driver ignores the advertized seg_max
field and assumes the host can accept up to 67 seg
Author: jimharris
Date: Thu May 14 21:27:31 2015
New Revision: 282923
URL: https://svnweb.freebsd.org/changeset/base/282923
Log:
MFC r281280:
nvme: fall back to a smaller MSI-X vector allocation if necessary
Previously, if per-CPU MSI-X vectors could not be allocated,
nvme(4) w
Author: jimharris
Date: Thu May 14 21:28:46 2015
New Revision: 282924
URL: https://svnweb.freebsd.org/changeset/base/282924
Log:
MFC r281281, r281285:
nvme: create separate DMA tag for non-payload DMA buffers
Submission and completion queue memory need to use a
separate DMA tag
Author: jimharris
Date: Thu May 14 21:29:42 2015
New Revision: 282925
URL: https://svnweb.freebsd.org/changeset/base/282925
Log:
MFC r281282:
nvme: add device strings for Intel DC series NVMe SSDs
Sponsored by: Intel
Modified:
stable/10/sys/dev/nvme/nvme.c
Directory Properties:
Author: jimharris
Date: Thu May 14 21:30:36 2015
New Revision: 282926
URL: https://svnweb.freebsd.org/changeset/base/282926
Log:
MFC r281283:
nvme: remove CHATHAM related code
Chatham was an internal NVMe prototype board used for
early driver development.
Sponsored by: Int
Author: delphij
Date: Thu May 14 21:34:20 2015
New Revision: 282928
URL: https://svnweb.freebsd.org/changeset/base/282928
Log:
Apply upstream changeset e6c9668:
Add a check to archive_read_filter_consume to reject any
attempts to move the file pointer by a negative amount.
Note: Eit
Author: delphij
Date: Thu May 14 21:33:33 2015
New Revision: 282927
URL: https://svnweb.freebsd.org/changeset/base/282927
Log:
Apply upstream changeset 3865cf2:
Issue 394: Segfault when reading malformed old-style cpio archives
Root cause here was an implicit cast that resulted in
readi
Author: delphij
Date: Thu May 14 21:39:03 2015
New Revision: 282930
URL: https://svnweb.freebsd.org/changeset/base/282930
Log:
Apply upstream changeset 24f5de6:
Set a proper error message if we hit end-of-file when
trying to read a cpio header.
Suggested by Issue #395, although the a
Author: delphij
Date: Thu May 14 22:35:26 2015
New Revision: 282932
URL: https://svnweb.freebsd.org/changeset/base/282932
Log:
MFV r282927,r282928,r282930 (kientzle):
Don't segfault when reading malformed cpio archives.
MFC after:3 days
Modified:
head/contrib/libarchive/libarchi
Author: rmacklem
Date: Thu May 14 22:50:07 2015
New Revision: 282933
URL: https://svnweb.freebsd.org/changeset/base/282933
Log:
MFC: r281960
MAXBSIZE defines both the largest UFS block size and the
largest size for a buffer in the buffer cache. This patch
defines a new constant MAXBCACHEBU
Author: ganbold
Date: Fri May 15 00:39:51 2015
New Revision: 282934
URL: https://svnweb.freebsd.org/changeset/base/282934
Log:
It appears to be armv7_sleep is a duplication of armv7_cpu_sleep.
For consistency with the naming conventions used by the other
implementations kill armv7_sleep and
Author: araujo (ports committer)
Date: Fri May 15 06:11:47 2015
New Revision: 282939
URL: https://svnweb.freebsd.org/changeset/base/282939
Log:
Free vsi->queues after use.
Differential Revision:D2344
Reviewed by: erj
Modified:
head/sys/dev/ixl/if_ixlv.c
Modified: head
On Thu, May 14, 2015 at 07:32:13PM +, Jilles Tjoelker wrote:
> Author: jilles
> Date: Thu May 14 19:32:13 2015
> New Revision: 282917
> URL: https://svnweb.freebsd.org/changeset/base/282917
>
> Log:
> MFC r282482: cp: Remove fts sorting.
>
> [...]
Could (if should) it be MFCed to stabl
Author: arybchik
Date: Fri May 15 06:48:36 2015
New Revision: 282940
URL: https://svnweb.freebsd.org/changeset/base/282940
Log:
sfxge: LRO may be done only if checksums are OK
Also it is cheaper to check Rx descriptor flags than TCP protocol in IP
header.
Reviewed by:gnn
Sponso
Author: arybchik
Date: Fri May 15 06:49:43 2015
New Revision: 282941
URL: https://svnweb.freebsd.org/changeset/base/282941
Log:
sfxge: do not change CSUM_TSO when IFCAP_TSOx is changed
It is simply not required since the kernel checks corresponding
IFCAP_TSOx capability and CSUM_TSO in hw
Author: arybchik
Date: Fri May 15 06:50:59 2015
New Revision: 282942
URL: https://svnweb.freebsd.org/changeset/base/282942
Log:
sfxge: split sfxge_tx_qdpl_put() into *_locked() and *_unlocked()
It simplifies understanding of the sfxge_tx_packet_add() logic and
avoids passing of 'locked' t
60 matches
Mail list logo