summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2012-09-073006 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 Eric Schrock <eric.schrock@delphix.com>
2012-09-073021 option for time-ordered output from dtrace(1M) (fix lint)Richard Lowe1-0/+1
2012-08-30OS-1507 ipd can blow an assertion when status is requested on a disabled zoneKeith M Wesolowski9-0/+560
OS-1508 ipd needs a stable library
2012-08-283109 libshare_nfs: findopt() should return indexVitaliy Gusev1-1/+4
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-08-313138 smb_token_create_privs() passes const char to smb_lgrp_getbyname()Yuri Pankov1-1/+3
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-08-303112 ztest does not honor ZFS_DEBUGMatthew Ahrens1-0/+1
3113 ztest should use watchpoints to protect frozen arc bufs 3114 some leaked nvlists in zfsdev_ioctl 3115 poll(2) returns prematurely in presence of spurious wakeups Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matt Amdur <Matt.Amdur@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-08-283123 need a way to force loading of DTrace helpersAdam H. Leventhal5-83/+337
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Bryan Cantrill <bmc@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-08-243100 zvol rename fails with EBUSY when dirtyMatthew Ahrens1-1/+1
3103 zfs mdb module may get wrong refcount struct Reviewed by: Christopher Siden <chris.siden@delphix.com> Reviewed by: Adam H. Leventhal <ahl@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-08-21OS-1486 vrrpadm should work with a vnic as its linkRob Gulewich1-4/+19
2012-08-07OS-1456 need a mechanism to detect solid state storage devicesKeith M Wesolowski4-0/+39
2012-08-02dtrace: Remove CTF label checkingRichard Lowe2-12/+0
It is incomplete, and was pulled into smartos as a result of miscommunication.
2012-07-30Illumos SyncJohn Sonnenschein166-29526/+2999
Merge github.com:illumos/illumos-gate Conflicts: exception_lists/check_rtime usr/src/Makefile.master usr/src/Makefile.master.64 usr/src/cmd/Makefile usr/src/cmd/lms/Makefile usr/src/cmd/lp/Makefile.lp usr/src/cmd/mdb/Makefile.mdb usr/src/cmd/mdb/common/mdb/mdb_cmds.c usr/src/cmd/mdb/common/mdb/mdb_print.c usr/src/cmd/mdb/common/mdb/mdb_print.h usr/src/cmd/mdb/common/mdb/mdb_tab.c usr/src/cmd/mdb/common/mdb/mdb_termio.c usr/src/cmd/mdb/common/mdb/mdb_whatis.c usr/src/cmd/svc/svccfg/svccfg_libscf.c usr/src/cmd/zpool/zpool_main.c usr/src/lib/Makefile usr/src/lib/libc/inc/thr_inlines.h usr/src/lib/libc/port/mapfile-vers usr/src/lib/libc/sparc/Makefile.com usr/src/lib/libc/sparc/crt/_rtld.c usr/src/lib/libc/sparcv9/Makefile.com usr/src/lib/libdtrace/common/dt_open.c usr/src/lib/libdtrace/common/dt_options.c usr/src/lib/libumem/common/envvar.c usr/src/lib/libumem/common/vmem_base.c usr/src/lib/libzfs/common/libzfs_impl.h usr/src/lib/libzfs/common/libzfs_iter.c usr/src/lib/libzfs/common/libzfs_util.c usr/src/lib/libzfs/common/mapfile-vers usr/src/lib/sun_fc/Makefile.com usr/src/lib/sun_fc/amd64/Makefile usr/src/lib/sun_fc/sparcv9/Makefile usr/src/man/man1m/Makefile usr/src/uts/common/Makefile.files usr/src/uts/common/dtrace/dtrace.c usr/src/uts/common/fs/zfs/arc.c usr/src/uts/common/fs/zfs/dmu.c usr/src/uts/common/fs/zfs/dsl_dataset.c usr/src/uts/common/fs/zfs/dsl_pool.c usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c usr/src/uts/common/sys/dtrace.h
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