From e0faf22f31c48fb27b43c1825897d26e58feafc4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 May 2009 17:20:00 +0200 Subject: This is my initial working version. There is a bug in boot in this version: subhurd sometimes cannot boot. --- devnode/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 devnode/ChangeLog (limited to 'devnode/ChangeLog') diff --git a/devnode/ChangeLog b/devnode/ChangeLog new file mode 100644 index 00000000..54ae55f4 --- /dev/null +++ b/devnode/ChangeLog @@ -0,0 +1,34 @@ +2008-09-26 Zheng Da + + * README: Update. + + * devnode.c (args_doc): New variable. + (options): Remove '-d' and change the description of '-n'. + (parse_opt): Get the device in ARGP_KEY_ARG instead of from '-d'. + (main): Set args_doc to the field of argp. + +2008-08-28 Zheng Da + + * devnode.c (ds_device_open): Return the error instead of stopping the + translator. + +2008-08-20 Zheng Da + + * devnode.c (ds_device_open): Test device_name before using it. + + * util.h (DEBUG): Remove the macro. + +2008-08-18 Zheng Da + + * README: New file. + + * devnode.c (options): Replace the option '-i' with '-d'. + (parse_opt): Handle the option '-d'. + +2008-08-17 Zheng Da + + * Makefile: New file. + + * util.h: New file. + + * devnode.c: New file. -- cgit v1.2.3