svn commit: r238273 - in head: sbin/ifconfig sys/netinet6 usr.sbin/ndp

2012-07-09 Thread Hiroki Sato
Author: hrs Date: Mon Jul 9 06:21:46 2012 New Revision: 238273 URL: http://svn.freebsd.org/changeset/base/238273 Log: Remove prefer_source address selection option. FreeBSD has had an implementation of RFC 3484 for this purpose for a long time and prefer_source was never implemented

svn commit: r238274 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan

2012-07-09 Thread Hiroki Sato
Author: hrs Date: Mon Jul 9 06:34:15 2012 New Revision: 238274 URL: http://svn.freebsd.org/changeset/base/238274 Log: - Add support of the following USB devices to run(4): * Logitec LAN-W150N/U2 * Buffalo WLI-UC-GNM2 - Add device id of Planex GW-USValue-EZ. Modified:

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

2012-07-09 Thread Adrian Chadd
Author: adrian Date: Mon Jul 9 06:39:46 2012 New Revision: 238275 URL: http://svn.freebsd.org/changeset/base/238275 Log: Extend the RX descriptor completion debugging to log the larger AR93xx receive descriptors. This isn't entirely complete - the AR93xx and later descriptors don't

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

2012-07-09 Thread Adrian Chadd
Author: adrian Date: Mon Jul 9 06:41:18 2012 New Revision: 238276 URL: http://svn.freebsd.org/changeset/base/238276 Log: Extend the debugging flags to include some AR9300 HAL related options. Obtained from:Qualcomm Atheros Modified: head/sys/dev/ath/ath_hal/ah_debug.h

svn commit: r238277 - in head: etc/defaults etc/rc.d sbin/ipfw share/man/man5 sys/netinet/ipfw

2012-07-09 Thread Hiroki Sato
Author: hrs Date: Mon Jul 9 07:16:19 2012 New Revision: 238277 URL: http://svn.freebsd.org/changeset/base/238277 Log: Make ipfw0 logging pseudo-interface clonable. It can be created automatically by $firewall_logif rc.conf(5) variable at boot time or manually by ifconfig(8) after a boot.

svn commit: r238278 - in head/sys/dev/ath: . ath_hal ath_hal/ar5210 ath_hal/ar5211 ath_hal/ar5212

2012-07-09 Thread Adrian Chadd
Author: adrian Date: Mon Jul 9 07:19:11 2012 New Revision: 238278 URL: http://svn.freebsd.org/changeset/base/238278 Log: Extend the RX HAL API to include the RX queue identifier. The AR93xx and later chips support two RX FIFO queues - a high and low priority queue. For legacy

Re: svn commit: r238213 - head/sys/geom

2012-07-09 Thread Edward Tomasz Napierała
Wiadomość napisana przez Pawel Jakub Dawidek w dniu 8 lip 2012, o godz. 23:38: On Sun, Jul 08, 2012 at 12:53:37AM +0200, Edward Tomasz Napierała wrote: Wiadomość napisana przez Pawel Jakub Dawidek w dniu 7 lip 2012, o godz. 23:54: You will also notice that one of those fields were left for

svn commit: r238279 - in head: sys/dev/usb usr.sbin/usbdump

2012-07-09 Thread Hiroki Sato
Author: hrs Date: Mon Jul 9 07:25:09 2012 New Revision: 238279 URL: http://svn.freebsd.org/changeset/base/238279 Log: Make usbusN logging pseudo-interface used by usbdump(8) clonable. One is now created/destroyed automatically by usbdump(8). Note that hw.usb.no_pf loader tunable is now

svn commit: r238280 - in head/sys/dev/ath: . ath_hal

2012-07-09 Thread Adrian Chadd
Author: adrian Date: Mon Jul 9 07:31:26 2012 New Revision: 238280 URL: http://svn.freebsd.org/changeset/base/238280 Log: Introduce the EDMA related HAL capabilities. Whilst here, fix a typo in a previous commit. Obtained from:Qualcomm Atheros Modified:

Re: svn commit: r238277 - in head: etc/defaults etc/rc.d sbin/ipfw share/man/man5 sys/netinet/ipfw

