summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/io/dktp
AgeCommit message (Collapse)AuthorFilesLines
2022-03-15OS-8361 IPD 4 (man page renumbering) tracking issueDan McDonald1-1/+1
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
2021-08-17Merge ../illumos-gateDan McDonald1-59/+47
commit 86ef0a63e1cfa5dc98606efef379365acca98063 13939 it's time the 32bit intel kernel was (x)86'd Conflicts: usr/src/uts/common/disp/thread_intr.c usr/src/uts/common/exec/elf/elf.c usr/src/uts/i86pc/vm/hat_i86.c usr/src/uts/intel/dtrace/fasttrap_isa.c usr/src/uts/intel/ia32/os/sendsig.c
2021-08-1613939 it's time the 32bit intel kernel was (x)86'dRichard Lowe1-59/+47
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Garret D'Amore <garrett@damore.org>
2020-03-20 [illumos-gate merge]Jerry Jelinek2-233/+173
commit 278de290aa274ca244c25d81b2940211c15ab7e5 12368 asy: variable may be used uninitialized commit f9c7ecc9013918bf789e154e2ed5f2e8fb6ce24c 12320 librsc: NULL pointer errors commit 528737823843346cf95a4a701612f82089135554 12379 e1000g: Need support for Intel I219 v10-v15 commit 1bff1300cebf1ea8e11ce928b10e208097e67f24 12378 ata: variable may be used uninitialized
2020-03-1912378 ata: variable may be used uninitializedToomas Soome2-233/+173
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@joyent.com>
2019-01-15 [illumos-gate merge]Jerry Jelinek1-1/+5
commit c653bb4713ca694c2d16b04b65d5b76c0bb46bd4 10197 build smatch in parallel commit 15c07adc1c7b828006b5e3c4d528b92229d6bd23 10081 smatch indenting fixes for usr/src/uts commit 5661bb7641e85c46713da7a3002b29ecd2c3daf0 10080 smatch Makefile changes for usr/src/cmd commit 05ede3db5e3b7d540afbccdc872c735770e82ef3 10079 smatch Makefile changes for usr/src/lib commit cadd68ea0014761eda6a293664086dfa80686d85 10078 smatch fixes for UCB commit 1ea94c756c0bc9170021d7b570944a24f224c03f 10202 loader: use screen-#rows to find bottom left co-ordinates commit 08487eea68a2fa501b5042131c6db068089f82e1 10173 loader: support newer ZFS versions Conflicts: usr/src/lib/libdladm/Makefile.com usr/src/lib/fm/topo/modules/i86pc/chip/Makefile
2019-01-1410081 smatch indenting fixes for usr/src/utsJohn Levon1-1/+5
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
2018-03-12 [illumos-gate merge]Jerry Jelinek2-8/+13
commit b13f152e9f7bf4b4426892b07a35568bd4d9e17f 9251 p123_pcbe is useless and can be removed commit 2d63d7e2e0f22bde6326636e6558471d35de3daa 9175 smbsrv/libfksmbsrv: this statement may fall through commit f3195b6f398987f2aa5ba77d68c880a1dbc18c16 9174 smbsrv/libsmbns: duplicate 'const' declaration specifier commit 86e879b181a8be14fca192bfe0030bec1310e4ca 9146 libdtrace: this statement may fall through commit d22bfd225d09e94269c9a8afaf1e686a5d74d823 9121 dladm: addrval can be NULL, need to check in iptun_process_addrarg() commit 6e6c7d67bf5ba2efa13619acd59395d0f278ee75 8659 ata: unused but set warnings with GCC 5.X commit b2be350e700b2900626f0977c47dddefdf617cfd 9216 awk: this statement may fall through commit eea675a170a637d45397e62f4efc44be56b572a3 9226 fd: this statement may fall through commit 66d7818b6a24876c96bdd1a81986c017f368decd 9228 zone_getattr(ZONE_ATTR_NETWORK) returns uninitialised value 9230 zone_getattr(ZONE_ATTR_NETWORK) doesn't check user-supplied buffer size commit cf837ed8ca7273a1e7b940fb7b52eb12ae1d5ea6 9198 libstand: Const-ify buffer argument of write(2) analog commit d0b12b660e0741581d18f1f3a7d5268e0a5f1806 9214 typo: sytem should be system commit edc8ef7d921c96b23969898aeb766cb24960bda7 9213 zfs: sytem typo commit 88e1588bca8b2374cfe26f7f5b377c59710c6a4b 9144 libsqlite: this statement may fall through commit 5fb574e854f31be9e2869532e3b126fa424ee4d9 9179 gss_mechs/mech_krb5 this use of "defined" may not be portable commit 99591362ae3dee1f30d3be8bc4bdca109e256eb7 9106 praudit could go faster commit 60b5a7045427fa16a88b09bb21a4fdf5608cb3f0 9206 Move getsecs() prototype to stand.h from net.h so it can be used everywhere commit 810d639eb61bde114845e4c7852b983d06536b8b 9231 nightly should create a log/latest/ symlink commit 84c66da4cde7f54163e6f9a68f671d8351dd9eed 1956 /usr/bin/uname '-o' should return 'illumos' Conflicts: usr/src/lib/libshell/common/README (deleted) usr/src/uts/intel/p123_pcbe/Makefile (deleted)
2018-03-108659 ata: unused but set warnings with GCC 5.XAndrew Stormont2-8/+13
Reviewed by: Ken Mays <maybird1776@yahoo.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2018-02-05 [illumos-gate merge]Jerry Jelinek1-28/+0
commit c73799dd86c25c27f5183e83584212d06d1ecebc 9024 rework PV-HVM disk device handling commit fcebcf2bde9c499fa119ba1d185c1d9dd8db8c31 9023 port Delphix Xen-related fixes commit ff074caab09347cf7a3028cad320325b14d826ce 9006 parallel loader builds fail sporadically commit 0f554fe53a6056402dbaf025d945afa8659af0c7 9001 cdm is useless, remove it 9002 webrev should know how to get the git user name commit a96858a0ffbb0a37a4c126a6889a50342c8e0ac5 9013 cmd/vi: don't use obsolete REG_WORDS commit 925beec7a40f23f8a7663cf5e8289a88f9688e87 9012 cmd/grep: don't use obsolete REG_ANCHOR commit 16b8cff5614360cedee81496774b4933d65c2a62 9007 import AT&T regex test suite commit b4509b050d50104aa22638bf66c219627cf301af 6690 set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs commit 8baf4f951af3e9e291859c8e5cb2ea4a83c6a531 9015 krb5-config emits unnecessary -R flags 1295 krb5-config only understands krb5 Conflicts: usr/src/tools/scripts/webrev.sh usr/src/tools/onbld/hgext/__init__.py (deleted)
2018-02-049024 rework PV-HVM disk device handlingYuri Pankov1-28/+0
Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-18 [illumos-gate merge]Jerry Jelinek1-15/+12
commit 4dfc19d7036761a315a6ece34c6cf9cb4268518f 8721 libwrap is missing global symbol `resident` commit 64ab3274db4bff1fa61f17076c4a40255cf17fb8 8717 autofs: parameter/variable set but not used commit 7d0b359ca572cd04474eb1f2ceec5a8ff39e36c9 8715 sil3xxx: variable set but unused commit 402902c369e6ee05f7df0a98b4987d5916b654c3 8722 loader: __divmoddi4 should check for NULL pointer
2017-10-178715 sil3xxx: variable set but unusedToomas Soome1-15/+12
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-03-16 [illumos-gate merge]Jerry Jelinek1-0/+1
commit acb450dd2ada933774adc82e49f9817f85bc85c8 7940 provide device-rotational property commit 8aaea06ac924e217626f879f326b781e9780f7d7 7967 Want apparent size option for du(1) commit 411be58a6e030a3b606f1afcc7f2e2459ffda844 7801 add more by-dnode routines (lint)
2017-03-157940 provide device-rotational propertyYuri Pankov1-0/+1
Reviewed by: James Blachly <james.blachly@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-09-02 [illumos-gate merge]20140904release-20140904Keith M Wesolowski1-6/+6
commit 4ef97ab2f8bc3015a04caa68a4fb9053546fe1ec 5121 dscfglockd is needless wsdiff noise commit 2bc987325e3ded1865bff043128661815c4690b9 5083 avoid undefined order of operations in assignments commit 0f1f78266c1aea63b41bde99723de7aa3fa9f7cc 5088 it's probably ok for vi to stop working around pdp-11 bugs now commit e088753c56867594fc7d2221ad9ac39a9298883d 5119 Add EFI/GPT System and BIOS Boot partition support
2014-08-295083 avoid undefined order of operations in assignmentsRichard Lowe1-6/+6
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-10 [illumos-gate merge]Keith M Wesolowski1-3/+1
commit b89e420ae1290e425c29db875ec0c0546006eec7 4888 Undocument dma_req(9s) 4884 EOF scsi_hba_attach 4886 EOF ddi_dmae_getlim 4887 EOF ddi_iomin 4634 undocument scsi_hba_attach() and ddi_dma_lim(9s) 4630 clean stale references to ddi_iopb_alloc and ddi_iopb_free commit 13bb82abd861fb185be572d7ae5710bf0f98a17a 4849 strlcpy(9F) points to the wrong header
2014-06-094888 Undocument dma_req(9s)Garrett D'Amore1-3/+1
4884 EOF scsi_hba_attach 4886 EOF ddi_dmae_getlim 4887 EOF ddi_iomin 4634 undocument scsi_hba_attach() and ddi_dma_lim(9s) 4630 clean stale references to ddi_iopb_alloc and ddi_iopb_free Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2011-10-03[OS-663] Post-6.5 Illumos syncJohn Sonnenschein1-5/+1
Merge https://github.com/illumos/illumos-gate Conflicts: exception_lists/packaging usr/src/cmd/dtrace/test/cmd/scripts/dtest.pl usr/src/cmd/dtrace/test/tst/common/usdt/tst.badguess.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.enabled2.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.guess32.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.guess64.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.include.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.nodtrace.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.noreap.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.noreapring.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.reap.ksh usr/src/cmd/lp/Makefile usr/src/cmd/lp/cmd/lpadmin/options.c usr/src/cmd/lp/cmd/lpfilter.c usr/src/cmd/lp/cmd/lpforms.c usr/src/cmd/lp/cmd/lpusers.c usr/src/cmd/lp/lib/lp/isterminfo.c usr/src/cmd/lp/lib/lp/tidbit.c usr/src/cmd/terminfo/att.ti usr/src/cmd/zpool/zpool_main.c usr/src/common/dis/i386/dis_tables.c usr/src/lib/libdtrace/common/dt_options.c usr/src/lib/libzfs/common/libzfs_dataset.c usr/src/man/man1m/dladm.1m usr/src/man/man1m/flowadm.1m usr/src/man/man1m/zoneadm.1m usr/src/man/man1m/zonecfg.1m usr/src/pkg/manifests/print-lp-print-client-commands.mf usr/src/pkg/manifests/print-lp.mf usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/fs/zfs/zio.c usr/src/uts/i86pc/ml/mach_offsets.in usr/src/uts/intel/amd64/ml/mach_offsets.in usr/src/uts/intel/sys/tss.h
2011-05-16OS-412 When things behave badly the RAM Disk fills upJerry Jelinek1-2/+46
2011-09-151073 migrate kernel modules from ancient _depends_on to true ELF dependenciesBayard Bell1-5/+1
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-08-116872481 memory leak in cmdk_devid_setup in scsi device setupzhongyan gu - Sun Microsystems - Beijing China1-2/+10
2010-06-246710343 dnode cache should register a dnode_move() callback to limit ↵Tom Erickson1-8/+3
fragmentation 6583724 dnode_create should not call kmem_cache_constructor directly 6374545 disk write cache flush code overloads buf_t.b_list pointer
2010-06-21PSARC/2007/477 Drivers registering devidsJerry Gilliam1-7/+8
6337062 e_ddi_devid_hold_driver_list is missing cmdk
2010-03-116929493 fix for 6920774 is incompleteShidokht Yadegari1-4/+5
2009-12-146892920 ata_id_common() is slow on x4150vitezslav batrla - Sun Microsystems - Prague Czech Republic1-9/+16
2009-09-046744885 Tyan S2865 hard-hangs accessing ATA device after suspend/resumeAda3-13/+73
2009-07-074359588 ghd driver will not cope with HZ > 100.zhongyan gu - Sun Microsystems - Beijing China1-7/+9
2009-07-02PSARC/2006/379 Solaris on Extended partitionSheshadri Vasudevan1-0/+1
6644364 Extended partitions need to be supported on Solaris 6713308 Macro UNUSED in fdisk.h needs to be changed since id 100 is Novell Netware 286's partition ID 6713318 Need to differentiate between solaris old partition and Linux swap 6745175 Partitions can be created using fdisk table with invalid partition line by "fdisk -F" 6745740 Multiple extended partition can be created by "fdisk -A" 6824622 Logical device node can't be created in HVM host
2008-11-17PSARC/2007/664 Paravirtualized Drivers for Fully Virtualized xVM DomainsEdward Pilatowicz1-29/+38
PSARC/2009/015 ddi_strdup 6796427 add ddi_strdup(9F), strdup(9F), and strfree(9F) to the DDI 6677559 Solaris should provide a PV cdrom driver for xVM HVM environments 6703437 xdb doesn't do anything with xm block-configure requests 6774478 misc xdf bugs
2009-02-046728503 Boot up error from ata driver when S10 U5 installed on CF on Herculesxun ni - Sun Microsystems - Beijing China2-1/+8
2009-01-146759202 ata: S3 suspend to ram hangs in pci_save_config_regs()Seth Goldberg3-29/+40
6759210 uhci: suspend to ram on Toshiba Tecra S1 hangs in uhci_cpr_suspend() 6759217 uppc: state of legacy pic must be saved / restored to support suspend to ram 6761267 pci interrupt routing entries not restored after wakeup from S3 sleep 6759220 ipw2100: needs DDI_SUSPEND / DDI_RESUME support, for suspend to ram 6761274 acpi-crs property not freed after wakeup from s3 suspend to ram 6766845 Tecra S1: ata0 "timeout: abort request" errors for PATA HDD after S3 resume Contributed by Juergen Keil <jk@tools.de>.
2008-12-10backout Extended Partitions project: insufficient testingSuhasini Peddada1-1/+0
2008-12-03PSARC/2006/379 Solaris on Extended partitionSheshadri Vasudevan1-0/+1
6644364 Extended partitions need to be supported on Solaris 6713308 Macro UNUSED in fdisk.h needs to be changed since id 100 is Novell Netware 286's partition ID 6713318 Need to differentiate between solaris old partition and Linux swap 6745175 Partitions can be created using fdisk table with invalid partition line by "fdisk -F" 6745740 Multiple extended partition can be created by "fdisk -A"
2008-11-156771858 sd/cmdk: devid is not published until reboot if initial label is ↵Jan Setje-Eilers1-1/+1
created with DKIOCSEXTVTOC
2008-10-296693202 ata_get_capacity function incorrectly gets LBA48 drive size+breaks ↵Colin Yi5-2/+15
compatibility
2008-10-156638785 Installer receives ATA timeouts when installing as guest under KVM ↵Ling Albert Ke3-8/+18
or QEMU in snv_79.
2008-10-136755358 ata: does not report correct capacity for a disk > 1TBMark Logan1-1/+1
6758470 addbadsec(1M) need to support disks > 1 TB
2008-10-076753758 ata driver doesn't work in snv_99 (older systems only?)Ada3-2/+64
6752338 ata driver hangs in b99 on Toshiba Tecra A9
2008-09-246743570 clean lint tag -erroff=E_SUSPICIOUS_COMPARISON and ↵zhongyan gu - Sun Microsystems - Beijing China6-12/+33
-erroff=E_ASSIGN_NARROW_CONV from the ata dirver 6715616 DMA should not be attempted on HT1000 SATA ATAPI devices in Native IDE Mode
2008-09-236747522 cmdk: fix memory leak and some code cleanupMark Logan1-5/+5
2008-09-22PSARC 2008/382 Fast RebootSherry Moore2-2/+27
6714038 Fast Reboot support for x86 platforms
2008-09-186733185 Further cleanup of SUN Studio 12 lint warnings in ON source.Nick Todd1-4/+2
6365532 socketvar.h strangles lint for everyone 5002763 Sockfs debug macros should be linted 6746261 _mkarglst accidentally exported from libc.
2008-09-126734052 cmdk panics in Hyper-V guest while opening mutexMark Logan1-1/+1
2008-09-126742621 ata driver causes system hang after resume back on M8 with snv_b97 ↵Ada1-1/+1
(fix lint)
2008-09-11PSARC/2008/336 Extended VTOCPrasad Singamsetty3-16/+28
6708609 Support booting on disks > 1TB (phase 1) 6672960 cmlb: default minor nodes for disks > 1TB is not EFI/GPT style 6727240 When a fat32 partition created in the part of the disk after 1TB, block I/O and umount fail
2008-09-116742621 ata driver causes system hang after resume back on M8 with snv_b97Ada2-47/+37
2008-09-106560816 x86 drivers should not use SCCS keywords in user-visible stringsRichard Bean2-7/+3
2008-09-106738852 ghd_timeout_disable() assertion failed: tmrp->t_ccc_listp == 0LColin Yi1-2/+0