blob: c647bd15ad20298d484470a876ab5df5e2748439 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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.
|