summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2014-04-29 [illumos-gate merge]Keith M Wesolowski9-81/+25
commit 6eedf6a58bb97d935b764a55719f82a486168fbb 4806 define x2apic feature flag 4807 pcplusmp & apix should use x2apic feature flag commit 9b1d70f8223c4278acf4ca60eaf5dd285f72eeee 4805 apic_mode global should be an enum commit a833a696f1726fd5d95ded0820612f465a2dad8d 4804 apix & pcplusmp are nearly warning free already Conflicts: usr/src/uts/intel/sys/x86_archext.h
2014-04-294806 define x2apic feature flagJosef 'Jeff' Sipek3-11/+16
4807 pcplusmp & apix should use x2apic feature flag Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-294805 apic_mode global should be an enumJosef 'Jeff' Sipek2-6/+8
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-294804 apix & pcplusmp are nearly warning free alreadyJosef 'Jeff' Sipek5-64/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-29OS-2963 lx brand needs to support FUTEX_WAKE_OPBryan Cantrill2-29/+347
2014-04-29OS-2950 epoll pid should not be bound until EPOLL_CTL_ADDBryan Cantrill1-6/+17
2014-04-29OS-2951 epoll_ctl(3C) must allow NULL events on EPOLL_CTL_DELBryan Cantrill1-2/+2
2014-04-28OS-2964 mptsas refhash replacement on reset can cause hangKeith M Wesolowski1-13/+13
2014-04-28 [illumos-gate merge]Keith M Wesolowski7-25/+45
commit 6e987ca0b653b6724551e3e999d35f05512a5a6a 4732 /usr/bin/file should provide -b option for compatiblity with GNU/BSD file commit 9c720e3bfb657054035cb780c4d222291b7d4917 4698 fix builds by gcc44 on sparc
2014-04-28OS-2751 ldap_cachemgr dies in getldap_get_rootDSEKeith M Wesolowski8-29/+17
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com>
2014-04-264732 /usr/bin/file should provide -b option for compatiblity with GNU/BSD fileDavid Höppner2-16/+32
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Serghei Samsi <sscdvp@gmail.com> Reviewed by: Alexander Pyhalov <alp@rsu.ru> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>
2014-04-254698 fix builds by gcc44 on sparcIgor Kozhukhov5-9/+13
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-25OS-2954 lx brand access.2 allows root execution when exec mode not setJerry Jelinek3-3/+58
2014-04-24OS-2949 add support for AT_RANDOM aux vector entryJerry Jelinek6-16/+85
2014-04-24OS-2953 zpool import panics after zfs fs/ss feature mergeJerry Jelinek1-1/+0
2014-04-23 [illumos-gate merge]Keith M Wesolowski26-86/+1003
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-234748 use an enum for tod_faulted globalJosef 'Jeff' Sipek1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-234747 remove unused [DS]SIZE_LIMIT definesJosef 'Jeff' Sipek4-30/+0
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-234746 remove EXPORT_SRC leftoversJosef 'Jeff' Sipek1-11/+0
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-234745 fix AVL code misspellingsJosef 'Jeff' Sipek2-7/+8
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-23OS-2948 add lx brand support for epollBryan Cantrill2-5/+7
2014-04-23OS-2893 add support for epollBryan Cantrill32-99/+1421
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-04-223897 zfs filesystem and snapshot limitsJerry Jelinek17-29/+990
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Christopher Siden <christopher.siden@delphix.com>
2014-04-224767 dtrace_probe() always has the timestampMatthew Ahrens1-2/+3
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-22 [illumos-gate merge]Keith M Wesolowski3-74/+138
commit 136dc9cbe3ceda200434238d1015d39bca1d2d1a 4736 spamming zlogin with SIGINT will halt the target zone commit f4625c772597dc3b4c0331014447cb2120e17d43 4710 itadm(1M) needs an easily parsable output mode 4711 itadm(1M) usage output overflows 80 characters
2014-04-224736 spamming zlogin with SIGINT will halt the target zoneAlexander Eremin1-3/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-214710 itadm(1M) needs an easily parsable output modeYuri Pankov2-71/+136
4711 itadm(1M) usage output overflows 80 characters Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Josef Sipek <josef.sipek@nexenta.com> Reviewed by: Adam Stevko <adam.stevko@gmail.com> Approved by: Albert Lee <trisk@nexenta.com>
2014-04-21OS-2929 add new syscalls to lx brand table [update kernel syscall table]Jerry Jelinek1-2/+36
2014-04-21 [illumos-gate merge]Keith M Wesolowski6-65/+27
commit 8e50396accfa540cbe0b549256487d237e3d02f3 4772 $C prints no output on crash dump following dtrace panic() commit b6240e830b871f59c22a3918aebb3b36c872edba 4754 io issued to near-full luns even after setting noalloc threshold 4755 mg_alloc_failures is no longer needed Conflicts: usr/src/uts/common/fs/zfs/metaslab.c (OS-2711)
2014-04-214772 $C prints no output on crash dump following dtrace panic()Adam H. Leventhal3-14/+20
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Eric Schrock <eric.schrock@delphix.com>
2014-04-184754 io issued to near-full luns even after setting noalloc thresholdGeorge Wilson3-51/+7
4755 mg_alloc_failures is no longer needed Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-17OS-2929 add new syscalls to lx brand tableJerry Jelinek3-3/+39
2014-04-17OS-2922 lxbrand mountall aborts, udev assertion failureJerry Jelinek1-57/+160
2014-04-164764 Need a way to get tsc deltasRobert Mustacchi2-0/+14
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-04-16OS-2924 unused var in lx_ptrace_stop_for_option20140417release-20140417Jerry Jelinek1-1/+0
2014-04-16OS-2919 etherstubs confuse min mtu with min sduRobert Mustacchi1-2/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-04-16OS-2920 vnd does not properly handle mac notification semanticsRobert Mustacchi1-17/+73
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-04-16OS-2923 lxbrand support SOCK_NONBLOCK and SOCK_CLOEXEC socket optionsJerry Jelinek2-9/+31
2014-04-16 [illumos-gate merge]Keith M Wesolowski22-182/+209
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-16OS-2917 lxbrand ptrace option stop never generates SIGCHLDJerry Jelinek1-4/+16
2014-04-154752 fan out read zio taskqsAdam H. Leventhal1-2/+2
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-154374 dn_free_ranges should use range_tree_tMatthew Ahrens21-180/+207
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 Wesolowski11-8/+334
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-2918 unused variable in lx_ptrace_ext_optsJerry Jelinek1-1/+0
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 Dagnelie9-2/+330
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 Jelinek8-54/+305
2014-04-144738 tape block number is set at wrong placeJan Kryl2-6/+4
Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-14 [illumos-gate merge]Keith M Wesolowski6-21/+80
commit 0b5ce10aee80822ecc7df77df92a5e24078ba196 4118 libuuid should provide uuid_unparse_{upper,lower} functions