Author: mav
Date: Tue Jun 25 07:05:08 2013
New Revision: 252197
URL: http://svnweb.freebsd.org/changeset/base/252197
Log:
MFC r251945:
Pass proper memory type to free() in ata_ali_chipinit().
Modified:
stable/9/sys/dev/ata/chipsets/ata-acerlabs.c
Directory Properties:
stable/9/sys/ (pro
Author: mav
Date: Tue Jun 25 07:11:07 2013
New Revision: 252198
URL: http://svnweb.freebsd.org/changeset/base/252198
Log:
MFC r251945:
Pass proper memory type to free() in ata_ali_chipinit().
Modified:
stable/8/sys/dev/ata/chipsets/ata-acerlabs.c
Directory Properties:
stable/8/sys/ (pro
Author: mav
Date: Tue Jun 25 07:17:10 2013
New Revision: 252199
URL: http://svnweb.freebsd.org/changeset/base/252199
Log:
MFC r251743:
Improve firmware download status check. Previous check was insufficient for
ATA since it ignored transport errors like command timeouts, while for SCSI
it
Author: kevlo
Date: Tue Jun 25 07:17:30 2013
New Revision: 252200
URL: http://svnweb.freebsd.org/changeset/base/252200
Log:
Regenerate usb.conf after r252196.
Spotted by: rpaulo
Modified:
head/etc/devd/usb.conf
Modified: head/etc/devd/usb.conf
=
Author: mav
Date: Tue Jun 25 07:27:23 2013
New Revision: 252201
URL: http://svnweb.freebsd.org/changeset/base/252201
Log:
MFC r251792:
Restore use of polling mode for disk cache flush in case of kernel panic.
While I am not sure that any extra hardware access is a good idea after
panic, th
Author: mav
Date: Tue Jun 25 07:32:49 2013
New Revision: 252202
URL: http://svnweb.freebsd.org/changeset/base/252202
Log:
MFC r249980:
Give periph validity flag own periph reference. That slightly simplifies
the release logic and covers hypothetical case if lock is dropped inside
the peri
Author: mav
Date: Tue Jun 25 09:15:49 2013
New Revision: 252203
URL: http://svnweb.freebsd.org/changeset/base/252203
Log:
Add test for SATA registers writability and skip using them if it failed.
There are some systems reported, where PCI BAR(5), used for SATA registers
access, is present
On Tue, 25 Jun 2013, Konstantin Belousov wrote:
On Tue, Jun 25, 2013 at 12:45:36PM +1000, Bruce Evans wrote:
On Mon, 24 Jun 2013, Konstantin Belousov wrote:
...
The following is the prototype for the x86. The other 64bit
architectures are handled exactly like amd64. For 32bit !x86 arches,
i.e
Author: mav
Date: Tue Jun 25 10:50:17 2013
New Revision: 252204
URL: http://svnweb.freebsd.org/changeset/base/252204
Log:
Add bunch of names for Seagate and HGST vennor-specififc ASC/ASCQ codes.
Modified:
head/sys/cam/scsi/scsi_all.c
Modified: head/sys/cam/scsi/scsi_all.c
===
On Mon, Jun 24, 2013 at 11:16:33PM +1000, Bruce Evans wrote:
B> > K> This is quite interesting idea, but I still did not decided if it
B> > K> acceptable. The issue is that we could add the carry to the other
B> > K> processor counter, if the preemption kicks in at right time between
B> > K> two i
On Tue, Jun 25, 2013 at 12:10:50AM +, Qing Li wrote:
> Author: qingli
> Date: Tue Jun 25 00:10:49 2013
> New Revision: 252184
> URL: http://svnweb.freebsd.org/changeset/base/252184
>
> Log:
> Due to the routing related networking kernel redesign work
> in FBSD 8.0, interface routes have b
On Tue, 25 Jun 2013, Gleb Smirnoff wrote:
On Mon, Jun 24, 2013 at 11:16:33PM +1000, Bruce Evans wrote:
B> > K> This is quite interesting idea, but I still did not decided if it
B> > K> acceptable. The issue is that we could add the carry to the other
B> > K> processor counter, if the preemption
Author: jhb
Date: Tue Jun 25 15:45:31 2013
New Revision: 252205
URL: http://svnweb.freebsd.org/changeset/base/252205
Log:
If daily_status_security_inline is set, the rc value needs to be
forced to 3 so that the output of this script is always displayed.
In fact, setting this flag is identica
Author: adrian
Date: Tue Jun 25 17:50:48 2013
New Revision: 252207
URL: http://svnweb.freebsd.org/changeset/base/252207
Log:
Add include path to the ar9300 HAL.
Modified:
head/tools/tools/ath/Makefile.inc
Modified: head/tools/tools/ath/Makefile.inc
===
Author: davidcs
Date: Tue Jun 25 17:50:22 2013
New Revision: 252206
URL: http://svnweb.freebsd.org/changeset/base/252206
Log:
Add Qlogic 10Gb Ethernet Driver for Qlogic 8100 Series CNA Adapter
Driver version (v2.0.0)
Submitted by: David C Somayajulu (davi...@freebsd.org) QLogic Corporatio
Author: gnn
Date: Tue Jun 25 17:55:12 2013
New Revision: 252208
URL: http://svnweb.freebsd.org/changeset/base/252208
Log:
Release David Somayajulu from mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
Is this worth a freebsd version bump? In case some ports rely on the
new-but-now-broken behaviour?
Adrian
On 25 June 2013 06:48, Slawa Olhovchenkov wrote:
> On Tue, Jun 25, 2013 at 12:10:50AM +, Qing Li wrote:
>
>> Author: qingli
>> Date: Tue Jun 25 00:10:49 2013
>> New Revision: 252184
>>
On Tue, Jun 25, 2013 at 11:33:31AM -0700, Adrian Chadd wrote:
> Is this worth a freebsd version bump? In case some ports rely on the
> new-but-now-broken behaviour?
I think bird reinstall routes w/o RTF_GATEWAY bit and can't remove
this. I think none relay on returned routes w/o RTF_GATEWAY bit.
Author: jhb
Date: Tue Jun 25 18:44:15 2013
New Revision: 252209
URL: http://svnweb.freebsd.org/changeset/base/252209
Log:
Several improvements to rmlock(9). Many of these are based on patches
provided by Isilon.
- Add an rm_assert() supporting various lock assertions similar to other
lo
Author: eadler
Date: Tue Jun 25 20:02:57 2013
New Revision: 252210
URL: http://svnweb.freebsd.org/changeset/base/252210
Log:
MFC r250377:
Allow the use of lowercase 'yes'
PR: bin/178422
Modified:
stable/9/sbin/growfs/growfs.c
Directory Properties:
stable/9/sbin/growfs
Author: eadler
Date: Tue Jun 25 20:03:06 2013
New Revision: 252211
URL: http://svnweb.freebsd.org/changeset/base/252211
Log:
MFC r250377:
Allow the use of lowercase 'yes'
PR: bin/178422
Modified:
stable/8/sbin/growfs/growfs.c
Directory Properties:
stable/8/sbin/growfs
Author: jhb
Date: Tue Jun 25 20:23:08 2013
New Revision: 252212
URL: http://svnweb.freebsd.org/changeset/base/252212
Log:
A few mostly cosmetic nits to aid in debugging:
- Call lock_init() first before setting any lock_object fields in
lock init routines. This way if the machine panics du
On Tue, Jun 25, 2013 at 08:14:41PM +1000, Bruce Evans wrote:
> On Tue, 25 Jun 2013, Konstantin Belousov wrote:
>
> > Updates to the counter cannot be done from the interrupt context.
>
> This is fragile, however. It prevents using counters for things like
> counting interrupts. Most interrupt c
Author: delphij
Date: Tue Jun 25 21:34:21 2013
New Revision: 252213
URL: http://svnweb.freebsd.org/changeset/base/252213
Log:
Update vendor/illumos/dist to illumos-gate 14056:812b3d1ca0a0
Illumos ZFS issues:
3818 zpool status -x should report pools with removed l2arc devices
Modified:
Author: ken
Date: Tue Jun 25 21:43:49 2013
New Revision: 252214
URL: http://svnweb.freebsd.org/changeset/base/252214
Log:
MFC: 249658, 249701
Update chio(1) and ch(4) to support reporting element designators.
This allows mapping a tape drive in a changer (as reported by
'chio status'
Author: delphij
Date: Tue Jun 25 21:44:48 2013
New Revision: 252215
URL: http://svnweb.freebsd.org/changeset/base/252215
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 14060:aeb4e8fef072
Illumos ZFS issues:
3829 fix for 3740 changed behavior of zfs destroy
Author: delphij
Date: Tue Jun 25 21:44:48 2013
New Revision: 252215
URL: http://svnweb.freebsd.org/changeset/base/252215
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 14060:aeb4e8fef072
Illumos ZFS issues:
3829 fix for 3740 changed behavior of zfs destroy
Author: bapt
Date: Tue Jun 25 21:49:06 2013
New Revision: 252216
URL: http://svnweb.freebsd.org/changeset/base/252216
Log:
MFC r251560
Fix a bad calloc(3) call
Modified:
stable/9/usr.sbin/pkg/dns_utils.c
Directory Properties:
stable/9/usr.sbin/pkg/ (props changed)
Modified: stable/9
Author: bapt
Date: Tue Jun 25 21:50:05 2013
New Revision: 252217
URL: http://svnweb.freebsd.org/changeset/base/252217
Log:
MFC r251560
Fix a bad calloc(3) call
Modified:
stable/8/usr.sbin/pkg/dns_utils.c
Directory Properties:
stable/8/usr.sbin/pkg/ (props changed)
Modified: stable/8
Author: delphij
Date: Tue Jun 25 21:51:52 2013
New Revision: 252218
URL: http://svnweb.freebsd.org/changeset/base/252218
Log:
Diff reduction against Illumos, no real change to code itself.
This marks vendor branch revision 252213 as merged, the actual code was
committed in r245479.
M
Author: delphij
Date: Tue Jun 25 22:14:32 2013
New Revision: 252219
URL: http://svnweb.freebsd.org/changeset/base/252219
Log:
MFV r252215:
Restore a previous behavior before r251646, where when destructing
ZFS snapshot, the ioctl would return ENOENT when it hit any of
them in the errlis
Author: jimharris
Date: Tue Jun 25 23:30:48 2013
New Revision: 252221
URL: http://svnweb.freebsd.org/changeset/base/252221
Log:
MFC r240616, r240619, r240620:
Merge initial NVM Express (NVMe) commits to stable/9.
This only pulls the nvme(4), nvd(4) and nvmecontrol(8) code into stable/9
Author: jimharris
Date: Tue Jun 25 23:52:39 2013
New Revision: 25
URL: http://svnweb.freebsd.org/changeset/base/25
Log:
240618, 240621, 240633, 240671, 240672, 240697, 240700, 241433,
241434, 241657, 241658, 241659, 241660, 241661, 241662, 241663,
241664, 241665, 241689, 242420, 2439
On Tue, Jun 25, 2013 at 4:52 PM, Jim Harris wrote:
> Author: jimharris
> Date: Tue Jun 25 23:52:39 2013
> New Revision: 25
> URL: http://svnweb.freebsd.org/changeset/base/25
>
> Log:
> 240618, 240621, 240633, 240671, 240672, 240697, 240700, 241433,
> 241434, 241657, 241658, 241659, 24
Author: jimharris
Date: Wed Jun 26 00:09:04 2013
New Revision: 252223
URL: http://svnweb.freebsd.org/changeset/base/252223
Log:
Forced commit due to bad commit message in r25.
MFC:
r240618, r240621, r240633, r240671, r240672, r240697, r240700, r241433,
r241434, r241657, r241658, r24
Author: gjb
Date: Wed Jun 26 00:38:40 2013
New Revision: 252224
URL: http://svnweb.freebsd.org/changeset/base/252224
Log:
MFC r251652, r251811, r252101:
r251652:
Add new script to run release builds. The script is heavily based upon
the release/generate-release.sh script by nwhiteh
Author: gjb
Date: Wed Jun 26 00:42:45 2013
New Revision: 252225
URL: http://svnweb.freebsd.org/changeset/base/252225
Log:
Set SRCBRANCH to stable/9 in release.conf.sample.
This is a direct commit to stable/9.
Approved by: kib (mentor, implicit)
Modified:
stable/9/release/release.co
Author: jeff
Date: Wed Jun 26 00:57:38 2013
New Revision: 252226
URL: http://svnweb.freebsd.org/changeset/base/252226
Log:
- Resolve bucket recursion issues by passing a cookie with zone flags
through bucket_alloc() to uma_zalloc_arg() and uma_zfree_arg().
- Make some smaller buckets fo
Author: yongari
Date: Wed Jun 26 01:15:40 2013
New Revision: 252227
URL: http://svnweb.freebsd.org/changeset/base/252227
Log:
Don't blidly clear GPIOs configuration. Just use firmware configured
one. This change also fixes non-working traffic LED on BCM57780.
Submitted by: Masanobu SAITO
On Tue, 25 Jun 2013, Konstantin Belousov wrote:
On Tue, Jun 25, 2013 at 08:14:41PM +1000, Bruce Evans wrote:
On Tue, 25 Jun 2013, Konstantin Belousov wrote:
Updates to the counter cannot be done from the interrupt context.
This is fragile, however. It prevents using counters for things lik
Author: feld (ports committer)
Date: Wed Jun 26 02:21:37 2013
New Revision: 252228
URL: http://svnweb.freebsd.org/changeset/base/252228
Log:
- Adding myself to the committers-ports.dot
- Adding myself to the freebsd calendar
Approved by: swills (mentor)
Modified:
head/share/misc/commit
Author: rpaulo
Date: Wed Jun 26 02:56:54 2013
New Revision: 252229
URL: http://svnweb.freebsd.org/changeset/base/252229
Log:
Print the 'setting internal ...' message only with bootverbose.
Modified:
head/sys/arm/ti/ti_scm.c
Modified: head/sys/arm/ti/ti_scm.c
=
Author: rpaulo
Date: Wed Jun 26 04:00:52 2013
New Revision: 252230
URL: http://svnweb.freebsd.org/changeset/base/252230
Log:
Implement ifconfig_wlanX="HOSTAP".
Not only this is a bit cleaner, it allows multiple instances of hostapd to be
running on the system host, useful for simultaneous
Author: pfg
Date: Wed Jun 26 04:14:19 2013
New Revision: 252231
URL: http://svnweb.freebsd.org/changeset/base/252231
Log:
sed: use getline() instead of fgetln().
In BSD, fgetln() available in libc but in Illumos the Solaris port had to
include it internally. It also seems to have caused p
Author: rpaulo
Date: Wed Jun 26 04:33:32 2013
New Revision: 252232
URL: http://svnweb.freebsd.org/changeset/base/252232
Log:
Document ifconfig_wlanX="HOSTAP"
Modified:
head/share/man/man5/rc.conf.5
Modified: head/share/man/man5/rc.conf.5
==
Author: adrian
Date: Wed Jun 26 04:33:57 2013
New Revision: 252233
URL: http://svnweb.freebsd.org/changeset/base/252233
Log:
Add a stub AR93xx RF module just to keep the linker happy.
When building AR933x test images, I'd like to only build only the ar9300
HAL. To do this, it needs to su
Author: pfg
Date: Wed Jun 26 04:34:16 2013
New Revision: 252234
URL: http://svnweb.freebsd.org/changeset/base/252234
Log:
MFC r252103:
Define and use e2fs_lbn_t in ext2fs.
In line to what is done in UFS, define an internal type
e2fs_lbn_t for the logical block numbers.
This ch
Author: adrian
Date: Wed Jun 26 04:34:45 2013
New Revision: 252235
URL: http://svnweb.freebsd.org/changeset/base/252235
Log:
In preparation to support AR933x SoC builds, allow the AH_SUPPORT_AR93(xx)
options to set the AR9300 HAL defines.
This enables the Wasp, Hornet (and later Scorpion)
Author: adrian
Date: Wed Jun 26 04:46:03 2013
New Revision: 252236
URL: http://svnweb.freebsd.org/changeset/base/252236
Log:
Add a HAL local routine to map the 2GHz channel frequency to an IEEE
channel.
There's some HAL code in the AR9300 HAL that requires a back-mapping
and using the n
Author: adrian
Date: Wed Jun 26 04:46:43 2013
New Revision: 252237
URL: http://svnweb.freebsd.org/changeset/base/252237
Log:
Re-enable the channel set code for the AR933x.
This required a HAL change to map the 2GHz frequency back to an IEEE
channel number in order to fetch some value(s) t
Author: adrian
Date: Wed Jun 26 04:53:33 2013
New Revision: 252238
URL: http://svnweb.freebsd.org/changeset/base/252238
Log:
If EEPROM data is provided by the AHB layer, copy it in.
This is required for the flash layer code to correctly work.
Tested:
* AR9330 SoC (carambola 2)
Mo
Author: adrian
Date: Wed Jun 26 04:58:25 2013
New Revision: 252239
URL: http://svnweb.freebsd.org/changeset/base/252239
Log:
Extend the AHB code to work on chips besides the AR9130.
The AHB code:
* hard coded the AR9130 device id;
* assumes a 4k flash calibration space.
This cod
Author: adrian
Date: Wed Jun 26 05:01:50 2013
New Revision: 252240
URL: http://svnweb.freebsd.org/changeset/base/252240
Log:
Add in two new configuration options for the current generation SoCs.
Modified:
head/sys/conf/options
Modified: head/sys/conf/options
=
Author: adrian
Date: Wed Jun 26 05:02:30 2013
New Revision: 252241
URL: http://svnweb.freebsd.org/changeset/base/252241
Log:
Add the wireless support to the AR933x base kernel, as the support
actually works now.
Modified:
head/sys/mips/conf/AR933X_BASE
Modified: head/sys/mips/conf/AR933X_B
Author: adrian
Date: Wed Jun 26 05:02:47 2013
New Revision: 252242
URL: http://svnweb.freebsd.org/changeset/base/252242
Log:
Add in the vendor / device id so the ath_ahb glue works.
Modified:
head/sys/mips/conf/AR933X_BASE.hints
Modified: head/sys/mips/conf/AR933X_BASE.hints
Author: adrian
Date: Wed Jun 26 05:03:47 2013
New Revision: 252243
URL: http://svnweb.freebsd.org/changeset/base/252243
Log:
Add the EEPROM start offset and size in so ath_ahb will use the
supplied EEPROM data.
This needs to die in a fire and replaced with the firmware API
to store the
Author: kib
Date: Wed Jun 26 05:49:29 2013
New Revision: 252245
URL: http://svnweb.freebsd.org/changeset/base/252245
Log:
MFC r251985:
When enabling the cancellation, only process the pending cancellation
for asynchronous mode.
Modified:
stable/9/lib/libthr/thread/thr_cancel.c
Directory P
Author: kib
Date: Wed Jun 26 05:54:37 2013
New Revision: 252246
URL: http://svnweb.freebsd.org/changeset/base/252246
Log:
MFC r251988:
Some clarifications and updates for the comments, mostly retrieved
from Bruce Evans. Trim the trailing spaces.
Modified:
stable/9/sys/amd64/amd64/excepti
58 matches
Mail list logo