summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2015-03-11OS-4022 lx brand: Python regression test failure in test_fcntl.pyBryan Cantrill2-17/+47
2015-03-11OS-4024 lx brand: Python regression test failure in test_mmap.pyBryan Cantrill1-8/+21
2015-03-105661 ZFS: "compression = on" should use lz4 if feature is enabledJustin T. Gibbs5-38/+61
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Xin LI <delphij@freebsd.org> Approved by: Robert Mustacchi <rm@joyent.com>
2015-03-10OS-3791 lxbrand iproute2 calls ioctl(SIOCGIFXQLEN)Patrick Mooney1-1/+21
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-10OS-4028 need a priv for meminfo and disallow by default for a zoneJerry Jelinek6-8/+53
2015-03-105684 ZFS bootfs tests need some workHans Rosenfeld8-26/+28
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-10OS-4012 lx brand: failure in PLT processing induces spurious fake_elf() failureBryan Cantrill1-6/+11
2015-03-10OS-4021 lx brand: Python regression test failure in test_epoll.pyBryan Cantrill1-1/+25
2015-03-10OS-4010 Automate assigning rings to overlay based vnicsRobert Mustacchi9-9/+46
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-10OS-4009 Want UDP src port hashing for VXLANRobert Mustacchi13-7/+611
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-10OS-4019 zoneadm is slow with 1000s of zonesJerry Jelinek1-8/+12
2015-03-10OS-3997 LTP poll02 failing in nightlyJerry Jelinek1-10/+13
2015-03-10 [illumos-gate merge]Jerry Jelinek14-388/+773
commit c79a74a8321729c8f50472db67e907324bace4e5 5595 libzpool won't build with a studio primary (fix usage message) commit e492095e1158c1621976ed8c4f7926d5ab5a8ea9 5588 invalid use of NULL in itm_util.c commit 1886f67eb9de99edbcda88765f2c603a30c87fc2 5106 elfdump compiles using headers from the build system commit 2cf749481ab62b6f2e7a25e42c1870d102ce112c 1150 libcmdutils has superfluous #define Conflicts: usr/src/cmd/sgs/elfdump/i386/Makefile
2015-03-09OS-4017 would like zfs-io-priority values > 1024Jerry Jelinek1-1/+1
2015-03-09OS-4003 syslog-ng fails while trying to delete /dev/log (fix LTP failure)Jerry Jelinek1-4/+16
2015-03-095595 libzpool won't build with a studio primary (fix usage message)Richard Lowe2-6/+6
2015-03-09OS-4007 need /dev/xconsole in LX docker containeJerry Jelinek1-2/+4
2015-03-09OS-4003 syslog-ng fails while trying to delete /dev/logJerry Jelinek1-1/+12
2015-03-095588 invalid use of NULL in itm_util.cRichard PALO1-278/+281
Reviewed by: Josef "Jeff" Sipek <jeffpc@josefsipek.net> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-09OS-4011 redhat boot script should use hostname of configured on zoneJerry Jelinek1-1/+6
2015-03-095106 elfdump compiles using headers from the build systemGordon Ross9-95/+480
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-091150 libcmdutils has superfluous #defineDavid Höppner2-9/+6
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-09 [illumos-gate merge]Jerry Jelinek8-24/+278
commit 356f579978bd7347c891f2a7b1e9671086f183ae 5686 lint warnings in uts/sparc/stfm_sbd after 5056 commit ff904c117f0def740594af26b7201cd392dc8411 5680 Build warnings in cmd/power, cmd/rpcbind commit 4adca7e7219d20c7ca20933b5006222e781ff0e9 2930 beadm should sort by creation date
2015-03-06OS-3996 ipf should only forward when forwarding is enabledJerry Jelinek1-1/+31
2015-03-065686 lint warnings in uts/sparc/stfm_sbd after 5056Gordon Ross1-1/+0
Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-065680 Build warnings in cmd/power, cmd/rpcbindGordon Ross2-3/+3
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-062930 beadm should sort by creation dateToomas Soome5-20/+275
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Josef ‘Jeff’ Sipek <jeffpc@josefsipek.net> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-06OS-4004 lx brand: lx_vsyscall_call()/anon_resvmem() deadlockJoshua M. Clulow1-25/+38
Reviewed by: Bryan Cantrill <bryan@joyent.com>
2015-03-06OS-3839 dlmgmtd clobbers its cachefile with excessive use of /native (fix lx)Robert Mustacchi1-1/+1
2015-03-06OS-3839 dlmgmtd clobbers its cachefile with excessive use of /nativeRobert Mustacchi1-5/+5
2015-03-06 [illumos-gate merge]Jerry Jelinek1-0/+1
commit 409430af79aac96ef996a8fa0af6ca929d0faad5 5682 ypxfrd (100069) is missing from /etc/rpc
2015-03-06OS-3892 lxbrand mispronounces ENOLCK and ENOSTRJoshua M. Clulow16-71/+782
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-055682 ypxfrd (100069) is missing from /etc/rpcMarcel Telka1-0/+1
Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-03-05 [illumos-gate merge]Jerry Jelinek4-9/+62
commit cd485b49201b16c079663125308af274b6299e96 5630 stale bonus buffer in recycled dnode_t leads to data corruption
2015-03-05OS-3952 lxbrand convert vsyscall to IKE20150305Patrick Mooney8-206/+155
Reviewed by: Bryan Cantrill <bryan@joyent.com>
2015-03-05OS-3974 svp should short-circuit broadcast and multicast (fix debug)Robert Mustacchi1-1/+0
2015-03-05OS-3994 varpd loses PRIV_DL_CONFIGRobert Mustacchi1-1/+4
2015-03-05OS-3993 overlays sometimes think they're vnicsRobert Mustacchi1-1/+1
2015-03-04OS-3990 some centos 6.6. services are not being startedJerry Jelinek1-75/+88
OS-3992 lx_boot_zone_redhat is unsafe
2015-03-04OS-3991 panic in vnode_valid_pnPatrick Mooney1-1/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-04OS-3218 libvarpd's fork handler is a time bombRobert Mustacchi1-1/+2
2015-03-04OS-3987 property looks better with a 'y'Robert Mustacchi1-1/+1
2015-03-04OS-3983 overlay_target_lookup_request() doesn't properly populate vlan infoRobert Mustacchi1-3/+9
2015-03-04OS-3974 svp should short-circuit broadcast and multicastRobert Mustacchi1-3/+21
2015-03-04OS-3960 varpd should drop privsRobert Mustacchi2-21/+58
OS-3973 overlay_target_ioct_list overdoes its copyout
2015-03-035630 stale bonus buffer in recycled dnode_t leads to data corruptionJustin T. Gibbs4-9/+62
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Will Andrews <will@freebsd.org> Approved by: Robert Mustacchi <rm@joyent.com>
2015-03-03OS-3980 'ls /etc/init.d' fails on centos 6.6 imageJerry Jelinek1-2/+2
2015-03-03OS-3891 stale v_path slows vfs lookupsPatrick Mooney1-112/+131
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2015-03-03OS-3979 disable LTP futex_wait_bitset tests until implementedJerry Jelinek1-0/+2
2015-03-03 [illumos-gate merge]Jerry Jelinek3-7/+7
commit de81e3c02f90476edcef2354e33aa3ee65bb331c 3842 remove the machid commands (fix packaging) commit 5f4bac2809e6bb7e9c779a047a0d4438669d85d6 5609 port mod_ipp to Apache 2.2 (fix apr include) commit ba5fdd2d4d97ae03a892c1bd5557eafb030984d1 5558 pargs is missing -l option in usage