Re: [PATCH v3] selftest: acct: Add selftest for the acct() syscall

2024-07-31 Thread Shuah Khan
On 7/23/24 04:28, Abdulrasaq Lawani wrote: The acct() system call enables or disables process accounting. If accounting is turned on, records for each terminating process are appended to a specified filename as it terminates. An argument of NULL causes accounting to be turned off. This patch wil

[PATCH v3] selftest: acct: Add selftest for the acct() syscall

2024-07-23 Thread Abdulrasaq Lawani
The acct() system call enables or disables process accounting. If accounting is turned on, records for each terminating process are appended to a specified filename as it terminates. An argument of NULL causes accounting to be turned off. This patch will add a test for the acct() syscall. Signed-