2012-07-09 Thread Alexander V. Chernikov
On 09.07.2012 11:16, Hiroki Sato wrote: Author: hrs Date: Mon Jul 9 07:16:19 2012 New Revision: 238277 URL: http://svn.freebsd.org/changeset/base/238277 Log: Make ipfw0 logging pseudo-interface clonable. It can be created automatically by $firewall_logif rc.conf(5) variable at boot

svn commit: r238281 - head/usr.sbin/newsyslog

2012-07-09 Thread Andrey V. Elsukov
Author: ae Date: Mon Jul 9 07:37:10 2012 New Revision: 238281 URL: http://svn.freebsd.org/changeset/base/238281 Log: We don't need to check the result of sending signal when -R option is specified. Submitted by: Ilya A. Arkhipov MFC after:1 week Modified:

Re: svn commit: r238277 - in head: etc/defaults etc/rc.d sbin/ipfw share/man/man5 sys/netinet/ipfw

2012-07-09 Thread Hiroki Sato
Alexander V. Chernikov melif...@freebsd.org wrote in 4ffa894d.9050...@freebsd.org: me On 09.07.2012 11:16, Hiroki Sato wrote: me Author: hrs me Date: Mon Jul 9 07:16:19 2012 me New Revision: 238277 me URL: http://svn.freebsd.org/changeset/base/238277 me me Log: me Make ipfw0 logging

svn commit: r238282 - in head: etc/rc.d usr.sbin/rarpd

2012-07-09 Thread Hiroki Sato
Author: hrs Date: Mon Jul 9 08:11:16 2012 New Revision: 238282 URL: http://svn.freebsd.org/changeset/base/238282 Log: - Add IFT_L2VLAN (vlan(4)) support. - Add -P option to support PID file. When -a is specified /var/run/rarpd.pid is used, and when an interface is specified

svn commit: r238283 - stable/9/gnu/usr.bin/gdb/kgdb

2012-07-09 Thread Robert Watson
Author: rwatson Date: Mon Jul 9 08:27:04 2012 New Revision: 238283 URL: http://svn.freebsd.org/changeset/base/238283 Log: Merge r229521 from head to stable/9: Add missing -w to kgdb(1)'s usage(). Sponsored by: Adara Networks, Inc. Approved by: re (kib) Modified:

Re: svn commit: r238277 - in head: etc/defaults etc/rc.d sbin/ipfw share/man/man5 sys/netinet/ipfw

2012-07-09 Thread Alexander V. Chernikov
On 09.07.2012 12:08, Hiroki Sato wrote: Alexander V. Chernikovmelif...@freebsd.org wrote in4ffa894d.9050...@freebsd.org: I meant there was no strong objection. I am sorry for not commenting your implementation, but at least for ipfw0 it is difficult to decouple ifnet and bpf because

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

2012-07-09 Thread Adrian Chadd
Author: adrian Date: Mon Jul 9 08:37:59 2012 New Revision: 238284 URL: http://svn.freebsd.org/changeset/base/238284 Log: Further preparations for the RX EDMA support. Break out the DMA descriptor setup/teardown code into a method. The EDMA RX code doesn't allocate descriptors, just

svn commit: r238285 - stable/9/sys/security/mac

2012-07-09 Thread Robert Watson
Author: rwatson Date: Mon Jul 9 08:42:54 2012 New Revision: 238285 URL: http://svn.freebsd.org/changeset/base/238285 Log: Merge r234032 from head to stable/9: When allocation of labels on files is implicitly disabled due to MAC policy configuration, avoid leaking resources following

Re: svn commit: r238092 - in head/sys: net netinet netinet6

2012-07-09 Thread Gleb Smirnoff
On Sat, Jul 07, 2012 at 09:36:11PM +, Bjoern A. Zeeb wrote: B Author: glebius B Date: Wed Jul 4 07:37:53 2012 B New Revision: 238092 B URL: http://svn.freebsd.org/changeset/base/238092 B B Log: B When ip_output()/ip6_output() is supplied a struct route *ro argument, B it skips

svn commit: r238286 - stable/9/lib/libedit

2012-07-09 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 9 09:11:07 2012 New Revision: 238286 URL: http://svn.freebsd.org/changeset/base/238286 Log: MFC r238173: Fix issue resizing bin/sh This partially reverts some changes from r237448 that are causing breakage when resizing under bin/sh . Reverted

