Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
45e285d46ab47b0ff76c88acb5ba97b0bd5f753d
/
testcases
/
kernel
/
syscalls
/
sysfs
/
sysfs05.c
45e285d
Remove useless casts.
by Garrett Cooper
· 14 years ago
56207ce
Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>.
by subrata_modak
· 16 years ago
5e27825
The Linux port I run on LTP has a minimal set of system calls. It currently does not implement the sysfs system call so I'd like to disable the tests for this system call - at the moment they will fail to compile because __NR_sysfs is undefined. Is there an idiomatic way of doing this? I can either prevent the test compiling completely somehow in the Makefile (e.g. as modify_ldt does) or make the test compile but return BROK perhaps. Attached is a patch to implement a strategy like this one. By Will Newton <will.newton@gmail.com>
by subrata_modak
· 17 years ago
238755b
cleanup
by vapier
· 18 years ago
949f2e5
scrub references to _syscall2
by vapier
· 18 years ago
83de327
fixes from Jeff Bailey to just use syscall() rather than _syscall#() macros
by vapier
· 18 years ago
0c7769a
A fix to include the x86_64 archtiecture to build on latest version RHEL
by mreed10
· 18 years ago
8c10664
A fix for bug 25085 to allow the testsuite to build on rhel5
by mreed10
· 18 years ago
a1b04db
Applied fix for __powerpc__
by robbiew
· 18 years ago
afd4843
Applied patch from Yaroslav Popovitch that addresses problems related
by robbiew
· 21 years ago
4eb889d
Applied IA64 specific fixes from Jacky Malcles.
by robbiew
· 21 years ago
9a55a78
Initial checkin of sysfs() tests from Aniruddha Marathe <aniruddha.marathe@wipro.com>
by robbiew
· 22 years ago