summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ast
AgeCommit message (Collapse)AuthorFilesLines
2021-02-22 [illumos-gate merge]Dan McDonald2-3/+3
commit 6859ab0054a96093394fe85f055fac9cf93b38ee 13557 pf[k]sh fails to properly resolve paths (missing diffs) commit 944411b5616a6d498985ec4579bd6448b8baacfe 13557 pf[k]sh fails to properly resolve paths commit 56ffda179176d14e2fb160bdc85f6da601f1eac7 13559 remove lingering references to usr/closed commit 3aa6c13072f3d4792a18693e916aed260a496c1f 13558 remove support for optional subdirectories in the build commit 1f0845f1dfb179d6aa598ad89bb44d432f4e1020 13515 panic with bad mutex in smb_ofile_hold_olbrk commit 174aa483b26ab13af096f2d478f7c15afdaf9784 13514 smbsrv panic in smb2_dh_read_nvlist commit 8bf842e01303492318712f55e3f715097c4df992 13561 nfs: implicit conversion from 'enum nfsstat4' to 'enum clnt_stat' commit 0189c0b054f5460e8b23f56112cd0763c993cd05 13523 libsmbns: symbol 'smb_node_type' is multiply-defined commit c5286370b84c690a18e8100a5237a1000d7e29c6 6729 incremental replication stream of a fs tree with lots of snapshots trips assert in zfs recv
2021-02-2113557 pf[k]sh fails to properly resolve paths (missing diffs)Andy Fiddaman2-1/+2
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Dominik Hassler <hadfl@omnios.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-02-2013557 pf[k]sh fails to properly resolve pathsAndy Fiddaman1-2/+1
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Dominik Hassler <hadfl@omnios.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-02-16 [illumos-gate merge]Dan McDonald1-11/+12
commit 2e7b048c07a7326784648e68fd1a7c30f1e1d3eb 13408 cxgbe ufm support commit 89f249c9183aad7ca607490285fba9fc6cfa2cd0 13407 reduce smatch gags in t4nex commit 6be183eef7ea336db825abd64d8b464ca990a38b 13542 wsdiff can strip first character of pathnames commit 42757785c4c4da261e053d2c6e2ef6cb2d348a15 13513 Do not use >; in cmd/ast/tools/Makefile commit a6a3654bcffa104b87e407c5450559b8c235b4f9 13510 usr/src/data could build with more parallelism commit 622d9a34dc9e68ddd38b93df5eda1bc20f0d507a 13509 psm is sparc only, don't build it on i386 commit e860a055849021760ba50651d1d9d174f9ecd8c6 13529 dis: symbol 'g_error' is multiply-defined commit 1502345d2f71778fdc0a78f6530cd512c93223d3 13406 nexus drivers evade topo nic logic commit d9529689937cca41f8af4b28094109ebe366870d 6036 ufsrestore segfaults in lookupparent commit 648766a76d4408cb08159179078fb2d5d2bb26cc 13503 ctags should be mediated in the packaging commit 45dce8f04affdadfb6a71ff8b651688af9c856c6 13462 ctags crashes building full illumos tag table commit 278421a2b87c5c3cd55ab18ad050c255f8aa36c8 13504 ancient misc vi source should be deleted, not built and discarded
2021-02-1513513 Do not use >; in cmd/ast/tools/MakefileAndy Fiddaman1-11/+12
Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-02-12 [illumos-gate merge]Dan McDonald1-3/+2
commit d12ea28fc42fd800e7bac951f1fd7607dc8e3afd 13499 System paging parameters no longer calculated at boot after 13097 commit 44e8cbb5864d29abbabb68852e1d183c9c6e534d 13495 klmmod: multiply-defined symbols commit aab20b47bd0a2879ccd534e4b5516c6af3f5a1d2 13494 nfs: multiply-defined symbols commit 592b68f9130dc6c5b980b90fbb93d13a5a4c3265 13433 After cxgbe transceiver is reseated, link does not return to up state commit 99d0d3f582c9145a267ddfd9fef778459d415339 13476 zfs: multiply-defined symbols commit 379728489ed47862c4927c75771e767b9476c9c4 13496 libnsl: symbol '_null_auth' is multiply-defined commit 7449d3727c8ac1ccfb0a4c4de0a9ccf79c1d8cfd 13454 loader: create local copy of mode list provided by vbeinfoblock commit 168091e5da87ff8dbec35e48d0cebe8b5221365d 13506 smbfs panic on failed open for append commit 72973a2ec5f92e2ddf35c4a344567980fae70ec1 13453 loader.efi: handle multiple gop instances commit a8e6450ff6a17b0dab01ca8f09ba123395cf94fa 13485 ratz, some ast tools not necessary Conflicts: usr/src/uts/common/os/vm_pageout.c
2021-02-11OS-8267 New ksh93 breaks gcc4 buildDan McDonald2-0/+56
Reviewed by: Jason King <jbk@joyent.com> Approved by: Jason King <jbk@joyent.com>
2021-02-1013485 ratz, some ast tools not necessaryAndy Fiddaman1-3/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
2021-02-0913492 Makefile.ast could avoid sed's -i optionAndy Fiddaman7-21/+44
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2021-02-0213490 4133 missed Makefile.asthdrAndy Fiddaman1-2/+2
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-02-0213486 cmd/ast should use fewer FRC dependenciesAndy Fiddaman8-32/+50
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-01-3013405 ksh93 update to 2012-08-01Andy Fiddaman496-2424/+79894
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>
2019-08-1611528 Makefile.noget can get goneJohn Levon1-1/+1
11529 Use -Wno-maybe-initialized Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-01-1410080 smatch Makefile changes for usr/src/cmdJohn Levon1-0/+4
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+4
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2009-10-28Portions contributed by Olga Kryzhanovska <olga.kryzhanovska@gmail.com>Roland Mainz6-7/+8
PSARC/2009/063 ksh93 update 2 PSARC/2009/248 ksh93 update to 2009-03-10 PSARC/2009/249 more ksh93 command conversions 6888396 libast sources should not include localedef.h 6605478 ksh93 profile shell option does not work 6631006 ksh93 hangs in situations that ksh handles okay 6661487 logname reports nothing after running the script command 6705126 first call to read doesn't honor new setting of HISTFILE 6764665 *libpp* Array overrun in libpp 6765756 *libast* Array overruns in libast 6769332 Recursive function+command substitutions terminate shell after 257 iterations 6777491 *ksh93* lacks arithmetric function iszero() 6778077 *ksh93* does not understand "THAW" as a signal for use with trap 6789247 [ku1] libast/ksh93 1-digit hexfloat base conversion rounds incorrectly 6791838 *ksh93* unset of a variable which is not set should return 0 6793714 RFE: Update /usr/bin/comm to AT&T AST "comm" 6793719 RFE: Update /usr/bin/cut to AT&T AST "cut" 6793721 RFE: Update /usr/bin/paste to AT&T AST "paste" 6793722 RFE: Update /usr/bin/cmp to AT&T AST "cmp" 6793726 RFE: Update /usr/bin/uniq to AT&T AST "uniq" 6793735 RFE: Update /usr/bin/wc to AT&T AST "wc" 6793744 RFE: Add /usr/share/doc/ksh/ for ksh93 documentation 6793747 RFE: Provide "print" builtin as /usr/bin/print for external applications 6793763 RFE: Update /usr/bin/ksh93 to ast-ksh.2009-05-05 6794952 RFE: Enable "globstar" mode in /etc/ksh.kshrc (= interactive ksh93 shells) 6805792 [ku1] Moving local compound var into array does not work 6805794 [ku1] printf returns "invalid character constant" for $ printf "%d\n" "'<euro>" 6805795 [ku1] ksh93 does not differ between -0 and +0 6805797 [ku1]Can't append to nodes of an array of compound vars if addressing them via nameref 6805799 Indexed compound variable arrays do not work... 6805800 [ku1] Declaring associative compound array does not work 6805813 RFE: Update /usr/bin/join to AT&T AST "join". 6805819 RFE: Update /usr/bin/tee to AT&T AST "tee". 6809663 shlint missing ending newline on errors 6811916 ksh93 repeatedly segfaults when "tee" builtin is interrupted via <ctrl-c> in interactive mode 6821113 SUNWosdem package issues 6828644 RFE: Update /usr/bin/logname to AT&T AST "logname". 6828692 RFE: Update /usr/bin/cksum to AT&T AST "cksum". 6834184 ksh93 gets SIGSEGV if HISTFILE is changed in place. 6834207 ksh93 gets SIGSEGV on interactive function definition with HISTSIZE unset 6835835 ksh93 "cat" builtin does not handle "-n" correctly 6841442 Need exception list for OS/Net trees managed via Subversion 6848486 "echo ${test}" with test undefined crashes the shell 6850672 ksh93 (VISUAL=vi) crashes with memory fault while scrolling through history 6855875 typeset -X x ; print $x # does not print sufficient digits to restore value 6857344 /usr/bin/hash core dump with invalid arguments 6866676 Need test suite module to test the kernel support for compiled shell scripts 6881017 Subshell doesn't exit, holds pipe open preventing callers from exiting 6884409 fts functions in libast library can result in segv with deep dir trees (similar to CERT VU#590371)
2008-12-27PSARC/2008/094 ksh93 Update 1April Chin7-26/+22
PSARC/2008/344 ksh93 Integration Update 1 Amendments 1 PSARC/2008/589 Remove /usr/bin/printf from PSARC case 2008 094 6619428 *ksh93* RFE: Update ksh93 in Solaris to ast-ksh.2008-11-04 6788659 RFE: Update libpp in Solaris to ast-open.2008-07-25 6561901 RFE: Add "shcomp" (shell script compiler) + kernel module to exec binary sh code 6599668 RFE: Move consumers of alias.sh over to ksh93 6595183 *ksh93* RFE: Update ksh93-integration demo code 6775901 *ksh93* no C message catalogs are generated for ksh93 6451262 *sleep* RFE: /usr/bin/sleep should support floating-point values 6687139 *ksh93* command substitution, exec, and stdout redirection cause allocation loop 6703761 *ksh93* crashes in script containing uncommon output redirections 6715496 *ksh93* SEGVs on array reinitialization 6713682 *ksh93* Creating a compound variable in a subshell "bleeds through" to the calling subshell 6672350 *ksh93* causes parent shell to die when child shell is suspended 6745015 *ksh93* VARIABLE=`command substitution` assignment is not reliable on OpenSolaris 6710205 *ksh93* problem with command substitution (within back quotes) containing \$' 6737600 *ksh93* exits debugger when user presses ctrl-c 6748645 *ksh93* fc -l -e - is mis-parsed, outputs wrong error message "-e - requires single argument" 6754020 *ksh93* does weird '[' expansion 6753538 *ksh93* umask modification leaks out of a ksh93 subshell 6766246 *ksh93* bug in pattern matching 6763594 *ksh93* executes command after "command" builtin twice on failure 6762665 *ksh93* Difficult-to-reproduce SIGSEGV in ksh93
2007-08-176437624 RFE: Add ksh93 (as /usr/bin/ksh93) and libshell.so to OS/Netchin12-0/+2502
6505835 AST tools and library (libpp) required for creating l10n messages for ksh93 PSARC/2006/550 Korn Shell 93 Integration PSARC/2006/587 /etc/ksh.kshrc for ksh93 PSARC/2007/035 ksh93 Amendments Contributed by Roland Mainz <roland.mainz@nrubsig.org> --HG-- rename : usr/src/lib/libcmd/common/mapfile-vers => deleted_files/usr/src/lib/libcmd/common/mapfile-vers rename : usr/src/lib/libcmd/common/placeholder.c => deleted_files/usr/src/lib/libcmd/common/placeholder.c