diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-11-04 12:57:43 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-11-04 12:57:43 +0000 |
| commit | c2613575ef96bded8fd59bfeb14e03208bcab7b9 (patch) | |
| tree | 0329d5ac287e5dcb35f78ac8f7870c50adc2f5fd /exception_lists | |
| parent | fcd0d2b370a514b41cab49a8c1a30e0a1789323e (diff) | |
| parent | 6357b94b54238e954e002562d0e89a2fefd982e1 (diff) | |
| download | illumos-joyent-c2613575ef96bded8fd59bfeb14e03208bcab7b9.tar.gz | |
[illumos-gate merge]
commit 6357b94b54238e954e002562d0e89a2fefd982e1
6415 sockets created via t_open/t_bind not shown by pfiles
6432 TLI sockets aren't detected correctly by pfiles in a NGZ
commit 260e9a87725c090ba5835b1f9f0b62fa2f96036f
6356 Update mdocml to 1.13.3
commit 1058dba45ec5d6876a5bbb0b9174347e13e5748d
6346 zfs(1M) has spurious comma
commit 3a005aada8ac0e291c13cbc488ba9ae1473f0a96
6377 Fix man page issues found by mandoc 1.13.3
commit fd76205d7372b305e64b7cfcd27939a39c743cb4
6397 libiscsit: several leaks due to left "errlist"
commit a9685eaab1313767d1d4dac672c3a468519aa899
6321 mountd: The IP to name translation is usually not needed in nfsauth_access()
Conflicts:
usr/src/cmd/ptools/pfiles/pfiles.c
Diffstat (limited to 'exception_lists')
| -rw-r--r-- | exception_lists/cstyle | 6 | ||||
| -rw-r--r-- | exception_lists/hdrchk | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/exception_lists/cstyle b/exception_lists/cstyle index 6cc505731a..4a10306206 100644 --- a/exception_lists/cstyle +++ b/exception_lists/cstyle @@ -61,9 +61,10 @@ usr/src/cmd/krb5/ldap_util/kdb5_ldap_util.h usr/src/cmd/krb5/slave/kprop.c usr/src/cmd/krb5/slave/kprop.h usr/src/cmd/krb5/slave/kpropd.c -usr/src/cmd/mandoc/arch.c usr/src/cmd/mandoc/att.c usr/src/cmd/mandoc/chars.c +usr/src/cmd/mandoc/compat_fgetln.c +usr/src/cmd/mandoc/compat_reallocarray.c usr/src/cmd/mandoc/config.h usr/src/cmd/mandoc/eqn.c usr/src/cmd/mandoc/eqn_html.c @@ -86,6 +87,8 @@ usr/src/cmd/mandoc/man_term.c usr/src/cmd/mandoc/man_validate.c usr/src/cmd/mandoc/mandoc.c usr/src/cmd/mandoc/mandoc.h +usr/src/cmd/mandoc/mandoc_aux.c +usr/src/cmd/mandoc/manpath.c usr/src/cmd/mandoc/mdoc.c usr/src/cmd/mandoc/mdoc.h usr/src/cmd/mandoc/mdoc_argv.c @@ -113,7 +116,6 @@ usr/src/cmd/mandoc/term.h usr/src/cmd/mandoc/term_ascii.c usr/src/cmd/mandoc/term_ps.c usr/src/cmd/mandoc/tree.c -usr/src/cmd/mandoc/vol.c usr/src/common/bzip2/bzlib.h usr/src/common/bzip2/crctable.c usr/src/common/bzip2/randtable.c diff --git a/exception_lists/hdrchk b/exception_lists/hdrchk index f1f3977a96..1aa0db27dd 100644 --- a/exception_lists/hdrchk +++ b/exception_lists/hdrchk @@ -26,6 +26,9 @@ usr/src/cmd/mandoc/libroff.h usr/src/cmd/mandoc/main.h usr/src/cmd/mandoc/man.h usr/src/cmd/mandoc/mandoc.h +usr/src/cmd/mandoc/mandoc_aux.h +usr/src/cmd/mandoc/manpath.h +usr/src/cmd/mandoc/mansearch.h usr/src/cmd/mandoc/mdoc.h usr/src/cmd/mandoc/out.h usr/src/cmd/mandoc/term.h |
