summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
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-223492 some e1000g devices don't support 15 unicast addressesHans Rosenfeld1-2/+3
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Sašo Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Eric Schrock <eric.schrock@delphix.com>
2013-01-213419 usbftdi needs to support the BeagleBoneHans Rosenfeld3-22/+37
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-01-173477 SunSSH config should accept TCPKeepAlive as synonym for KeepAliveJoshua M. Clulow4-8/+14
Reviewed by: Jerry Jelinek <jerry@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-01-17452 getconf should support NPROCESSORS_*David Höppner2-68/+75
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-01-173474 tar should support -C on extractJoshua M. Clulow2-2/+29
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-01-17OS-1817 yes(1) needs error handling to avoid spinningJonathan Perkin1-13/+14
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-01-163035 LZ4 compression support in ZFS and GRUBSašo Kiselkov21-12/+1748
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Christopher Siden <csiden@delphix.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-143444 README for usr/src/testJohn Wren Kennedy9-11/+321
3445 ZFS tests for restricted aclmode Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Christopher Siden <csiden@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-01-123463 agent lwp clobbers amd64 abi stack redzoneJoshua M. Clulow1-2/+13
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
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