summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
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-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>
2012-03-132041 panic in nsmb_closeGordon Ross1-0/+8
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-03-132062 libbc uname() deals with nodename/nodeext distastefullyRichard Lowe1-2/+7
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2012-03-131594 strxfrm may write past the specified bufferTheo Schlossnagle1-4/+6
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-03-131914 libses cannot set more than one properties at onceAlexander Stetsenko3-9/+58
1984 libses uses threshold diag page wrong way Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-132023 libnisdb is inconsistently const-yRichard Lowe7-17/+17
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Gordon Ross <gwr@nexenta.com>
2012-03-13393 Invalid nd_hostservlist contents crash mountdVitaliy Gusev1-10/+11
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-131668 ldap format string issues when merging search descriptorsRichard Lowe2-16/+40
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-131949 crash during reguid causes stale configGeorge Wilson1-2/+2
1953 allow and unallow missing from zpool history since removal of pyzfs 1955 sderr kstat should expand when a LUN is expanded Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Bill Pijewski <wdp@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett.damore@gmail.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Steve Gonczi <gonczi@comcast.net> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-03-131992 sharemgr show -P [nfs|smb] doesn't work for shared datasetsDan Kruchinin1-0/+12
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com> Reviewed by: Garrett D'Amore <garrett.damore@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-131978 iPsGetSetStmfProp is missing some bracketsMilan Jurik1-8/+11
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-12OS-969 want to perturb vnicsRobert Mustacchi1-1/+2
OS-997 net_* and hook_* man pages are wrong Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Gulewich <robert.gulewich@joyent.com> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com>
2012-03-09OS-986 remove more unneeded privs.Josh Wilsdon1-5/+0
2012-03-08OS-986 remove many default privs from KVM VMs that are unneeded.Josh Wilsdon2-32/+0
2012-03-06OS-993 when creating zone, zfs snapshot && zfs clone leave empty datasetBill Pijewski1-3/+3
2012-02-16OS-948 add libdiskmgt spec as block commentBill Pijewski1-0/+180
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-02-09Merge branch 'gcc4'John Sonnenschein37-572/+665