Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
9d4144869395a2863041c1e21fbe6a05dd778361
/
utils
4053a25
lib: Add missing <string.h> and <strings.h> includes
by Petr Vorel
· 6 years ago
3ceb915
Typo corrections
by Po-Hsu Lin
· 6 years ago
6a987a2
Fix typos in various README files
by Fang Guan
· 6 years ago
57c1460
sctp: change the layout of tst_brkm()
by Sun Lianwen
· 6 years ago
51ccedf
wiki: Fix minor typo
by Petr Vorel
· 6 years ago
837c0a6
Replace __BEGIN_DECLS and __END_DECLS to with expanded macros
by Khem Raj
· 7 years ago
95fea1f
Revert "Replace __BEGIN_DECLS and __END_DECLS to with expanded macros"
by Petr Vorel
· 7 years ago
c83639c
Replace __BEGIN_DECLS and __END_DECLS to with expanded macros
by Khem Raj
· 7 years ago
2671f6a
sctp: porting "tests: fix SMALL_MAXSEG" to ltp/utils/sctp
by Li Zhijian
· 7 years ago
297bbae
ffsb: Fix out of bounds access
by Cyril Hrubis
· 7 years ago
8967f96
Update references with my old legal name/email to my current name/email address
by Ngie Cooper
· 8 years ago
34a7c82
android: exclude tests which don't build
by Steven Jackson
· 8 years ago
5e1da5b
sctp: sctputils.c: fix test_peer_addr()
by Alexey Kodanev
· 9 years ago
d1e29aa
utils/ffsb_fc.c: remove explicit NULL check before free
by Maninder Singh
· 9 years ago
7cfe158
sctp: sctputil.c: make 'found' a static array
by Manjeet Pawar
· 9 years ago
2b133dc
Fix a typo in utils/ffsb-6.0-rc2/README
by Yan Feng
· 10 years ago
d7ef041
sctp: test_1_to_1_sockopt.c: set SO_SNDBUF above the defined minimum
by Alexey Kodanev
· 10 years ago
9d048f8
Fix warning
by Zeng Linggang
· 10 years ago
bb223a8
utils/sctp/test_accept: add EACCES to expected errors
by Alexey Kodanev
· 10 years ago
4e2bab8
Make use of NULL
by Cyril Hrubis
· 10 years ago
147856d
ffsb: Fix out of tree build.
by Cyril Hrubis
· 10 years ago
18594de
ffsb: configure.in: Update and add foreign
by Cyril Hrubis
· 10 years ago
fb6efc4
utils/Makefile: Move ffsb configure to configure.ac
by Mats Liljegren
· 11 years ago
6529caf
utils: fix the installation of ffsb binary
by Stanislav Kholmanskikh
· 11 years ago
a884621
build: fix out-of-tree build
by Gilles Chanteperdrix
· 11 years ago
169720f
Fix shell scripts to run correctly on Debian
by Joseph Beckenbach
· 11 years ago
8450d08
ffsb: Symlink toplevel config.sub and config.guess
by Cyril Hrubis
· 11 years ago
4e14f7e
utils: .gitignore
by Stanislav Kholmanskikh
· 11 years ago
8c1e85d
sctp: Avoid using file descriptor 0 to get ENOTSOCK
by Simon Xu
· 11 years ago
699a579
utils: sctp: Fix build for prefixed architectures
by Markos Chandras
· 11 years ago
6f22494
Move sctp to utils and bump it to 1.0.15
by Simon Xu
· 11 years ago
1346646
move testcases/kernel/fs/ext4-new-features/ffsb to utils
by Cyril Hrubis
· 11 years ago
37e1b72
ebizzy.h: mallopt does not exist on uClinux
by Marta Rybczynska
· 11 years ago
354ebb4
cleanup code indent
by Wanlong Gao
· 12 years ago
4548c6c
Update FSF address
by Wanlong Gao
· 12 years ago
37550cf
Remove whitespace at end of line
by Chris Dearman
· 12 years ago
ec6edca
Add missing newline at end of file
by Chris Dearman
· 12 years ago
1e6f5a6
Resolving all compile errors via a script
by Garrett Cooper
· 14 years ago
43088e1
Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp
by Garrett Cooper
· 14 years ago
af9f67d
configure target shouldn't be executed by any sane human being.
by yaberauneya
· 15 years ago
84c165c
Enable ebizzy and kernbench properly so that they get installed in the correct spots.
by yaberauneya
· 15 years ago
0ab83cf
Fix the issue filed as https://sourceforge.net/tracker/?func=detail&aid=2892491&group_id=202378&atid=981342 .
by yaberauneya
· 15 years ago
ef77253
1. Please see README.mk-devel for a full description of the changes
by yaberauneya
· 15 years ago
798ce96
Patch to fix make install issue in ebizzy: install: was missing in Makefile of ebizzy, hence make install was throwing error. This patch will fix make install error. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>.
by subrata_modak
· 15 years ago
4c454bc
Addtional test scenarios & fixes for power management testcases. On doing demo of LTP testcases to developers we realized some more test scenarios has to be added to LTP testcases for better test coverage. Also some bug fixes has to be done for existing test cases to run on future versions on Linux Kernel. We also want to integrate kernbench in LTP for sched_mc_power_savings=2. Hence this list of patches include patches to integrate kernbench into LTP. The test also covers consolidation at core level for hyper threaded system. [Patch 2/10]Makefile patch to integrate to LTP. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>.
by subrata_modak
· 15 years ago
6321a50
Addtional test scenarios & fixes for power management testcases. On doing demo of LTP testcases to developers we realized some more test scenarios has to be added to LTP testcases for better test coverage. Also some bug fixes has to be done for existing test cases to run on future versions on Linux Kernel. We also want to integrate kernbench in LTP for sched_mc_power_savings=2. Hence this list of patches include patches to integrate kernbench into LTP. The test also covers consolidation at core level for hyper threaded system. [Patch 1/10]Patch to integrate kernbench to LTP to test sched_mc=2 To verify CPU consolidation when sched_mc=2 we need kernbench. Hence integrating it in LTP. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>.
by subrata_modak
· 15 years ago
8c463cc
Integrate ebizzy-0.3. Signed-Off-By: Poornima Nayak <mpnayak@linux.vnet.ibm.com>.
by subrata_modak
· 16 years ago
a07c784
Testcase to test cpu consolidation feature of power management: Testcase Description: When sched_mc_power_saving is set to 1 and when number of threads running in the system is less then or equal to number of cores in the package, all the threads should be running in cores belonging to one package. This automated testcase triggers ebizzy with number of threads equal to number of cores in a package. Identifies cpu's utilized and verifies if all the cpu's utilized belong to same package.
by subrata_modak
· 16 years ago