aboutsummaryrefslogtreecommitdiff
path: root/lib/tst_res.c
AgeCommit message (Expand)Author
2016-04-06lib: Add new test library APInewlibCyril Hrubis
2016-02-03lib: tst_res: Cleanup.Cyril Hrubis
2016-01-07lib: Restore tst_brk & tst_res in ltpapicmdCyril Hrubis
2016-01-05lib: Get rid of tst_res() and tst_brk()Cyril Hrubis
2015-08-04lib: Get rid of unused tst_require_root() callbackCyril Hrubis
2015-02-04Get rid of TEST_CLEANUPCyril Hrubis
2014-12-08Remove dead codeCyril Hrubis
2014-09-12lib: implement TRERRNOJan Stancek
2014-07-29lib/tst_res.c: introduce tst_record_childstatus()Xiaoguang Wang
2014-07-22lib/tst_res.c: make tst_brkm() and tst_resm() output more informative messageXiaoguang Wang
2014-07-22remove meaningless TRETR flagXiaoguang Wang
2014-06-26pan/ltp-pan.c: add statistics about not fully tested testcasesXiaoguang Wang
2014-05-13lib/tst_sig.c: output signal name when got unexpected signalXiaoguang Wang
2014-03-24lib/tst_res.c: synchronize access to tst_res functionsAlexey Kodanev
2014-02-13tst_res: constify char buffers were possibleMike Frysinger
2014-02-06lib: Flush test output on FORK_OR_VFORK()Cyril Hrubis
2014-02-05lib: Fix a few warnings.Cyril Hrubis
2014-02-03lib: Add tst_fork() and update guidelinesCyril Hrubis
2014-01-13lib: fix noreturn warningsMike Frysinger
2013-11-14lib: tst_res: Add more errnos.Cyril Hrubis
2013-10-23tst_res: add some common errno valuesWang, Xiaoguang
2013-08-05usctest.h: Remove dumbious _USC_LIB_ ifdefs.Cyril Hrubis
2013-06-26include: Move a few more defs to private header.Cyril Hrubis
2013-05-23Create a function tst_resm_hexd() to print a buffer in hexAlexey Kodanev
2013-03-07s/Tst_count/tst_count/ to avoid CamelCaseCaspar Zhang
2012-12-07cleanup code indentWanlong Gao
2012-10-24Fix FSF addressWanlong Gao
2012-10-18Remove whitespace at end of lineChris Dearman
2012-01-19lib: Fix tst_print()Cyril Hrubis
2010-12-20Break some bad behavior.Garrett Cooper
2010-12-20Disable bounds checking with printouts in tst_brk.Garrett Cooper
2010-12-20Fix reentrancy.Garrett Cooper
2010-12-20Make tst_brk reentrant.Garrett Cooper
2010-12-19Resolving all compile errors via a scriptGarrett Cooper
2010-12-18Remove references to Tst_nobuf.Garrett Cooper
2010-12-16Account for reporting flags appended to ttype in tst_brk.Garrett Cooper
2010-12-16Merge branch 'master' into ltp-broomGarrett Cooper
2010-12-13Screw it. Just call tst_exit at the end of each tst_brkm invocation now.Garrett Cooper
2010-12-13Crap. Checked in code on the wrong branch.Garrett Cooper
2010-12-13Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltpGarrett Cooper
2010-12-13Fix errors and warnings in previous set of commits.Garrett Cooper
2010-12-13Remove all loop related logic.Garrett Cooper
2010-12-13Intentionally exit when tst_exit == NULL.Garrett Cooper
2010-11-23Merge remote branch 'origin' into ltp-broomGarrett Cooper
2010-11-23Fix stupid errors.Garrett Cooper
2010-12-13Fail quickly w/ tst_res* APIs from non-main proc.Garrett Cooper
2010-11-23More cleanup.Garrett Cooper
2010-11-22Start cleanup for tst_brkloop*.Garrett Cooper
2009-12-01Avoid unintended side-effects with errno being overwritten by accident with fpriyaberauneya
2009-10-13fix possible tst_xxx buffer overrun: Following patch fixes tst_** functions t...subrata_modak