summaryrefslogtreecommitdiff
path: root/storeio/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-05-06 13:18:29 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-05-06 13:18:29 +0000
commit4b4f61e2b0cf3a2db99d67456e8fe34ebabbb282 (patch)
treeb48a1a614b4a80a3c4a2c95c6bdf8fb2d5106d10 /storeio/ChangeLog
parentc18e8c1bcf2d19d6dcbc9501405890c346738c6d (diff)
libstore/
2001-04-26 Marcus Brinkmann <marcus@ulysses.dhis.net> * set.c: Use explicit comparison to MACH_PORT_NULL. storeio/ 2001-05-06 Marcus Brinkmann <marcus@gnu.org> * dev.c (dev_open): Do not create/open the store with STORE_INACTIVE, as this doesn't work correctly. Inactivate the store afterwards instead. 2001-02-18 Marcus Brinkmann <marcus@gnu.org> * dev.h (struct dev): New member nperopens. * storeio.c (open_hook): Hold device lock and check if this is the TODO: add item about the storeio hack
Diffstat (limited to 'storeio/ChangeLog')
-rw-r--r--storeio/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog
index 43a300ab..5e08f51a 100644
--- a/storeio/ChangeLog
+++ b/storeio/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-06 Marcus Brinkmann <marcus@gnu.org>
+
+ * dev.c (dev_open): Do not create/open the store with
+ STORE_INACTIVE, as this doesn't work correctly. Inactivate the
+ store afterwards instead.
+
2001-02-18 Marcus Brinkmann <marcus@gnu.org>
* dev.h (struct dev): New member nperopens.