Searched hist:168520 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
H A Derr.cdiff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
diff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
H A Dsavemail.cdiff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
diff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
H A Dconf.cdiff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
diff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
H A Dconf.hdiff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
diff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
H A Dmci.cdiff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
diff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
H A Dheaders.cdiff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
diff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.cdiff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
diff 168520 Sun Apr 08 23:44:16 MDT 2007 gshapiro Resolve conflicts from sendmail 8.14.1 import
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.cdiff 253347 Sun Jul 14 23:51:38 MDT 2013 rodrigc PR: kern/168520

Revert GRN 253255. It is not needed now that GRN 253346 is committed.
diff 253255 Fri Jul 12 06:05:44 MDT 2013 rodrigc PR: kern/168520
Submitted by: "YAMAMOTO, Shigeru" <shigeru@iij.ad.jp>
Reviewed by: adrian

In PC-BSD 9.1, VIMAGE is enabled in the kernel config.
For laptops with Bluetooth capability, such as the HP Elitebook 8460p,
the kernel will panic upon bootup, because curthread->td_vnet
is not initialized.

Properly initialize curthread->td_vnet when initializing the Bluetooth stack.

This allows laptops such as the HP Elitebook 8460p laptop
to properly boot with VIMAGE kernels.
/freebsd-11-stable/sys/netgraph/
H A Dng_base.cdiff 253346 Sun Jul 14 23:39:08 MDT 2013 rodrigc PR: 168520 170096
Submitted by: adrian, zec

Fix multiple kernel panics when VIMAGE is enabled in the kernel.
These fixes are based on patches submitted by Adrian Chadd and Marko Zec.

(1) Set curthread->td_vnet to vnet0 in device_probe_and_attach() just before calling
device_attach(). This fixes multiple VIMAGE related kernel panics
when trying to attach Bluetooth or USB Ethernet devices because
curthread->td_vnet is NULL.

(2) Set curthread->td_vnet in if_detach(). This fixes kernel panics when detaching networking
interfaces, especially USB Ethernet devices.

(3) Use VNET_DOMAIN_SET() in ng_btsocket.c

(4) In ng_unref_node() set curthread->td_vnet. This fixes kernel panics
when detaching Netgraph nodes.
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.cdiff 253346 Sun Jul 14 23:39:08 MDT 2013 rodrigc PR: 168520 170096
Submitted by: adrian, zec

Fix multiple kernel panics when VIMAGE is enabled in the kernel.
These fixes are based on patches submitted by Adrian Chadd and Marko Zec.

(1) Set curthread->td_vnet to vnet0 in device_probe_and_attach() just before calling
device_attach(). This fixes multiple VIMAGE related kernel panics
when trying to attach Bluetooth or USB Ethernet devices because
curthread->td_vnet is NULL.

(2) Set curthread->td_vnet in if_detach(). This fixes kernel panics when detaching networking
interfaces, especially USB Ethernet devices.

(3) Use VNET_DOMAIN_SET() in ng_btsocket.c

(4) In ng_unref_node() set curthread->td_vnet. This fixes kernel panics
when detaching Netgraph nodes.

Completed in 555 milliseconds