summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io
AgeCommit message (Collapse)AuthorFilesLines
2016-06-22 [illumos-gate merge]release-20160625Jerry Jelinek2-345/+1229
commit 01aaaf328842760a1002109b299908a027e94cf8 7051 want id_space(9F) docs commit c1de7575521deda5ee777b8054a9c5b12f15b1ee 7120 mDNS resync was not wsdiff safe commit 9c05409f2b9301e686735887a9573454cceb0331 7069 i386_XARCH should include -m32 commit 406fc5100dac8d225a315a6def6be8d628f34e24 6602 lofi should support labeled devices commit f3a07f941f1be263a48a040c059edbcb722cf436 4712 Prefer 'parsable' over 'parseable' in the manual pages commit 1b2031a95889aea96be6af55dcf31a0d5ffdfed9 7050 Prefer 'subcommand' over 'sub-command' in the manual pages commit 831b40b1c811223fd0b1131791a38e3ae5143377 7049 Prefer 'writable' over 'writeable' in the manual pages commit a716f1a92056bc2e231e57ae2a20725ce606ea73 7047 Fix spelling mistakes in sections 9E, 9F and 9S commit 95e15299a2c42b8014fa27631a6f3be2a93febc2 7048 Fix spelling mistakes in sections 7D, 7I, 7IPP, and 7P commit df23565fe1d0b225f9f898c50dfafea6749b0b7f 7046 Fix spelling mistakes in section 5 commit c855112f85cf71e42f6381a66f3f86f98e2ed24e 7045 Fix spelling mistakes in section 4 commit 843c398e8904ed9d833d2af3103894f909fb4b52 7042 Fix spelling mistakes in library sections commit 0db8de19c0e494758b68b702523a2b0eaffe3b2e 7044 Fix spelling mistakes in sections 1HAS and 2 commit df23d905b96680e56379c5a5ecb4b363f36b9e74 7041 Fix spelling mistakes in sections 1 and 1M commit 71af3be340c57171837478555e2eb0d496318cfc 7040 Detect common spelling errors in manual pages Conflicts: usr/src/uts/common/fs/vfs.c usr/src/man/man7d/cpuid.7d usr/src/man/man5/privileges.5 usr/src/man/man3c/signalfd.3c usr/src/cmd/lofiadm/main.c
2016-06-216602 lofi should support labeled devicesToomas Soome2-345/+1229
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-15OS-5464 signalfd deadlock on pollwakeupPatrick Mooney1-21/+68
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-06-15 [illumos-gate merge]Jerry Jelinek6-64/+77
commit 9d26e4fc021e249c93c2861629cc665e4f5bd4d6 5115 Want Intel 40GbE NIC driver for illumos Conflicts: usr/src/uts/intel/i40e/Makefile usr/src/uts/common/io/i40e/i40e_transceiver.c usr/src/uts/common/io/i40e/i40e_sw.h usr/src/uts/common/io/i40e/i40e_osdep.h usr/src/uts/common/io/i40e/i40e_osdep.c usr/src/uts/common/io/i40e/i40e_main.c usr/src/uts/common/io/i40e/i40e_gld.c usr/src/uts/common/Makefile.files usr/src/pkg/manifests/driver-network-i40e.mf usr/src/man/man7d/i40e.7d exception_lists/hdrchk
2016-06-145115 Want Intel 40GbE NIC driver for illumosRobert Mustacchi29-0/+30547
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-31 [illumos-gate merge]Patrick Mooney10-234/+215
commit fa4e188e8e6bc718b1a096b3d1dc046952a69304 4416 Silence igb(7D) debug messages by default commit 3ba944265c4ae1fcf23ef758537c2e4f4feec16e 6640 dca gets the instance number a lot, never actually uses it commit 058c4bb45994ad954199a7e36d99b487725043ad 7000 gfxp_umem_cookie_init() does wrong cast on return
2016-05-294416 Silence igb(7D) debug messages by defaultYuri Pankov10-234/+215
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-23 [illumos-gate merge]Jerry Jelinek84-0/+77411
commit 591fabec62bd160b1db9b1f20972c9bca1d8a0b6 6977 ixgb package should not refer to ixgbe's license 6976 ixgb package should not ship ixgbe's manual page commit 64d07b7cd791cb277b72edd9f8c4373ca6477850 4057 Add sfxge support (fix Makefile typo) commit 49ef7e0638c8b771d8a136eae78b1c0f99acc8e0 4057 Add sfxge support Conflicts: usr/src/uts/common/Makefile.files exception_lists/cstyle
2016-05-204057 Add sfxge supportGarrett D'Amore84-0/+77411
Contributed by: Solarflare Communications Inc. Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Andrew Rybchenko <arybchenko@solarflare.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-18 [illumos-gate merge]Jerry Jelinek1-3/+2
commit 3c9850a686c2fcba473e4f602616772c17c21dee 6938 STMF kstat free is using an improper size for kmem_free().
2016-05-176938 STMF kstat free is using an improper size for kmem_free().Dan McDonald1-3/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2016-05-17 [illumos-gate merge]Jerry Jelinek1-22/+211
commit 24e268f3071ecc622f716e7801683c84f4d4f9db 6404 zvol_swap_006_pos can occasionally fail due to swaplen being < 16 6405 zvol test setup is non deterministic commit 1825bc56e5a1f7ef6f0dc3137f3b35f5850c1100 6878 Add scrub completion info to "zpool history" commit 5b1627536384deb03449347af9c01bd4fc2d271e 6973 audioens driver does not work on VMWare
2016-05-16OS-5370 panic in signalfdPatrick Mooney1-219/+265
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-05-166973 audioens driver does not work on VMWareGarrett D'Amore1-22/+211
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-13OS-5375 docker exec/attach/logs truncating output to 4096 bytesJerry Jelinek1-78/+47
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-11OS-5381 Clean up i40e packaging, studio, and lint buildRobert Mustacchi6-16/+52
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-04-28 [illumos-gate merge]Jerry Jelinek17-0/+0
commit 5fc77b81fbb2d591a82c9778896a466ebc9928cd 6926 Move ixgbe Intel common code into its own directory commit f0455e46363efd5f7f0a01f27dcbaed2a44bf2d2 5962 clean target fails in usr/src/common/avs Conflicts: usr/src/uts/common/Makefile.rules exception_lists/hdrchk exception_lists/cstyle
2016-04-276926 Move ixgbe Intel common code into its own directoryRobert Mustacchi17-0/+0
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-20OS-5346 disable kmem/physmem access from a zoneJerry Jelinek3-2/+28
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2016-04-20OS-5347 mismerge in mac_protect_init()Robert Mustacchi1-0/+3
Reviewed by: Cody Mello <melloc@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-20OS-5279 vnd_s_close()/ds_rx race can induce panicRobert Mustacchi3-24/+238
Reviewed by: Cody Mello <melloc@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2016-04-15OS-5236 Fortville should enable ITR logicRobert Mustacchi6-47/+592
OS-5316 Fortville should leverage RX DMA binding OS-5317 i40e ring interrupt blanking needs to work OS-5318 Don't grab the tcb lock while holding the tx ring lock Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-04-076845 wscons should support reset fg/bg SGR sequencesJoshua M. Clulow1-0/+18
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-06OS-5307 i40e link state is, at times, unknownJoshua M. Clulow1-15/+14
Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-04-05 [illumos-gate merge]Jerry Jelinek3-996/+989
commit a48d81205a4295fd3f979e8ab98212a784b8f9e9 6829 Would like boot_time and init_pid for zones exposed to GZ kstats commit 5dee1fa64fd5ddfe4221aaa94bc981e0b9d78b92 6771 end-of-loop code not reached in common/dnssd_clientstub.c commit 03b59f7842b50eda32f941744a5d94a55e47ba26 5868 Make checks in inet_matchaddr() more robust commit 043dd586a30a181228ae6d69b6b80c02f2277df7 5866 "wrong authentication" messages with root=@0.0.0.0/0 set, result in loss of client access commit d1e631af56641f21cde1f1efe3a9623ff9d6ee7c 6853 built in fonts are exposing internal data commit 9468939ef8704ee9aba7596c1e9ff9b059109cac 6823 need per-zone kstat to track pageins Conflicts: usr/src/uts/common/sys/zone.h usr/src/uts/common/os/zone.c
2016-04-046853 built in fonts are exposing internal dataToomas Soome3-996/+989
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-04 [illumos-gate merge]Jerry Jelinek4-18/+45
commit a481fa48e4b49ab092647a92bb0ea0edf9afc5ce 6740 ISCSI_OP_SCSI_RSP needs support commit ff9de39482f57a342b973f41ee343e24db962236 6742 Freed and reused idm_conn_t buffer leads to system panic. commit ad20b230af4d39149ceb8bf412ddc9ff0deff2e0 6737 pbchk checks unmodified files
2016-04-036740 ISCSI_OP_SCSI_RSP needs supportRick McNeal3-6/+24
Reviewed by: Rob Gittins <rob.gittins@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-036742 Freed and reused idm_conn_t buffer leads to system panic.Rick McNeal1-12/+21
Reviewed by: Rob Gittins <rob.gittins@nexenta.com> Reviewed by: Steve Ping <steve.ping@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-03-316836 writes to /dev/kmem should be logged to a ring bufferBryan Cantrill1-0/+50
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-316827 cannot pass fd through unix domain dgram socket when receiver set ↵Jerry Jelinek1-4/+55
SO_RECVUCRED Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-316760 cpqary3: add support for more hp gen9 smart array controllersHans Rosenfeld1-0/+72
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-306761 fcinfo hba-port doesn't get correct supported speeds and connection ↵Tony Nguyen1-9/+13
speed for 16Gb target ports Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Steve Peng <steve.peng@nexenta.com> Reviewed by: Rob Gittins <rob.gittins@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
2016-03-296666 Want support for the Intel I219Robert Mustacchi42-603/+1717
6667 Update e1000g/igb shared code Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-03-286752 E_SUPPRESSION_DIRECTIVE_UNUSED lint warnings on SPARC buildGary Mills2-2/+0
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-31OS-5288 remove spurious oce whitespace differenceRobert Mustacchi1-1/+2
Reviewed by: Dave Pacheco <dap@joyent.com>
2016-03-31OS-5298 overlay driver degradation shouldn't impact data link statusRobert Mustacchi3-40/+18
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-31 [illumos-gate merge]Jerry Jelinek2-9/+85
commit c20404ff77119516354b0d112d28b7ea0dadd303 6738 zfs send stream padding needs documentation commit 41c6413cb54bf338d7a59ed789ec2e0e44c35e6f 6739 userland version of cv_timedwait_hires() always assumes absolute time commit 3ce2fcdcae00f6a5ca9abd0567a142752e44373b 6789 Want SMAP support commit c3a3f6c4a232444769e56b84076450e094d50532 6760 cpqary3: add support for more hp gen9 smart array controllers commit c67b1bdc42c9c8c104b7c28c14222c006aa56b1e 6807 only one CPU detected on HP Gen9 commit 6025f1db7d005ffd81a92cbdc542e14e20b246ea 6806 local x2apic enumeration is broken commit e4dcf6b386220918d8a355e951a2d7e8a73e5a6d 6761 fcinfo hba-port doesn't get correct supported speeds and connection speed for 16Gb target ports Conflicts: usr/src/uts/intel/sys/x86_archext.h usr/src/uts/intel/ia32/ml/copy.s usr/src/uts/i86pc/os/cpuid.c
2016-03-30 [illumos-gate merge]Jerry Jelinek42-603/+1717
commit 8905f42caceb9f470ffaa19e5f6c9fb6184d12c0 6818 add MADV_PURGE to provide busted Linux MADV_DONTNEED semantics commit 49b7860084dbba18bc00b29413d6182197f9fe93 6666 Want support for the Intel I219 6667 Update e1000g/igb shared code commit 12fb3699cf98503685902fe0309c546343340e61 6770 nfsauth_retrieve() flood caused by NFS clients with personal identity problems commit a104dbc06eae69b60121e737d0ba974aac60dc6a 3940 add prtconf -m commit b02c66516a6aadef8a13ec557a60786617261a11 6825 dladm iptun source and dest options are incorrect Conflicts: usr/src/man/man3c/madvise.3c usr/src/man/man1m/prtconf.1m usr/src/cmd/prtconf/prtconf.c
2016-03-29 [illumos-gate merge]Jerry Jelinek2-2/+0
commit a7d0884d71898c1977a10cdb2235307e2eb9b20e 6752 E_SUPPRESSION_DIRECTIVE_UNUSED lint warnings on SPARC build commit c3862f21bea547737e494d7e7ff98c21a3490e6f 6830 ipkg brand config.xml needs smb privileges commit 258e8624229ac7ff3af9890752a92cd251b83825 5895 mdb_alloc() succeeds for 4294967295 bytes in 32-bit process
2016-03-28 [illumos-gate merge]Patrick Mooney2-17/+79
commit a4888653b44963eab5e74d73b1ac425648d2e62b 6828 iprb should have alias for pci8086,1064 commit 6a19b8666104dbf912da5a4fb193c9c2b29e21bb 4740 kstat(1M) prints wrong snaptime commit 1ef6182819f36233702ddc54686e703bb23a0153 2902 iscsit should fold the case of scsi names that we get from initiators commit 2e27316f97ec8fac1caee78fe7fe05306261e070 439 Need man page for timegm() commit 5335409b2fd9c9c1d570d3e83bd2386dd8f526de 6001 strcat(9f) needs a manpage commit b6dd77d465d357e7777305038b5579625ae268c1 6726 ctype(3C): missing description for isxdigit_l commit aa9ab05c0bbc3211e983fe34e9174559f1462665 4704 thr_sigsetmask(3c): Minor typos in the man page commit efbf89fbc68a0864d303fe237fc420cf018d52f7 6497 nvlist_empty() needs to appear in man pages commit a6ae009119d792a981d8b7153f8cb3851fe04ebb 6471 avl_remove(9F) man page is needed commit 79192153bee37eb85baa06695c8a483f93466f71 6489 atomic_bits(3C) should list atomic_ops(3C) in See Also commit 22f7b4012dd9e585f59664dcaf9573289230d516 6241 Minor typo in mount_nfs(1m) man page commit 4bfcae809e209680a47fe4a1a1d2ed8f5ad0790f 6693 mdoc(5): typos in MT-LEVEL names commit 44f88c2eeb6a7c329d82467a31c4a501eae16fec 6721 tran_setup_pkt(9E) returns int, not a pointer commit 4854f07f374eaa71835ef1badc7ba55466f85ef9 6718 tran_tgt_init(9E) returns int, not void commit 979eca435dd26bdb0460d501038ad90a972807d1 6783 ddi_fm_service_impact has wrong synopsis commit 7bc870e686dc02eed8049c71d916e03f1c233a1a 6753 remove acpi_fw.h commit e5b33823e7efd785e2f2ada4683abdef7c2a436c 6817 libbe should not free string from nvlist_lookup_string() commit e4cb59f791c5c6dea7ad4caa6dee845024ce71ef 6781 zpool man page needs updated to remove duplicate entry of "cannot be" where it discusses cache devices commit 63d0f4f15e0d9605137029897b712a2774ed7fa8 6746 startup_bios_disk() should not be built for xpv commit 797f979d1fe26bfb1cdeb3e7a86ed24c0b654200 6684 Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing protection Conflicts: usr/src/man/man9f/Makefile usr/src/uts/common/io/mac/mac_protect.c
2016-03-26OS-5280 i40e tx hangs if entire ring fills before cleaningRobert Mustacchi3-4/+24
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-03-252902 iscsit should fold the case of scsi names that we get from initiatorsYuri Pankov1-7/+72
Reviewed by: Steve Peng <steve.peng@nexenta.com> Reviewed by: Rob Gittins <rob.gittins@nexenta.com> Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-24OS-5278 i40e keeps pestering MAC about its link stateRobert Mustacchi1-2/+8
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-03-236684 Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing ↵Cody Peter Mello4-40/+313
protection Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-23OS-5270 i40e tcp checksumming failsRobert Mustacchi1-2/+2
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-03-23OS-5260 lxbrand epoll_pwait needs sigset translationPatrick Mooney1-6/+14
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-22OS-5148 ftruncate at offset should emit proper eventsPatrick Mooney1-1/+2
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-03-14 [illumos-gate merge]Jerry Jelinek1-9/+1
commit a1b1a2a0aac3d3c0533efa646a9d7a7dca91fc7c 5857 lofiadm should ask passphrase once if the crypto is already set up commit 3b4315d3f6ce29d16d3f8e2c62b2f9c24192c3a8 6735 pfp should allocate appropriate space for sockaddr commit d65f2bb4e50559c6c375a2aa9f728cbc34379015 6734 dtrace_canstore_statvar() fails for some valid static variables
2016-03-135857 lofiadm should ask passphrase once if the crypto is already set upAndrey Sokolov1-9/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>