summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2016-07-21OS-5537 lxbrand capset failure prevents dnsmasq from startingrelease-20160721Patrick Mooney1-2/+6
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-07-21 [illumos-gate merge]Jerry Jelinek4-8/+8
commit 92b33eab9463d6c4878cfe65febf2ff232689649 7194 Reservation tests do not properly calculate reservation size 7195 Increase the default timeout for individual tests in zfstest
2016-07-207194 Reservation tests do not properly calculate reservation sizeJohn Wren Kennedy4-8/+8
7195 Increase the default timeout for individual tests in zfstest Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-207098 ::prtconf could filter by attached driver nameRobert Mustacchi4-16/+57
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-07-207099 mdb could illuminate proc_t flagsJoshua M. Clulow1-1/+84
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-07-20 [illumos-gate merge]Jerry Jelinek8-48/+96
commit 926549256b71acd595f69b236779ff6b78fa08ef 7086 ztest attempts dva_get_dsize_sync on an embedded blockpointer commit b702644a6eb66615d67b492fd73ecd9efa11fc7d 7164 zdb should be able to open the root dataset commit c39a2aae1e2c439d156021edfc20910dad7f9891 7072 zfs fails to expand if lun added when os is in shutdown state commit f34284d835bc555f987c1310df46c034c3101155 7163 ztest failures due to excess error injection commit 9ec0cbeb1b55d91f199d8341727999ac1cc445cb 7162 Intermittent failures from ro_props_001_pos commit aab80726335c76a7cae32c7300890248d73a51e3 7147 ztest: ztest_ddt_repair fails with ztest_pattern_match assertion
2016-07-197086 ztest attempts dva_get_dsize_sync on an embedded blockpointerMatthew Ahrens1-6/+14
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-197164 zdb should be able to open the root datasetTim Chase2-1/+22
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-197072 zfs fails to expand if lun added when os is in shutdown stateGeorge Wilson3-34/+18
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-07-197163 ztest failures due to excess error injectionMatthew Ahrens1-2/+24
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-197162 Intermittent failures from ro_props_001_posMatthew Ahrens1-2/+6
Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-197147 ztest: ztest_ddt_repair fails with ztest_pattern_match assertionGeorge Wilson1-3/+12
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-19OS-5525 changes to allow the tests to work on SmartOSJerry Jelinek7-68/+87
Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-07-19OS-5519 Need grub workaround for BIOS that report faulty disk infoAlex Wilson1-8/+43
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Joshua M. Clulow <jmc@joyent.com>
2016-07-19OS-5448 clear() on llquantize aggregation causes dtrace to exitBryan Cantrill6-8/+85
OS-5501 printa() of multiple aggregations can fail for llquantize() Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-19OS-5515 segumap_fault can race for loaded mappingPatrick Mooney2-26/+11
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-07-19OS-5523 new LTP sched_setscheduler03 test failsJerry Jelinek1-0/+1
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-07-18OS-5518 devpoll write feigns success in the face of EINTRPatrick Mooney2-2/+27
OS-5520 epoll_ctl not allowed to emit EINTR Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2016-07-18OS-5516 vmxnet3s declares wrong sduRobert Mustacchi1-1/+1
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Bryan Cantrill <bryan@joyent.com>
2016-07-18OS-5511 epoll should not leave dangling polldat_t entriesPatrick Mooney1-4/+6
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2016-07-18OS-5509 /native/usr/bin/mount does not work in LXJerry Jelinek1-1/+5
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-07-18 [illumos-gate merge]Jerry Jelinek4-32/+47
commit d88e84ff401847bce26e4c3203cd18c72c77db33 7126 NSS_XbyY_FINI has too much logic for a function-like macro commit 8ee802cce77385ce86e5fe8520cee28ac9fd4669 6458 nfsauth_cache_get() deadlock with kmem reap thread
2016-07-177126 NSS_XbyY_FINI has too much logic for a function-like macroRichard Lowe3-28/+32
Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-16OS-5440 pfexec and the case of the missing error messageAlex Wilson2-2/+17
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-07-156458 nfsauth_cache_get() deadlock with kmem reap threadGeorge Wilson1-4/+15
Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Steven Hartland <steven.hartland@multiplay.co.uk> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2016-07-15OS-4900 lxbrand strace has detachment problemsJerry Jelinek1-31/+48
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-07-15 [illumos-gate merge]Jerry Jelinek107-2064/+4580
commit 4b5c8e93cab28d3c65ba9d407fd8f46e3be1db1c 7104 increase indirect block size commit 470bc2d6d44a4a70ed9403c0bce321333e897c31 6327 devfsadm and bootadm taking long time for configs with large number of zvols commit 25f7d993adbfb3452ac4625b3791670746d35ae3 7071 lzc_snapshot does not fill in errlist on ENOENT commit dcbf3bd6a1f1360fc1afcee9e22c6dcff7844bf2 6950 ARC should cache compressed data
2016-07-147104 increase indirect block sizeMatthew Ahrens50-145/+207
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-14OS-5510 remove lwp_brand_syscall_fast handlerPatrick Mooney6-137/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-07-146327 devfsadm and bootadm taking long time for configs with large number of ↵George Wilson1-3/+17
zvols Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-147071 lzc_snapshot does not fill in errlist on ENOENTMatthew Ahrens1-0/+8
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-146950 ARC should cache compressed dataGeorge Wilson58-1916/+4348
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Don Brady <don.brady@intel.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-07-14 [illumos-gate merge]Jerry Jelinek1-17/+22
commit a5dce49383b67bfd3a81999460d579f53a67c029 7177 More null pointer dereferences in elfdump
2016-07-13OS-5482 SIGAR cannot report disk I/OJerry Jelinek3-11/+46
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-07-137177 More null pointer dereferences in elfdumpDillon Amburgey1-17/+22
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-07-13 [illumos-gate merge]Jerry Jelinek3-5/+9
commit a9ba5504895c94d55fd9eb409fdb92f2385c9515 6610 NULL pointer constant issues in uts/i86xpv
2016-07-12OS-5498 lxbrand cp on alpine duplicates dataPatrick Mooney1-15/+13
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-07-12 [illumos-gate merge]Jerry Jelinek2-7/+18
commit 1c755acb8b54d6f80f5596caa88a09843742ae97 7174 Hal searches for fdi files in wrong directories
2016-07-116610 NULL pointer constant issues in uts/i86xpvRichard PALO3-5/+9
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-11OS-5505 /proc/stat cpu entries should be version-awareJerry Jelinek1-18/+22
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-07-11OS-5497 ptrace (strace) incorrect for pid 1Jerry Jelinek1-2/+7
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-07-11 [illumos-gate merge]Jerry Jelinek6-9/+27
commit 3cb4cf2c471d8987abb34ec86fda3a6224b5add7 7156 i40e dmod shouldn't build on SPARC
2016-07-107174 Hal searches for fdi files in wrong directoriesAlexander Pyhalov2-7/+18
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Adam Stevko <adam.stevko@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-08 [illumos-gate merge]Jerry Jelinek3-24/+54
commit 538c7dac42a1f56f75806831c01aec2529d90a80 7167 lofi does mismanage size(9P) properties commit 7d3321ee71cf6a0555699aa14aad6e5a5ab6bd7c 7161 uefi reboot needs to use acpi_reset_system() if available commit 4520d59fda389ed57a633978297f35ae1e5c37b8 7141 divide by zero when string table entry size is zero
2016-07-077156 i40e dmod shouldn't build on SPARCRobert Mustacchi6-9/+27
Reviewed by: Alexander Eremin <a.eremin@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-07-077167 lofi does mismanage size(9P) propertiesToomas Soome1-12/+15
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-07-077161 uefi reboot needs to use acpi_reset_system() if availableToomas Soome1-3/+3
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-07-077141 divide by zero when string table entry size is zeroDillon Amburgey1-9/+36
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-07 [illumos-gate merge]Jerry Jelinek8-150/+12
commit fd7c59804fad02c3863ef57c544fa7af0fd35068 7154 arn(7D) walks out of bounds when byteswapping the 4K eeprom 7152 weird condition in arn(7D) needs clarification 7153 delete unused code in arn(7D) 7155 arn(7D) should include the mac fields in the eeprom enumeration
2016-07-067154 arn(7D) walks out of bounds when byteswapping the 4K eepromRichard Lowe8-150/+12
7152 weird condition in arn(7D) needs clarification 7153 delete unused code in arn(7D) 7155 arn(7D) should include the mac fields in the eeprom enumeration Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>