summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2016-02-146648 illumos build should be explicit about C standardsRichard Lowe26-195/+193
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-146645 sgsmsg relies on undefined behaviour of loop-scoped variablesRichard Lowe1-1/+1
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-136639 uhci_qh walker contains whacky boolean logicRichard Lowe1-5/+3
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-136638 ::pfiles walks out of bounds on array of vnode typesRichard Lowe1-3/+5
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-126647 MANSECTS should not require a trailing commaYuri Pankov2-19/+30
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-116603 zfeature_register() should verify ZFEATURE_FLAG_PER_DATASET implies ↵ilovezfs1-0/+13
SPA_FEATURE_EXTENSIBLE_DATASET Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Laager <rlaager@wiktel.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-116586 Whitespace inconsistencies in the spa feature dependency arrays in ↵ilovezfs1-4/+6
zfeature_common.c Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Laager <rlaager@wiktel.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-116585 sha512, skein, and edonr have an unenforced dependency on extensible ↵ilovezfs2-6/+20
dataset Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Laager <rlaager@wiktel.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-116541 Pool feature-flag check defeated if "verify" is included in the dedup ↵ilovezfs2-1/+7
property value Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Laager <rlaager@wiktel.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-116644 MBOOT_SCAN_SIZE in usr/src/cmd/boot/common/mboot_extra.h is wrongToomas Soome1-1/+1
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-11 [illumos-gate merge]Jerry Jelinek7-62/+54
commit c16bcc4577f389573eff411c7b7e040294078c3b 6550 cmd/zfs: cleanup gcc warnings commit b327cd3f3b4dab4f29e7140159b1e01ed2ceef2a 6551 cmd/zpool: cleanup gcc warnings
2016-02-106550 cmd/zfs: cleanup gcc warningsIgor Kozhukhov3-24/+40
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-106551 cmd/zpool: cleanup gcc warningsIgor Kozhukhov4-38/+14
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-10 [illumos-gate merge]Jerry Jelinek8-11/+127
commit d189620258b3c9b0e2f7e2104840be2eee7c68e5 6637 replacing "dontclose" with "should_close" commit 5f7a8e6d750cb070a3347f045201c6206caee6aa 6562 Refquota on receive doesn't account for overage
2016-02-096637 replacing "dontclose" with "should_close"David Schwartz1-3/+3
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-096562 Refquota on receive doesn't account for overageDan McDonald7-8/+124
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gwr@nexenta.com>
2016-02-09 [illumos-gate merge]Jerry Jelinek83-3/+1273
commit d7e7cb9c207e40874f6a4b61ca8ea1526b5555bd 6528 need casesensitivity/normalization test cases for zfs-tests commit c3d26abc9ee97b4f60233556aadeb57e0bd30bb9 5027 zfs large block support (add copyright)
2016-02-08OS-3748 lxbrand remove the remaining obsolete audio codeJerry Jelinek7-2275/+1
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-08OS-5081 brands(5) mentions missing pages.Jerry Jelinek3-3/+111
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-086528 need casesensitivity/normalization test cases for zfs-testsYuri Pankov27-3/+1217
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-085027 zfs large block support (add copyright)Matthew Ahrens56-0/+56
2016-02-076606 pysolaris has no translations but pretends otherwise [fix mismerge]Patrick Mooney1-1/+0
2016-02-07 [illumos-gate merge]Jerry Jelinek48-325/+170
commit 6d6fcbbb256ba9a8fe3e6076ae8a1f493b1f1a99 6600 cmd/fm should use the msgfmt(1) that Makefile.master tells it to commit aeac2d873b68a43f6650e0d0f021c02f5a653a21 6606 pysolaris has no translations but pretends otherwise commit f3b6506e5de00944c5a877f02a83b5e850f37ef5 6564 F_FLOCKW and F_FLOCK are undefined symbols in SPARC build commit 238d8f47d92b5b99a374f9639e0704420d3aef77 6601 Various GLD drivers return EINVAL instead of ENOTSUP for unused mac_prop_id_t's commit 4870e0a7381ec2ec57437062574e6ddc3dd48d7f 6582 initial reorg adding sys/null.h for 5218 6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h 6563 fmtmsg.h should be simplified and neither define NULL nor _NULL Conflicts: usr/src/lib/Makefile
2016-02-066600 cmd/fm should use the msgfmt(1) that Makefile.master tells it toRichard Lowe3-5/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-066606 pysolaris has no translations but pretends otherwiseRichard Lowe3-20/+1
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
2016-02-05OS-5149 /proc/self/mountinfo should be clean like /proc/mountsJerry Jelinek1-26/+49
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-05OS-4762 lxbrand /proc/mounts could tell a better storyJerry Jelinek1-2/+30
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-056564 F_FLOCKW and F_FLOCK are undefined symbols in SPARC buildGary Mills1-0/+5
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-056601 Various GLD drivers return EINVAL instead of ENOTSUP for unused ↵Dale Ghent5-10/+15
mac_prop_id_t's Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-056582 initial reorg adding sys/null.h for 5218Richard PALO36-291/+146
6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h 6563 fmtmsg.h should be simplified and neither define NULL nor _NULL Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Robert Mustacci <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-05OS-5126 lxbrand provide /proc/sys/kernel/shmallJerry Jelinek3-2/+34
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-05OS-5139 cpu_cap is sometimes off by 1 when set with package fss or cap_cap ↵Jerry Jelinek1-6/+9
direct update Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-05 [illumos-gate merge]Jerry Jelinek1-0/+2
commit 1c0cef67dba05c477dba779bc99224693e809a14 6604 harden DIF bounds checking
2016-02-04OS-5070 missing autofs dev ioctls - automounter restart recovery doesn't workJerry Jelinek1-0/+14
2016-02-04OS-5070 missing autofs dev ioctls - automounter restart recovery doesn't workJerry Jelinek7-129/+1069
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-04OS-5142 pselect brokenJerry Jelinek1-5/+23
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-046604 harden DIF bounds checkingBryan Cantrill1-2/+75
Reviewed by: Alex Wilson <alex.wilson@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-04 [illumos-gate merge]Jerry Jelinek14-101/+38
commit 2e67aa296fc3707ae8e2b532f67387daf0823499 6589 prototypes should bid farewell to 2015 commit 1a7f23d927dad680fa43ca65ed7f86adf49032e2 6595 sdev's devfsadm macros set a bad precedent commit 751609474e831927e5706b37cb08160df31dcd4d 6568 zfs_allow_010_pos and zfs_allow_012_neg fail intermittently
2016-02-04OS-5123 harden DIF bounds checkingBryan Cantrill1-2/+73
Reviewed by: Alex Wilson <alex.wilson@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-036589 prototypes should bid farewell to 2015Robert Mustacchi12-12/+12
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-02-036595 sdev's devfsadm macros set a bad precedentRichard Lowe1-4/+4
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-036568 zfs_allow_010_pos and zfs_allow_012_neg fail intermittentlyYuri Pankov1-85/+22
Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-02-03 [illumos-gate merge]Jerry Jelinek2-1/+10
commit 880094b6062aebeec8eda6a8651757611c83b13e 6536 zfs send: want a way to disable setting of DRR_FLAG_FREERECORDS
2016-02-026536 zfs send: want a way to disable setting of DRR_FLAG_FREERECORDSAndrew Stormont2-1/+10
Reviewed by: Anil Vijarnia <avijarnia@racktopsystems.com> Reviewed by: Kim Shrier <kshrier@racktopsystems.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-02OS-5138 lx devfs init can lead to recursive rwlockJerry Jelinek1-5/+32
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-02-02 [illumos-gate merge]Jerry Jelinek1-0/+4
commit a1f661d2d1b9c9526143179014bbdd3949a90abe 6560 Make error for libprtdiag_psr on SPARC
2016-02-016560 Make error for libprtdiag_psr on SPARCGary Mills1-0/+4
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-02-01OS-5117 lxbrand convert preadv/pwritev to IKEPatrick Mooney8-123/+284
OS-3762 lxbrand update vectored IO for new IOV_MAX value OS-5133 lxbrand rw syscalls should be consistent about EINTR Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-02-01 [illumos-gate merge]Jerry Jelinek3-15/+1
commit 3a450aa533f07f5749270539ed498b320eb976d2 6591 resource_controls(5) should talk about project.cpu-cap not project.cpu-caps commit 71b4af9b981b0fc179b6c0bab0186b84a2bc2d9c 5461 #pragma align before the declaration
2016-01-316591 resource_controls(5) should talk about project.cpu-cap not project.cpu-capsRichard Lowe1-9/+1
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>