minix/servers/is
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
..
dmp.c . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
dmp_ds.c . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
dmp_fs.c Don't print cloexec 2006-06-28 10:04:32 +00:00
dmp_kernel.c Print ipc_to in hex. Also print the 'system' call mask. 2006-06-23 13:27:03 +00:00
dmp_pm.c New dumps for RS and DS server. 2005-10-20 20:28:54 +00:00
dmp_rs.c RS formatting fixes 2006-03-08 14:37:26 +00:00
glo.h endpoint-aware conversion of servers. 2006-03-03 10:20:58 +00:00
inc.h I forgot to enter this file so my disembodied ghost is committing it 2005-10-20 21:30:36 +00:00
is.h Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
main.c Jorrit's ... "progress?" 2006-03-10 16:10:05 +00:00
Makefile Rename protected to prot 2006-06-20 10:03:48 +00:00
proto.h Jorrit's ... "progress?" 2006-03-10 16:10:05 +00:00