index
:
util-linux
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cpuset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-08
include: cleanup copyright headers
Karel Zak
1
-0
/
+3
2012-08-13
Fix non-Linux build
Samuel Thibault
1
-0
/
+2
2011-09-10
lib,cpuset: fix compiler warning [-Wuninitialized]
Karel Zak
1
-1
/
+1
2011-09-10
chcpu,cpuset: reduce code duplication for cpu list parsing
Heiko Carstens
1
-1
/
+6
2011-09-10
lib,cpuset: enforce stricter parsing of cpu lists
Heiko Carstens
1
-4
/
+8
2011-09-10
lib,cpuset: fix stride handling in cpulist_parse()
Heiko Carstens
1
-0
/
+2
2011-09-10
lib,cpuset: fix odd placed braces in cpulist_parse()
Heiko Carstens
1
-2
/
+2
2011-09-10
lib,cpuset: fix comments for cpu mask/list functions
Heiko Carstens
1
-2
/
+2
2011-08-15
cpuset: add option to allow cpulist_parse() to fail
Heiko Carstens
1
-2
/
+5
2011-08-01
lib: [cpuset.c] fix compiler warnings [-Wsign-compare]
Karel Zak
1
-9
/
+12
2011-03-03
move struct option to .rodata
Karel Zak
1
-1
/
+1
2011-02-17
tests: [cpuset] call free() for range
Karel Zak
1
-0
/
+1
2011-02-14
build-sys: provide alternatives for err, errx, warn and warnx
Fabian Groffen
1
-1
/
+1
2011-01-04
remove duplicate includes
Karel Zak
1
-1
/
+0
2010-06-01
taskset: move NR_CPUS determination to lib/cpuset.c
Karel Zak
1
-1
/
+40
2010-06-01
lib: add fallback for libc (uClibc) without CPU_ALLOC
Karel Zak
1
-0
/
+33
2010-06-01
taskset: use libc based cpu_set_t
Karel Zak
1
-109
/
+106
2010-06-01
tests: add cpuset regression test
Karel Zak
1
-0
/
+70
2010-06-01
taskset: move bitmap routines to lib/cpuset.c
Karel Zak
1
-0
/
+241