svn commit: r238287 - head/sys/kern

2012-07-09 Thread David Xu
Author: davidxu Date: Mon Jul 9 09:24:46 2012 New Revision: 238287 URL: http://svn.freebsd.org/changeset/base/238287 Log: If you have pressed CTRL+Z and a process is suspended, then you use gdb to attach to the process, it is surprising that the process is resumed without inputting any gdb

svn commit: r238288 - head/usr.sbin/acpi/acpidump

2012-07-09 Thread Takanori Watanabe
Author: takawata Date: Mon Jul 9 09:38:53 2012 New Revision: 238288 URL: http://svn.freebsd.org/changeset/base/238288 Log: Add range and table revision checking to avoid abend. PR:bin/169707 Submitted by:Dan Lukes d...@obluda.cz MFC after:3 days. Modified:

svn commit: r238289 - head/sys/mips/nlm

2012-07-09 Thread Jayachandran C.
Author: jchandra Date: Mon Jul 9 10:17:06 2012 New Revision: 238289 URL: http://svn.freebsd.org/changeset/base/238289 Log: Fix PCIe hardware swap configuration for Netlogic XLP The last 12 bits of the limit registers have to be set to 1. These bits are not significant in bridge BARs and

svn commit: r238290 - head/sys/mips/nlm

2012-07-09 Thread Jayachandran C.
Author: jchandra Date: Mon Jul 9 10:24:45 2012 New Revision: 238290 URL: http://svn.freebsd.org/changeset/base/238290 Log: Identify Netlogic XLP 8xx B1 chip revisions Add functions to check for 8xx B0 and 3xx Ax revisions which will be used in network block initialization. Modified:

svn commit: r238291 - stable/9/usr.bin/xinstall

2012-07-09 Thread Konstantin Belousov
Author: kib Date: Mon Jul 9 10:33:53 2012 New Revision: 238291 URL: http://svn.freebsd.org/changeset/base/238291 Log: MFC r237988: Issue proper diagnostic on the short writes, also consider the case of write reporting 0 bytes as short write. Approved by: re (hrs) Modified:

svn commit: r238292 - stable/8/usr.bin/xinstall

2012-07-09 Thread Konstantin Belousov
Author: kib Date: Mon Jul 9 10:36:43 2012 New Revision: 238292 URL: http://svn.freebsd.org/changeset/base/238292 Log: MFC r237988: Issue proper diagnostic on the short writes, also consider the case of write reporting 0 bytes as short write. Modified:

svn commit: r238293 - in head/sys/mips/nlm: dev/net hal

2012-07-09 Thread Jayachandran C.
Author: jchandra Date: Mon Jul 9 10:39:57 2012 New Revision: 238293 URL: http://svn.freebsd.org/changeset/base/238293 Log: Support Netlogic XLP 8xx B1 revisions in xlpge. Updates to the MDIO access code for the new revision of the XLP chip. Modified: head/sys/mips/nlm/dev/net/mdio.c

svn commit: r238294 - head/sys/netinet

2012-07-09 Thread Michael Tuexen
Author: tuexen Date: Mon Jul 9 10:59:39 2012 New Revision: 238294 URL: http://svn.freebsd.org/changeset/base/238294 Log: Fix a bug introduced in r237715. MFC after:i 3 days. Modified: head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_output.c

svn commit: r238295 - stable/9/sys/netgraph/netflow

2012-07-09 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jul 9 11:53:06 2012 New Revision: 238295 URL: http://svn.freebsd.org/changeset/base/238295 Log: Merge r237162, r237163, r237164, r237226. Fix improper L4 header handling for IPv6 packets passed via DLT_RAW. Set netflow v9 observation domain value to fib number

svn commit: r238296 - stable/9/sys/netinet

2012-07-09 Thread Michael Tuexen
Author: tuexen Date: Mon Jul 9 13:21:49 2012 New Revision: 238296 URL: http://svn.freebsd.org/changeset/base/238296 Log: MFC r238121: Use CSUM_SCTP_IPV6 for IPv6. Approved by: re@ Modified: stable/9/sys/netinet/sctp_output.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r238298 - head/sys/net

