summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2014-04-304724 Possible memory leak in _clnt_vc_create_timed()Marcel Telka1-9/+8
Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
2014-04-30 [illumos-gate merge]Keith M Wesolowski4-7/+5
commit 19449258028e6813f0b7a606b554b2fa37a390ec 4823 don't open-code NSEC2MSEC and MSEC2NSEC commit cb3e7fb42f8104f779abb6856ccf6e5b8e6419d8 4819 fix mpt_sas command timeout handling commit b59e2127f21675e88c58a4dd924bc55eeb83c7a6 4809 NANOSEC should be 'long long' to avoid integer overflow bugs 4810 spa_async_tasks_pending suffers from an integer overflow bug 4811 in.mpathd: tv2ns suffers from an integer overflow bug
2014-04-294823 don't open-code NSEC2MSEC and MSEC2NSECJosef 'Jeff' Sipek4-7/+5
Reviewed by: Richard Elling <richard.elling@gmail.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-224775 Typo in getaddrinfo(3SOCKET) man pageWilliam Dowling0-0/+0
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-29OS-2951 epoll_ctl(3C) must allow NULL events on EPOLL_CTL_DELBryan Cantrill1-2/+2
2014-04-25OS-2954 lx brand access.2 allows root execution when exec mode not setJerry Jelinek3-3/+58
2014-04-23 [illumos-gate merge]Keith M Wesolowski2-2/+40
commit 4cde9a1e4370decb0ae4451cc85ce57730965c8c 4748 use an enum for tod_faulted global commit 9aff5184bfbc5b708bf2ddd810ce726347b52332 4747 remove unused [DS]SIZE_LIMIT defines commit 3b082ee621e893f087e4272c7e8b6d512d24e155 4746 remove EXPORT_SRC leftovers commit 6907ca4bc759c5fd81b8a60fc5e1a1c7d1972e6a 4745 fix AVL code misspellings commit a2afb611b30628fb74ad9eade4ae465f9031e262 3897 zfs filesystem and snapshot limits commit 82d86f4e8b1400610e24f161032c16e049f173a0 4767 dtrace_probe() always has the timestamp Conflicts: usr/src/uts/common/fs/zfs/sys/dsl_dir.h usr/src/uts/common/fs/zfs/dsl_dir.c usr/src/lib/libzfs/common/libzfs_util.c usr/src/lib/libzfs/common/libzfs_dataset.c usr/src/common/zfs/zfeature_common.c
2014-04-23OS-2948 add lx brand support for epollBryan Cantrill2-5/+7
2014-04-23OS-2893 add support for epollBryan Cantrill6-9/+221
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-04-223897 zfs filesystem and snapshot limitsJerry Jelinek2-0/+40
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Christopher Siden <christopher.siden@delphix.com>
2014-04-17OS-2929 add new syscalls to lx brand tableJerry Jelinek2-2/+38
2014-04-17OS-2922 lxbrand mountall aborts, udev assertion failureJerry Jelinek1-57/+160
2014-04-16OS-2923 lxbrand support SOCK_NONBLOCK and SOCK_CLOEXEC socket optionsJerry Jelinek2-9/+31
2014-04-16 [illumos-gate merge]Keith M Wesolowski2-9/+6
commit 1b497ab83e8f1c58bba5da59c649207a442a4720 4752 fan out read zio taskqs commit bf16b11e8deb633dd6c4296d46e92399d1582df4 4374 dn_free_ranges should use range_tree_t Conflicts: usr/src/uts/common/fs/zfs/vdev_disk.c (copyright) usr/src/lib/libzpool/common/sys/zfs_context.h (copyright)
2014-04-154374 dn_free_ranges should use range_tree_tMatthew Ahrens2-9/+6
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Max Grossman <max.grossman@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-15 [illumos-gate merge]Keith M Wesolowski1-1/+21
commit 7266c4fdd3d819c74f84745da19a4eb34bd75f2d 4210 unsigned unsigned short short is valid in dtrace commit f5b1cef2488dc579cb4312d49164f10debf8e97d 4738 tape block number is set at wrong place
2014-04-15OS-2915 lxbrand ptrace should clear signal traps when setting options [still ↵Jerry Jelinek1-1/+2
catch SIGTRAP]
2014-04-15OS-2915 lxbrand ptrace should clear signal traps when setting optionsJerry Jelinek1-20/+36
2014-04-144210 unsigned unsigned short short is valid in dtracePaul Dagnelie1-1/+21
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Eric Diven <eric.diven@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-14OS-2894 lxbrand add PTRACE_O_TRACEFORK and PTRACE_O_TRACEEXEC supportJerry Jelinek6-54/+143
2014-04-14 [illumos-gate merge]Keith M Wesolowski2-10/+36
commit 0b5ce10aee80822ecc7df77df92a5e24078ba196 4118 libuuid should provide uuid_unparse_{upper,lower} functions
2014-04-104118 libuuid should provide uuid_unparse_{upper,lower} functionsAndy Stormont2-10/+36
Reviewed by: Serghei Samsi <sscdvp@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-07OS-2885 ptrace emulation blocks upstart's children from runningJerry Jelinek2-4/+56
2014-04-04OS-2877 lx_librtld_db falls to load due to NULL DT_DEBUGBryan Cantrill1-10/+203
2014-04-03OS-2886 implement missing waitid flagsJerry Jelinek1-6/+15
2014-04-03 [illumos-gate merge]20140403release-20140403Keith M Wesolowski2-92/+96
commit 5131caa123fd046a511d18145869507ae9b7b9dd 4462 clnt_vc_control()/clnt_dg_control() could return RPC_FAILED instead of FALSE
2014-04-034462 clnt_vc_control()/clnt_dg_control() could return RPC_FAILED instead of ↵Marcel Telka2-92/+96
FALSE Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
2014-04-03OS-2882 Ship vnd_errno.hRobert Mustacchi1-0/+1
OS-2883 sngl zones should see vnd
2014-04-02OS-2871 lx brand add debian support to lx_init_zoneJonathan Perkin4-388/+661
2014-03-31OS-2870 lx brand add stubs for *xattr() (fix copyright)Jonathan Perkin1-17/+7
2014-03-31 [illumos-gate merge]Keith M Wesolowski1-6/+14
commit 8f6d9dae92449b59bdafcb7777bc32f1b2726e48 4575 Single threaded rpcbind is not scalable 4483 rpcbind: Reply for remote calls comes from incorrect UDP port commit d55495d98c0ef13ad2369864c0a22ad883ff92fc 4398 Extra spaces in man pages commit 8cd81a20c40b49e1fad4022a2774ec6ad5066532 4662 need a way to disable default file systems in zones commit 3878843a57bae7ad8da31ef4aaeed8388d2f534c 4660 update man pages for lofi in a zone commit 052519c2d30736afb1861979b73d5a889cf7fba8 4337 eliminate /etc/TIMEZONE commit d109324670f8a760f881a767533543131276a99a 633 case-folding collision in illumos-gate commit a5602e1bdcf9570fa24684b54cf57a3f22e05ae1 4656 want grub composite console 4657 want grub support for cross-menu OS console variable 4658 uninitialised variable trashes command line on coal commit c58b352673e88983cd2b8a388a8c7625f35e2f18 3993 zpool(1M) and zfs(1M) should support -p for "list" and "get" 4700 "zpool get" doesn't support -H or -o options Conflicts: usr/src/man/man1m/zpool.1m usr/src/man/man1m/zonecfg.1m usr/src/grub/grub-0.97/stage2/stage2.c usr/src/cmd/zpool/zpool_main.c usr/src/cmd/zoneadmd/vplat.c
2014-03-31OS-2870 lx brand add stubs for *xattr()Jonathan Perkin4-10/+72
2014-03-28OS-2863 lx brand need finer grained control over versionJerry Jelinek5-45/+28
2014-03-284662 need a way to disable default file systems in zonesJerry Jelinek1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-03-283993 zpool(1M) and zfs(1M) should support -p for "list" and "get"Adam Stevko5-14/+23
4700 "zpool get" doesn't support -H or -o options Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-03-24 [illumos-gate merge]Keith M Wesolowski1-4/+14
commit dff8ce8858f30b8b43711766bd0f637548b8d700 3379 Duplicate assignment in uts/common/cpr/cpr_stat.c commit 652fb50dec8e8b074b60a3c82d00248a2aeb5eb9 4653 net hooks registered with HH_BEFORE or HH_AFTER hints create invalid hint_value kstats commit 4948216cdd0ccee7b9a4fd433ccab571afbb99e9 4679 want workaround for Intel erratum BT81 commit 56b8f71e3a910fbd2820f6841b40bfd85f9673c2 4601 memory leak in ILB daemon on startup 4602 memory leak in ILB daemon on import-config 4668 Memory leak in ilbd' new_req: getpeerucred() allocation isn't released at all commit 61f9f3e6dc0a66ec5c243562765c1b4a3297e8a4 4688 getlogin_r shouldn't clobber memory
2014-03-233750 ptools fail an assertion if libraries are lofs mountpointsJerry Jelinek1-6/+13
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-214688 getlogin_r shouldn't clobber memoryRobert Mustacchi1-4/+14
Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-21 [illumos-gate merge]Keith M Wesolowski2-18/+10
commit 8ce3a03883b8748c139aa8c412b64dcc7aaee1a1 4689 IDMAP: idmap_getwinnamebyuid() and idmap_getwinnamebygid() fails for empty domains
2014-03-20OS-2836 lx brand installer hardcodes /usr/sfw/bin/gtarJerry Jelinek1-1/+0
2014-03-204689 IDMAP: idmap_getwinnamebyuid() and idmap_getwinnamebygid() fails for ↵Marcel Telka2-18/+10
empty domains Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-03-20OS-2834 ship lx brandJerry Jelinek107-0/+32216
2014-03-20OS-2800 Project BardicheRobert Mustacchi17-10/+1038
OS-2784 want sdev plugin interface OS-2783 want generalized squeues OS-2785 ipf should be able to hook kvm nics OS-2782 want /dev/net/zone/%zonename/%datalink OS-610 snoop and libdlpi should be able to consume /dev/net/zone/%zonename OS-2786 .gitignore should include debug object directories OS-2781 dlpi promisc modes should be able to be RX-only OS-2780 Want dlpi primitive DL_EXCLUSIVE_REQ OS-2779 Makefile.man should take care of directory creation OS-2778 dls_promisc doesn't properly handle all transitions Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-03-14 [illumos-gate merge]Keith M Wesolowski1-43/+70
commit 1cfc4fb76704c672a9934898be440d8e012cebd4 4146 getconf(1) does not support XATTR_ENABLED, XATTR_EXISTS, SATTR_ENABLED, SATTR_EXISTS keys commit 00d0b46c9fa449579f084579de169b055d3ef18c 4621 support newer (bugfixed) bcrypt version commit 91d74a54bc02474ab29fbef3946724a428f27941 4680 nightly and bldenv need to set LC_ALL if they want to fully override the locale
2014-03-134621 support newer (bugfixed) bcrypt versionPatrick Domack1-43/+70
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-03-11OS-2756 need topo refs for JCP 2101 and 2102Keith M Wesolowski1-2/+2
2014-03-11 [illumos-gate merge]Keith M Wesolowski2-3/+4
commit e6163a885dbd739e5a60eaa05eafd2d831631bfd 4655 add %Z corefile name pattern for zonepath commit 35b6f0471a5d938b98734483be3c5a258e319010 4586 dhcpv6 client id malformed Conflict: usr/src/uts/common/os/core.c
2014-03-104586 dhcpv6 client id malformedDavid Höppner2-3/+4
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-02 [illumos-gate merge]Keith M Wesolowski1-2/+1
commit 35107df554395996bb53e7b81e5eedee9018e582 4628 NFS extremely slow in nfsauth commit faac71c002f7c7a98741f991b25937b24f309df0 4632 ndmp debug log belongs to /var/log 4645 double free in ndmpd when undefined SMF property is read 4644 NDMP plugin-path configurable should be empty by default
2014-02-284632 ndmp debug log belongs to /var/logJan Kryl1-2/+1
4645 double free in ndmpd when undefined SMF property is read 4644 NDMP plugin-path configurable should be empty by default Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>