diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2020-12-27 17:47:37 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-01-30 17:13:33 +0000 |
commit | b30d193948be5a7794d7ae3ba0ed9c2f72c88e0f (patch) | |
tree | 6a37e590faffb9bb9af66887de645c546445036c /usr/src/tools/findunref | |
parent | df36e06d12cbf655ddf22339ef8c39fa2b83ebf8 (diff) | |
download | illumos-gate-b30d193948be5a7794d7ae3ba0ed9c2f72c88e0f.tar.gz |
13405 ksh93 update to 2012-08-01
13434 sh: mishandles backslash as last character of a block of input
11750 ksh mkdir builtin doesn't honor special file permissions
9199 ksh93 builtin *grep -v mishandles blank lines, blows up libgcrypt-config
6756 sh (and ksh) have issues with ${1+"$@"}
6520 ksh: sleep could wait forever
4860 ksh93: core in printf
3791 /bin/sh's builtin 'rm' busted: 'rm -f' without arguments returns error
1047 ksh overwrites child core files
880 ksh93 coredumps on 'unset'
499 "interrupted system call" when using "tee" builtin in ksh
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Reviewed by: Dominik Hassler <hadfl@omnios.org>
Approved by: Rich Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/tools/findunref')
-rw-r--r-- | usr/src/tools/findunref/exception_list.open | 60 |
1 files changed, 1 insertions, 59 deletions
diff --git a/usr/src/tools/findunref/exception_list.open b/usr/src/tools/findunref/exception_list.open index ae18a9c8ac..22394e667d 100644 --- a/usr/src/tools/findunref/exception_list.open +++ b/usr/src/tools/findunref/exception_list.open @@ -24,6 +24,7 @@ # Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> # Copyright 2020 Joyent, Inc. +# Copyright 2021 OmniOS Community Edition (OmniOSce) Association. # # # open-tree exception list @@ -49,65 +50,6 @@ ./usr/src/uts/intel/sys/acpi # -# Ignore ksh93/ast-related files that are only used to resync our build -# configuration with upstream. -# -./usr/src/lib/libast/*/src/lib/libast/FEATURE -./usr/src/lib/libast/*/src/lib/libast/ast_namval.h -./usr/src/lib/libast/common/comp/conf.* -./usr/src/lib/libast/common/features -./usr/src/lib/libast/common/include/ast_windows.h -./usr/src/lib/libast/common/port/lc.tab -./usr/src/lib/libast/common/port/lcgen.c -./usr/src/lib/libcmd/*/src/lib/libcmd/FEATURE -./usr/src/lib/libcmd/common/features -./usr/src/lib/libdll/*/src/lib/libdll/FEATURE -./usr/src/lib/libdll/common/features -./usr/src/lib/libpp/*/pp.* -./usr/src/lib/libpp/common/gentab.sh -./usr/src/lib/libpp/common/ppsym.c -./usr/src/lib/libpp/i386/ppdebug.h -./usr/src/lib/libpp/sparc/ppdebug.h -./usr/src/lib/libshell/*/src/cmd/ksh93/FEATURE -./usr/src/lib/libshell/common/data/math.tab -./usr/src/lib/libshell/common/features -./usr/src/lib/libshell/misc/buildksh93.sh -./usr/src/lib/libshell/misc/buildksh93.readme - -# -# Ignore ksh93/ast-related "iffe" (if feature enabled) probe -# -./usr/src/lib/libsum/common/features/sum - -# -# Ignore ksh93/ast-related upstream source, currently superseded by -# a per-platform version of sum.h, since we use libmd.so.1 for some -# ciphers. -# -./usr/src/lib/libsum/common/sum.h - -# -# Ignore ksh93/ast-related test programs. -# -./usr/src/cmd/ast/msgcc/msgcc.tst -./usr/src/lib/libast/common/port/astmath.c - -# -# Ignore ksh93/ast-related source components that are not currently -# used but may be useful later. -# -./usr/src/lib/libcmd/common/cksum.c -./usr/src/lib/libcmd/common/md5sum.c -./usr/src/lib/libcmd/common/sum.c -./usr/src/lib/libshell/common/bltins/mkservice.c -./usr/src/lib/libshell/common/data/bash_pre_rc.sh -./usr/src/lib/libshell/common/include/env.h -./usr/src/lib/libshell/common/sh/bash.c -./usr/src/lib/libshell/common/sh/env.c -./usr/src/lib/libshell/common/sh/shcomp.c -./usr/src/lib/libshell/common/sh/suid_exec.c - -# # Ignore any files built as part of the nightly program itself. # # ISUSED - let checkpaths know that the next entry is good. |