f1a4a029f6480db1aabdf2f9e3c30ea959937d7a |
|
09-May-2014 |
S.Çağlar Onur < <caglar@10ur.org> |
use same ifndef/define format for all headers
Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77 |
|
03-Sep-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
licensing: Add missing headers and FSF address
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> |
9afe19d634946d50eab30e3b90cb5cebcde39eea |
|
19-Mar-2013 |
Daniel Lezcano <daniel.lezcano@free.fr> |
Change author email address
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr> |
7cee8789514fb42d6a48d50b904e24284f5526e3 |
|
18-May-2009 |
Michel Normand <normand@fr.ibm.com> |
remove lxc_error_t enum that is now useless
There is no more need of the LXC_ERROR defines
and related lxc_strerror function.
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
e043236e2a35948aeeb3cf85feab7c2f1e2b1fd1 |
|
18-May-2009 |
Michel Normand <normand@fr.ibm.com> |
lxc-start to report exit code of started application
The exit code of the application as reported by lxc-start is:
0-126 exit code of the application itself
128+n signal n received by the application
255 lxc error
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
10db618d7d0338dda51830e6d7ece728b2b8c3e2 |
|
12-Feb-2009 |
dlezcano <dlezcano> |
add the new pts instance configuration
From: Daniel Lezcano <dlezcano@fr.ibm.com>
This patch adds the configuration for a new pts instance.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
b0a33c1eb65d2c87e886c740a0dadd8ad5f8d87d |
|
25-Jan-2009 |
dlezcano <dlezcano> |
From: Daniel Lezcano <daniel.lezcano@free.fr>
Console support for the system container.
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
4c92bdfc1ab3eba9d4a52802498fd59568e857c2 |
|
25-Nov-2008 |
dlezcano <dlezcano> |
Added the console error value
From: Daniel Lezcano <dlezcano@fr.ibm.com>
Added the console error value
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
1f3da8f86c377504872fe045c2caaf793fe4f6e9 |
|
17-Nov-2008 |
dlezcano <dlezcano> |
Handle the lock error and show message to user
From: Daniel Lezcano <dlezcano@fr.ibm.com>
Handle the lock error and show message to user.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
e2bcd7db5e53dc20a25293283ff7c9404b4d0e2c |
|
17-Nov-2008 |
dlezcano <dlezcano> |
Add return error status in the different functions
From: Daniel Lezcano <dlezcano@fr.ibm.com>
Add the most known error to the different API to be followed up by the
caller, so we can later show a better message to the user when something
goes wrong. The error catching is coarse grain right now but will be improved,
step by step.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
5841258071d756a14321b863e01e752f0a9b02d4 |
|
17-Nov-2008 |
dlezcano <dlezcano> |
Add error status for the API
From: Daniel Lezcano <dlezcano@fr.ibm.com>
Added the error codes and the corresponding strings to the liblxc, so
the error raised to the user can be more understandable.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |