Go to file
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
boot Fix for KERNEL definition. 2006-06-20 10:13:32 +00:00
commands More stack for tcpd. 2006-07-13 13:19:48 +00:00
drivers . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
etc There is no lex. 2006-06-20 10:14:25 +00:00
include . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
kernel Do not report non-safe sys_sdevio calls when the address is 'SELF' 2006-07-13 14:46:53 +00:00
lib . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
man New option -E for ps that prints endpoint numbers instead of pids. 2006-06-23 11:59:20 +00:00
servers . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
test More fixes to reality 2006-03-16 01:47:52 +00:00
tools Fixes for usb and bios. 2006-06-20 10:13:56 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile No gmake in use 2006-03-08 16:46:40 +00:00