2012-07-09 Thread Ed Maste
Author: emaste Date: Mon Jul 9 14:16:49 2012 New Revision: 238298 URL: http://svn.freebsd.org/changeset/base/238298 Log: Restore error handling lost in r191603 This was missed in the change from IFQ_ENQUEUE to if_transmit. Sponsored by: ADARA Networks Modified:

Re: svn commit: r238172 - head/sys/dev/agp

2012-07-09 Thread John Baldwin
On Saturday, July 07, 2012 10:44:14 am Marcel Moolenaar wrote: The commit log states the motivation: developers tend to copy-n-paste without truly understanding the subtle differences and may use the Maxmem use in agp_i810.c as the wrong precedence. Secondly, also mentioned in the commit log,

svn commit: r238299 - stable/8/lib/libedit

2012-07-09 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 9 15:31:05 2012 New Revision: 238299 URL: http://svn.freebsd.org/changeset/base/238299 Log: MFC r238173: Fix issue resizing bin/sh This partially reverts some changes from r237448 that are causing breakage when resizing under bin/sh . Reverted

svn commit: r238300 - head/usr.sbin/rarpd

2012-07-09 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jul 9 15:44:35 2012 New Revision: 238300 URL: http://svn.freebsd.org/changeset/base/238300 Log: Remove end of line whitespace. Modified: head/usr.sbin/rarpd/rarpd.8 Modified: head/usr.sbin/rarpd/rarpd.8

svn commit: r238301 - head/sys/dev/agp

2012-07-09 Thread Marcel Moolenaar
Author: marcel Date: Mon Jul 9 16:23:59 2012 New Revision: 238301 URL: http://svn.freebsd.org/changeset/base/238301 Log: Revert revision 238172 of agp_i810.c. Correctness is considered more important than avoiding confusion. Feedback from: kib, jhb Modified:

svn commit: r238302 - in stable/9/sys/dev: cxgb cxgbe

2012-07-09 Thread Navdeep Parhar
Author: np Date: Mon Jul 9 17:25:56 2012 New Revision: 238302 URL: http://svn.freebsd.org/changeset/base/238302 Log: Re-enable IFCAP_TSO6 in cxgb(4) and cxgbe(4) in stable/9. The kernel changes needed for all this to work have now been MFC'd to 9 by bz@. This is a direct commit to

Re: svn commit: r238213 - head/sys/geom

2012-07-09 Thread Pawel Jakub Dawidek
On Mon, Jul 09, 2012 at 09:19:29AM +0200, Edward Tomasz Napierała wrote: Look, I really appreciate you're looking at this just six months after explicitly refusing to talk to me about the design, but it would be great if it was a _technical_ discussion. As you know I'm not going to be neither

svn commit: r238308 - head/etc

2012-07-09 Thread Hiroki Sato
Author: hrs Date: Mon Jul 9 20:11:32 2012 New Revision: 238308 URL: http://svn.freebsd.org/changeset/base/238308 Log: Fix a missing ;. Modified: head/etc/devd.conf Modified: head/etc/devd.conf == ---

Re: svn commit: r238277 - in head: etc/defaults etc/rc.d sbin/ipfw share/man/man5 sys/netinet/ipfw

2012-07-09 Thread Hiroki Sato
Alexander V. Chernikov melif...@freebsd.org wrote in 4ffa9723.5000...@freebsd.org: me On 09.07.2012 12:08, Hiroki Sato wrote: me Alexander V. Chernikovmelif...@freebsd.org wrote me in4ffa894d.9050...@freebsd.org: me meI meant there was no strong objection. I am sorry for not

svn commit: r238309 - head/sys/net

2012-07-09 Thread Mikolaj Golub
Author: trociny Date: Mon Jul 9 20:38:18 2012 New Revision: 238309 URL: http://svn.freebsd.org/changeset/base/238309 Log: In epair_clone_destroy(), when destroying the second half, we have to switch to its vnet before calling ether_ifdetach(). Otherwise if the second half resides in a

svn commit: r238310 - in head/sys: amd64/amd64 i386/i386 pc98/pc98

