summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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-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-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-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-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-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-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-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>
2016-01-315461 #pragma align before the declarationRichard Lowe2-6/+0
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-306587 Update ieee802.3(5) for new link speedsRobert Mustacchi1-1/+26
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-01-294448 zfs diff misprints unicode charactersJoshua M. Clulow1-6/+9
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-01-296584 harmless off-by-one in blkdevHans Rosenfeld1-2/+2
Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-01-276573 kclient should support aggregated subnets in getSubnetsToomas Soome1-0/+15
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-266579 installgrub efi_alloc_and_read() return value check is faultyToomas Soome1-2/+3
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-266572 clinfo(1M): Typo in the error messageMarcel Telka1-5/+8
Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-266554 Deadlock between rfs4_do_lock() and rfs4_op_read()Marcel Telka1-12/+33
Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-25Revert "6057 login(1) "Last login" hostname is too short"Dan McDonald20-283/+454
(Needs further testing.) This reverts commit 6249f9725f411468c70516176806c553ac983270.
2016-01-236465 zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_007_pos ↵Yuri Pankov12-255/+223
is broken Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-01-236450 scrub/resilver unnecessarily traverses snapshots created after the ↵Matthew Ahrens1-4/+50
scrub started Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-01-226123 SMF ipfilter support needs improvementHans Rosenfeld38-160/+1115
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Attila Fülöp <attila@fueloep.org> Reviewed by: Cody Mello <melloc@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-166556 64-bit SPARC libc needs signalfd.o tooGary Mills1-0/+2
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-166345 remove xhat supportJosef 'Jeff' Sipek16-1555/+76
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2016-01-136537 Panic on zpool scrub with DEBUG kernelGary Mills1-2/+4
Reviewed by: Steve Gonczi <gonczi@comcast.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-01-106531 Provide mechanism to artificially limit disk performancePrakash Surya8-26/+413
Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-086256 mptsas: deadlock in mptsas_handle_topo_changeDan Fields1-4/+10
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-066543 Memory leak in uu_avl_pool_destroyAlan Somers1-2/+1
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Robert Mustacci <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-066544 incorrect comment in libzfs.h about offline statusGerhard Roethlin1-1/+1
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-066545 fix for 6540 did miss the pam_sm_close_session()Toomas Soome1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Lauri Tirkkonen <lotheac@iki.fi> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-056507 i386 makecontext(3c) needs to 16-byte align the stackJosef 'Jeff' Sipek4-28/+71
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-056514 AS_* lock macros simplificationJosef 'Jeff' Sipek40-490/+465
Reviewed by: Piotr Jasiukajtis <estibi@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-046535 Add pbind -eRyan Zezeski2-26/+114
Reviewed by: Mohamed Khalfella <khalfella@gmail.com> Reviewed by: Cody Mello <melloc@joyent.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-01-046540 pam_unix_session needs to support nowarn optionToomas Soome2-3/+16
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Lauri Tirkkonen <lotheac@iki.fi> Approved by: Dan McDonald <danmcd@omniti.com>
2015-12-286057 login(1) "Last login" hostname is too shortLauri Tirkkonen20-455/+284
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-12-286534 Improve processor_bind(2) EINVAL descriptionRyan Zezeski1-16/+10
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>