Go to file
plunky 5ec364d4d9 C99 section 6.7.2.3 (Tags) Note 3 states that:
A type specifier of the form

	enum identifier

  without an enumerator list shall only appear after the type it
  specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
2013-03-18 19:35:35 +00:00
bin PR/47608: Robert Elz: ``var=value func-call'' does not export var in the 2013-03-02 22:02:32 +00:00
common Add RCSID 2013-03-17 02:13:10 +00:00
compat Define LIBGCC_MACHINE_ARCH so correct files are used o32 libgcc. 2013-02-14 09:22:18 +00:00
crypto Touch e_aes.c to force a rebuild with new compiler flags for AES-NI. 2013-02-18 21:20:50 +00:00
dist It is ridiculous to truncate files on character conversions without 2013-01-23 18:51:51 +00:00
distrib fix debugging sets 2013-03-16 22:16:02 +00:00
doc NetBSD 6.0 was released several months ago; time to garbage 2013-03-16 23:35:01 +00:00
etc Handle ALL_KERNELS selection 2013-03-17 12:19:57 +00:00
external Apply upstream change 1b82d0fe146031526b73454cc64bca7ee1f5b87a: 2013-03-17 05:56:46 +00:00
extsrc
games Fix same typo in the other file in which it occurs 2013-02-17 13:39:51 +00:00
gnu casing. 2013-03-08 08:29:36 +00:00
include PR/47617: Thorsten Brehm: Memory and socket leak in librpc 2013-03-04 17:29:03 +00:00
lib Move the rumpuser_net set of hypercalls to be a private to the sockin 2013-03-18 13:14:10 +00:00
libexec fix PR 47629, using a slightly different patch to the one in the PR. 2013-03-09 21:36:04 +00:00
regress The sleeping test has been converted to ATF 2012-11-08 03:16:04 +00:00
rescue PR/47276: ftp has ssl support now. 2012-12-21 18:09:39 +00:00
sbin For MFS, no longer use heuristic based on rlimit to determine mmap size. 2013-03-17 12:25:36 +00:00
share Synchronize the clock periodically in vmt(4). 2013-03-16 01:26:52 +00:00
sys C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
tests These tests are flaky so mark them as expected failures... when they fail. 2013-03-17 06:29:55 +00:00
tools no man pages for tools build. 2013-03-16 22:32:50 +00:00
usr.bin Bump date for previous (PR #45981): the change ("c") command starts a 2013-03-17 21:13:04 +00:00
usr.sbin - Extend npf.conf syntax to support dynamic NAT policies. 2013-03-18 02:17:49 +00:00
x11 Revert previous: tsutsui noted that this file is for X11R6. 2012-07-12 12:43:06 +00:00
build.sh fixed typo on comment. 2013-03-07 04:51:58 +00:00
BUILDING regen 2012-11-08 15:25:01 +00:00
Makefile Add src/etc/Makefile.params, containing the definition of the 2012-12-03 13:53:28 +00:00
Makefile.inc
UPDATING more 2013-03-02 08:51:42 +00:00