aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/security/access
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* file system > filesystemTom Rhodes2002-05-161-2/+2
| | | | Notes: svn path=/head/; revision=96709
* NAI DBA update.Robert Watson2002-03-141-1/+1
| | | | Notes: svn path=/head/; revision=92288
* o Fix two eaccess() checks -- in one case, the wrong test fileRobert Watson2001-09-211-2/+2
| | | | | | | | | | was used, resulting in a regression failure, and in the other, the test on an error return was inverted. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=83794
* o Regression test to check that appropriate parts of the processRobert Watson2001-09-202-0/+369
credential are used in the access() and new eaccess() system calls. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=83736