Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-04 | remove duplicate includes | Karel Zak | 1 | -1/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-01 | taskset: move NR_CPUS determination to lib/cpuset.c | Karel Zak | 1 | -1/+40 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-01 | lib: add fallback for libc (uClibc) without CPU_ALLOC | Karel Zak | 1 | -0/+33 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-01 | taskset: use libc based cpu_set_t | Karel Zak | 1 | -109/+106 | |
The glibc already supports dynamically allocated CPU sets. We don't have to maintains our private non-compatible implementation. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-01 | tests: add cpuset regression test | Karel Zak | 1 | -0/+70 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-01 | taskset: move bitmap routines to lib/cpuset.c | Karel Zak | 1 | -0/+241 | |
Signed-off-by: Karel Zak <kzak@redhat.com> |