History log of /external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4e2bab8415bfd5ddd552220203ed22c93a4617e5 24-Sep-2014 Cyril Hrubis <chrubis@suse.cz> Make use of NULL

Replace all (type *)0 with NULL

Created with coccinelle patch:

@@
type T;
@@
-(T*)0
+NULL

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
cf0d626fe6224db3c714843dc7007e9f81d94a80 23-Sep-2014 Cyril Hrubis <chrubis@suse.cz> Remove all useless NULL casts.

Created with coccinelle patch:

@@
type T;
@@
-(T) NULL
+ NULL

Hint:
You have to disable isomorphisms by pointing --iso-file to empty file

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
354ebb48db8e66a853a58379a4808d5dcd1ceac3 07-Dec-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> cleanup code indent

Cleanup the code indent using:

find . -name *.c -exec Lindent {} \;

It's really a big change, but can fix almost all of
the indent problem in C code, although we can't
ensure all of the changes are right, but the error
changes are really few.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
ec6edca7aa42b6affd989ef91b5897f96795e40f 18-Oct-2012 Chris Dearman <chris@mips.com> Add missing newline at end of file

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e '$a\'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
2c28215423293e443469a07ae7011135d058b671 16-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Style and conformance changes.

1. Strip all leading space.
2. Move tst_exit() to main().
3. Remove tst_exit() from cleanup().
4. Remove cluebat comments.
5. Reduce some unnecessary whitespace.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
df3eb16e38c6a163b0a7367c885679eed6140964 29-Nov-2010 Garrett Cooper <yanegomi@gmail.com> Deal with a lot of annoying style nits.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
4bb656a129f7507823e9e6d6b98b1a02fd80ef89 26-Feb-2009 subrata_modak <subrata_modak> Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>.
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
8b95b605caef2ce9da0a7ffd7024ec3f109de452 23-Oct-2008 subrata_modak <subrata_modak> please find attached a fix for potential overflows in sched_tc4 and sched_driver. sched_tc4: RAWDEV could be much large then 16 chars - e.g. /dev/cciss/c0d0p6 (18) (only use of RAWDEV in entire sched_stress module). sched_driver: pathname could be much large then 50 - increased to PATH_MAX. Problem observed and original fixed by Yi Xu. Patch got slightly cleaned-up/modified. Reviewed-by: Daniel Gollub <dgollub@suse.de>, Signed-off-by: Daniel Gollub <dgollub@suse.de>.
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
450ff20648579497cb788007438625aa74518d20 10-Nov-2007 subrata_modak <subrata_modak> Removing Propreitary and Confidential Information to Suit to GPLv2 License
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
da0cc970b6adc42679cf947c6a7326c3bc6d7fc9 28-Mar-2003 robbiew <robbiew> warnings cleanup
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
1e6794a09face832fd9df958cee79df4ec001568 05-Sep-2002 robbiew <robbiew> Applied format string warnings patches from Xiao Feng Shi <xiaos@seas.ucla.edu>
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
0e1e2a5d80c541e66f94e5fb13d0e588a6c379a9 04-Sep-2002 robbiew <robbiew> Applied patch 4 of 5 from Steven J. Hill <sjhill@realitydiluted.com>
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c
28eaa91a0341572f7acccf19e03ae27c9b00ce0c 04-Jan-2002 iyermanoj <iyermanoj> Added new tests to stress scheduler. Ported from BULL
----------------------------------------------------------------------
/external/ltp/testcases/kernel/sched/sched_stress/sched_driver.c