summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2017-02-277903 cstyle(1onbld)/jstyle(1onbld) needs some loveMarcel Telka2-14/+14
Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-02-273629 NFSv4 client: assertion failed: vp->v_filocks == NULL, file: ↵Marcel Telka1-14/+20
../../common/fs/vnode.c, line: 2429 Reviewed by: Arne Jansen <arne@die-jansens.de> Approved by: Robert Mustacchi <rm@joyent.com>
2017-02-277811 dont send obsolete mode pages to SSDs, SATA, SBC2 and later conforming ↵Alek Pinchuk1-1/+12
devices Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-277906 loader: biosdisk should report IO error from INT13Toomas Soome1-7/+11
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-277905 loader: bd_open should check for error from disk_openToomas Soome1-2/+11
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-277804 fdisk_read_master_part_table() causes 'format' to crashYouzhong Yang1-2/+18
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-277367 blkdev: support block size larger than 512Youzhong Yang1-14/+59
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-27 [illumos-gate merge]Jerry Jelinek10-618/+42
commit 74207d1d4df9f8f95dbf4932ea9049f9cf7b6058 7904 loader: remove open_disk cache commit befc3ac7169971b6b48b5da2a2811e40fa21ec75 7909 Remove sysidpm
2017-02-257904 loader: remove open_disk cacheToomas Soome6-205/+36
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-02-24OS-5723 ixgbe has uninitialized kstat fieldsRyan Zezeski5-27/+24
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-02-24OS-5944 add support for aio IOCB_FLAG_RESFD eventfd pollingJerry Jelinek1-4/+84
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-02-24OS-5978 ICMP-initiated TCP retransmits should trigger only when MTU decreasesPatrick Mooney3-24/+27
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-02-247909 Remove sysidpmPeter Tribble4-413/+6
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dale Ghent <daleg@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-24OS-5981 move eventfd in-kernelJerry Jelinek8-35/+141
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-02-24 [illumos-gate merge]Jerry Jelinek13-141/+261
commit c5cfe7a39b9f427d1befb672553c99723f6e0294 7902 loader: VTOC partition size is one sector too large commit d91fc1a462e1fbca9120dcbb0895574f74826bb3 7863 AIO read/write requests return 0 bytes read/written commit 6d88fd4d74cbf1962856668273386b3b904d692c 7852 svccfg archive should drop SCF_NOTIFY_PG_POSTFIX commit b6dfa2aeab5684f8adcd31c0837de483a907ba59 7888 installboot: print version info of the file commit c99fb8b374bfc91bf70c6decb2ee7fb9f4a0be58 7859 uts: indentation errors commit e1419c48e5d913ef3df4ed3fd63dda38e84ffad1 7870 libnsl: can not use sizeof on arrays passed as function argument commit 396505af9432aab52f4853cfde77ca834a9cce76 7865 Allow i40e to use multiple rings Conflicts: usr/src/uts/common/io/i40e/core/i40e_prototype.h usr/src/uts/common/io/i40e/core/i40e_common.c usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2017-02-237902 loader: VTOC partition size is one sector too largeToomas Soome1-1/+1
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2017-02-23OS-5982 i40e changes for multiple rings mergeRobert Mustacchi3-2/+10
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-02-237863 AIO read/write requests return 0 bytes read/writtenDima Stepanov1-2/+2
Reviewed by: Igor Kozhukhov <igork@argotech.io> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-02-237852 svccfg archive should drop SCF_NOTIFY_PG_POSTFIXAndrew Stormont1-0/+4
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-02-237888 installboot: print version info of the fileToomas Soome2-30/+41
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-02-237859 uts: indentation errorsToomas Soome3-15/+18
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Juraj Lutter <juraj@lutter.sk> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Dale Ghent <daleg@omniti.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-02-237870 libnsl: can not use sizeof on arrays passed as function argumentToomas Soome1-5/+5
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Alexander Pyhalov <alp@rsu.ru> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-02-237865 Allow i40e to use multiple ringsPaul Winder7-88/+338
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dale Ghent <daleg@omniti.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-02-23 [illumos-gate merge]Jerry Jelinek264-1562/+2145
commit 1951a93366b3e52f7c49ec9b2dbfb21bccc56a3e 7837 smbios3 64-bit entry point support commit ec2c76eb1d5ecd7a4fccccefc1bc4aa7c1531606 7854 installboot should set MBR to load partition boot block if it was installed commit 48bbca816818409505a6e214d0911fda44e622e3 7812 Remove gender specific language commit e40108ff341f07fe03e96c751c6cf2cb5867d1a8 7898 mdb's ::netstat doesn't print UDP conn_t pointer correctly Conflicts: usr/src/uts/common/syscall/poll.c
2017-02-227837 smbios3 64-bit entry point supportToomas Soome11-121/+415
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-237854 installboot should set MBR to load partition boot block if it was installedToomas Soome1-10/+42
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-02-22OS-5845 lx aio performance improvements and move into kernelJerry Jelinek24-809/+1350
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-02-22OS-5890 disappearing ixgbe turns correctable error into panicBryan Cantrill3-19/+30
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-02-227812 Remove gender specific languageDaniel Hoffman251-1426/+1682
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Steve Gonczi <steve.gonczi@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-02-227898 mdb's ::netstat doesn't print UDP conn_t pointer correctlyDan McDonald1-5/+6
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Robert Mustacchi <rm@joyent.com>
2017-02-21 [illumos-gate merge]Jerry Jelinek7-49/+47
commit 148434206d3ba623dff65e4b591dffc0ddadebf3 7858 make: do not use auto as type specifier commit ff524b2355c0ac08bf963297ae8e5ea2e8375852 7857 zfs/zpool commands print scary errors after 7741 7887 get_zfs_dataset() optimised path leaks zfs handle commit 7199b8e79a66167b9224eed40ed9bd8effcc49a8 7819 IPv6 Packet and MTU bug commit 2d8dae53e7585d2412a48eceb751cbfaea048241 7883 snoop(1m) should print locktype for NFSv4 LOCKT operation
2017-02-197858 make: do not use auto as type specifierToomas Soome1-3/+3
Reviewed by: Juraj Lutter <juraj@lutter.sk> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-02-197857 zfs/zpool commands print scary errors after 7741Andrew Stormont1-2/+12
7887 get_zfs_dataset() optimised path leaks zfs handle Reviewed by: Sam Zaydel <szaydel@racktopsystems.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-02-177819 IPv6 Packet and MTU bugDan McDonald4-37/+25
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-02-177883 snoop(1m) should print locktype for NFSv4 LOCKT operationMarcel Telka1-7/+7
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Vitaliy Gusev <gusev.vitaliy@icloud.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-17OS-5967 lx reporting wrong start time under psJerry Jelinek1-3/+2
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-02-17 [illumos-gate merge]Jerry Jelinek1-2/+2
commit 250d0a0c32d883b96c71a7bb324ab7f77f3a863a 7879 pvscsi returns NULL instead of DDI_FAILURE
2017-02-16OS-5972 lxbrand LTP tests failing on device and mount issuesPatrick Mooney1-0/+8
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-02-16OS-5925 pulseaudio daemon udev-detect module fails on ubuntu 16.04 imageJerry Jelinek1-2/+6
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-02-167879 pvscsi returns NULL instead of DDI_FAILUREJeff Sipek1-2/+2
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2017-02-15OS-5892 drv_ioc_prop_common could leak memory and holdsrelease-20170216Ryan Zezeski1-2/+12
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-02-15OS-5966 lxbrand expects to EPOLLET on /proc/self/mountinfoPatrick Mooney1-0/+42
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Ryan Zezeski <rpz@joyent.com>
2017-02-15 [illumos-gate merge]Jerry Jelinek8-32/+202
commit 760a9770c08916571766d1f0145d2a3343e1a8d9 7864 acpidump: use acpi-root-tab property commit cff899ea9243cc9336cf0af13fd3c8416466ae0d 7599 loader biosdisk fix for 2+TB disks. commit 07542513a22e67a23ccdd5f4a1de31070776900a 7769 loader: bcache read ahead block count should take account the large sectors commit b15586cfdcac4438b0685a400ad9b9fc4f0eee64 7844 tools/protocmp: misleading indentenation in protodir.c commit 96e7037f471516103183fe855e52178a8ea0c3f7 7836 uts: implement smbios-address property support
2017-02-147864 acpidump: use acpi-root-tab propertyToomas Soome2-4/+39
Reviewed by: Adam Stevko <adam.stevko@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Juraj Lutter <juraj@lutter.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-147599 loader biosdisk fix for 2+TB disks.Toomas Soome1-11/+80
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-02-147769 loader: bcache read ahead block count should take account the large sectorsToomas Soome2-10/+49
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-02-147844 tools/protocmp: misleading indentenation in protodir.cToomas Soome1-4/+4
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-02-14OS-5946 Avoid modifying the object string table when patching USDT probesJerry Jelinek1-6/+12
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-02-147836 uts: implement smbios-address property supportToomas Soome2-3/+30
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-14 [illumos-gate merge]Jerry Jelinek1-1/+5
commit db7d70016bd48ccf97e39289929cbb412cf27ba2 7822 Faults for fans that don't exist