svn commit: r252197 - stable/9/sys/dev/ata/chipsets

2013-06-25 Thread Alexander Motin
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

svn commit: r252198 - stable/8/sys/dev/ata/chipsets

2013-06-25 Thread Alexander Motin
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

svn commit: r252199 - stable/9/sbin/camcontrol

2013-06-25 Thread Alexander Motin
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

svn commit: r252200 - head/etc/devd

2013-06-25 Thread Kevin Lo
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 =

svn commit: r252201 - in stable/9/sys/cam: ata scsi

2013-06-25 Thread Alexander Motin
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

svn commit: r252202 - stable/9/sys/cam

2013-06-25 Thread Alexander Motin
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

svn commit: r252203 - head/sys/dev/ata/chipsets

2013-06-25 Thread Alexander Motin
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

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-25 Thread Bruce Evans
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

svn commit: r252204 - head/sys/cam/scsi

2013-06-25 Thread Alexander Motin
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 ===

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-25 Thread Gleb Smirnoff
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

Re: svn commit: r252184 - head/sys/net

2013-06-25 Thread Slawa Olhovchenkov
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

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-25 Thread Bruce Evans
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

svn commit: r252205 - head/etc/periodic/daily

2013-06-25 Thread John Baldwin
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

svn commit: r252207 - head/tools/tools/ath

2013-06-25 Thread Adrian Chadd
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 ===

svn commit: r252206 - in head: share/man/man4 sys/conf sys/dev/qlxge sys/modules sys/modules/qlxge

2013-06-25 Thread David C Somayajulu
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

svn commit: r252208 - svnadmin/conf

2013-06-25 Thread George V. Neville-Neil
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

Re: svn commit: r252184 - head/sys/net

2013-06-25 Thread Adrian Chadd
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 >>

Re: svn commit: r252184 - head/sys/net

2013-06-25 Thread Slawa Olhovchenkov
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.

svn commit: r252209 - in head: share/man/man9 sys/kern sys/sys

2013-06-25 Thread John Baldwin
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

svn commit: r252210 - stable/9/sbin/growfs

2013-06-25 Thread Eitan Adler
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

svn commit: r252211 - stable/8/sbin/growfs

2013-06-25 Thread Eitan Adler
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

svn commit: r252212 - head/sys/kern

2013-06-25 Thread John Baldwin
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

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-25 Thread Konstantin Belousov
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

svn commit: r252213 - vendor/illumos/dist/lib/libzfs/common

2013-06-25 Thread Xin LI
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:

svn commit: r252214 - in stable/9: bin/chio sys/cam/scsi sys/sys

2013-06-25 Thread Kenneth D. Merry
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'

svn commit: r252215 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/lib/libzfs/common vendor/illumos/dist/lib/libzfs_core/common

2013-06-25 Thread Xin LI
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

svn commit: r252215 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor/illumos/dist/lib/libzfs/common vendor/illumos/dist/lib/libzfs_core/common

2013-06-25 Thread Xin LI
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

svn commit: r252216 - stable/9/usr.sbin/pkg

2013-06-25 Thread Baptiste Daroussin
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

svn commit: r252217 - stable/8/usr.sbin/pkg

2013-06-25 Thread Baptiste Daroussin
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

svn commit: r252218 - head/cddl/contrib/opensolaris/lib/libzfs/common

2013-06-25 Thread Xin LI
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

svn commit: r252219 - in head: cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensolaris/lib/libzfs_core/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-06-25 Thread Xin LI
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

svn commit: r252221 - in stable/9: sbin/nvmecontrol sys/dev/nvd sys/dev/nvme sys/modules/nvd sys/modules/nvme

2013-06-25 Thread Jim Harris
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

svn commit: r252222 - in stable/9: etc/mtree include sbin sbin/nvmecontrol sys/amd64/conf sys/conf sys/dev/nvd sys/dev/nvme sys/i386/conf sys/modules sys/modules/nvme

2013-06-25 Thread Jim Harris
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

Re: svn commit: r252222 - in stable/9: etc/mtree include sbin sbin/nvmecontrol sys/amd64/conf sys/conf sys/dev/nvd sys/dev/nvme sys/i386/conf sys/modules sys/modules/nvme

2013-06-25 Thread Jim Harris
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

svn commit: r252223 - stable/9/sbin/nvmecontrol

2013-06-25 Thread Jim Harris
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

svn commit: r252224 - stable/9/release

2013-06-25 Thread Glen Barber
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

svn commit: r252225 - stable/9/release

2013-06-25 Thread Glen Barber
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

svn commit: r252226 - head/sys/vm

2013-06-25 Thread Jeff Roberson
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

svn commit: r252227 - head/sys/dev/bge

2013-06-25 Thread Pyun YongHyeon
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

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-25 Thread Bruce Evans
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

svn commit: r252228 - in head: share/misc usr.bin/calendar/calendars

2013-06-25 Thread Mark Felder
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

svn commit: r252229 - head/sys/arm/ti

2013-06-25 Thread Rui Paulo
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 =

svn commit: r252230 - in head/etc: . rc.d

2013-06-25 Thread Rui Paulo
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

svn commit: r252231 - head/usr.bin/sed

2013-06-25 Thread Pedro F. Giffuni
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

svn commit: r252232 - head/share/man/man5

2013-06-25 Thread Rui Paulo
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 ==

svn commit: r252233 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-25 Thread Adrian Chadd
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

svn commit: r252234 - stable/9/sys/fs/ext2fs

2013-06-25 Thread Pedro F. Giffuni
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

svn commit: r252235 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-25 Thread Adrian Chadd
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)

svn commit: r252236 - head/sys/dev/ath/ath_hal

2013-06-25 Thread Adrian Chadd
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

svn commit: r252237 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-25 Thread Adrian Chadd
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

svn commit: r252238 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-25 Thread Adrian Chadd
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

svn commit: r252239 - head/sys/dev/ath

2013-06-25 Thread Adrian Chadd
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

svn commit: r252240 - head/sys/conf

2013-06-25 Thread Adrian Chadd
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 =

svn commit: r252241 - head/sys/mips/conf

2013-06-25 Thread Adrian Chadd
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

svn commit: r252242 - head/sys/mips/conf

2013-06-25 Thread Adrian Chadd
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

svn commit: r252243 - head/sys/mips/conf

2013-06-25 Thread Adrian Chadd
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

svn commit: r252245 - stable/9/lib/libthr/thread

2013-06-25 Thread Konstantin Belousov
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

svn commit: r252246 - in stable/9/sys: amd64/amd64 i386/i386

2013-06-25 Thread Konstantin Belousov
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