Lee Verberne
4665303c92
Add a version string to pause.c
...
The version string is based on the TAG and revision. Also:
* Bump the TAG to 3.1
* Update the arm compiler binary used in kube-cross
2017-12-19 09:35:28 +01:00
Vinothkumar Siddharth
9fa5e857e5
Fix file semantics
...
Signed-off-by: Vinothkumar Siddharth <sidvin@amazon.com>
2017-05-17 10:34:20 -07:00
Vinothkumar Siddharth
ec45a47f93
Improve pause-container warning message
...
Signed-off-by: Vinothkumar Siddharth <sidvin@amazon.com>
2017-03-23 10:17:42 -07:00
Lee Verberne
68262ad5f4
Remove SIGKILL handler from pause.c
2017-01-19 22:50:21 +00:00
Lee Verberne
c706a052ef
pause.c: Document intended PID 1 behavior
2016-12-22 21:51:10 +00:00
Lee Verberne
c1520e15ff
Address style comments for pause.c
...
Run clang-format on the C files and capitalize error messages.
2016-12-16 02:30:58 +00:00
Lee Verberne
81d27aa239
Add SIGCHLD handler to pause container
...
This allows pause to reap zombies in the upcoming Shared PID namespace
(#1615 ). Uses the better defined sigaction() instead of signal() for all
signals both for consistency (SIGCHLD handler avoids SA_RESTART) and to
avoid the implicit signal()->sigaction() translation of various libc
versions.
Also makes warnings errors and includes a tool to make orphaned zombies
for manual testing.
2016-12-16 02:30:58 +00:00
Jeff Grafton
27d096d27d
Rename build-tools/ back to build/
2016-12-14 13:42:15 -08:00
Mike Danese
27116c6818
rename build/ to build-tools/
2016-10-24 14:41:56 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Muhammed Uluyol
f3690e2d5e
build/pause: write in C
...
Builds statically against glibc. References to the old pause
image have been updated.
2016-05-04 21:45:52 -04:00