Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
9db796a6c932010771c31a6fd0a14de69d8f4446
/
lib
/
tst_pid.c
bbdb9f7
lib: Add new test library API
by Cyril Hrubis
· 9 years ago
502e42f
Implementation of tst_get_unused_pid()
by Stanislav Kholmanskikh
· 10 years ago
07a1033
system_specific_process_info changes
by Stanislav Kholmanskikh
· 10 years ago
[Renamed (95%) from lib/system_specific_process_info.c]
354ebb4
cleanup code indent
by Wanlong Gao
· 12 years ago
4548c6c
Update FSF address
by Wanlong Gao
· 12 years ago
1e6f5a6
Resolving all compile errors via a script
by Garrett Cooper
· 14 years ago
4263e49
Get rid of a valid -Wunused warning with the fscanf(3).
by yaberauneya
· 15 years ago
45a8ba0
trim trailing whitespace
by vapier
· 15 years ago
fc3529d
Missing limits.h include and test.h style in system_specific_process_info.c: 1. test.h is in .../include/. Thus #include should be #include "test.h", not #include <test.h>. 2. limits.h should be explicitly stated because certain constants are used in system_specific_process_info.c (SHRT_MAX for instance). Signed-off-by: Garrett Cooper <yanegomi@gmail.com>.
by subrata_modak
· 15 years ago
8d4fee7
This patch fixes compilation warnings introduced recently. Signed-off-by: CAI Qian <caiqian@cclom.cn>.
by subrata_modak
· 16 years ago
8bc4d77
Fix for msgctl11.c: Resending the fix after modifications based on suggestions from Mike Frysinger. PS: I've retained SHRT_MAX return value in the patch below as per the reason stated earlier. Signed-off by: Vinay Sridhar <vinay@linux.vnet.ibm.com>.
by subrata_modak
· 16 years ago