diff options
author | Toomas Soome <tsoome@me.com> | 2015-10-25 00:06:51 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-09-22 11:43:37 -0700 |
commit | 199767f8919635c4928607450d9e0abb932109ce (patch) | |
tree | e6c3078959e4b1dc4a59d04b9fac0a2fdf2c0711 /exception_lists | |
parent | 0cc5983c8a077e6396dc7c492ee928b40bf0fed1 (diff) | |
download | illumos-joyent-199767f8919635c4928607450d9e0abb932109ce.tar.gz |
5061 freebsd boot loader integration (loader project)
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Cody Mello <melloc@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/copyright | 1 | ||||
-rw-r--r-- | exception_lists/cstyle | 1 | ||||
-rw-r--r-- | exception_lists/hdrchk | 1 | ||||
-rw-r--r-- | exception_lists/keywords | 1 | ||||
-rw-r--r-- | exception_lists/manlint | 14 | ||||
-rw-r--r-- | exception_lists/mapfilechk | 2 |
6 files changed, 20 insertions, 0 deletions
diff --git a/exception_lists/copyright b/exception_lists/copyright index 654287d670..ebe2005d28 100644 --- a/exception_lists/copyright +++ b/exception_lists/copyright @@ -30,6 +30,7 @@ exception_lists/closed-bins exception_lists/copyright exception_lists/cstyle exception_lists/hdrchk +usr/src/boot/* usr/src/cmd/cmd-inet/usr.bin/dns-sd/ClientCommon.c usr/src/cmd/cmd-inet/usr.bin/dns-sd/ClientCommon.h usr/src/cmd/cmd-inet/usr.bin/dns-sd/dns-sd.c diff --git a/exception_lists/cstyle b/exception_lists/cstyle index 32097d775a..cca385650d 100644 --- a/exception_lists/cstyle +++ b/exception_lists/cstyle @@ -1,3 +1,4 @@ +usr/src/boot/* usr/src/cmd/cmd-inet/usr.bin/dns-sd/ClientCommon.[ch] usr/src/cmd/cmd-inet/usr.bin/dns-sd/dns-sd.c usr/src/cmd/cmd-inet/usr.lib/mdnsd/CryptoAlg.[ch] diff --git a/exception_lists/hdrchk b/exception_lists/hdrchk index 1d3e7f192a..8e155ae31e 100644 --- a/exception_lists/hdrchk +++ b/exception_lists/hdrchk @@ -1,3 +1,4 @@ +usr/src/boot/* usr/src/cmd/cmd-inet/usr.bin/dns-sd/ClientCommon.h usr/src/cmd/cmd-inet/usr.lib/mdnsd/CryptoAlg.h usr/src/cmd/cmd-inet/usr.lib/mdnsd/DNSCommon.h diff --git a/exception_lists/keywords b/exception_lists/keywords index f0be882342..6037b93c21 100644 --- a/exception_lists/keywords +++ b/exception_lists/keywords @@ -25,6 +25,7 @@ # syntax: glob +usr/src/boot/* usr/src/cmd/cmd-inet/usr.bin/dns-sd/dns-sd.c usr/src/cmd/boot/common/bblk_einfo.c usr/src/cmd/localedef/data/zh_CN.UTF-8.src diff --git a/exception_lists/manlint b/exception_lists/manlint new file mode 100644 index 0000000000..f6ced61996 --- /dev/null +++ b/exception_lists/manlint @@ -0,0 +1,14 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# +# +# Copyright 2016 Toomas Soome <tsoome@me.com> +# +usr/src/boot/* diff --git a/exception_lists/mapfilechk b/exception_lists/mapfilechk index b0122708b9..7a316b7306 100644 --- a/exception_lists/mapfilechk +++ b/exception_lists/mapfilechk @@ -20,6 +20,7 @@ # # +# Copyright 2016 Toomas Soome <tsoome@me.com> # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. # @@ -36,6 +37,7 @@ syntax: glob exception_lists/mapfilechk +usr/src/boot/* usr/src/cmd/lp/filter/postscript/font/devpost/charlib/* usr/src/cmd/mdb/common/kmdb/mapfile_skel usr/src/cmd/sgs/libconv/common/map.msg |