2012-07-09 Thread John Baldwin
Author: jhb Date: Mon Jul 9 20:42:08 2012 New Revision: 238310 URL: http://svn.freebsd.org/changeset/base/238310 Log: Partially revert r217515 so that the mem_range_softc variable is always present on x86 kernels. This fixes the build of kernels that include 'device acpi' but do not

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

2012-07-09 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/09/12 13:38, Mikolaj Golub wrote: Author: trociny Date: Mon Jul 9 20:38:18 2012 New Revision: 238309 URL: http://svn.freebsd.org/changeset/base/238309 Log: In epair_clone_destroy(), when destroying the second half, we have to switch to

svn commit: r238311 - in head/sys: amd64/amd64 amd64/include i386/include i386/isa

2012-07-09 Thread John Baldwin
Author: jhb Date: Mon Jul 9 20:55:39 2012 New Revision: 238311 URL: http://svn.freebsd.org/changeset/base/238311 Log: Add a clts() wrapper around the 'clts' instruction to machine/cpufunc.h on x86 and use that to implement stop_emulating() in the fpu/npx code. Reimplement start_emulating()

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

2012-07-09 Thread Mikolaj Golub
On Mon, 09 Jul 2012 13:49:17 -0700 Xin Li wrote: XL On 07/09/12 13:38, Mikolaj Golub wrote: Author: trociny Date: Mon Jul 9 20:38:18 2012 New Revision: 238309 URL: http://svn.freebsd.org/changeset/base/238309 Log: In epair_clone_destroy(), when destroying the second half, we have to

svn commit: r238313 - head/sys/dev/cxgbe

2012-07-09 Thread Navdeep Parhar
Author: np Date: Mon Jul 9 21:53:50 2012 New Revision: 238313 URL: http://svn.freebsd.org/changeset/base/238313 Log: Fix a bug in code that calculates the number of the first interrupt vector for a port. This affected the gigabit ports of T422 cards (the ones with 2x10G ports and 2x1G

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

2012-07-09 Thread Adrian Chadd
Author: adrian Date: Mon Jul 9 23:58:22 2012 New Revision: 238314 URL: http://svn.freebsd.org/changeset/base/238314 Log: Add some AR9300 HAL descriptor definition changes. * Add a couple of RX errors; * Add the spectral scan PHY error code; * extend the RX flags to be a 16 bit field,

svn commit: r238315 - head/sys/fs/ntfs

2012-07-09 Thread Attilio Rao
Author: attilio Date: Tue Jul 10 00:01:00 2012 New Revision: 238315 URL: http://svn.freebsd.org/changeset/base/238315 Log: - Remove the unused and not completed write support for NTFS. - Fix a bug where vfs_mountedfrom() is called also when the filesystem is not mounted successfully.

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

2012-07-09 Thread Adrian Chadd
Author: adrian Date: Tue Jul 10 00:02:19 2012 New Revision: 238316 URL: http://svn.freebsd.org/changeset/base/238316 Log: Convert sc_rxpending to a per-EDMA queue, and use that for the legacy code. Prepare ath_rx_pkt() to handle multiple RX queues, and default the legacy RX queue to use

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

2012-07-09 Thread Adrian Chadd
Author: adrian Date: Tue Jul 10 00:08:39 2012 New Revision: 238317 URL: http://svn.freebsd.org/changeset/base/238317 Log: Implement EDMA RX for AR93xx and later chips. This is inspired by ath9k and the reference driver, but it's a new implementation of the RX FIFO handling. This has

svn commit: r238320 - head/sys/fs/ntfs

2012-07-09 Thread Attilio Rao
Author: attilio Date: Tue Jul 10 00:23:25 2012 New Revision: 238320 URL: http://svn.freebsd.org/changeset/base/238320 Log: Remove a check on MNTK_UPDATE that is not really necessary as it is handled in a code snippet above. Modified: head/sys/fs/ntfs/ntfs_vfsops.c Modified:

svn commit: r238325 - head/sys/arm/at91

2012-07-09 Thread Warner Losh
Author: imp Date: Tue Jul 10 01:13:00 2012 New Revision: 238325 URL: http://svn.freebsd.org/changeset/base/238325 Log: There's nothing AT91RM9200 specific about this file at all. Modified: head/sys/arm/at91/uart_bus_at91usart.c Modified: head/sys/arm/at91/uart_bus_at91usart.c

