Travis Sturzl
|
c1da9bdb84
|
add the integration test for memory subsystem back
|
2021-05-23 20:18:14 -06:00 |
|
Travis Sturzl
|
bb15e3752f
|
Adopt the new subsystem work
|
2021-05-23 20:15:59 -06:00 |
|
Travis Sturzl
|
cecbf3a7d1
|
ignore missing memory configuration
|
2021-05-23 20:11:29 -06:00 |
|
Travis Sturzl
|
b246640ce6
|
flip oom control
|
2021-05-23 20:11:15 -06:00 |
|
Travis Sturzl
|
6d8fbae0b9
|
fix tests
|
2021-05-23 20:11:15 -06:00 |
|
Travis Sturzl
|
f05acfdc97
|
add OOM control
|
2021-05-23 20:11:15 -06:00 |
|
Travis Sturzl
|
8459e3edaf
|
fix typo
|
2021-05-23 20:11:15 -06:00 |
|
Travis Sturzl
|
4882764564
|
working
|
2021-05-23 20:11:11 -06:00 |
|
Travis Sturzl
|
6f2225c2a6
|
hmmm
|
2021-05-23 20:10:54 -06:00 |
|
Travis Sturzl
|
25a6504435
|
add memory cgroup controller
|
2021-05-23 20:10:29 -06:00 |
|
utam0k
|
51de1ec9d1
|
Merge pull request #26 from 0xdco/cgroups-v1-pids
add pids cgroup controller
|
2021-05-23 23:32:10 +09:00 |
|
0xdco
|
1569931830
|
add pids cgroup controller
|
2021-05-23 15:58:54 +02:00 |
|
utam0k
|
5e5ffb5bb8
|
Merge pull request #22 from utam0k/refactor_githubactions_code
refactor a code of github actions.
|
2021-05-23 15:50:33 +09:00 |
|
utam0k
|
2279cfdfc8
|
refactor a code of github actions.
|
2021-05-23 15:40:33 +09:00 |
|
utam0k
|
69fc8fe296
|
cargo clippy.
|
2021-05-23 15:08:33 +09:00 |
|
utam0k
|
f8b4f85c61
|
Merge pull request #15 from Furisto/main
Support hugetlb cgroup
|
2021-05-23 08:14:31 +09:00 |
|
Furisto
|
f02992c7a1
|
Activate validation tests for hugetlb cgroups
|
2021-05-22 22:59:26 +02:00 |
|
Furisto
|
6ca2e2145a
|
Add integration tests for hugetlb cgroups
|
2021-05-22 17:40:52 +02:00 |
|
utam0k
|
50eeceb81a
|
Merge pull request #19 from yuchiki/etymology-and-pronunciation
add information about the pronunciation and the etymology of youki
|
2021-05-22 17:56:07 +09:00 |
|
yuchiki
|
8d147e8bb4
|
About the name
|
2021-05-22 17:47:21 +09:00 |
|
utam0k
|
e05d3ed853
|
Merge pull request #18 from utam0k/update-readme
organize and add to the list of features.
|
2021-05-22 17:44:20 +09:00 |
|
utam0k
|
3189ac42ae
|
organize and add to the list of features.
|
2021-05-22 17:30:20 +09:00 |
|
yuchiki
|
23a2f282c6
|
add etymology
|
2021-05-22 17:20:22 +09:00 |
|
Furisto
|
16f413b2b4
|
Support multiple subsystems
|
2021-05-21 23:35:58 +02:00 |
|
Furisto
|
30405d751a
|
Implement hugetlb cgroup support
|
2021-05-21 23:35:02 +02:00 |
|
utam0k
|
e52f304b0d
|
edit README.md
|
2021-05-18 23:39:11 +09:00 |
|
utam0k
|
1c5fca97cc
|
update a logo.
|
2021-05-17 23:30:38 +09:00 |
|
utam0k
|
1206329f65
|
update README.
|
2021-05-16 19:38:33 +09:00 |
|
utam0k
|
e5fdf3322e
|
update README.
|
2021-05-16 18:24:30 +09:00 |
|
utam0k
|
3e8b114f74
|
add a youki's logo.
|
2021-05-16 17:34:24 +09:00 |
|
utam0k
|
cdf11d26f5
|
update README.
|
2021-05-15 18:53:08 +09:00 |
|
utam0k
|
eb9acc1cbb
|
assume that all default tests pass.
|
2021-05-15 18:42:28 +09:00 |
|
utam0k
|
b9f5695913
|
implement rlimit.
|
2021-05-15 17:33:53 +09:00 |
|
utam0k
|
5d315be6cf
|
check for no_new_privileges in spec.
|
2021-05-15 16:56:45 +09:00 |
|
utam0k
|
4c37d65873
|
implement the hostname setting.
|
2021-05-15 16:51:37 +09:00 |
|
utam0k
|
2a17136455
|
revert async/await because it was unstable.
|
2021-05-15 16:35:31 +09:00 |
|
utam0k
|
d00d18f420
|
pass enviroment variables when executing.
|
2021-05-15 15:51:12 +09:00 |
|
utam0k
|
2c6eff8ba0
|
add a capability test.
|
2021-05-15 15:49:25 +09:00 |
|
utam0k
|
fd063c630c
|
update cargo clippy.
|
2021-05-08 14:03:55 +09:00 |
|
utam0k
|
5c61d423da
|
make the processing part of capability in linux testable.
|
2021-05-05 20:54:11 +09:00 |
|
utam0k
|
9fd10f466b
|
Merge pull request #7 from utam0k/testable
Improvement to make easier to write tests
|
2021-05-03 18:15:16 +09:00 |
|
utam0k
|
39f01f6a08
|
add unshare and setns tests.
|
2021-05-03 18:01:18 +09:00 |
|
utam0k
|
ce2a6f6e8c
|
add namespaces mod.
|
2021-05-02 19:24:57 +09:00 |
|
utam0k
|
1b3dcc2c59
|
introduce a command trait to enable unit testing.
|
2021-05-01 17:06:50 +09:00 |
|
utam0k
|
81a67d12ca
|
add tests to some of the devices in cgroups.
|
2021-04-29 19:39:31 +09:00 |
|
utam0k
|
07ff66aadf
|
introduce unit tests.
|
2021-04-29 17:34:23 +09:00 |
|
utam0k
|
50dc7e42b1
|
allow log init failure.
|
2021-04-21 21:38:23 +09:00 |
|
utam0k
|
3974020d29
|
Update README.
|
2021-04-18 19:43:47 +09:00 |
|
utam0k
|
5976297077
|
implement capabilities.
|
2021-04-18 19:43:47 +09:00 |
|
utam0k
|
a50f71fe50
|
Merge pull request #6 from utam0k/cgroups
implementation the controller of devices in cgroups.
|
2021-04-17 21:02:36 +09:00 |
|