summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2012-07-253021 option for time-ordered output from dtrace(1M)Adam H. Leventhal21-370/+1138
3022 DTrace: keys should not affect the sort order when sorting by value 3023 it should be possible to dereference dynamic variables 3024 D integer narrowing needs some work 3025 register leak in D code generation 3026 libdtrace should set LD_NOLAZYLOAD=1 to help the pid provider Reviewed by: Bryan Cantrill <bmc@joyent.com> Reviewed by: Eric Schrock <eschrock@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-07-16OS-1367 need ptcumemRobert Mustacchi28-11/+2197
2012-07-192762 zpool command should have better support for feature flagsChristopher Siden3-1/+28
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2012-07-142991 Allow building without SMB printing supportGordon Ross4-2/+56
Reviewed by: Bill Pijewski <wdp@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-07-083063 many instances of unlike enum comparisonRichard Lowe7-54/+48
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-08-223090 vdev_reopen() during reguid causes vdev to be treated as corruptGeorge Wilson1-46/+39
3102 vdev_uberblock_load() and vdev_validate() may read the wrong label Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2012-08-01backout 3006: causes 3046 (panics after mounting root)Richard Lowe3-6/+59
2012-07-313006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh3-59/+6
Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-07-121796 "ZFS HOLD" should not be used when doing "ZFS SEND" from a read-only poolChristopher Siden3-10/+65
2871 support for __ZFS_POOL_RESTRICT used by ZFS test suite 2903 zfs destroy -d does not work 2957 zfs destroy -R/r sometimes fails when removing defer-destroyed snapshot Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2012-06-22STOR-76 support crash dumps to pools with multiple vdevsBill Pijewski1-10/+7
STOR-69 support crash dumps on pools with log, cache, and spare devices
2012-06-21smartos-live#51 No symlink for libusb.so to libusb.so.1 for -lusbKeith M Wesolowski28-36/+50
smartos-live#91 make world fails on trying to include zlib.h OS-1303 smartos-live src_addon can die OS-1306 non-bootstrappable runtime dependencies should be isolated OS-1308 illumos-joyent should support using pkgsrc libraries for native ... OS-1314 kvm.so is wrongly built as if it were a kmod OS-1317 GZ crle configuration pollution OS-1320 64-bit C++ objects in illumos are still getting gcc DT_RPATH
2012-06-04OS-1237 need to be able to access fds[] from a non-global zoneBryan Cantrill2-7/+11
2012-05-29OS-1155 allow vnics to be unfiltered in promiscuous modeRobert Mustacchi1-3/+65
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
2012-05-23OS-1218 move more sdc-specific code out of illumos-joyentJerry Jelinek29-2839/+1
2012-05-22OS-1215 enable per-brand smf manifest listsJerry Jelinek1-1/+2
2012-05-16OS-1188 memory leak in restarter_get_method_context()Bryan Cantrill1-1/+9
2012-05-11OS-1081 /usr/gnu contents are severely broken wrt ISAKeith M Wesolowski1-2/+2
OS-1121 platform delivers unwanted compilation symlinks OS-1123 libstdc++ and libgcc_s should move to /usr 1168 want a libtermcap that does not force libcurses 2698 libctf should use libz.so.1, not libz.so
2012-05-10OS-1159 minimize zone footprintJerry Jelinek1-0/+6
2012-05-09OS-1165 fix up illumos issue 1948Bill Pijewski3-8/+33
2012-05-08STOR-54 warnings when creating a delegated ZFS dataset in a non-global zoneBill Pijewski1-3/+11
OS-493 NFS client 'entity not found' error when mounting
2012-05-07illumos syncJohn Sonnenschein237-30155/+6684
2012-05-07Revert "1948 zpool list should show more detailed pool information"John Sonnenschein3-33/+8
This reverts commit 4263d13f00c9691fa14620eff82abef795be0693.
2012-05-03OS-1119 add lxproc, a coarsely Linux-compatible /procBryan Cantrill1-0/+1
2012-05-012668 syntax error in terminfo.src trips uninitialized var in tic, screws ↵Richard Lowe2-14/+14
terminfo Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2012-04-30OS-1115 update libipmi and fma to use /dev/ipmi instead of /dev/bmcJerry Jelinek3-76/+74
2012-04-29OS-1129 force the enabling of -o xtrace in zoneinit for older datasets.Josh Wilsdon1-0/+6
2012-04-28OS-1131 Want a library to allow programatic access to the pci databaseRobert Mustacchi11-2/+960
OS-919 prtconf should print out PCI database information Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-04-272658 scf_get_bootconfig will indirectly stomp caller memoryRichard Lowe1-3/+5
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: T. Nguyen <truongqnguien@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2012-04-272635 'zfs rename -f' to perform force unmountEric Schrock3-4/+7
Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: George Wilson <George.Wilson@delphix.com> Reviewed by: Bill Pijewski <wdp@joyent.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-04-26370 would like an open ipmi baseboard driverJerry Jelinek4-84/+80
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Alek Pinchuk <pinchuk.alek@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-10-023217 cfgadm should spell "adapters" correctlyHengqing Hu5-114/+130
Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com> Reviewed by: David Hoeppner <0xffea@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Eric Schrock <Eric.Schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-283234 docbook xsl path should be configurableRobert Mustacchi1-1/+1
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-271930 smb_match functions incorrectly handle multibyte charactersGordon Ross1-2/+1
1931 smb_convert_wildcards incorrectly expands < at the end of the pattern Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-222933 compiler warning gags need better granularityRichard Lowe217-194/+786
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-06-253132 remove support for building with gcc 3Richard Lowe4-22/+0
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Milan Jurik <milan.jurik@xylab.cz> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-09-193189 kernel panic in ZFS test suite during hotspare_onoffline_004_negChristopher Siden1-4/+4
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Arne Jansen <sensille@gmx.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-04-241665 Illumos wont build against openssl 1.0.0Theo Schlossnagle3-4/+39
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Albert Lee <trisk@nexenta.com>
2012-04-19OS-1104 'zfs list -o volsize' no longer shows volsizeBill Pijewski1-0/+1
2012-04-13OS-858 don't create dataset when installing a zone that already has a dataset.Josh Wilsdon2-0/+14
2012-04-13OS-1095 add /dev/tap and /dev/tun to joyent branded zones by default.Josh Wilsdon1-0/+2
2012-04-172625 few nits to satisfy lint 12.3Milan Jurik1-0/+3
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2012-03-27OS-1058 libzfs_set_cachedprops() needs function header in libzfs.hBill Pijewski1-0/+1
2012-03-22OS-1048 zfs list/get -c to return only cached propertiesBill Pijewski6-6/+82
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
2012-03-16OS-1019 zone stuck in down state: amon socket in /var/run preventing shutdownJerry Jelinek6-18/+162
2012-03-132242 libraries should be more careful casting pointersRichard Lowe2-5/+3
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Albert Lee <trisk@nexenta.com>
2012-03-132077 lots of unreachable breaks in illumos gateMilan Jurik28-245/+94
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-13934 FreeBSD's GPT not recognizedYuri Pankov1-1/+7
Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Gordon Ross <gwr@nexenta.com>
2012-03-13763 FMD msg URLs should refer to something visibleJoshua M. Clulow4-16/+16
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-131694 Add type-aware print() action (fix lint)Richard Lowe1-0/+6
2012-03-131557 assertion failed in userland taskq_destroy()Garrett D'Amore1-0/+2
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: George Wilson <gwilson@zfsmail.com> Approved by: Eric Schrock <eric.schrock@delphix.com>