aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/acct/acct02.c
AgeCommit message (Expand)Author
2024-01-11acct: Fix docparsePetr Vorel
2023-11-13acct02: Use TST_KCONFIG_INIT()Petr Vorel
2021-03-12docparse: Use C standard comment endPetr Vorel
2020-11-20syscalls/acct02: Decleare kconfigs inlineCyril Hrubis
2020-11-16syscalls: Add a few documentation commentsCyril Hrubis
2020-11-09lib/tst_kconfig: Make use of boolean expression evalCyril Hrubis
2020-05-29acct02: fix the ac_version check on big endian platformsStanislav Kholmanskikh
2020-03-31lib/tst_cmd_*(): Turn int pass_exit_val into enumPetr Vorel
2020-03-31lib: Rename tst_run_cmd*() to tst_cmd*()Petr Vorel
2019-11-13acct02: relax ac_btime checksJan Stancek
2019-11-06testcases/kernel: Add linux git and CVE tagsCyril Hrubis
2019-10-10acct: fix version check on big endian systemPing Fang
2019-09-27syscalls/acct02: Check read size.Cyril Hrubis
2019-09-17syscalls/acct02: Improve loggingPetr Vorel
2019-07-15syscalls/acct02: Add note about acct() kernel bugCyril Hrubis
2019-07-15syscalls/acct02: Fix failures on nearly full FSCyril Hrubis
2019-06-11syscalls/acct02.c: Fix EMFILE errorXiao Yang
2019-06-07syscalls/acct02: add functional testcaseChristian Amann
2013-10-23syscalls: Remove acct02.Cyril Hrubis
2013-04-04Another semiautomated cleanup.Cyril Hrubis
2012-12-07cleanup code indentWanlong Gao
2012-10-19Update FSF addressWanlong Gao
2012-10-18Add missing newline at end of fileChris Dearman
2010-12-18Fix some tests. Remove all externs to Tst_count.Garrett Cooper
2010-12-16Style and conformance changes.Garrett Cooper
2009-08-28clean up printf strings and errno handlingvapier
2009-03-23Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>.subrata_modak
2009-02-26Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>.subrata_modak
2009-02-26Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>.subrata_modak
2009-02-26Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>.subrata_modak
2006-02-11remove extraneous whitespace usage in tst_* functionsvapier
2003-03-04Removed "extern int errno" lines and replaced with "#include <errno.h>"robbiew
2003-01-27*** empty log message ***robbiew
2003-01-22Added code to check if BSD process accounting is turned on, if not exitrobbiew
2003-01-10Modified the way acct is turned off. Changed from (char*)0 to NULL.robbiew
2002-12-04Initial checkin of acct() tests.robbiew