gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

Deadbeef check missing from kmem.c #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are two sets of data that are in the OpenSolaris but not MacZFS build in 
kmem.c at maczfs-
72. 

One of these is an audit trail (which may not be useful), and the other is a 
DEADBEEF trail (which 
shows if the memory has been hit or overrun). A simple compile test case 
suggests that the 
DEADBEEF codepath works, and that the #ifdefs surrounding this and other 
codepaths may be 
taken out.

Original issue reported on code.google.com by alex.ble...@gmail.com on 7 Mar 2010 at 11:32

GoogleCodeExporter commented 8 years ago

Original comment by alex.ble...@gmail.com on 7 Mar 2010 at 11:33

GoogleCodeExporter commented 8 years ago

Original comment by alex.ble...@gmail.com on 8 Mar 2010 at 12:10

GoogleCodeExporter commented 8 years ago
http://github.com/alblue/mac-zfs/blob/maczfs_74/usr/src/uts/common/os/kmem.c

Original comment by alex.ble...@gmail.com on 21 Jul 2010 at 10:51