Author: dim
Date: Wed Oct 9 07:02:03 2013
New Revision: 256179
URL: http://svnweb.freebsd.org/changeset/base/256179
Log:
Remove redundant declaration of cmclass in
sys/ofed/drivers/infiniband/core/ucm.c, to silence a gcc warning.
Approved by: re (kib)
X-MFC-With: r255932
Modified:
Author: dteske
Date: Wed Oct 9 08:12:26 2013
New Revision: 256181
URL: http://svnweb.freebsd.org/changeset/base/256181
Log:
Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-use
throughout the bsdconfig(8) code. While we're here, add an explicit argument
to lvalue-seek
Author: glebius
Date: Wed Oct 9 11:57:53 2013
New Revision: 256185
URL: http://svnweb.freebsd.org/changeset/base/256185
Log:
- Substitute sbdrop_internal() with sbcut_internal(). The latter doesn't free
mbufs, but return chain of free mbufs to a caller. Caller can either reuse
them or r
Author: glebius
Date: Wed Oct 9 12:00:38 2013
New Revision: 256186
URL: http://svnweb.freebsd.org/changeset/base/256186
Log:
When processing ACK in tcp_do_segment, use sbcut_locked() instead of
sbdrop_locked() to cut acked mbufs from the socket buffer. Free this
chain a batch manner after t
Author: trasz
Date: Wed Oct 9 12:03:04 2013
New Revision: 256187
URL: http://svnweb.freebsd.org/changeset/base/256187
Log:
Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all;
fortunately
nothing seems to actually use this feature, but it's required by standard.
Approv
Author: mav
Date: Wed Oct 9 12:09:01 2013
New Revision: 256188
URL: http://svnweb.freebsd.org/changeset/base/256188
Log:
Close the race on path ID allocation in xpt_bus_register() if two buses are
registered simultaneously. Due to topology unlock between the ID allocation
and the bus regist
Author: trasz
Date: Wed Oct 9 12:17:40 2013
New Revision: 256189
URL: http://svnweb.freebsd.org/changeset/base/256189
Log:
Fix off-by-one.
Coverity CID: 1011375
Approved by: re (glebius)
Sponsored by: FreeBSD Foundation
Modified:
head/usr.sbin/ctld/kernel.c
Modified: head/usr.sbin
Author: trasz
Date: Wed Oct 9 12:19:48 2013
New Revision: 256190
URL: http://svnweb.freebsd.org/changeset/base/256190
Log:
Fix incorrect use of sizeof().
Coverity CID: 1011303
Approved by: re (glebius)
Sponsored by: FreeBSD Foundation
Modified:
head/usr.sbin/ctladm/ctladm.c
Modifi
Author: trasz
Date: Wed Oct 9 12:30:52 2013
New Revision: 256191
URL: http://svnweb.freebsd.org/changeset/base/256191
Log:
Fix two off-by-ones.
Coverity CID: 1087999, 1011375
Approved by: re (glebius)
Sponsored by: FreeBSD Foundation
Modified:
head/usr.sbin/ctladm/ctladm.c
Modifie
Author: trasz
Date: Wed Oct 9 13:28:45 2013
New Revision: 256192
URL: http://svnweb.freebsd.org/changeset/base/256192
Log:
Plug memory leaks.
Coverity CID: 1087993, 1087992
Approved by: re (marius)
Sponsored by: FreeBSD Foundation
Modified:
head/usr.sbin/ctld/login.c
Modified: hea
Author: trasz
Date: Wed Oct 9 13:45:07 2013
New Revision: 256193
URL: http://svnweb.freebsd.org/changeset/base/256193
Log:
Fix memory overrun.
Coverity CID: 1092478
Approved by: re (gjb)
Sponsored by: FreeBSD Foundation
Modified:
head/usr.sbin/iscsid/discovery.c
Modified: head/usr
Author: trasz
Date: Wed Oct 9 13:48:08 2013
New Revision: 256194
URL: http://svnweb.freebsd.org/changeset/base/256194
Log:
Plug memory leak.
Coverity CID: 1087991
Approved by: re (gjb)
Sponsored by: FreeBSD Foundation
Modified:
head/usr.sbin/iscsid/discovery.c
Modified: head/usr.s
Author: trasz
Date: Wed Oct 9 16:55:52 2013
New Revision: 256195
URL: http://svnweb.freebsd.org/changeset/base/256195
Log:
Tidy up, cache return value of a function, and add an assertion;
shouldn't make any functional difference.
Approved by: re (gjb)
Sponsored by: FreeBSD Foundation
Author: dim
Date: Wed Oct 9 17:05:02 2013
New Revision: 256196
URL: http://svnweb.freebsd.org/changeset/base/256196
Log:
Remove redundant redeclarations of uart_s3c2410_class in
sys/arm/s3c2xx0/uart_bus_s3c2410.c and uart_cpu_s3c2410.c, to silence
two gcc warnings.
Approved by: re (gj
Author: trasz
Date: Wed Oct 9 17:06:03 2013
New Revision: 256197
URL: http://svnweb.freebsd.org/changeset/base/256197
Log:
Make the error handling more consistant. Shouldn't make any functional
difference.
Approved by: re (gjb)
Sponsored by: FreeBSD Foundation
Modified:
head/sys/c
Author: gjb
Date: Wed Oct 9 17:07:20 2013
New Revision: 256198
URL: http://svnweb.freebsd.org/changeset/base/256198
Log:
Revert r256095, r256120 (partial), r256121:
r256095:
- Add gnu/usr.bin/rcs back to the base system.
r256120:
- Add WITHOUT_RCS back to src.conf.5.
r25612
Author: dim
Date: Wed Oct 9 17:07:50 2013
New Revision: 256199
URL: http://svnweb.freebsd.org/changeset/base/256199
Log:
Initialize a variable in sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c, to
silence a gcc warning.
Approved by: re (gjb)
X-MFC-With: r255332
Modified:
head/sys/con
Author: jfv
Date: Wed Oct 9 17:32:52 2013
New Revision: 256200
URL: http://svnweb.freebsd.org/changeset/base/256200
Log:
Update the Intel igb driver to version 2.4.0
- This version has support for the new Intel Avoton systems,
including 2.5Gb support, further it now has IPv6/TSO6 support
Author: trasz
Date: Wed Oct 9 17:34:45 2013
New Revision: 256201
URL: http://svnweb.freebsd.org/changeset/base/256201
Log:
Remove no longer useful debugging output and a stale comment.
Approved by: re (gjb)
Sponsored by: FreeBSD Foundation
Modified:
head/sys/cam/ctl/ctl_frontend_iscs
Author: mav
Date: Wed Oct 9 18:14:28 2013
New Revision: 256206
URL: http://svnweb.freebsd.org/changeset/base/256206
Log:
MFC r250395 (by attilio / jeff):
Generalize the bitset operations, present in cpuset and offer a KPI to
redefine such operations for different consumers.
This will be u
Author: mav
Date: Wed Oct 9 18:23:30 2013
New Revision: 256207
URL: http://svnweb.freebsd.org/changeset/base/256207
Log:
MFC r251703 (by attilio):
- Add a BIT_FFS() macro and use it to replace cpusetffs_obj()
Modified:
stable/9/sys/amd64/amd64/mp_machdep.c
stable/9/sys/i386/i386/mp_mach
Author: mav
Date: Wed Oct 9 18:29:06 2013
New Revision: 256208
URL: http://svnweb.freebsd.org/changeset/base/256208
Log:
MFC r255363:
Micro-optimize cpu_search(), allowing compiler to use more efficient inline
ffsl() implementation, when it is available, instead of homegrown iteration.
Author: kib
Date: Wed Oct 9 18:39:44 2013
New Revision: 256209
URL: http://svnweb.freebsd.org/changeset/base/256209
Log:
Reduce code duplication, introduce the getmaxfd() helper to calculate
the max filedescriptor index.
Tested by:pho
Sponsored by: The FreeBSD Foundation
MFC afte
Author: kib
Date: Wed Oct 9 18:41:35 2013
New Revision: 256210
URL: http://svnweb.freebsd.org/changeset/base/256210
Log:
When growing the file descriptor table, new larger memory chunk is
allocated, but the old table is kept around to handle the case of
threads still performing unlocked acc
Author: kib
Date: Wed Oct 9 18:43:29 2013
New Revision: 256211
URL: http://svnweb.freebsd.org/changeset/base/256211
Log:
Do not flush buffers when the v_object of the passed vnode does not
really belong to it. Such vnodes, with the pointers to other vnodes
v_objects, are typically instantia
Author: mav
Date: Wed Oct 9 18:44:05 2013
New Revision: 256212
URL: http://svnweb.freebsd.org/changeset/base/256212
Log:
MFC r249102 (by trasz):
Since the CTL version in FreeBSD does not support High Availability,
ctl_is_single should always be set to 1. Make it so. Previously
it was al
Author: kib
Date: Wed Oct 9 18:45:01 2013
New Revision: 256213
URL: http://svnweb.freebsd.org/changeset/base/256213
Log:
The device vnodes are often unlocked when bread() or bwrite() is
called. This probably should be fixed eventually, but for now it is
not needed to try to flush such vnod
Author: mav
Date: Wed Oct 9 18:45:42 2013
New Revision: 256214
URL: http://svnweb.freebsd.org/changeset/base/256214
Log:
MFC r249256 (by ken):
Fix a memory leak that showed up when we delete LUNs. The memory used for
the LUN was never freed.
ctl.c: Adjust ctl_alloc_lun() to m
Author: mav
Date: Wed Oct 9 18:48:10 2013
New Revision: 256215
URL: http://svnweb.freebsd.org/changeset/base/256215
Log:
MFC r249438:
Use full freeze while PMP does hard reset. This is only cosmetical change.
Modified:
stable/9/sys/cam/ata/ata_pmp.c
Directory Properties:
stable/9/sys/
Author: mav
Date: Wed Oct 9 18:58:28 2013
New Revision: 256216
URL: http://svnweb.freebsd.org/changeset/base/256216
Log:
MFC r249466, r249481, r250025:
Remove multilevel freezing mechanism, implemented to handle specifics of
the ATA/SATA error recovery, when post-reset recovery commands sho
Author: mav
Date: Wed Oct 9 19:02:59 2013
New Revision: 256217
URL: http://svnweb.freebsd.org/changeset/base/256217
Log:
MFC r250131 (by eadler):
Correct a few sizeof()s
Modified:
stable/9/sys/cam/ctl/ctl_frontend_internal.c
stable/9/sys/net/if_spppsubr.c
stable/9/sys/netpfil/ipfw/ip_d
Author: glebius
Date: Wed Oct 9 19:04:40 2013
New Revision: 256218
URL: http://svnweb.freebsd.org/changeset/base/256218
Log:
There are some high performance NICs that count statistics in hardware,
and there are ifnets, that do that via counter(9). Provide a flag that
would skip cache line
Author: mav
Date: Wed Oct 9 19:04:48 2013
New Revision: 256219
URL: http://svnweb.freebsd.org/changeset/base/256219
Log:
MFC r250460 (by eadler):
Fix a bunch of typos.
Modified:
stable/9/sys/cam/ctl/scsi_ctl.c
stable/9/sys/cam/scsi/scsi_da.c
stable/9/sys/cam/scsi/scsi_pt.c
stable/9/s
Author: mav
Date: Wed Oct 9 19:16:54 2013
New Revision: 256220
URL: http://svnweb.freebsd.org/changeset/base/256220
Log:
MFC r253958:
Change CCB queue resize logic to be able safely handle overallocations:
- (re)allocate queue space in power of 2 chunks with 64 elements minimum
and never
Author: mav
Date: Wed Oct 9 19:18:35 2013
New Revision: 256221
URL: http://svnweb.freebsd.org/changeset/base/256221
Log:
MFC r253960:
Pass SIM pointer as an argument to camisr_runqueue() instead of doneq
pointer.
Modified:
stable/9/sys/cam/cam_xpt.c
Directory Properties:
stable/9/sys/
Author: mav
Date: Wed Oct 9 19:19:53 2013
New Revision: 256222
URL: http://svnweb.freebsd.org/changeset/base/256222
Log:
MFC r253987 (by trasz):
Remove dead code.
Modified:
stable/9/sys/cam/ctl/ctl.c
stable/9/sys/cam/ctl/ctl_frontend_internal.c
Directory Properties:
stable/9/sys/ (pr
Author: mav
Date: Wed Oct 9 19:22:01 2013
New Revision: 256223
URL: http://svnweb.freebsd.org/changeset/base/256223
Log:
MFC r254058:
Remove droping topology mutex after iterating 100 periphs in CAMGETPASSTHRU.
That is not so slow and so often operation to handle unneeded otherwise
xsoftc
Author: mav
Date: Wed Oct 9 19:23:12 2013
New Revision: 256224
URL: http://svnweb.freebsd.org/changeset/base/256224
Log:
MFC r254329 (by smh):
Added 4K quirks for:-
* OCZ Agility 2 SSDs
* Marvell SSDs
* Intel X25-M Series SSDs
Modified:
stable/9/sys/cam/ata/ata_da.c
stable/9/sys/ca
Author: mav
Date: Wed Oct 9 19:25:22 2013
New Revision: 256225
URL: http://svnweb.freebsd.org/changeset/base/256225
Log:
MFC r255126:
Add debug trace points for freeze/release device queue.
Modified:
stable/9/sys/cam/cam_debug.h
stable/9/sys/cam/cam_periph.c
stable/9/sys/cam/cam_xpt.c
Author: mav
Date: Wed Oct 9 19:26:35 2013
New Revision: 256226
URL: http://svnweb.freebsd.org/changeset/base/256226
Log:
MFC r255304:
Fix kernel panic if cache->nelms is zero.
Modified:
stable/9/sys/cam/scsi/scsi_enc_ses.c
Directory Properties:
stable/9/sys/ (props changed)
Modified:
Author: mav
Date: Wed Oct 9 19:28:07 2013
New Revision: 256227
URL: http://svnweb.freebsd.org/changeset/base/256227
Log:
MFC r255309:
Make SES driver adequately react on simple enclosure devices -- read Short
Enclosure status to enclosure status field, clear previous state and exit.
Modifi
Author: trasz
Date: Wed Oct 9 19:28:56 2013
New Revision: 256228
URL: http://svnweb.freebsd.org/changeset/base/256228
Log:
Fail connection upon receiving too large data segment.
Approved by: re (glebius)
Sponsored by: FreeBSD Foundation
Modified:
head/sys/dev/iscsi/icl.c
Modified: h
Author: trasz
Date: Wed Oct 9 19:30:13 2013
New Revision: 256229
URL: http://svnweb.freebsd.org/changeset/base/256229
Log:
Be extra paranoid with values obtained from the target.
Approved by: re (glebius)
Sponsored by: FreeBSD Foundation
Modified:
head/sys/dev/iscsi/iscsi.c
Modified
Author: gjb
Date: Wed Oct 9 19:34:11 2013
New Revision: 256230
URL: http://svnweb.freebsd.org/changeset/base/256230
Log:
MFC r228541, r256022:
r228541 (by pjd):
- Put one file into one line. This makes keeping local changes and
merging with FreeBSD easier for vendors.
- For opti
Author: jimharris
Date: Wed Oct 9 19:37:41 2013
New Revision: 256231
URL: http://svnweb.freebsd.org/changeset/base/256231
Log:
Improve logging around some of the isci(4) reset and recovery paths.
Sponsored by: Intel
Discussed with: scottl
Approved by: re (marius)
MFC after:
Author: des
Date: Wed Oct 9 19:37:51 2013
New Revision: 256232
URL: http://svnweb.freebsd.org/changeset/base/256232
Log:
Explicitly pass the full path to the input file to sed. This unbreaks
the WITHOUT_BMAKE build.
Approved by: re (gjb)
Modified:
head/libexec/freebsd-version/Makefi
Author: mav
Date: Wed Oct 9 19:53:42 2013
New Revision: 256233
URL: http://svnweb.freebsd.org/changeset/base/256233
Log:
MFC r241145 (by ken):
Add casts to unbreak the i386 PAE build for the mps(4) driver.
Modified:
stable/9/sys/dev/mps/mps_sas.c
Directory Properties:
stable/9/sys/ (pr
Author: mav
Date: Wed Oct 9 19:55:55 2013
New Revision: 256234
URL: http://svnweb.freebsd.org/changeset/base/256234
Log:
MFC r241759 (by jwd):
Don't lose the 255'th disk behind the initiator.
Modified:
stable/9/sys/dev/mps/mps_sas.c
Directory Properties:
stable/9/sys/ (props changed)
Author: mav
Date: Wed Oct 9 19:57:27 2013
New Revision: 256235
URL: http://svnweb.freebsd.org/changeset/base/256235
Log:
MFC r253809:
Fix a printf typo.
Modified:
stable/9/sys/dev/mps/mps_sas.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
M
Author: mav
Date: Wed Oct 9 19:59:25 2013
New Revision: 256236
URL: http://svnweb.freebsd.org/changeset/base/256236
Log:
MFC r254253, r254257:
r253460 accidentally some moderately expensive debugging code, even
when debugging isn't enabled. Work around this.
Modified:
stable/9/sys/dev/m
Author: joel (doc committer)
Date: Wed Oct 9 20:00:04 2013
New Revision: 256237
URL: http://svnweb.freebsd.org/changeset/base/256237
Log:
Fix missing .
Approved by: re (blanket)
Modified:
head/usr.sbin/bhyveload/bhyveload.8
Modified: head/usr.sbin/bhyveload/bhyveload.8
===
Author: trasz
Date: Wed Oct 9 20:09:58 2013
New Revision: 256238
URL: http://svnweb.freebsd.org/changeset/base/256238
Log:
Properly handle residual count in Data-In PDUs with S bit set.
Approved by: re (gjb)
Sponsored by: FreeBSD Foundation
Modified:
head/sys/dev/iscsi/iscsi.c
Modif
==
--- head/ObsoleteFiles.inc Wed Oct 9 20:14:16 2013(r256240)
+++ head/ObsoleteFiles.inc Wed Oct 9 20:47:20 2013(r256241)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20131009: freebsd-version moved from /libexec to /bin
Author: pjd
Date: Wed Oct 9 20:58:50 2013
New Revision: 256242
URL: http://svnweb.freebsd.org/changeset/base/256242
Log:
Handle the cases where NULL is passed as cap_rightsp to the
filestat_new_entry() function.
Reported by: Alex Kozlov
Approved by: re (gjb)
Modified:
head/lib/li
Author: kan
Date: Wed Oct 9 21:33:19 2013
New Revision: 256244
URL: http://svnweb.freebsd.org/changeset/base/256244
Log:
Unbreak zfsloader with LOADER_TFTP_SUPPORT on
Only accept 'net' and 'pxe' devices as underlying transport
in tftp.c on x86. Prior to this change tftp code would attemp
Author: davidch
Date: Wed Oct 9 21:46:31 2013
New Revision: 256245
URL: http://svnweb.freebsd.org/changeset/base/256245
Log:
Welcome new Broadcom committer Eric Davis (edavis@). Eric will
be working on the Broadcom 10Gb wired Ethernet driver bxe(4).
I will be his mentor during this time pe
Author: gjb
Date: Wed Oct 9 22:00:03 2013
New Revision: 256246
URL: http://svnweb.freebsd.org/changeset/base/256246
Log:
Remove hash generation from release.sh, as it is run as part of
the 'install' target in the release/Makefile.
MFC after:3 days
Submitted by: jhb
Approved by:
Author: adrian
Date: Wed Oct 9 22:10:03 2013
New Revision: 256247
URL: http://svnweb.freebsd.org/changeset/base/256247
Log:
Add read/write bus barriers for MIPS.
Tested:
* AR9344 - mips74k SoC
Approved by: re@ (delphij)
Modified:
head/sys/mips/mips/bus_space_generic.c
Modifi
Author: grehan
Date: Wed Oct 9 23:53:21 2013
New Revision: 256248
URL: http://svnweb.freebsd.org/changeset/base/256248
Log:
Allow a 4-byte write to PCI config space to overlap
the 2 read-only bytes at the start of a PCI capability.
This is the sequence that OpenBSD uses when enabling
MSI
Author: jmg
Date: Thu Oct 10 01:20:18 2013
New Revision: 256249
URL: http://svnweb.freebsd.org/changeset/base/256249
Log:
partial MFC of r256114:
add missing sections, de-Xr non-existent page
Modified:
stable/9/share/man/man8/picobsd.8
stable/9/share/man/man9/firmware.9
Directory Properti
Author: jhibbits
Date: Thu Oct 10 03:35:30 2013
New Revision: 256250
URL: http://svnweb.freebsd.org/changeset/base/256250
Log:
MFC r252115,255378
Cache the Open Firmware CPU properties at attach time, so we don't always
enter it at runtime to get static data.
Modified:
stable/9/sys/pow
Author: markj
Date: Thu Oct 10 03:50:23 2013
New Revision: 256251
URL: http://svnweb.freebsd.org/changeset/base/256251
Log:
Convert the dtrace(1) man page to mdoc and fix up some aspects of it that
don't make sense on FreeBSD. In particular,
- remove the ATTRIBUTES section,
- remove ref
Author: jhibbits
Date: Thu Oct 10 03:57:47 2013
New Revision: 256252
URL: http://svnweb.freebsd.org/changeset/base/256252
Log:
MFC r255921
Fix powerpc/161045. ams_poll() needs to return that any data is available,
not
just a new packet.
PR: powerpc/161045
Modified:
sta
63 matches
Mail list logo