| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 4 | -4/+0 |
| * | tools: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 8 | -8/+0 |
| * | Remove $FreeBSD$: one-line bare tag | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 5 | -5/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 9 | -18/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 11 | -22/+0 |
| * | Use nitems(x) instead of sizeof(x)/sizeof(x[0]) | Enji Cooper | 2015-11-02 | 1 | -2/+2 |
| * | Fix compiler warnings with open_to_operation.c | Enji Cooper | 2015-10-30 | 2 | -16/+13 |
| * | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | Warner Losh | 2014-04-13 | 4 | -4/+4 |
| * | Update most userspace consumers of capability.h to use capsicum.h instead. | Robert Watson | 2014-03-16 | 7 | -7/+7 |
| * | Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT. | Christian Brueffer | 2014-02-06 | 1 | -2/+2 |
| * | Update regression tests after adding chflagsat(2). | Pawel Jakub Dawidek | 2013-03-21 | 1 | -6/+4 |
| * | Update the tests now that absence of the O_APPEND flag requires CAP_SEEK | Pawel Jakub Dawidek | 2013-03-16 | 1 | -13/+46 |
| * | The mode argument for open(2)/openat(2) only makes sense if the O_CREAT flag | Pawel Jakub Dawidek | 2013-03-16 | 1 | -6/+6 |
| * | Update existing regression tests after Capsicum overhaul. | Pawel Jakub Dawidek | 2013-03-02 | 2 | -98/+346 |
| * | Fix order of arguments to lseek(). | Christian Brueffer | 2012-02-29 | 1 | -1/+1 |
| * | Spelling fixes for tools/ | Ulrich Spörlein | 2011-12-30 | 1 | -2/+2 |
| * | Test process descriptors. | Jonathan Anderson | 2011-08-18 | 5 | -0/+221 |
| * | poll(2) implementation for capabilities. | Jonathan Anderson | 2011-08-16 | 1 | -2/+16 |
| * | Rename CAP_*_KEVENT to CAP_*_EVENT. | Jonathan Anderson | 2011-08-12 | 1 | -2/+2 |
| * | Test *at(2) calls with capability-mode lookup. | Jonathan Anderson | 2011-08-12 | 4 | -3/+157 |
| * | Use the right printf() format string without a cast to maxint_t. | Jonathan Anderson | 2011-08-11 | 1 | -4/+4 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 2 | -3/+4 |
| * | Expect fchflags(2) to fail with EOPNOTSUPP on NFS. | Jonathan Anderson | 2011-08-05 | 1 | -2/+11 |
| * | Flesh out the cap_test regression test. | Jonathan Anderson | 2011-08-04 | 3 | -0/+388 |
| * | Flesh out the cap_test regression test. | Jonathan Anderson | 2011-08-04 | 5 | -344/+319 |
| * | Regression tests for Capsicum capability mode. | Jonathan Anderson | 2011-05-04 | 5 | -0/+587 |
| * | Add open_to_operation, a security regression test that opens files with | Robert Watson | 2008-02-14 | 2 | -0/+1263 |
| * | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 2 | -2/+2 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 2 | -2/+2 |
| * | gcc now objects to a default label without any contents. Because I want | Robert Watson | 2004-07-17 | 1 | -0/+2 |
| * | file system > filesystem | Tom Rhodes | 2002-05-16 | 1 | -2/+2 |
| * | NAI DBA update. | Robert Watson | 2002-03-14 | 1 | -1/+1 |
| * | o Fix two eaccess() checks -- in one case, the wrong test file | Robert Watson | 2001-09-21 | 1 | -2/+2 |
| * | o Regression test to check that appropriate parts of the process | Robert Watson | 2001-09-20 | 2 | -0/+369 |
| * | o Add a comment identifying the "privileged on privileged" scenario. | Robert Watson | 2001-04-13 | 1 | -0/+1 |
| * | o Add inter-process authorization uid regression testing for ktrace(). | Robert Watson | 2001-04-13 | 1 | -43/+63 |
| * | o s/debug/ptrace/ since shortly there will be tests involving other | Robert Watson | 2001-04-13 | 1 | -3/+3 |
| * | o Expand inter-process authorization regression test to include | Robert Watson | 2001-04-12 | 2 | -46/+58 |
| * | o Enable -DSETSUGID_SUPPORTED in inter-process authorization regression | Robert Watson | 2001-04-11 | 1 | -1/+1 |
| * | o First pass at an inter-process authorization regression testing suite. | Robert Watson | 2001-04-11 | 5 | -0/+563 |