summaryrefslogtreecommitdiff
path: root/usr/src/test/os-tests
AgeCommit message (Collapse)AuthorFilesLines
2016-10-19OS-5734 Merge of illumos-7417 dropped tmpfs linesRyan Zezeski1-0/+4
2016-10-19 [illumos-gate merge]Jerry Jelinek2-1/+11
commit d7b2fb57ba5939361f8cec5a36fd67a0a0ad4063 7480 Update hwdata - 20161015 commit a02406b914e6386bb2bc0fff011f0b5add5d9152 7477 secflags panic in shmem_lock commit 90221f9148b67fdc90178b67f9600b7bd4e3bc7c 7427 Double flock(3C) causes undue block commit 10a404923096d60a26c785c3cee15a5c364d51c0 7100 allow vnics to be unfiltered in promiscuous mode Conflicts: usr/src/test/os-tests/tests/file-locking/Makefile usr/src/test/os-tests/tests/Makefile usr/src/man/man1m/dladm.1m
2016-10-187427 Double flock(3C) causes undue blockCody Peter Mello7-1/+1141
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-10-17 [illumos-gate merge]Jerry Jelinek17-1/+1049
commit d2a70789f056fc6c9ce3ab047b52126d80b0e3da 7029 want per-process exploit mitigation features (secflags) 7030 want basic address space layout randomization (ASLR) 7031 noexec_user_stack should be a security-flag 7032 want a means to forbid mappings around NULL commit 8ab1c3f559468e655c4eb8acce993320403dd72b 7469 loader should use acpica provided by OS commit a1964bdd47804c37e09db1a79c23937c9aeac165 7470 acpi build sometimes doesn't descend into SUBDIRS commit abf99a006172ea5aab2246bda23f9d6d935bf1ad 7420 signalfd deadlock on pollwakeup 7421 panic in signalfd Conflicts: usr/src/cmd/sgs/libconv/common/corenote.c usr/src/cmd/zonecfg/zonecfg.c usr/src/cmd/zonecfg/zonecfg.h usr/src/cmd/zonecfg/zonecfg_grammar.y usr/src/cmd/zonecfg/zonecfg_lex.l usr/src/head/libzonecfg.h usr/src/lib/libzonecfg/common/libzonecfg.c usr/src/man/man1m/zonecfg.1m usr/src/man/man4/proc.4 usr/src/pkg/manifests/system-test-ostest.mf usr/src/test/os-tests/tests/Makefile usr/src/uts/common/exec/elf/elf.c usr/src/uts/common/io/signalfd.c usr/src/uts/common/os/sysent.c usr/src/uts/common/os/zone.c usr/src/uts/common/sys/proc.h usr/src/uts/common/sys/zone.h
2016-10-157029 want per-process exploit mitigation features (secflags)Richard Lowe17-1/+1049
7030 want basic address space layout randomization (ASLR) 7031 noexec_user_stack should be a security-flag 7032 want a means to forbid mappings around NULL Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Patrick Mooney <pmooney@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-10-14 [illumos-gate merge]Jerry Jelinek1-7/+0
commit 7b1019a6d29ccb7999dc76cba3dde1c627e8e609 4498 update to ACPI version 6.x 7428 Deliver the ACPI debugging tools 7429 workaround USB always identified as xHCI after latest ACPI update commit 0201884ecc0b2e39fc351ea7e765eea56a7244a5 7417 os-tests could conslidate the per-distro pieces commit 6716431ba7de213d5c318e58dc24c8a36da9b068 6930 Want collection of USB to Fast Ethernet Devices Conflicts: usr/src/uts/intel/usbgem/Makefile usr/src/uts/intel/urf/Makefile usr/src/uts/intel/upf/Makefile usr/src/uts/intel/udmf/Makefile usr/src/uts/intel/axf/Makefile usr/src/uts/common/io/usbgem/usbgem_mii.h usr/src/uts/common/io/usbgem/usbgem.h usr/src/uts/common/io/usbgem/usbgem.c usr/src/uts/common/io/urf/urf_usbgem.c usr/src/uts/common/io/urf/rtl8150reg.h usr/src/uts/common/io/upf/upf_usbgem.c usr/src/uts/common/io/upf/adm8511reg.h usr/src/uts/common/io/udmf/udmf_usbgem.c usr/src/uts/common/io/udmf/dm9601reg.h usr/src/uts/common/io/axf/axf_usbgem.c usr/src/uts/common/io/axf/ax88172reg.h usr/src/uts/common/Makefile.files usr/src/uts/intel/sys/acpi/acpixf.h usr/src/cmd/acpi/common/Makefile usr/src/cmd/acpi/acpidump/osillumostbl.c exception_lists/hdrchk usr/src/test/os-tests/runfiles/default.run
2016-10-137417 os-tests could conslidate the per-distro piecesJerry Jelinek5-65/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-08-18OS-5591 Double flock(3C) causes undue blockCody Peter Mello7-1/+1143
OS-5585 fcntl(F_OFD_GETLK) should return EINVAL on bad parameters Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-08-03OS-5539 tmpfs space accounting needs improvementRobert Mustacchi6-1/+339
Reviewed by: Alex Wilson <alex.wilson@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2016-07-19OS-5525 changes to allow the tests to work on SmartOSJerry Jelinek5-65/+5
Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-03-236684 Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing ↵Cody Peter Mello3-1/+741
protection Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-05OS-5214 SLAAC IP detection should not check Cur Hop Limit fieldCody Peter Mello1-1/+1
2015-12-18OS-4667 Allow sending from IPv6 SLAAC addresses within a zone using IP ↵Cody Peter Mello3-1/+741
spoofing protection Reviewed by: Robert Mustacchi <rm@joyent.com>
2014-02-264620 Add OmniOS as a runnable usr/src/test distroDan McDonald3-0/+33
Reviewed by: John Wren Kennedy <john.kennedy@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-09-273830 SIGQUEUE_MAX's limit of 32 is too lowDavid Höppner5-3/+232
Reviewed by: Cedric Blancher <cedric.blancher@gmail.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Irek Szczesniak <iszczesniak@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-12-073311 Want a test framework for arbitrary OS unit testsJohn Wren Kennedy11-0/+930
3312 Add a testrunner package for OS unit tests 3313 Add a testrunner package to convert ZFS tests from STF Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Will Guyette <will.guyette@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Henrik Mattson <henrik.mattson@delphix.com> Reviewed by: Sonu Pillai <sonu.pillai@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>