summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
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>
2012-12-21OS-1566 filesystem limits for ZFS datasetsJerry Jelinek17-31/+920
2012-12-213408 detect socket type of newer AMD CPUsJens Elkner3-26/+179
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-12-20OS-1780 ipdadm accidentally a newlineJoshua M. Clulow1-1/+1
Reviewed by: Robert Mustacchi <rm@joyent.com>
2012-12-203414 Need a new word of AT_SUN_HWCAP bitsRobert Mustacchi26-90/+328
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-203413 isainfo -v overflows 80 columnsBryan Cantrill2-9/+18
3417 mdb disassembler confuses rdtscp for invlpg Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-12-203315 svccfg export -a drops values in PG "general"Keith M Wesolowski1-21/+28
2012-12-181723 apix module mistakingly sets TPRJerry Jelinek4-56/+466
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Keith M Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-12-183364 dboot should check boot archive integrityKeith Wesolowski5-5/+157
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Dan McDonald <danmcd@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-12-12OS-1760 Need disassembler support for rdrand and f16c20121213release-20121213Robert Mustacchi1-5/+34
2012-12-11OS-1757 Add isainfo support for f16c and rdrand (fix xset flags)Robert Mustacchi2-8/+2
2012-12-11OS-1758 Need a new word of AT_SUN_HWCAP bitsRobert Mustacchi25-85/+300
OS-1757 Add isainfo support for f16c and rdrand Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-12-10OS-1756 task_join()/pr_lookup_procdir()/pr_szoneid() deadlockJerry Jelinek1-2/+10
2012-12-103396 new psrinfo does not print socket typeHans Rosenfeld1-0/+11
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-12-103352 would like 64bit install librariesTheo Schlossnagle40-19/+569
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-12-10OS-1749 oawk must dieJerry Jelinek1-1/+8
2012-12-073311 Want a test framework for arbitrary OS unit testsJohn Wren Kennedy681-1/+58678
3312 Add a testrunner package for OS unit tests 3313 Add a testrunner package to convert ZFS tests from STF Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Will Guyette <will.guyette@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Henrik Mattson <henrik.mattson@delphix.com> Reviewed by: Sonu Pillai <sonu.pillai@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>