summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2013-02-07OS-1872 zoneadmd parent needs to close open fds20130207release-20130207Jerry Jelinek1-0/+7
2013-02-063422 zpool create/syseventd race yield non-importable poolGeorge Wilson3-17/+6
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-02-06OS-1861 default tmpfs_minfree is far too lowBryan Cantrill1-9/+15
2013-02-04OS-1854 mdb_v8's ::jsprint should take an optional memberBryan Cantrill1-5/+145
2013-02-02OS-1852 mdb_v8 should be able to print dictionary properties on 3.11.10.xBryan Cantrill1-6/+40
2013-01-30OS-1840 fmdump shall emit JSONJoshua M. Clulow11-8/+469
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-01-29OS-1845 newer igb models should not handle alternate mac addressRobert Mustacchi1-0/+7
2013-01-29OS-1843 logadm unnecessarily copies historical logs when "-c" is specifiedBryan Cantrill1-1/+1
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
2013-01-29OS-1841 logadm test suite fails when running rsyslogdBryan Cantrill1-12/+13
2013-01-29OS-1837 logadm should not lock log file for entire duration of copyBryan Cantrill1-3/+78
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> 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 Wesolowski5-28/+68
Reviewed-by: Robert Mustacchi <rm@joyent.com>
2013-01-29OS-1799 stage-licenses should only be hit when building packagesRobert Mustacchi23-159/+33
OS-1800 onbld python tools shouldn't hardocde /usr/bin/python OS-1801 Remove vistigial git-active.py
2013-01-25OS-1833 panic in fsflush of tmpfsJerry Jelinek1-35/+68
2013-01-24OS-1826 tmpfs in a non-global zone does not abide by tmpfs_minfreeBryan Cantrill1-3/+10
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-01-24OS-1822 svc.startd dies in getutxent_frec()Bryan Cantrill3-2/+34
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-01-24OS-1823 git-pbchk should not depend on mercurial20130124release-20130124Joshua M. Clulow5-10/+103
Reviewed by: Richard Lowe <richlowe@richlowe.net>
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-17OS-1817 yes(1) needs error handling to avoid spinningJonathan Perkin1-13/+14
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-01-16OS-1763 mount of /etc/svc/volatile failed: Device busyJerry Jelinek1-3/+22
2013-01-16OS-1819 lofiadm is looking for libz.so directly instead of libz.so.1Keith M Wesolowski1-1/+1
2013-01-15Illumos SyncJohn Sonnenschein205-356/+8289
2013-01-15fix manifest (CA cert removal), mr_sas mismergeJohn Sonnenschein1-50/+5
2013-01-15fix mismerge in dmu.c; remove build for pylibbeJohn Sonnenschein2-7/+0
2013-01-14Illumos SyncJohn Sonnenschein985-6127/+62477
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-11OS-1802 want column(1)Robert Mustacchi7-1/+537
2013-01-11OS-1811 zfs_write()/zfs_putpage() deadlockBryan Cantrill1-15/+12
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
2013-01-10OS-1804 agent lwp clobbers amd64 abi stack redzone20130110release-20130110Joshua M. Clulow1-2/+13
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-01-10OS-1812 ::typedef should be able to source types from other filesRobert Mustacchi4-12/+96
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2013-01-103451 archive libraries with no symbols shouldn't require a string tableRichard Lowe2-13/+21
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-103450 elfdump crashes on non-Solaris/Linux objectsRichard Lowe1-2/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-103436 relocatable objects also need sloppy relocationRichard Lowe2-12/+23
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-103439 discarded sections shouldn't end up on output listsRichard Lowe2-0/+2
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-103453 GNU comdat redirection does exactly the wrong thingRichard Lowe2-1/+2
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-103442 sgs checks should be run in normal buildsRichard Lowe2-7/+7
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-103441 -zassert-deflib messages are in the wrong placeRichard Lowe2-6/+7
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-103440 librtld_db demos need warnings gaggedRichard Lowe2-1/+5
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-103447 improve the comment in txg.cAdam H. Leventhal1-2/+71
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Elling <richard.elling@dey-sys.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-01-10OS-1794 /usr/sbin/shutdown fails to bring down zoneJerry Jelinek2-16/+20
2013-01-08OS-1795 zone error: failed to setup environmentJerry Jelinek2-47/+13
2013-01-08OS-1792 dbuf_read_impl shows too much enthusiasmJoshua M. Clulow1-2/+14
Reviewed by: Bryan Cantrill <bryan@joyent.com>
2013-01-04OS-1786 /usr/bin/man should not override PATH if TROFF is setBryan Cantrill1-3/+8
2013-01-033443 Missing curly-braces in one ixgbe file.Dan McDonald1-1/+2
Reviewed by: Robert Gordon <rbg@openrbg.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Garrett D'Amore <garrett@damore.org>
2013-01-03OS-1788 need manual page for htonll and ntohllRobert Mustacchi4-9/+26
OS-1787 missing man 3xnet manual pages Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2013-01-03OS-1785 cmd/ssh/Makefile shouldn't hardcode pathsRobert Mustacchi1-1/+1
2012-12-31OS-1782 want ::x86_featuresetRobert Mustacchi1-1/+67
2012-12-28995 boot message: No randomness provider enabled for /dev/randomGordon Ross3-28/+57
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Boris Protopopov <boris.protopopov@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-12-26OS-1779 svccfg export should accept instance FMRIs20121227release-20121227Keith M Wesolowski2-3/+33
2012-12-213315 svccfg export -a drops values in PG "general"Keith M Wesolowski1-21/+28
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>