summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2013-02-21OS-1906 have sngl brand use files from dataset, remove use of SNGL_BASE tarball.release-20130221Josh Wilsdon1-19/+0
2013-02-09OS-1889 Using /dev/ipnet in the GZ duplicates packetsRobert Mustacchi1-4/+24
OS-1888 DTrace print() should try to resolve function pointers
2013-02-063422 zpool create/syseventd race yield non-importable poolGeorge Wilson1-7/+1
3425 first write to a new zvol can fail with EFBIG Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-30OS-1840 fmdump shall emit JSONJoshua M. Clulow4-1/+414
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-01-29OS-1836 passwd command truncates usernames to 8 chars by default (overflow)Keith M Wesolowski1-1/+2
2013-01-29OS-1836 passwd command truncates usernames to 8 chars by defaultKeith M Wesolowski2-21/+58
Reviewed-by: Robert Mustacchi <rm@joyent.com>
2013-01-23OS-1832 fix for OS-1783 broke at when zone has no networkJerry Jelinek1-0/+1
2013-01-22OS-1783 Cron firing delayed when unable to lookup hostname in getaddrinfoJerry Jelinek1-52/+49
2013-01-15Illumos SyncJohn Sonnenschein18-5/+1279
2013-01-15fix mismerge in dmu.c; remove build for pylibbeJohn Sonnenschein1-1/+0
2013-01-14Illumos SyncJohn Sonnenschein33-29/+540
Merge github.com:illumos/illumos-gate Conflicts: usr/src/cmd/isainfo/isainfo.c usr/src/uts/common/Makefile.files usr/src/uts/common/fs/zfs/dmu.c usr/src/uts/common/fs/zfs/zvol.c usr/src/uts/common/io/mr_sas/fusion.h usr/src/uts/common/io/mr_sas/ld_pd_map.c usr/src/uts/common/io/mr_sas/ld_pd_map.h usr/src/uts/common/io/mr_sas/mr_sas.c usr/src/uts/common/io/mr_sas/mr_sas.h usr/src/uts/common/io/mr_sas/mr_sas_list.c usr/src/uts/common/io/mr_sas/mr_sas_list.h usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c usr/src/uts/i86pc/io/apix/apix.c usr/src/uts/i86pc/os/intr.c usr/src/uts/intel/sys/x86_archext.h
2013-01-10OS-1804 agent lwp clobbers amd64 abi stack redzone20130110release-20130110Joshua M. Clulow1-2/+13
Reviewed by: Robert Mustacchi <rm@joyent.com>
2012-12-21OS-1566 filesystem limits for ZFS datasetsJerry Jelinek2-0/+34
2012-12-203414 Need a new word of AT_SUN_HWCAP bitsRobert Mustacchi1-10/+14
3415 Add isainfo support for f16c and rdrand 3416 Need disassembler support for rdrand and f16c Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-12-11OS-1758 Need a new word of AT_SUN_HWCAP bitsRobert Mustacchi1-10/+14
OS-1757 Add isainfo support for f16c and rdrand Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-12-103352 would like 64bit install librariesTheo Schlossnagle32-19/+526
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-11-29OS-1723 DTrace should speak JSONrelease-20121129Joshua M. Clulow1-2/+8
Reviewed by: Bryan Cantrill <bmc@joyent.com>
2012-11-27OS-1725 add SNGL brandJerry Jelinek13-1/+1223
2012-11-22OS-1474 Want ::typedefRobert Mustacchi1-0/+1
OS-1598 Want mdb -e OS-1600 Want an mdb test suite driver OS-1632 mdb on x86 should be able to print alternate register names OS-1699 libctf should support removing a dynamic type OS-1700 libctf does not validate arrays correctly OS-1701 libctf does not validate function types correctly
2012-11-21OS-1474 Want ::typedef (backout, breaks dtrace)Robert Mustacchi1-1/+0
2012-11-21OS-1474 Want ::typedefRobert Mustacchi1-0/+1
OS-1598 Want mdb -e OS-1600 Want an mdb test suite driver OS-1632 mdb on x86 should be able to print alternate register names OS-1699 libctf should support removing a dynamic type OS-1700 libctf does not validate arrays correctly OS-1701 libctf does not validate function types correctly
2012-11-08Fix libzdoor mismergeJohn Sonnenschein1-14/+3
2012-11-07Illumos syncJohn Sonnenschein235-503/+1729
2012-11-023294 pfiles postmortem supportGarrett D'Amore8-0/+251
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-11-023306 zdb should be able to issue reads in parallelGeorge Wilson2-0/+75
3321 'zpool reopen' command should be documented in the man page and help message Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-10-293246 ZFS I/O deadman threadGeorge.Wilson2-0/+54
Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-10-223285 memory leaks in libsldapHans Rosenfeld2-5/+9
Reviewed by: Gordon Ross <Gordon.Ross@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Vitaliy Gusev <vitaliy.gusev@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-10-213169 userland amd64 code should save argumentsRichard Lowe2-10/+134
3180 mdb should handle push-based argument save area 3192 mdb save-args matching should accept more agressive insn scheduling 3193 mdb save-args matching should only consider insns which have executed Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-10-173286 README.mapfiles needs an updateRichard Lowe1-129/+172
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-10-1572 _tx_error needs to preserve the errno value it is supposed to displayGary Mills1-12/+9
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-10-123177 LDAP client: support for uniqueMember attributePaul B. Henson1-15/+94
Reviewed by: Milan Jurik <milan.jurik@xylab.cz> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-10-05OS-1592 Hasta la vista libshell docsRobert Mustacchi26-4630/+0
OS-1593 aw hacks no longer needed
2012-09-28OS-1584 ON should support a path to docbook XSL RootRobert Mustacchi1-1/+1
2012-09-27OS-1574 libzdoor checks for NULL that cannot beJoshua M. Clulow1-6/+4
Reviewed by: Robert Mustacchi <rm@joyent.com>
2012-09-10illumos syncJohn Sonnenschein20-257/+457
2012-09-09OS-1530 ipmi should use /dev/ipmi0 for compatabilityRichard Lowe3-17/+15
OS-1531 allow get_smbios_info to fail OS-1532 remove bmc_intf.h
2012-09-093098 zfs userspace/groupspace fail without saying why when run as non-rootYuri Pankov1-12/+17
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-05OS-1511 overly aggressive D integer narrowing breaks 32-bit ustack helpersBryan Cantrill1-1/+1
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