Ben Gras 3512a86b44 . DS understands publishing and subscribing where keys are in string
form. Subscriptions are regular expressions.
 . different types are stored per key; currently u32 and/or string.
   the same key can be referenced (publish, subscribe, check) as any type.
 . notify()s are sent when subscriptions are triggered (publishing or
   updating of matching keys); optionally, a subscribe flag sends
   updates for all matching keys at subscription time, instead of only
   after updates after subscribing
 . all interfacing to ds is in /usr/src/lib/syslib/ds.c.
 . subscribe is ds_subscribe
   publish functions are ds_publish_<type>
   retrieve functions are ds_retrieve_<type> (one-time retrieval of a value)
   check functions are ds_check_<type> (check for updated key caller
      subscribes to not yet checked for, or ESRCH for none)
 . ramdisk driver updated with new ds interface
2006-07-13 14:50:23 +00:00
..
2006-06-22 11:45:59 +00:00
2006-07-13 13:19:48 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-09-14 01:59:36 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-04-03 15:06:31 +00:00
2005-08-25 11:33:43 +00:00
2005-04-21 14:53:53 +00:00
2005-11-04 17:14:59 +00:00
2005-04-21 14:53:53 +00:00
2005-08-22 15:23:47 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2006-06-22 11:47:18 +00:00
2006-03-24 14:03:25 +00:00
2006-04-03 15:06:31 +00:00
2005-10-31 14:07:07 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-09-16 14:23:14 +00:00
2005-09-14 00:49:08 +00:00
2005-08-22 15:23:47 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-08-22 15:23:47 +00:00