Hi folks Could someone please review my changes to (k)mdb for the tickless/lbolt project? Here's a summary of the changes:
- added two new routines to mdb_ks.c, mdb_gethrtime() and mdb_get_lbolt() - moved former mdb consumers of the lbolt variable to mdb_get_lbolt() - created a new dcmd, ::time, to retrieve system time when dropped into (k)mdb - calculating time spent in kmdb off of kdi_system_claim and kdi_system_release. webrev @ http://cr.opensolaris.org/~rafaelv/mdb-lbolt/ We're targeting snv_125, so please send comments by next Tuesday (9.15). I have test systems running these bits if anyone's interested. Thanks, Rafael