Daniel Danzberger
41ef6b91f7
python-awscli: Add new package
...
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2019-04-20 08:10:12 +02:00
Daniel Danzberger
999c01f8c2
python-botocore: Add new package
...
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2019-04-20 08:03:22 +02:00
Daniel Danzberger
11c659dde5
python-colorama: Add new package
...
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2019-04-19 11:43:14 +02:00
Daniel Danzberger
542800e401
python-docutils: Add new package
...
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2019-04-19 11:43:14 +02:00
Daniel Danzberger
55dd6b5fee
python-futures: Add new package
...
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2019-04-19 11:43:14 +02:00
Daniel Danzberger
423bb29d78
python-jmespath: Add new package
...
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2019-04-19 11:43:14 +02:00
Daniel Danzberger
8300efde48
python-rsa: Add new package
...
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2019-04-19 11:43:09 +02:00
Daniel Danzberger
c4e1070f77
python-s3transfer: Add new package
...
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2019-04-19 11:13:41 +02:00
Daniel Danzberger
dfc9555326
libcgroup: Added new package.
...
libcgroup also contains cgroup-utils, which make it very handy to work
with user defined cgroups settings.
It let's you define cgroups in a json like config file and execute them on the cmdline.
Example:
/etc/cgroup.conf:
----------------
group lowbob {
cpu { cpu.shares="1"; }
cpuacct { cpuset.cpu = "0" }
memory { memory.limit_in_bytes = 10m; }
blkio { ... }
...
}
----------------
cgconfigparser -l /etc/cgroup.conf
cgexec -g cpu,memory,blkio:/lowbob cpuintense-task
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2019-02-16 09:55:02 +01:00
Daniel Danzberger
8bc1404ff5
atftp: Fix "undefined reference" linker errors.
...
These errors were caused by using "inline" functions in a non-static context.
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2015-12-11 11:52:20 +01:00
Daniel Danzberger
8159bf7990
atftp: fix invalid read in tftp_send_request.
...
This invalid read of 1 byte caused a segfault
on some arm platforms.
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2015-11-04 16:28:50 +01:00
Daniel Danzberger
46f94304d3
atftp: add new package
...
TODO:
- add init script for atftpd
- merge '120-retry-option.patch' from old atftp packages.
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com >
2015-09-09 11:48:09 +02:00