Searched hist:1797 (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.1-release/share/tabset/
H A D3101.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A D9837.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Daa.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Daed512.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dbeehive.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Ddiablo.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Ddtc382.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dhp700-wy.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dibm3101.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dstd.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dstdcrt.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dtandem653.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dteleray.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dvt100-w.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dvt100.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dwyse-adds.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dxerox1720.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dxerox1730-lm.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dxerox1730.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A Dzenith29.uu1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
H A DMakefilediff 1797 Sat Jul 23 23:39:14 MDT 1994 phk Reviewed by: phk
More binary files killed using uuencode.
/freebsd-10.1-release/sys/vm/
H A Dvm_object.hdiff 132550 Thu Jul 22 17:44:49 MDT 2004 alc - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of
kmem_alloc_pageable(). The difference between these is that an errant
memory access to the zone will be detected sooner with
kmem_alloc_nofault().

The following changes serve to eliminate the following lock-order
reversal reported by witness:

1st 0xc1a3c084 vm object (vm object) @ vm/swap_pager.c:1311
2nd 0xc07acb00 swap_pager swhash (swap_pager swhash) @ vm/swap_pager.c:1797
3rd 0xc1804bdc vm object (vm object) @ vm/uma_core.c:931

There is no potential deadlock in this case. However, witness is unable
to recognize this because vm objects used by UMA have the same type as
ordinary vm objects. To remedy this, we make the following changes:

- Add a mutex type argument to VM_OBJECT_LOCK_INIT().
- Use the mutex type argument to assign distinct types to special
vm objects such as the kernel object, kmem object, and UMA objects.
- Define a static swap zone object for use by UMA. (Only static
objects are assigned a special mutex type.)
H A Dswap_pager.cdiff 132550 Thu Jul 22 17:44:49 MDT 2004 alc - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of
kmem_alloc_pageable(). The difference between these is that an errant
memory access to the zone will be detected sooner with
kmem_alloc_nofault().

The following changes serve to eliminate the following lock-order
reversal reported by witness:

1st 0xc1a3c084 vm object (vm object) @ vm/swap_pager.c:1311
2nd 0xc07acb00 swap_pager swhash (swap_pager swhash) @ vm/swap_pager.c:1797
3rd 0xc1804bdc vm object (vm object) @ vm/uma_core.c:931

There is no potential deadlock in this case. However, witness is unable
to recognize this because vm objects used by UMA have the same type as
ordinary vm objects. To remedy this, we make the following changes:

- Add a mutex type argument to VM_OBJECT_LOCK_INIT().
- Use the mutex type argument to assign distinct types to special
vm objects such as the kernel object, kmem object, and UMA objects.
- Define a static swap zone object for use by UMA. (Only static
objects are assigned a special mutex type.)
H A Duma_core.cdiff 132550 Thu Jul 22 17:44:49 MDT 2004 alc - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of
kmem_alloc_pageable(). The difference between these is that an errant
memory access to the zone will be detected sooner with
kmem_alloc_nofault().

The following changes serve to eliminate the following lock-order
reversal reported by witness:

1st 0xc1a3c084 vm object (vm object) @ vm/swap_pager.c:1311
2nd 0xc07acb00 swap_pager swhash (swap_pager swhash) @ vm/swap_pager.c:1797
3rd 0xc1804bdc vm object (vm object) @ vm/uma_core.c:931

There is no potential deadlock in this case. However, witness is unable
to recognize this because vm objects used by UMA have the same type as
ordinary vm objects. To remedy this, we make the following changes:

- Add a mutex type argument to VM_OBJECT_LOCK_INIT().
- Use the mutex type argument to assign distinct types to special
vm objects such as the kernel object, kmem object, and UMA objects.
- Define a static swap zone object for use by UMA. (Only static
objects are assigned a special mutex type.)
H A Dvm_object.cdiff 132550 Thu Jul 22 17:44:49 MDT 2004 alc - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of
kmem_alloc_pageable(). The difference between these is that an errant
memory access to the zone will be detected sooner with
kmem_alloc_nofault().

The following changes serve to eliminate the following lock-order
reversal reported by witness:

1st 0xc1a3c084 vm object (vm object) @ vm/swap_pager.c:1311
2nd 0xc07acb00 swap_pager swhash (swap_pager swhash) @ vm/swap_pager.c:1797
3rd 0xc1804bdc vm object (vm object) @ vm/uma_core.c:931

There is no potential deadlock in this case. However, witness is unable
to recognize this because vm objects used by UMA have the same type as
ordinary vm objects. To remedy this, we make the following changes:

- Add a mutex type argument to VM_OBJECT_LOCK_INIT().
- Use the mutex type argument to assign distinct types to special
vm objects such as the kernel object, kmem object, and UMA objects.
- Define a static swap zone object for use by UMA. (Only static
objects are assigned a special mutex type.)

Completed in 431 milliseconds