Author: yongari
Date: Wed Jul 10 06:46:46 2013
New Revision: 253134
URL: http://svnweb.freebsd.org/changeset/base/253134
Log:
Avoid controller reinitialization which could be triggered by
dhclient(8) or alias addresses are added.
Tested by:dcx dcy
Modified:
head/sys/dev/hme/if_hme
On Tue, 9 Jul 2013, Jim Harris wrote:
On Sat, Jul 6, 2013 at 7:26 PM, Bruce Evans wrote:
On Sat, 6 Jul 2013, Jilles Tjoelker wrote:
On Sat, Jul 06, 2013 at 08:42:49PM +0200, Pawel Jakub Dawidek wrote:
[>]* ...
Bruce, until sysexits(3) doesn't explicitly say it shouldn't be used,
please
Author: obrien
Date: Tue Jul 9 23:47:28 2013
New Revision: 253122
URL: http://svnweb.freebsd.org/changeset/base/253122
Log:
Refactor random_systat to be a *random_systat. This avoids unnecessary
structure copying in random_ident_hardware(). This change will also help
further modularization
Author: dteske
Date: Tue Jul 9 23:21:57 2013
New Revision: 253121
URL: http://svnweb.freebsd.org/changeset/base/253121
Log:
Adjust comments to fit within 80-columns.
Modified:
head/usr.sbin/bsdconfig/share/dialog.subr
Modified: head/usr.sbin/bsdconfig/share/dialog.subr
=
Author: marius
Date: Tue Jul 9 23:12:26 2013
New Revision: 253120
URL: http://svnweb.freebsd.org/changeset/base/253120
Log:
- As it turns out, not only MSI-X is broken for devices passed through by
VMware up to at least ESXi 5.1. Actually, using INTx in that case instead
may still resul
Author: delphij
Date: Tue Jul 9 22:04:35 2013
New Revision: 253119
URL: http://svnweb.freebsd.org/changeset/base/253119
Log:
Sync with KAME.
MFC after:1 month
Modified:
head/sys/crypto/sha2/sha2.c
head/sys/crypto/sha2/sha2.h
Modified: head/sys/crypto/sha2/sha2.c
=
Author: dteske
Date: Tue Jul 9 22:01:05 2013
New Revision: 253118
URL: http://svnweb.freebsd.org/changeset/base/253118
Log:
Fix conditional (der should match the comment above it).
MFC after:1 day
Modified:
head/usr.sbin/bsdconfig/share/dialog.subr
Modified: head/usr.sbin/bsdconfig
Author: dteske
Date: Tue Jul 9 21:53:57 2013
New Revision: 253117
URL: http://svnweb.freebsd.org/changeset/base/253117
Log:
Do two things: First, don't obscure the backtitle. Second, read ~/.dialogrc
if it exists to determine if use_shadow is true (ON) or false (OFF).
The purpose of dete
Author: jimharris
Date: Tue Jul 9 21:33:12 2013
New Revision: 253116
URL: http://svnweb.freebsd.org/changeset/base/253116
Log:
Ensure controller or namespace node name is specified before trying to
access it.
While here, also fix the identify usage message to show the -v and -x
paramet
Author: jimharris
Date: Tue Jul 9 21:31:58 2013
New Revision: 253115
URL: http://svnweb.freebsd.org/changeset/base/253115
Log:
Condense the output for displaying LBA formats.
Sponsored by: Intel
MFC after:3 days
Modified:
head/sbin/nvmecontrol/identify.c
Modified: head/sbin/nvmec
Author: jimharris
Date: Tue Jul 9 21:31:21 2013
New Revision: 253114
URL: http://svnweb.freebsd.org/changeset/base/253114
Log:
Send per-namespace logpage commands to the controller devnode, so they
are processed as admin commands, not I/O commands.
As part of this change, pull out the co
Author: jimharris
Date: Tue Jul 9 21:24:19 2013
New Revision: 253113
URL: http://svnweb.freebsd.org/changeset/base/253113
Log:
Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.h
if not already defined elsewhere.
Requested by: attilio
MFC after:3 days
Modified:
Author: jimharris
Date: Tue Jul 9 21:22:17 2013
New Revision: 253112
URL: http://svnweb.freebsd.org/changeset/base/253112
Log:
Update copyright dates.
MFC after:3 days
Modified:
head/sys/dev/nvd/nvd.c
head/sys/dev/nvme/nvme.c
head/sys/dev/nvme/nvme.h
head/sys/dev/nvme/nvme_ctr
Author: jimharris
Date: Tue Jul 9 21:21:29 2013
New Revision: 253111
URL: http://svnweb.freebsd.org/changeset/base/253111
Log:
Update nvme(4) and nvd(4) to reflect recent work and upcoming inclusion
in 9.2 release.
Sponsored by: Intel
MFC after:3 days
Modified:
head/share/man/ma
Author: jimharris
Date: Tue Jul 9 21:20:08 2013
New Revision: 253110
URL: http://svnweb.freebsd.org/changeset/base/253110
Log:
Try to read firmware image before prompting the user to confirm
firmware download. This correctly prints an error and exits for
an incorrect firmware image name be
On Sat, Jul 6, 2013 at 7:26 PM, Bruce Evans wrote:
> On Sat, 6 Jul 2013, Jilles Tjoelker wrote:
>
> On Sat, Jul 06, 2013 at 08:42:49PM +0200, Pawel Jakub Dawidek wrote:
>>
>>> On Thu, Jul 04, 2013 at 11:44:28AM +1000, Bruce Evans wrote:
>>>
Many style bugs are visible in this patch:
>>
Author: jimharris
Date: Tue Jul 9 21:14:15 2013
New Revision: 253109
URL: http://svnweb.freebsd.org/changeset/base/253109
Log:
Incorporate feedback from bde@ based on r252672 changes:
* Use 0/1 instead of sysexits. Man pages are confusing on this topic,
but 0/1 is sufficient for nvmec
Author: jimharris
Date: Tue Jul 9 21:03:39 2013
New Revision: 253108
URL: http://svnweb.freebsd.org/changeset/base/253108
Log:
Do not retry failed async event requests.
Sponsored by: Intel
MFC after:3 days
Modified:
head/sys/dev/nvme/nvme_ctrlr.c
Modified: head/sys/dev/nvme/nvme_
Author: jimharris
Date: Tue Jul 9 21:02:45 2013
New Revision: 253107
URL: http://svnweb.freebsd.org/changeset/base/253107
Log:
Add pci_enable_busmaster() and pci_disable_busmaster() calls in
nvme_attach() and nvme_detach() respectively.
Sponsored by: Intel
MFC after:3 days
Modifie
Author: kib
Date: Tue Jul 9 20:49:32 2013
New Revision: 253106
URL: http://svnweb.freebsd.org/changeset/base/253106
Log:
There are several code sequences like
vfs_busy(mp);
vfs_write_suspend(mp);
which are problematic if other thread starts unmount between two
calls. The un
On 2013-07-09 10:42, Andriy Gapon wrote:
Author: avg
Date: Tue Jul 9 08:42:02 2013
New Revision: 253072
URL: http://svnweb.freebsd.org/changeset/base/253072
Log:
amd64: use -mno-omit-leaf-frame-pointer in addition to
-fno-omit-frame-pointer
... in kernel builds. This is to make behavio
Author: tuexen
Date: Tue Jul 9 19:12:47 2013
New Revision: 253105
URL: http://svnweb.freebsd.org/changeset/base/253105
Log:
Fix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASSOC in
sctp_opt_info().
MFC after: 3 days
Modified:
head/lib/libc/net/sctp_sys_calls.c
Modified: head/lib/
Author: tuexen
Date: Tue Jul 9 19:04:19 2013
New Revision: 253104
URL: http://svnweb.freebsd.org/changeset/base/253104
Log:
Fix a bug where SCTP_ENABLE_STREAM_RESET is not handled by
sctp_opt_info().
MFC after: 3 days
Modified:
head/lib/libc/net/sctp_sys_calls.c
Modified: head/lib/li
Author: imp
Date: Tue Jul 9 19:01:38 2013
New Revision: 253103
URL: http://svnweb.freebsd.org/changeset/base/253103
Log:
Nearly a complete rewrite of elf.h.
Start with NetBSD's sys/arch/mips/include/elf_machdep.h 1.18. Remove the
NetBSD
specific glue pieces (leaving mostly just relocati
On Monday, July 08, 2013 7:24:04 pm Garrett Cooper wrote:
> On Mon, Jul 8, 2013 at 2:13 PM, John Baldwin wrote:
> > On Monday, July 08, 2013 2:23:31 am Garrett Cooper wrote:
> >> On Sun, Jul 7, 2013 at 7:25 PM, Garrett Cooper
> > wrote:
> >> > On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote:
Author: jkim
Date: Tue Jul 9 18:15:59 2013
New Revision: 253102
URL: http://svnweb.freebsd.org/changeset/base/253102
Log:
Remove redundant definitions to appease tinderbox.
Modified:
head/sys/dev/ixgb/if_ixgb.c
head/sys/dev/ixgb/ixgb_ids.h
Modified: head/sys/dev/ixgb/if_ixgb.c
===
On Monday, July 08, 2013 6:13:22 pm Garrett Cooper wrote:
> On Jul 8, 2013, at 2:25 PM, John Baldwin wrote:
>
> > Author: jhb
> > Date: Mon Jul 8 21:25:12 2013
> > New Revision: 253048
> > URL: http://svnweb.freebsd.org/changeset/base/253048
> >
> > Log:
> > Allow mlx4 devices to switch from Et
Author: ae
Date: Tue Jul 9 15:10:27 2013
New Revision: 253100
URL: http://svnweb.freebsd.org/changeset/base/253100
Log:
Correct CTASSERT condition.
Modified:
head/sys/net/vnet.h
Modified: head/sys/net/vnet.h
==
---
Author: ae
Date: Tue Jul 9 15:20:46 2013
New Revision: 253101
URL: http://svnweb.freebsd.org/changeset/base/253101
Log:
Correct the size of allocated memory to store array of counters.
Modified:
head/sys/netinet6/in6.c
Modified: head/sys/netinet6/in6.c
==
Author: tuexen
Date: Tue Jul 9 14:38:26 2013
New Revision: 253099
URL: http://svnweb.freebsd.org/changeset/base/253099
Log:
Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics
accounting.
X-MFC with: r252026
Modified:
head/sys/netinet/sctp_input.c
Modified: head/sys/
Author: pfg
Date: Tue Jul 9 14:23:00 2013
New Revision: 253098
URL: http://svnweb.freebsd.org/changeset/base/253098
Log:
Reinstate the assertion from r253045.
UFS r232732 reverted the change as the real problem was to be fixed
at the syscall level.
Reported by: bde
Modified:
hea
Author: kib
Date: Tue Jul 9 13:22:30 2013
New Revision: 253095
URL: http://svnweb.freebsd.org/changeset/base/253095
Log:
Fix typo in comment.
MFC after:3 days
Modified:
head/sys/vm/swap_pager.c
Modified: head/sys/vm/swap_pager.c
=
On Mon, 1 Jul 2013 11:56:25 +1000 (EST)
Bruce Evans wrote:
> On Sun, 30 Jun 2013, Aleksandr Rybalko wrote:
>
> > Log:
> > Decrypt magic numbers - define names for fields of Generic Timer's CNTKCTL
> > reg.
> >
> > Submitted by: Ruslan Bukin
> >
> > Modified:
> > head/sys/arm/arm/generi
Author: kib
Date: Tue Jul 9 12:55:01 2013
New Revision: 253094
URL: http://svnweb.freebsd.org/changeset/base/253094
Log:
Use MSI for xhci(4), if supported.
Reviewed by: jhb
Tested by:dchagin
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/dev/usb/
On Tue, 9 Jul 2013, Andriy Gapon wrote:
Log:
should_yield: protect from td_swvoltick being uninitialized or too stale
The distance between ticks and td_swvoltick should be calculated as
an unsigned number. Previously we could end up comparing a negative
number with hogticks in which case s
Author: joel (doc committer)
Date: Tue Jul 9 12:25:44 2013
New Revision: 253093
URL: http://svnweb.freebsd.org/changeset/base/253093
Log:
Make mandoc lint happy.
Modified:
head/share/man/man4/bridge.4
Modified: head/share/man/man4/bridge.4
===
Author: smh
Date: Tue Jul 9 10:41:17 2013
New Revision: 253091
URL: http://svnweb.freebsd.org/changeset/base/253091
Log:
Added 4K QUIRK for OCZ Vertex 4 SSDs
Submitted by: Borja Marcos
MFC after:2 days
Modified:
head/sys/cam/ata/ata_da.c
head/sys/cam/scsi/scsi_da.c
Modified: h
Author: rmh
Date: Tue Jul 9 10:27:26 2013
New Revision: 253090
URL: http://svnweb.freebsd.org/changeset/base/253090
Log:
Allow assert() to operate correctly when building userland code.
Modified:
head/sys/crypto/sha2/sha2.c
Modified: head/sys/crypto/sha2/sha2.c
=
run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20130709:
+ Most of network statistics structures were changed to be able
+ keep 64-bits counters. Thus all tools, that work with networking
+ statistics, must be rebuilded (netstat(1), bsnmpd(1
Author: ae
Date: Tue Jul 9 10:08:13 2013
New Revision: 253088
URL: http://svnweb.freebsd.org/changeset/base/253088
Log:
Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,
ipsec4stat, ipsec6stat to PCPU counters.
Modified:
head/sys/netipsec/ah_var.h
head/sys/netipsec/esp_va
Author: ae
Date: Tue Jul 9 10:02:51 2013
New Revision: 253087
URL: http://svnweb.freebsd.org/changeset/base/253087
Log:
Migrate struct carpstats to PCPU counters.
Modified:
head/sys/netinet/ip_carp.c
head/sys/netinet/ip_carp.h
head/usr.bin/netstat/inet.c
Modified: head/sys/netinet/ip_ca
Author: ae
Date: Tue Jul 9 09:59:46 2013
New Revision: 253086
URL: http://svnweb.freebsd.org/changeset/base/253086
Log:
Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters.
Modified:
head/sys/netinet/icmp6.h
head/sys/netinet6/in6.c
head/sys/netinet6/in6_var.h
Modified: head/sys
On 09.07.2013 11:32, Andrey V. Elsukov wrote:
Author: ae
Date: Tue Jul 9 09:32:06 2013
New Revision: 253081
URL: http://svnweb.freebsd.org/changeset/base/253081
Log:
Prepare network statistics structures for migration to PCPU counters.
Use uint64_t as type for all fields of structures.
Author: ae
Date: Tue Jul 9 09:54:54 2013
New Revision: 253085
URL: http://svnweb.freebsd.org/changeset/base/253085
Log:
Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.
Modified:
head/sys/netinet/icmp6.h
head/sys/netinet6/icmp6.c
head/sys/netinet6/in6_proto.c
head/sys/
Author: ae
Date: Tue Jul 9 09:50:15 2013
New Revision: 253084
URL: http://svnweb.freebsd.org/changeset/base/253084
Log:
Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU
counters.
Modified:
head/sys/net/if_arp.h
head/sys/netinet/icmp_var.h
head/sys/netinet/if_ethe
Author: ae
Date: Tue Jul 9 09:43:03 2013
New Revision: 253083
URL: http://svnweb.freebsd.org/changeset/base/253083
Log:
Use new macros to implement ipstat and tcpstat using PCPU counters.
Change interface of kread_counters() similar ot kread() in the netstat(1).
Modified:
head/sys/netinet/
Author: ae
Date: Tue Jul 9 09:37:21 2013
New Revision: 253082
URL: http://svnweb.freebsd.org/changeset/base/253082
Log:
Add several macros to help migrate statistics structures to PCPU counters.
Modified:
head/sys/net/vnet.h
head/sys/sys/counter.h
Modified: head/sys/net/vnet.h
===
Author: ae
Date: Tue Jul 9 09:32:06 2013
New Revision: 253081
URL: http://svnweb.freebsd.org/changeset/base/253081
Log:
Prepare network statistics structures for migration to PCPU counters.
Use uint64_t as type for all fields of structures.
Changed structures: ahstat, arpstat, espstat, i
Author: avg
Date: Tue Jul 9 09:05:00 2013
New Revision: 253079
URL: http://svnweb.freebsd.org/changeset/base/253079
Log:
dtrace/fasttrap: install hook functions only after all data is
initialized
Sponsored by: HybridCluster
MFC after: 7 days
Modified:
head/sys/cddl/contrib/opens
Author: avg
Date: Tue Jul 9 09:03:01 2013
New Revision: 253078
URL: http://svnweb.freebsd.org/changeset/base/253078
Log:
audit_proc_coredump: check return value of audit_new
audit_new may return NULL if audit is disabled or suspended.
Sponsored by: HybridCluster
MFC after:7 days
Author: avg
Date: Tue Jul 9 09:01:44 2013
New Revision: 253077
URL: http://svnweb.freebsd.org/changeset/base/253077
Log:
should_yield: protect from td_swvoltick being uninitialized or too stale
The distance between ticks and td_swvoltick should be calculated as
an unsigned number. Previ
Author: avg
Date: Tue Jul 9 08:59:39 2013
New Revision: 253076
URL: http://svnweb.freebsd.org/changeset/base/253076
Log:
rc.d/zfs: pass -v option to zfs mount
this should make boot process more informative (and entertaining)
on systems with lots of zfs filesystems.
MFC after:7 d
Author: avg
Date: Tue Jul 9 08:58:34 2013
New Revision: 253075
URL: http://svnweb.freebsd.org/changeset/base/253075
Log:
namecache sdt: freebsd doesn't support structured characters yet
:-)
MFC after: 7 days
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache
On Mon, 8 Jul 2013, Garance A Drosehn wrote:
> I think it's probably helpful to point out the -j flag, but I'm
> not sure I would phrase it as if we're sure that the values here
> are the ideal ones. I expect the ideal values depend too much on
> hardware (e.g.: the CPU, type of disk used, and am
Author: mav
Date: Tue Jul 9 08:49:17 2013
New Revision: 253074
URL: http://svnweb.freebsd.org/changeset/base/253074
Log:
Add ID for Marvell 88SE9215 AHCI SATA controller.
MFC after:3 days
Modified:
head/sys/dev/ahci/ahci.c
Modified: head/sys/dev/ahci/ahci.c
Author: avg
Date: Tue Jul 9 08:47:11 2013
New Revision: 253073
URL: http://svnweb.freebsd.org/changeset/base/253073
Log:
zfs: try to properly handle i/o errors in mappedread_sf
Unconditionally freeing a page is not good, especially if it is the page
that was wired by the caller. The che
Author: avg
Date: Tue Jul 9 08:42:02 2013
New Revision: 253072
URL: http://svnweb.freebsd.org/changeset/base/253072
Log:
amd64: use -mno-omit-leaf-frame-pointer in addition to -fno-omit-frame-pointer
... in kernel builds. This is to make behavior of clang consistent with
behavior of gcc
Author: avg
Date: Tue Jul 9 08:40:05 2013
New Revision: 253071
URL: http://svnweb.freebsd.org/changeset/base/253071
Log:
default loader.conf: there is no need to load zpool.cache now
kernel does not need it for importing a root pool.
MFC after:4 weeks
Modified:
head/sys/boot/fo
Author: avg
Date: Tue Jul 9 08:37:42 2013
New Revision: 253070
URL: http://svnweb.freebsd.org/changeset/base/253070
Log:
zfs: load zpool.cache after a root fs is mounted
MFC after:3 weeks
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c
Modified: head/sys/cd
On Tue, 9 Jul 2013, Alexander Motin wrote:
> Author: mav
> Date: Tue Jul 9 08:32:17 2013
> New Revision: 253069
> URL: http://svnweb.freebsd.org/changeset/base/253069
>
> Log:
> Add one more ID of Marvell SATA controller.
>
> Submitted by: marck
> MFC after: 3 days
Thanks a lot
Author: mav
Date: Tue Jul 9 08:32:17 2013
New Revision: 253069
URL: http://svnweb.freebsd.org/changeset/base/253069
Log:
Add one more ID of Marvell SATA controller.
Submitted by: marck
MFC after:3 days
Modified:
head/sys/dev/ahci/ahci.c
Modified: head/sys/dev/ahci/ahci.c
Author: avg
Date: Tue Jul 9 08:30:31 2013
New Revision: 253068
URL: http://svnweb.freebsd.org/changeset/base/253068
Log:
zfsboottest.sh: remove checks for things that are not strictly required
MFC after:10 days
Modified:
head/tools/tools/zfsboottest/zfsboottest.sh
Modified: head/to
Author: avg
Date: Tue Jul 9 08:29:14 2013
New Revision: 253067
URL: http://svnweb.freebsd.org/changeset/base/253067
Log:
zfsboottest: sync with changes in zfs boot code
- spa status can not be called before spa init
- libzfs.h inclusion is now required
- fix alternative code for explic
Author: hrs
Date: Tue Jul 9 08:23:43 2013
New Revision: 253066
URL: http://svnweb.freebsd.org/changeset/base/253066
Log:
Update references.
Modified:
head/lib/libc/net/getaddrinfo.3
head/lib/libc/net/getnameinfo.3
Modified: head/lib/libc/net/getaddrinfo.3
=
Author: hrs
Date: Tue Jul 9 07:57:10 2013
New Revision: 253061
URL: http://svnweb.freebsd.org/changeset/base/253061
Log:
Remove $swapfile and $geli_swap_flags.
Modified:
head/share/man/man5/rc.conf.5
Modified: head/share/man/man5/rc.conf.5
===
Author: hrs
Date: Tue Jul 9 07:55:47 2013
New Revision: 253060
URL: http://svnweb.freebsd.org/changeset/base/253060
Log:
Document IPv6 support.
Modified:
head/share/man/man4/bridge.4
Modified: head/share/man/man4/bridge.4
=
Author: hrs
Date: Tue Jul 9 07:08:36 2013
New Revision: 253058
URL: http://svnweb.freebsd.org/changeset/base/253058
Log:
- Add missing "static" keywords.
- Add a check for ifindex to if_indextoifinfo(). It returns NULL when
if_indextoname() fails.
MFC after:3 days
Modified:
h
Author: hrs
Date: Tue Jul 9 07:03:54 2013
New Revision: 253057
URL: http://svnweb.freebsd.org/changeset/base/253057
Log:
Add a missing white space.
Modified:
head/usr.sbin/rtadvd/config.c
Modified: head/usr.sbin/rtadvd/config.c
===
68 matches
Mail list logo