summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2017-10-09 [illumos-gate merge]Jerry Jelinek5-19/+65
commit c8b558ca47c321e76a2d41fc3d6a1259cbb182fb 8697 cmd/acpi: '_AcpiModuleName' defined but not used commit f905073d4c7083276dd5510a7006d2e98c6ec032 8647 loader should support large_dnode commit 64ee6612ceb686fa3f41561cf589072ebb0132b1 8657 test-runner dryrun (-d) fails for runfile (-c) mode
2017-10-088697 cmd/acpi: '_AcpiModuleName' defined but not usedToomas Soome1-2/+6
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-08OS-6387 1K zfs_abd_chunk_size is inducing excessive fragmentationBryan Cantrill1-2/+5
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Approved by: Joshua M. Clulow <jmc@joyent.com>
2017-10-08OS-6385 zfs_arc_overflow_shift needs sufficient margin for ARC reclaimBryan Cantrill1-1/+1
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Approved by: Joshua M. Clulow <jmc@joyent.com>
2017-10-068647 loader should support large_dnodeToomas Soome3-12/+52
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Ken Mays <maybird1776@yahoo.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-068657 test-runner dryrun (-d) fails for runfile (-c) modeChris Fraire1-5/+7
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: John Kennedy <jwk404@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-06 [illumos-gate merge]Jerry Jelinek1-3/+3
commit 0e974e5f9bc8d1f7c22df3cb331dc580ef4ce973 8666 want basic example for acpidump(1M) and acpixtract(1M) commit 3815c12a955b352573af2fe2d931ab6d966b159b 8682 mac_register(9F) has typo in example commit 75cebdd12313b8cc98dc8cc923adfb0961d3bb1a 8672 proc_t changes broke genunix dmods and walker 8673 mdb_pid2proc() and consumers should honor return type
2017-10-058671 tail(1) ignores arguments after -c/b/lCody Peter Mello3-44/+259
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-10-058666 want basic example for acpidump(1M) and acpixtract(1M)Robert Mustacchi2-4/+66
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Dale Ghent <daleg@elemental.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-058682 mac_register(9F) has typo in exampleRobert Mustacchi1-3/+3
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-058672 proc_t changes broke genunix dmods and walkerRyan Zezeski4-59/+169
8673 mdb_pid2proc() and consumers should honor return type Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-05OS-6366 lx: need support for PR_GET_NAMEJason King6-19/+185
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-10-05OS-5530 smbios(1M) should display PSU infoRobert Mustacchi6-5/+192
OS-5528 smbios(1M) processor table info can be confusing Reviewed by: Tim Kordas <tim.kordas@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-10-04OS-6337 Add support for splice() system call to LX brand zonesJerry Jelinek9-17/+522
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-10-04OS-5880 diskinfo should identify NVMe and SATA devicesHans Rosenfeld2-2/+19
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-10-04OS-6372 smbios(1M) confusingly uses literal tabs in output stringsRobert Mustacchi1-12/+12
OS-6373 smbios hex dump isn't aligned for triple digit offsets Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-04 [illumos-gate merge]Jerry Jelinek82-1354/+1037
commit 41f1e5ce90cd52781080a1c5e7aa689846400e74 8422 uts: basic UEFI support for illumos commit 3e76f9d6851ef6c63217178eb67278ec2809b944 8609 want a position independent CRT Conflicts: usr/src/cmd/cron/Makefile usr/src/lib/common/i386/crtn.s
2017-10-038422 uts: basic UEFI support for illumosToomas Soome7-6/+514
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-03OS-6239 Simplify SMAP relocations with krtldSam Gwydir10-52/+213
2017-10-028609 want a position independent CRTRichard Lowe75-1349/+523
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Albert Lee <trisk@forkgnu.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-02OS-4595 lxbrand needs /proc/sys/net/ipv4/tcp_retries2Jerry Jelinek2-0/+230
OS-5337 Add support for sysctl net.ipv4.icmp_echo_ignore_broadcasts OS-5338 Add support for sysctl net.ipv4.ip_forward Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-02OS-6259 lxbrand: Want more TCP socket optionsJerry Jelinek1-13/+136
Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-02 [illumos-gate merge]Jerry Jelinek1-6/+8
commit 2aca6c63d5cd09b4015887c19fcacf9df90967b0 8686 loader.efi: replace comconsole_speed with ttya-mode
2017-09-29Revert "OS-6306 accurate in-kernel zone RSS tracking" [needs more work]Jerry Jelinek9-272/+285
This reverts commit 5ae84a5233b723c890288b775cb5317db2e54d61.
2017-09-298662 SMB server ioctls should be appropriately sized. [fix mismerge]Jerry Jelinek1-5/+0
2017-09-29 [illumos-gate merge]Jerry Jelinek3-8/+31
commit 216041c4922c8b6134c9ad78d599ee2586c93b3f 8663 SMB client assumes serialized ioctls commit 5f3b52abece3d89262210be84196e7367cd279d2 8662 SMB server ioctls should be appropriately sized. Conflicts: usr/src/uts/common/smbsrv/smb_ioctl.h usr/src/uts/common/fs/smbsrv/smb_init.c
2017-09-288686 loader.efi: replace comconsole_speed with ttya-modeToomas Soome1-6/+8
Reviewed by: C Fraire <cfraire@me.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-09-288663 SMB client assumes serialized ioctlsGordon Ross2-4/+21
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Albert Lee <trisk@forkgnu.org>
2017-09-288662 SMB server ioctls should be appropriately sized.Gordon Ross3-10/+37
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Albert Lee <trisk@forkgnu.org>
2017-09-28OS-6323 want stack-clash mitigation [fix missing parens]Patrick Mooney1-2/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com> Approved by: Alex Wilson <alex.wilson@joyent.com>
2017-09-28OS-6365 Convert proc(4) manpage to mandocJason King1-2512/+2594
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-09-28OS-6323 want stack-clash mitigationPatrick Mooney15-42/+602
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com> Approved by: Alex Wilson <alex.wilson@joyent.com>
2017-09-28OS-6306 accurate in-kernel zone RSS trackingJerry Jelinek9-285/+272
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-28 [illumos-gate merge]Jerry Jelinek16-150/+263
commit 3f7978d02b206a6ebc5652c91aa9f42da6fbe00c 8081 Compiler warnings in zdb
2017-09-26 [illumos-gate merge]release-20170928Jerry Jelinek10-199/+969
commit b2f2652061ea587b1b2b4e246659e1d7e7313f42 8507 dladm show-link segfaults if you specify too many fields commit 745cad278f6b2e392001dd1bf6b4e95d3f250a8d 8639 libofmt doesn't properly build its lint library 8640 libofmt needs to include required headers commit dbacaf56963d687dced1eddb2d3beb695f5ebc7e 8646 loader: replace EFI part devices. Conflicts: usr/src/cmd/dladm/dladm.c
2017-09-258081 Compiler warnings in zdbAlan Somers16-150/+263
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-258507 dladm show-link segfaults if you specify too many fieldsBryan Cantrill8-175/+126
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-258639 libofmt doesn't properly build its lint libraryRobert Mustacchi2-0/+3
8640 libofmt needs to include required headers Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-25OS-6333 sadb_x_kmc_t's KM cookie should be 64-bitsDan McDonald10-26/+384
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-09-258646 loader: replace EFI part devices.Toomas Soome8-199/+966
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-258643 Fix misuse of _KMEMUSER in i86pc [fix broken build]Jerry Jelinek1-13/+3
2017-09-25 [illumos-gate merge]Jerry Jelinek7-29/+65
commit e984c70bc7d741cd0663924c95c15fed9f645565 8629 nvme: rework command abortion commit 4b324362d54967a3ccfad8a9b113978ea1b38feb 8628 nvme: use a semaphore to guard submission queue commit 3c4c5929f4f5a266089758e0d018685b379767ad 8643 Fix misuse of _KMEMUSER in i86pc Conflcits: usr/src/uts/common/io/nvme/nvme.c usr/src/uts/common/sys/cpuvar.h
2017-09-258629 nvme: rework command abortionHans Rosenfeld2-211/+237
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-258628 nvme: use a semaphore to guard submission queueHans Rosenfeld2-65/+46
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-09-22OS-6362 coreadm(1M) allows one to specify bad global patternsJason King1-0/+8
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Tim Kordas <tim.kordas@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-09-228643 Fix misuse of _KMEMUSER in i86pcGordon Ross5-14/+16
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Garrett D'Amore <garrett@damore.org>
2017-09-22 [illumos-gate merge]Jerry Jelinek321-1757/+2411
commit 42b14111721da2ebd5159e7b45012a3eb0e3384c 8648 Fix range locking in ZIL commit codepath commit bd9d3f904625846bdc61af8897a1072029c7aeb7 8661 remove "zil-cw2" dtrace probe commit 2840dce1a029098fb784afd951d5f98089f850d8 8600 ZFS channel programs - snapshot commit 000cce6b6fad4a8b0eecef6e1251f6aca1719c55 8592 ZFS channel programs - rollback commit 1c18e8fbd8db41a9fb39bd3ef7a18ee71ece20da 8502 illumos#7955 broke delegated datasets when libshare is not present commit 5f82aa32fbc5dc2c59bca6ff315f44a4c4c9ea86 8595 sys/ccompile.h: add __aligned and __packed 8596 iwn: remove local __packed 8597 grub: use __aligned from ccompile.h commit d042c5a26452797afc4fe8c2ceddebff94d88745 8591 Man pages contain various errors
2017-09-218648 Fix range locking in ZIL commit codepathLOLi2-4/+13
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Andriy Gapon <avg@FreeBSD.org> Reviewed by: Alexander Motin <mav@FreeBSD.org> Approved by: Robert Mustacchi <rm@joyent.com>
2017-09-218661 remove "zil-cw2" dtrace probePrakash Surya1-1/+0
Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Robert Mustacchi <rm@joyent.com>
2017-09-218579 ixgbe infinite loops in rar and vmdq clearingRobert Mustacchi7-11/+57
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Approved by: Richard Lowe <richlowe@richlowe.net>