svn commit: r238327 - head/sys/arm/xscale

2012-07-09 Thread Warner Losh
Author: imp Date: Tue Jul 10 01:32:52 2012 New Revision: 238327 URL: http://svn.freebsd.org/changeset/base/238327 Log: Not quite ready for this yet, so comment it out. Modified: head/sys/arm/xscale/std.xscale Modified: head/sys/arm/xscale/std.xscale

svn commit: r238328 - head/lib/libc/i386/gen

2012-07-09 Thread David Xu
Author: davidxu Date: Tue Jul 10 01:47:11 2012 New Revision: 238328 URL: http://svn.freebsd.org/changeset/base/238328 Log: Executing CPUID with EAX set to 1 to actually get feature flags. PR: 169730 Modified: head/lib/libc/i386/gen/getcontextx.c Modified:

svn commit: r238329 - in head/sys/arm: at91 conf econa include mv s3c2xx0 sa11x0 xscale/i80321 xscale/i8134x xscale/ixp425 xscale/pxa

2012-07-09 Thread Warner Losh
Author: imp Date: Tue Jul 10 01:49:50 2012 New Revision: 238329 URL: http://svn.freebsd.org/changeset/base/238329 Log: Remove some unused variables/externs that have been copied too many times... Modified: head/sys/arm/at91/at91_machdep.c head/sys/arm/conf/KB920X

svn commit: r238330 - head/sys/arm/at91

2012-07-09 Thread Warner Losh
Author: imp Date: Tue Jul 10 02:14:50 2012 New Revision: 238330 URL: http://svn.freebsd.org/changeset/base/238330 Log: Eliminate the AT91_BASE for each SoC. AT91_BASE is the right way to spell this since we only have one AT91_BASE for all Atmel arm9 SoCs. Modified:

svn commit: r238331 - head/sys/arm/at91

2012-07-09 Thread Warner Losh
Author: imp Date: Tue Jul 10 02:39:03 2012 New Revision: 238331 URL: http://svn.freebsd.org/changeset/base/238331 Log: The system IRQ is always IRQ 1. Make it so. Modified: head/sys/arm/at91/at91reg.h head/sys/arm/at91/at91rm9200.c head/sys/arm/at91/at91sam9260.c

svn commit: r238332 - head/sys/arm/at91

2012-07-09 Thread Warner Losh
Author: imp Date: Tue Jul 10 02:44:15 2012 New Revision: 238332 URL: http://svn.freebsd.org/changeset/base/238332 Log: Missed one of the special AT91SAM9xxx_BASE defines. This should be AT91_BASE. Modified: head/sys/arm/at91/at91sam9260.c head/sys/arm/at91/at91sam9260reg.h Modified:

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

2012-07-09 Thread Adrian Chadd
Author: adrian Date: Tue Jul 10 03:48:07 2012 New Revision: 238333 URL: http://svn.freebsd.org/changeset/base/238333 Log: Reorder these so they match the capability enum order. Modified: head/sys/dev/ath/ath_hal/ah.c Modified: head/sys/dev/ath/ath_hal/ah.c

svn commit: r238334 - head/sys/arm/at91

2012-07-09 Thread Warner Losh
Author: imp Date: Tue Jul 10 04:17:49 2012 New Revision: 238334 URL: http://svn.freebsd.org/changeset/base/238334 Log: Collapse all copies of at91_add_child into at91.c. They were logically identical before today, and actually identical after today's changes. Modified:

svn commit: r238335 - head/sys/arm/conf

2012-07-09 Thread Warner Losh
Author: imp Date: Tue Jul 10 05:39:06 2012 New Revision: 238335 URL: http://svn.freebsd.org/changeset/base/238335 Log: Revert last change. It was accidental. Modified: head/sys/arm/conf/KB920X Modified: head/sys/arm/conf/KB920X

svn commit: r238336 - head/sys/kern

2012-07-09 Thread David Xu
Author: davidxu Date: Tue Jul 10 05:45:13 2012 New Revision: 238336 URL: http://svn.freebsd.org/changeset/base/238336 Log: Always clear p_xthread if current thread no longer needs it, in theory, if debugger exited without calling ptrace(PT_DETACH), there is a time window that the p_xthread