summaryrefslogtreecommitdiff
path: root/proc_proxy/ChangeLog
diff options
context:
space:
mode:
authorroot <root@(null).(none)>2009-05-03 17:20:00 +0200
committerroot <root@(null).(none)>2009-05-03 17:20:00 +0200
commite0faf22f31c48fb27b43c1825897d26e58feafc4 (patch)
tree65a09372b31e08a3a865bd0a88cd2718bafcd643 /proc_proxy/ChangeLog
This is my initial working version.
There is a bug in boot in this version: subhurd sometimes cannot boot.
Diffstat (limited to 'proc_proxy/ChangeLog')
-rw-r--r--proc_proxy/ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/proc_proxy/ChangeLog b/proc_proxy/ChangeLog
new file mode 100644
index 00000000..c647bd15
--- /dev/null
+++ b/proc_proxy/ChangeLog
@@ -0,0 +1,40 @@
+2008-08-29 Zheng Da <zhengda1936@gmail.com>
+
+ * README: Update.
+
+2008-08-29 Zheng Da <zhengda1936@gmail.com>
+
+ * Makefile: Add process_ops.c
+
+ * proc_proxy.c (master_port, args_doc, doc, options): New variables.
+ (reqport_find): Remove debugging print.
+ (comm_argv, comm_argc): New variables.
+ (add_comm_arg, add_comm_line, parse_opt): New functions.
+ (argp): New variable.
+ (main): Parse the options with argp.
+
+ * proc_proxy.h (DEBUG): Removed macro.
+
+ * process_ops.c (S_proc_getprivports): Return the master device port.
+
+2008-08-18 Zheng Da <zhengda1936@gmail.com>
+
+ * README: New file.
+
+2008-08-17 Zheng Da <zhengda1936@gmail.com>
+
+ * process.defs: Remove file.
+
+ * process_ops.c: Replace the server prefix with the default one "S_".
+
+2008-08-17 Zheng Da <zhengda1936@gmail.com>
+
+ * process.defs: New file.
+
+ * Makefile: New file.
+
+ * process_ops.c: New file.
+
+ * proc_proxy.c: New file.
+
+ * proc_proxy.h: New file.