summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2014-11-245291 x86 {high,low}bit rely on undefined behaviorJosef 'Jeff' Sipek4-73/+35
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-24OS-3586 lxbrand support 64-bit straceJonathan Perkin1-9/+115
2014-11-24OS-3587 lxbrand micro optimisation in lx_handlerJonathan Perkin2-4/+0
2014-11-24 [illumos-gate merge]Keith M Wesolowski23-158/+136
commit 6f6a76adacda33b10633476dc6c5d66d7f17dd94 5351 scrub goes for an extra second each txg 5352 scrub should pause when there is some dirty data commit 2cb81960abf615b877f0e41e6db7fc14475d8cb6 5309 mdb $C should still try for stacks with unaligned frame pointers commit 6d89ca534e2138511ecb76c02bcec1bcb83f685b 5334 cleanup gcc warning for cmd/savecore commit 373dc1cf9a4e0791397a9b268cdac1f664af58a8 5348 zio_checksum_error() only fills in info if ECKSUM commit e6518318428d2be1962bf2d47fd83ebfe8cb2736 5350 clean up code in dnode_sync() commit d808a4fc6ac40e878a28e96f1ad7dd2ec439bfbf 5310 Remove always true tests for non-NULL ds->ds_phys commit 2a89c2c59b7c2beb2373c14368cbe7e32af6ffc1 5311 traverse_dnode may report success when it should not commit 587644a8567e6a9533f88401daa59cbd78c4632f 5312 libzfs should be decoupled from kernel's zfs_context.h commit 1e9bd7ec42f2d3bf854c2da35310901194833267 5213 panic in metaslab_init due to space_map_open returning ENXIO commit fbefb14f62976763eeaa74a0c1ac68accb38cf44 5179 Remove unused ZFS ARC functions commit 633fc3a6eed35d918db16925b7048d7a2e28064a 5295 remove maxburst logic from TCP's send algorithm
2014-11-235351 scrub goes for an extra second each txgMatthew Ahrens1-7/+22
5352 scrub should pause when there is some dirty data Reviewed by: Alex Reece <alex.reece@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-235309 mdb $C should still try for stacks with unaligned frame pointersAdam H. Leventhal1-20/+1
Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Gordon Ross <Gordon.Ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-235334 cleanup gcc warning for cmd/savecoreIgor Kozhukhov4-10/+9
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-225348 zio_checksum_error() only fills in info if ECKSUMMatthew Ahrens1-1/+2
Reviewed by: Alex Reece <alex.reece@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Steven Hartland <killing@multiplay.co.uk> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-225350 clean up code in dnode_sync()Matthew Ahrens1-5/+4
Reviewed by: Alex Reece <alex.reece@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-225310 Remove always true tests for non-NULL ds->ds_physJustin T. Gibbs2-9/+7
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Will Andrews <willa@spectralogic.com> Reviewed by: Andriy Gapon <avg@FreeBSD.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-225311 traverse_dnode may report success when it should notJustin T. Gibbs1-1/+1
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Andriy Gapon <avg@FreeBSD.org> Reviewed by: Will Andrews <willa@spectralogic.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-225312 libzfs should be decoupled from kernel's zfs_context.hJustin T. Gibbs1-0/+37
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Will Andrews <willa@spectralogic.com> Reviewed by: Andriy Gapon <avg@FreeBSD.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-225213 panic in metaslab_init due to space_map_open returning ENXIOPrakash Surya3-26/+40
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Bayard Bell <Bayard.Bell@nexenta.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Steven Hartland <steven.hartland@multiplay.co.uk> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-22OS-3580 grp.h suffers from the same disease as OS-3573Keith M Wesolowski1-5/+6
2014-11-215179 Remove unused ZFS ARC functionsSerapheim Dimitropoulos2-19/+0
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Steve Gonczi <gonczi@comcast.net> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Elling <richard.elling@gmail.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-11-215295 remove maxburst logic from TCP's send algorithmSebastien Roy6-60/+13
Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Eric Diven <eric.diven@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2014-11-21 [illumos-gate merge]Keith M Wesolowski1-3/+3
commit b607c8a3bdb27d4fde6e3fc4bb6617a1d91bdca7 5337 igb/ixgbe mishandle raw packets if cable problem Conflicts: usr/src/uts/common/io/igb/igb_tx.c
2014-11-21OS-3573 pwd.h has incorrect prototype for getpwnam_r and getpwuid_rKeith M Wesolowski1-4/+5
2014-11-21OS-3554 lx brand: node.js test test-fs-append-file.js hangs on 64-bitBryan Cantrill9-99/+111
2014-11-21OS-2313 Race in rollback, zil close, and zil flushBryan Cantrill1-2/+12
2014-11-21OS-3462 rename on NFSv4 filesystem induces panicBryan Cantrill1-1/+1
2014-11-20OS-3577 load average of "0.00, 2952798208.00, 0.00" seems suspiciousPatrick Mooney4-19/+89
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-11-20OS-3440 lxbrand 64bit cleanup fsbase switching codeJerry Jelinek4-113/+63
2014-11-20OS-3537 lxbrand exiting nodejs repl causes logoutPatrick Mooney1-1/+31
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-11-20 [illumos-joyent merge]Robert Mustacchi860-106055/+7763
commit dd3ecdbc5259525b67982f2b79b2055a55fc5f2d OS-3577 load average of "0.00, 2952798208.00, 0.00" seems suspicious commit b940ce07cfb1885a5d912ca6503ea99e0fa14796 OS-3440 lxbrand 64bit cleanup fsbase switching code commit 29515a89c2ed0a6fb9cf96b8b034acf5390029dc OS-3537 lxbrand exiting nodejs repl causes logout commit ca656b1dee89bf36890d428d71e473df5e3725a5 OS-3572 lxbrand fix various sigwaitinfo failures (fix cstyle) commit e408e389c93d969c38d1800c3b99c9dbfe643ed5 5336 detach(9E) forgot a pointer in its arguments commit a388614e98609b492a4937e6bf8bfdf340c6ba27 5332 cleanup gcc warning for cmd/fdformat commit b7ab9363c6e2655569be4922a449075200c3d990 4962 libnsl: unused variable in clnt_dg_geterr() commit 8d4235fba682c56f12ea86ef87ad6d349013c637 5302 vm: remove 'nopageage' static global commit e12924ede98f5e5a2205632a6812be03520ced56 OS-3572 lxbrand fix various sigwaitinfo failures commit 140d3378e4e71eeb288abc44b2bdbcac10f7a1e1 OS-3571 lxbrand fix clock_gettime03 LTP test commit d0b6aa18f1151b5678b45ba5235417d2fda31967 OS-3568 lxbrand implement getcpu (fix to use uucopy) commit 97952813d455aca60d72f4fd5e7db508c448702b OS-3569 lxbrand implement /proc/swaps commit acc1a0d84e22b494ea33388e873bf094546c8b83 OS-3568 lxbrand implement getcpu commit 1ed6b69a5ca1ca3ee5e9a4931f74e2237c7e1c9f 5316 allow smbadm join to use RPC commit 177d5b5f8c0e969013441207a0a705ae66b08cf7 5331 want sockaddr(3SOCKET) commit 7ab978c97b5e43c2cf1080adc3e60fe34be21051 OS-3550 lxbrand busybox shell reports incorrect pid commit 3e4b4a0bc6ac623ad4a2d84967238353bc7ab368 OS-3551 lxbrand read syscall path is 1/2 the speed of native commit b998737654179ec0e068e04f6fda6e76777171c9 5292 findunref is both slow and broken commit 0a70879558a701a07771af87e7852a12f3bfd438 5327 change lorder to use /usr/bin instead of /usr/ccs/bin commit 6d0043d8d3eb6aec4dcd2a08b6f9ec812da10113 5326 myri10ge should allow you to tune its mtu commit 60bf7f6fe2a9d65f5b54de946358dfd8ff1e46e0 5016 improve mpt_sas auto request sense commit 211c220d5f71fd378f325bf5a27539355dfcc9c3 OS-3552 lx brand: si_addr truncated for SIGSEGV on 64-bit, slaying JVM commit 12fccb49784b15d4c4af360fa2290d9d0c890536 OS-3424 LX brand does not support MS_SILENT flag to mount(2) commit 4ba91198bc26ee04703ce75200e15961cea750b5 OS-3548 lx brand: some name resolution fails on 64-bit commit c8e60b9cb0e23759083b526ab7f12b7fe97ad449 OS-3429 Expose zone's init exit status commit 7ffa1fbea7b663721bec7b3baa73c435e821c22d 5329 webrev could be more helpful WRT man page changes commit daada245f5af9d6ef117cc027422076ce02879fe OS-3529 would like zlogin -i commit 2a60469ba500e08a58cc9fabee29b79c375a70fb OS-3547 lx brand: /proc/self/maps incorrect on 64-bit commit 949d75c159c28774305742c794c9af63465699dd OS-3542 'zlogin <zonename>' fails for LX with '-sh: can't set tty process group (Invalid argument)' commit 5009f7885e2c6a7e13fe9ad876bd812add4754ef 5300 cleanup gcc warning for cmd/power commit 48dc1fa56d7ebad2d3b3723b4841620262a1ff8d OS-3344 lx describe how p_brand_data is freed commit e503abb729687d1a36b95ed2794f54452189c858 5278 cleanup gcc warnings for cmd/ps commit 2ecbc63a795e55973d5278384ecf60b2737798e1 5315 5234 misidentifies cases we need to replace representative lwp commit c7ea441450211a92a60c8a4ed920d1954481b366 OS-3543 unused line of code in Pfgrab_core commit a6bde1a23b60f140c7ed78df979c2e22b1ed9b2c 3363 Mark non-returning functions in ctftools commit c55285a59af2a3fba41520d3ee321c74e36dbcec OS-3540 lx core dumps show 0 value for all regs commit 85e6b6747d07050e01ec91acef2453655821f9ab 5308 Unable to join AD domain (with NtlmMinSeverSec set in the registry) commit fd75ca8de430ee0ba5ce650efee0ac0b85ed43e9 5307 AD join with lmauth_level=2 fails commit cb66c7814563eb32e20c1be88ae738ad8d63079d 5294 man ucred could do something useful commit b64a843759c805fdd05d57960c11c19ae24f0701 OS-3530 lxbrand implement better capabilities(7) emulation commit be943e40e61af10b951edf22b22e095f96ea5d28 OS-3509 lxbrand 64bit jump table could corrupt amd64 red zone commit 0716b62f878e855b94635ef4793ef5f7f2abb8e4 5256 document some nonsensical code in the px driver commit 7e33f252cf7e3c3ee6c4ad7a90480f5aea3a026c 5288 x86 bitmap inline asm functions duplicate code commit de710d24d2fae4468e64da999e1d952a247f142c 5255 uts shouldn't open-code ISP2 commit 59b0aa363020bcc817969e1c15ac920d3f866e83 4674 No need to undefine rptr in ip.c commit 29e6ab979fdbd9d598f44c73c34496040e817685 5279 cleanup gcc warning for cmd/ls commit 0ed5c46e82c989cfa9726d9dae452e3d24ef83be 5285 pass in cpu_pause_func via pause_cpus commit 37c79205ad46187f54b2edbf6a468160935f14d9 5005 libnvpair JSON output broken by lint fixes 5006 libnvpair JSON cannot print int16 arrays commit 556ec55e431687f7cbda8dfa59e1fb2671d79031 5303 libpthread.3lib incorrectly describes -lpthread semantics commit 3f1de28d23e9724b017260ef6b282b278b6e38f9 5217 Add cache timeout settings to idmapd manifest, increase defaults commit f4427914317470f516ca69daaed90f7efb3d76dc 5216 failover error: cannot share pool/folder - smb add share failed commit f9bc6dadd79442185db5c8eb201c7475554fc7d7 5215 smbd core dump with missing negotiate challenge commit fcd3b89ae8204f3a672987db07df59fcc3879c45 OS-3517 lx brand: branded zones don't interpret .interp section commit 2012725bb9382d7af477a7b32fa2dfe38697a2af OS-3534 lx brand: 64-bit processes can't create threads commit f286e719e15eba1dc7a0b3ced6b43c4748ffb45d OS-3535 lxbrand vdso assembly bungles SET_SIZE commit 8dcafc606a22eddb15cded4783cf27221c4404b3 5058 standards(5): Duplicate line in a table commit e55874358132a4aa6132178335bf567ca79c87c3 5287 git-pbchk should not depend on mercurial commit b515258426fed6c7311fd3f1dea697cfbd4085c6 5027 zfs large block support commit f8b9ed83a90e9c166708a03e903b5c036158dbfe OS-3442 lxbrand 64bit du aborts - memory corruption commit f3477bb2505a35e160b09c9dbf5476112be4fa7d 4457 we apparently change .comment of almost every userland object commit 738f37bc3dcd61e8a893af0f2d466d76690b70ec 5244 zio pipeline callers should explicitly invoke next stage commit f7950bf1145637c6dc57742a8bb95631fd5c846f 5243 zdb -b could be much faster commit cffcfaee1e6b29ef9ceb7d80e4e053ffd029906b 5270 ld(1) cannot handle CIE version 3 in .eh_frame commit 474a11108331eb3cfffdfd61d02a64fcc861f791 OS-3528 LX_DEBUG no longer works as of OS-3447 commit 08eb19132eebba77347f1e2d5adac3f8d1e552ca 5284 ualarm and usleep need to be suppressed in XPG7 commit b59c4a48daf5a1863ecac763711b497b2f8321e4 4110 panic while reaping htable_cache commit 75d48a96e080e8ed2bdf6e2ca5379055546992b7 4174 Torch the old and unmaintained Sun-dhcp (fix manifest) commit 700c7c3645f333094887a448691679d6b2959d9c OS-3522 lxbrand panic introduced by OS-3171 commit 786d1eec1cd1cac7e26243d118cd209e84bc6bb9 4174 Torch the old and unmaintained Sun-dhcp commit f07f0fb66492a2792d4da5e0a6f9a92b4c581ab3 5041 man pages needed for some wide character routines commit acd07c6b871cfa70bc42c9278037a17c430897b6 4449 Offlined vdevs are online after reboot commit 2f5a01126fee81fbe9fff04d4412c2834e3944b8 5272 dev_err(9F) ignores special first character of message (explicit NULL check) commit 8da5b63166c27cf0fdba1d0c55173127beca5696 OS-3342 dlmgmtd needs to be mindful of lock ordering OS-2608 dlmgmtd needs to record zone identifiers OS-3492 zone_free asserts to its destruction when dlmgmtd has fallen OS-3494 zoneadmd tears down networking too soon when boot fails commit 90a455ac4ea45868c160c95be7cb1d19844acbea 5280 EOF htable, gettable commit ca9a201c205f81e7d3779aa2571a820f07423b9f 2922 dev_err() needs manpage 5272 dev_err(9F) ignores special first character of message commit 0b4538017e5f84a04187012fe88bb3e46f1c5f51 5132 mdb loops forever printing a stack backtrace commit 6e0e3ceffbc20a30b37f808b284782085f23f933 OS-3505 would like /var/ld lofs mounted into LX zones so crle is unnecessary commit 4507fd53e9d3b08c47d3429d6a21e88364cfeb3f OS-3388 'zlogin <zonename> <command>' does not work for LX branded zones commit e1aa7821ed92556a55a6241a9409b19b987bbca0 OS-3171 lxbrand add /proc/XXX/limits commit 17cf16577a651f32bd17655cbdb526c41cf90d36 OS-3501 lxbrand 64bit ltp semctl failures commit 2f3e88a2ae884dfc1a740509fcb6f469cc3b115c 4989 removal of ntfsprogs and parted (missed files) commit d3d40c1831fa905ae74f0bbb4ecba131e48fd13c OS-3504 prctl(PR_SET_NAME) should only work for thread 1 commit 49d82a5f23015ee26d79f9317f422a5a6121131a OS-3503 lx brand: lx-syscall provider should have DTRACE_PRIV_USER commit 5dcc39fa0a765eea423d1be9f28929e062374cba OS-3497 lx brand: lx-syscall provider has wrong args on 32-bit commit 069be19e6ab0b8ef7bd8ca65c38446a5f65d85bf OS-3498 vsnprintf improperly pads left-aligned numbers commit a7fc90cb33da95a0d35bbd731339da8236a96db4 OS-3500 lxbrand 64bit shminfo incorrect size commit 5a172a1e0f9068ec8db35fa123baecf7bd540eb5 5224 snprintf rounding under [default] FE_TONEAREST
2014-11-20Prototype the idea of a dladm show-overlay -fRobert Mustacchi21-28/+343
The idea here is to establish a bit more information about what's going wrong in the system when we can't get everything we'd like out of FMA. While we should go and enhance FMA for this, we can't realistically at this time...
2014-11-19WIP view of the SVP worldRobert Mustacchi14-146/+1329
We're starting to get thigns in place, so here's just a snapshot of this.
2014-11-195337 igb/ixgbe mishandle raw packets if cable problemKeith M Wesolowski2-5/+11
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-11-195336 detach(9E) forgot a pointer in its argumentsJerry Jelinek1-10/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2014-11-195332 cleanup gcc warning for cmd/fdformatIgor Kozhukhov2-42/+6
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-11-194962 libnsl: unused variable in clnt_dg_geterr()Shruti Sampat1-4/+5
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2014-11-195302 vm: remove 'nopageage' static globalJosef 'Jeff' Sipek1-3/+1
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-11-19OS-3572 lxbrand fix various sigwaitinfo failures (fix cstyle)Jonathan Perkin1-2/+4
2014-11-20 [illumos-gate merge]Keith M Wesolowski5-59/+13
commit e408e389c93d969c38d1800c3b99c9dbfe643ed5 5336 detach(9E) forgot a pointer in its arguments commit a388614e98609b492a4937e6bf8bfdf340c6ba27 5332 cleanup gcc warning for cmd/fdformat commit b7ab9363c6e2655569be4922a449075200c3d990 4962 libnsl: unused variable in clnt_dg_geterr() commit 8d4235fba682c56f12ea86ef87ad6d349013c637 5302 vm: remove 'nopageage' static global Conflicts: usr/src/man/man9e/detach.9e (formatting)
2014-11-19OS-3572 lxbrand fix various sigwaitinfo failuresJonathan Perkin1-5/+9
2014-11-19OS-3571 lxbrand fix clock_gettime03 LTP testJonathan Perkin1-0/+3
2014-11-19 [illumos-gate merge]Keith M Wesolowski74-1786/+1951
commit 1ed6b69a5ca1ca3ee5e9a4931f74e2237c7e1c9f 5316 allow smbadm join to use RPC commit 177d5b5f8c0e969013441207a0a705ae66b08cf7 5331 want sockaddr(3SOCKET) Manifests: usr/src/pkg/manifests/system-library.man3socket.inc
2014-11-19OS-3568 lxbrand implement getcpu (fix to use uucopy)Jonathan Perkin1-5/+4
2014-11-19OS-3569 lxbrand implement /proc/swapsJonathan Perkin2-0/+21
2014-11-19OS-3568 lxbrand implement getcpuJonathan Perkin3-2/+26
2014-11-185316 allow smbadm join to use RPCGordon Ross35-1513/+1304
Reviewed by: Bayard Bell <bayard.bell@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-11-18 [illumos-gate merge]Keith M Wesolowski2-72/+83
commit b998737654179ec0e068e04f6fda6e76777171c9 5292 findunref is both slow and broken
2014-11-175331 want sockaddr(3SOCKET)Robert Mustacchi39-273/+647
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-11-17OS-3550 lxbrand busybox shell reports incorrect pidPatrick Mooney1-2/+11
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-11-17OS-3551 lxbrand read syscall path is 1/2 the speed of nativeJerry Jelinek8-20/+46
2014-11-17 [illumos-gate merge]Keith M Wesolowski3-200/+341
commit 6d0043d8d3eb6aec4dcd2a08b6f9ec812da10113 5326 myri10ge should allow you to tune its mtu commit 60bf7f6fe2a9d65f5b54de946358dfd8ff1e46e0 5016 improve mpt_sas auto request sense
2014-11-165292 findunref is both slow and brokenRichard Lowe2-72/+83
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Joshua Clulow <josh@sysmgr.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-155327 change lorder to use /usr/bin instead of /usr/ccs/binJosh Wilsdon1-1/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2014-11-145326 myri10ge should allow you to tune its mtuRobert Mustacchi1-3/+75
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Gordon Ross <gwr@nexenta.com>
2014-11-145016 improve mpt_sas auto request senseAndy Giles2-200/+337
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>