Re: [PATCH] exec: add proper argument parsing, add --device-master-port

2014-09-28 Thread Samuel Thibault
Justus Winter, le Tue 23 Sep 2014 12:33:06 +0200, a écrit : > If the device master port is given, a boot-time exec server can print > diagnostic messages earlier. Ack. > * exec/main.c (opt_device_master): New variable. > (OPT_DEVICE_MASTER_PORT): New macro. > (options): New set of options. > (par

[PATCH] exec: add proper argument parsing, add --device-master-port

2014-09-23 Thread Justus Winter
If the device master port is given, a boot-time exec server can print diagnostic messages earlier. * exec/main.c (opt_device_master): New variable. (OPT_DEVICE_MASTER_PORT): New macro. (options): New set of options. (parse_opt): New function. (trivfs_append_args): Likewise. (argp): Pull the argp d