| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a regression test for PR 131876. | Mark Johnston | 2018-07-22 | 1 | -3/+71 |
* | Fix audit of chflagsat, lgetfh, and setfib | Alan Somers | 2018-07-22 | 3 | -18/+0 |
* | Fix sys.fs.tmpfs.mknod_test.{char, block} by reverting r321967 | Alan Somers | 2018-07-21 | 1 | -6/+0 |
* | Clear expected failures for aesni_aes_gcm tests | Alan Somers | 2018-07-21 | 2 | -2/+0 |
* | audit(4): add test cases for chflagsat(2), lgetfh(2), setfib(2) | Alan Somers | 2018-07-21 | 3 | -0/+159 |
* | audit(4): add more test cases for auditon(2) | Alan Somers | 2018-07-21 | 1 | -0/+224 |
* | Separate the audit(4) tests for auditon(2)'s individual commands | Alan Somers | 2018-07-20 | 1 | -54/+526 |
* | audit(4): add tests for _exit(2), cap_enter(2), and cap_getmode(2) | Alan Somers | 2018-07-17 | 2 | -0/+138 |
* | pf tests: Basic synproxy test | Kristof Provost | 2018-07-14 | 3 | -1/+68 |
* | Export a breakpoint() function to userland for arm and arm64. | John Baldwin | 2018-07-06 | 1 | -3/+8 |
* | audit(4): add tests for procctl(2) | Alan Somers | 2018-07-01 | 1 | -0/+51 |
* | audit(4): add tests for several more administrative syscalls | Alan Somers | 2018-06-29 | 1 | -1/+467 |
* | audit(4): add tests for setsid, wait4, wait6, and kill | Alan Somers | 2018-06-29 | 1 | -2/+230 |
* | audit(4): fix Coverity issues | Alan Somers | 2018-06-27 | 3 | -3/+3 |
* | audit(4): add tests for the process-control audit class | Alan Somers | 2018-06-26 | 2 | -0/+1268 |
* | audit(4): add tests for pipe, posix_openpt, shm_open, and shm_unlink | Alan Somers | 2018-06-26 | 1 | -1/+200 |
* | audit(4): add tests for Sys V semaphore operations | Alan Somers | 2018-06-22 | 1 | -1/+697 |
* | audit(4): add tests for sendmsg, recvmsg, shutdown, and sendfile | Alan Somers | 2018-06-19 | 1 | -4/+294 |
* | audit(4): add tests for utimes(2) and friends, mprotect, and undelete | Alan Somers | 2018-06-19 | 1 | -0/+267 |
* | audit(4): add tests for ioctl(2) | Alan Somers | 2018-06-19 | 2 | -0/+106 |
* | audit(4): Add tests for {get/set}auid, {get/set}audit, {get/set}audit_addr | Alan Somers | 2018-06-18 | 1 | -1/+311 |
* | audit(4): add tests for send, recv, sendto, and recvfrom | Alan Somers | 2018-06-18 | 1 | -63/+279 |
* | audit(4): add tests for extattr_set_file and friends | Alan Somers | 2018-06-18 | 1 | -1/+346 |
* | Fix 32-bit build after 335307 | Alan Somers | 2018-06-18 | 1 | -1/+1 |
* | audit(4): add tests for Sys V shared memory syscalls | Alan Somers | 2018-06-17 | 1 | -2/+354 |
* | audit(4): add tests for connect, connectat, and accept | Alan Somers | 2018-06-17 | 1 | -5/+222 |
* | audit(4): Add tests for a few syscalls in the ad class | Alan Somers | 2018-06-17 | 2 | -0/+217 |
* | audit(4): add tests for extattr_get_file(2) and friends | Alan Somers | 2018-06-17 | 1 | -0/+351 |
* | audit(4): add tests for chflags and friends | Alan Somers | 2018-06-17 | 1 | -0/+142 |
* | audit(4): add tests for pathconf(2) and friends | Alan Somers | 2018-06-16 | 1 | -0/+145 |
* | audit(4): add tests for POSIX message queues | Alan Somers | 2018-06-16 | 2 | -0/+416 |
* | audit(4): add tests for chown(2) and friends | Alan Somers | 2018-06-16 | 1 | -0/+190 |
* | audit(4): add tests for bind(2), bindat(2), and listen(2) | Alan Somers | 2018-06-16 | 1 | -7/+205 |
* | audit(4): Add a few tests for network-related syscalls | Alan Somers | 2018-06-15 | 2 | -0/+217 |
* | audit(4): improve formatting in tests/sys/audit/open.c | Alan Somers | 2018-06-15 | 1 | -86/+86 |
* | audit(4): add tests for access(2), chmod(2), and friends | Alan Somers | 2018-06-15 | 2 | -0/+331 |
* | audit(4): add tests for fhopen, fhstat, and fhstatfs | Alan Somers | 2018-06-14 | 1 | -1/+167 |
* | audit(4): fix typo from r335136 | Alan Somers | 2018-06-14 | 1 | -1/+1 |
* | audit(4): add tests for flock, fcntl, and fsync | Alan Somers | 2018-06-14 | 2 | -0/+202 |
* | audit(4): add tests for statfs(2), fstatfs(2), and getfsstat(2) | Alan Somers | 2018-06-14 | 1 | -0/+152 |
* | audit(4): Fix file descriptor leaks in ATF tests | Alan Somers | 2018-06-13 | 7 | -30/+45 |
* | audit(4): add tests for stat(2) and friends | Alan Somers | 2018-06-10 | 2 | -1/+243 |
* | pf tests: Basic route-to tests | Kristof Provost | 2018-06-09 | 2 | -1/+83 |
* | audit(4): add tests for open(2) and openat(2) | Alan Somers | 2018-06-05 | 2 | -0/+194 |
* | audit(4): add tests for the cl audit class | Alan Somers | 2018-06-03 | 2 | -1/+240 |
* | audit(4): add tests for the fd audit class | Alan Somers | 2018-06-01 | 2 | -0/+274 |
* | audit(4): Add tests for the fw class of syscalls. | Alan Somers | 2018-06-01 | 2 | -0/+142 |
* | audit(4): Add tests for the fr class of syscalls | Alan Somers | 2018-06-01 | 5 | -3/+139 |
* | Revert r334362 | Alan Somers | 2018-05-30 | 1 | -0/+1 |
* | Temporarily disconnect audit tests | Ed Maste | 2018-05-30 | 1 | -1/+0 |