summaryrefslogtreecommitdiff
path: root/usr/src/test/util-tests
AgeCommit message (Collapse)AuthorFilesLines
2017-09-19OS-6341 bunyan_child adds keys to parent, not childOS-6341Jason King1-0/+4
2017-07-05 [illumos-gate merge]release-20170706Patrick Mooney1-0/+37
commit 28e2b3ad0b14867ee7f3383890f6658e6e9448a1 5167 git-pbchk fails to detect parent branch commit 04427e3bf236c18cc532680b957267ee70b1037d 4703 would like xargs support for -P commit 87bdc12930bfa66277c45510e399f8a01e06c376 8425 boot: create_ramdisk needs cleanup
2017-06-304703 would like xargs support for -PAndrew Bennett1-0/+37
Contributions by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-06-29OS-6180 NIC Transceivers should show up in hc topoRobert Mustacchi33-1/+4006
OS-6181 Want library to parse SFP i2c information Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Bryan Cantrill <bryan@joyent.com>
2017-06-23OS-6127 "dladm show-overlay <overlay>" exits zero when varpd doesn't know ↵Isaac Davis3-1/+84
about the overlay Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-06-21OS-6176 AVX512 dis - legacy logical instructionsrelease-20170622Jerry Jelinek4-2/+707
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-06-21 [illumos-gate merge]Jerry Jelinek1-0/+2
commit 81b505b772ab015c588c56bb116239ee549b6eee 8384 AVX512 dis - EVEX prefix support 8385 32-bit avx dis test mishandles EVEX prefix 8386 32-bit bound dis is incorrect commit 6ddde3c29e802380fc0318df29c80e7820847f48 8362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper for _DefaultRuneLocale commit cdcc9e2ce0563ac9f9076ee350d4fd008f61f1eb 8349 thrd_equal implements the wrong specification Conflicts: usr/src/common/dis/i386/dis_tables.c
2017-06-208384 AVX512 dis - EVEX prefix supportJerry Jelinek7-647/+1165
8385 32-bit avx dis test mishandles EVEX prefix 8386 32-bit bound dis is incorrect Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-06-128319 dis support for new xsave instructionsJerry Jelinek4-13/+30
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-06-05OS-6061 AVX512 dis - EVEX prefix supportJerry Jelinek6-647/+1163
OS-6164 32-bit avx dis test mishandles EVEX prefix OS-6165 32-bit bound dis is incorrect Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-05-308240 AVX512 dis - opmask instruction supportJerry Jelinek5-1/+377
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2017-05-12OS-6122 dis support for new xsave instructionsJerry Jelinek4-13/+30
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-04-18OS-6060 AVX512 dis - opmask instruction supportJerry Jelinek5-1/+377
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-20OS-6007 dladm tries setting persistent prop on temporary linkRyan Zezeski4-4/+213
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-03-02 [illumos-gate merge]Jerry Jelinek2-2/+2
commit 959b2dfd39979fe8a9a315a52741d009eb168822 7825 want avx dis tests 7826 PCLMULQDQ psuedo-ops aren't properly described in dis 7827 dis tests for f16c, movbe, cpuid, msr, tsc, fence instrs 7828 sysenter and sysexit dis should be allowed in 64-bit x86 commit ff31d5bfa079d4db9f78f481637d7ed9f9fa4a49 4339 NIS+ should be removed from man pages too commit c772408baa457f54709f03eaf11de0b0b30ce317 1217 usr/src/cmd/localedef doesn't KEEP_STATE commit 3e6960d70408b9f4e09714ed3341173673ed28b2 4006 Certain printable unicode characters misclassified as nonprintable Conflicts: usr/src/man/man1m/snoop.1m
2017-03-017825 want avx dis testsRobert Mustacchi29-2/+9069
7826 PCLMULQDQ psuedo-ops aren't properly described in dis 7827 dis tests for f16c, movbe, cpuid, msr, tsc, fence instrs 7828 sysenter and sysexit dis should be allowed in 64-bit x86 Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-01-287756 dis can't handle x86 SSE 3 instructionsRobert Mustacchi17-0/+1299
7757 want avx2 disasm tests 7758 want SSE 4.1 disasm tests Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-01-097733 Need SHA Instruction dis supportRobert Mustacchi5-0/+164
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-01-05 [illumos-gate merge]Jerry Jelinek2-2/+2
commit 2380c36e1bade5eb4eb6c6b7445ff58583f998cf 7700 want dis test suite Conflicts: usr/src/test/util-tests/tests/dis/i386/32.fma-ss.s usr/src/test/util-tests/tests/dis/i386/32.fma-sd.s usr/src/test/util-tests/tests/dis/Makefile usr/src/test/util-tests/tests/Makefile
2017-01-047700 want dis test suiteRobert Mustacchi71-1/+2797
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Adam Leventhal <adam.leventhal@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-11-14OS-5788 want avx dis testsRobert Mustacchi33-2/+9676
OS-5789 PCLMULQDQ psuedo-ops aren't properly described in dis OS-5791 dis tests for f16c, movbe, cpuid, msr, tsc, fence instrs OS-5790 sysenter and sysexit dis should be allowed in 64-bit x86 OS-5787 want SSE 4.1 disasm tests (missing files) Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2016-11-13OS-5693 dis can't handle x86 SSE 3 instructionsRobert Mustacchi13-0/+692
OS-5786 want avx2 disasm tests OS-5787 want SSE 4.1 disasm tests Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2016-11-11OS-5556 Need SHA Instruction dis supportRobert Mustacchi5-0/+164
Reviewed by: Bryan Cantrill <bryan@joyent.com> Approved by: Dave Pacheco <dap@joyent.com>
2016-10-25 [illumos-gate merge]Jerry Jelinek3-1/+161
commit 48edc7cf07b5dccc3ad84bf2dafe4150bd666d60 30 Need iconv commit 3db3a6b813432461e8e60af00e9ad6f0bf0d5eaf 7484 Garbage in libscf.h makes dumb compilers cry Conflicts: usr/src/test/util-tests/tests/Makefile
2016-10-2430 Need iconvGordon Ross3-2/+161
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-10-12OS-5694 want dis test suiteRobert Mustacchi72-1/+2799
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-10-03OS-5695 bunyan, mergeq, workq tests fail to run by defaultRobert Mustacchi2-4/+4
Reviewed by: Cody Mello <melloc@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-12-18OS-5047 nvlist_print_json assertion failureDave Eddy1-0/+37
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-10-06OS-4513 setting properties on persistent vnics doesn't workRobert Mustacchi3-1/+118
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-07-28OS-4551 Want general mergeq (fix debug)Robert Mustacchi5-24/+12
2015-07-28OS-4548 CTF Everywhere: Phase 1Robert Mustacchi5-1/+557
OS-4549 ctfconvert should be implemented in terms of libctf OS-4550 ctfconvert could convert multiple compilation units OS-4553 want multi-threaded ctfmerge OS-4552 Want general workq OS-4551 Want general mergeq OS-4554 ctfdiff doesn't properly handle unknown options OS-4555 ctfdiff's symbols could be more consistently prefixed OS-4048 new ctfmerge uses tmpfile after freeing it OS-4556 ctfdump should drive on when incomplete files exist OS-4557 ctf_add_encoded assigns() incorrect byte size to types OS-4558 ctf_add_{struct,union,enum} can reuse forwards OS-4559 ctf_add_{struct,union,enum} occasionally forget to dirty the ctf_file_t OS-4560 ctf_add_member could better handle bitfields OS-4561 ctf_type_size() reports wrong size for forwards OS-4563 diffing CTF typedefs needs to walk multiple definitions OS-4564 build scripts shouldn't hardcode CTF paths OS-4565 ctf_fdcreate could be more flexible OS-4566 Want libctf ctf_kind_name() function OS-4567 Want libctf function to set struct/union size OS-4568 Want ctfmerge altexec
2015-07-06OS-4452 some test Makefiles a few dependencies short of a buildJoshua M. Clulow2-22/+20
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-02-20OS-3884 Want libbunyanRobert Mustacchi4-0/+408
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
2014-11-11 [illumos-gate merge]Keith M Wesolowski10-1/+127
commit 0716b62f878e855b94635ef4793ef5f7f2abb8e4 5256 document some nonsensical code in the px driver commit 7e33f252cf7e3c3ee6c4ad7a90480f5aea3a026c 5288 x86 bitmap inline asm functions duplicate code commit de710d24d2fae4468e64da999e1d952a247f142c 5255 uts shouldn't open-code ISP2 commit 59b0aa363020bcc817969e1c15ac920d3f866e83 4674 No need to undefine rptr in ip.c commit 29e6ab979fdbd9d598f44c73c34496040e817685 5279 cleanup gcc warning for cmd/ls commit 0ed5c46e82c989cfa9726d9dae452e3d24ef83be 5285 pass in cpu_pause_func via pause_cpus commit 37c79205ad46187f54b2edbf6a468160935f14d9 5005 libnvpair JSON output broken by lint fixes 5006 libnvpair JSON cannot print int16 arrays commit 556ec55e431687f7cbda8dfa59e1fb2671d79031 5303 libpthread.3lib incorrectly describes -lpthread semantics commit 3f1de28d23e9724b017260ef6b282b278b6e38f9 5217 Add cache timeout settings to idmapd manifest, increase defaults commit f4427914317470f516ca69daaed90f7efb3d76dc 5216 failover error: cannot share pool/folder - smb add share failed commit f9bc6dadd79442185db5c8eb201c7475554fc7d7 5215 smbd core dump with missing negotiate challenge Conflicts: usr/src/test/util-tests/tests/libnvpair_json/json_common.ksh (copyright) usr/src/test/util-tests/tests/libnvpair_json/json_07_nested_arrays.ksh (copyright) usr/src/test/util-tests/tests/libnvpair_json/json_06_nested.ksh (copyright) usr/src/test/util-tests/tests/libnvpair_json/json_05_strings.ksh (copyright) usr/src/test/util-tests/tests/libnvpair_json/json_04_number_arrays.ksh (copyright) usr/src/test/util-tests/tests/libnvpair_json/json_03_empty_arrays.ksh (copyright) usr/src/test/util-tests/tests/libnvpair_json/json_02_numbers.ksh (copyright) usr/src/test/util-tests/tests/libnvpair_json/json_01_boolean.ksh (copyright) usr/src/test/util-tests/tests/libnvpair_json/json_00_blank.ksh (copyright) usr/src/test/util-tests/tests/libnvpair_json/Makefile (copyright) usr/src/test/util-tests/tests/Makefile (upstream mismerge)
2014-11-115005 libnvpair JSON output broken by lint fixesJoshua M. Clulow13-0/+1437
5006 libnvpair JSON cannot print int16 arrays Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2014-07-204696 allowed-ips should let you specify prefixesRobert Mustacchi4-1/+249
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-07-16OS-3068 libnvpair JSON output broken by lint fixesJoshua M. Clulow13-1/+1311
OS-3204 libnvpair JSON cannot print int16 arrays Reviewed by: Robert Mustacchi <rm@joyent.com>
2014-05-23 [illumos-gate merge]Keith M Wesolowski1-0/+12
commit edf345e6b8342e8627ec20ce821a977a62cee19d 3835 zfs need not store 2 copies of all metadata commit e56bd28502ece54c39ad86fd96643790902bb93e 4878 bug with printf and missing unsigned argument commit fec8e666848d54d90131b7c7d63132a3168697c2 4775 Typo in getaddrinfo(3SOCKET) man page Conflicts: usr/src/uts/common/fs/zfs/dmu.c (copyrights)
2014-05-20 [illumos-gate merge]Keith M Wesolowski4-1/+302
commit 826ac02a0def83e0a41b29321470d299c7389aab 4857 xargs(1) -n and -I combine to do potentially the wrong thing commit be082110c08433beadb738ad3be035a73d995ea8 4730 metaslab group taskq should be destroyed in metaslab_group_destroy() commit a65cd518c5d0f30c53594a7022eb0f7d04c98cef 4853 illumos-gate is not lint-clean when built with openssl 1.0 Conflicts: usr/src/test/util-tests/tests/Makefile usr/src/lib/pkcs11/pkcs11_tpm/Makefile.com usr/src/lib/libwanboot/Makefile.com usr/src/lib/libpkg/Makefile.com usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com usr/src/cmd/ssh/sshd/Makefile usr/src/cmd/ssh/ssh/Makefile usr/src/cmd/ssh/ssh-keysign/Makefile usr/src/cmd/ssh/ssh-keyscan/Makefile usr/src/cmd/ssh/ssh-keygen/Makefile usr/src/cmd/ssh/ssh-agent/Makefile usr/src/cmd/ssh/ssh-add/Makefile usr/src/cmd/ssh/sftp/Makefile usr/src/cmd/ssh/sftp-server/Makefile usr/src/cmd/ssh/libssh/Makefile.com usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/Makefile usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/Makefile
2014-05-204857 xargs(1) -n and -I combine to do potentially the wrong thingGarrett D'Amore4-1/+302
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-05-14OS-2993 Need IPv6 antispoof prefixesRobert Mustacchi4-1/+249
2014-05-134818 printf(1) should support n$ width and precision specifiersGarrett D'Amore10-0/+543
4854 printf(1) doesn't support %b and \\c properly Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2014-04-294878 bug with printf and missing unsigned argumentGarrett D'Amore1-0/+12
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>