summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2020-03-02 [illumos-gate merge]Jerry Jelinek4-58/+132
commit 2d990ab13b25283780fb663abff2a2bc92888ed0 12336 Boot hang caused by x2apic probe using incorrect local apic id commit 7b7b638b014dcd71d071014dfb1b074633bc3d13 817 tzreload(1M) manual page needed
2020-03-0211490 SRS ring polling disabled for VLANsRyan Zezeski24-603/+1829
11491 Want DLS bypass for VLAN traffic 11492 add VLVF bypass to ixgbe core 2869 duplicate packets with vnics over aggrs 11489 DLS stat delete and aggr kstat can deadlock Portions contributed by: Theo Schlossnagle <jesus@omniti.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Paul Winder <paul@winders.demon.co.uk> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-03-0312344 zpool iostat output formatting errorJerry Jelinek1-1/+2
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-02-2812336 Boot hang caused by x2apic probe using incorrect local apic idPaul Winder1-54/+48
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-02-28817 tzreload(1M) manual page neededJohn Levon3-4/+84
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2020-02-28 [illumos-gate merge]Jerry Jelinek2-2/+2
commit 2c2b5e89f6b9617f543c1b581759525f4730690e 11275 gettimeofday should use comm page Conflicts: usr/src/lib/libc/i386/sys/gettimeofday.c
2020-02-2711275 gettimeofday should use comm pagePatrick Mooney6-126/+73
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Andrew Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <gdamore@racktopsystems.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-27 [illumos-gate merge]Jerry Jelinek21-164/+196
commit 3e8c7f16168b2700c28b981ab66ca8ff755c5a5d 12333 loader: replace zfs_alloc/zfs_free with malloc/free commit 1743a90d9abccc6cd1e57ef89729c674b859fc6e 12099 fm: cast between incompatible function types
2020-02-2712333 loader: replace zfs_alloc/zfs_free with malloc/freeToomas Soome3-68/+75
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-2712099 fm: cast between incompatible function typesToomas Soome18-96/+121
Reviewed by: Matthias Scheler <mscheler@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-26OS-7880 Add encryption support to fs-joyent (#250)release-20200227Jason King2-4/+36
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Mike Gerdts <mike.gerdts@joyent.com> Approved by: Mike Gerdts <mike.gerdts@joyent.com>
2020-02-26 [illumos-gate merge]Jerry Jelinek9-23/+128
commit 2944b91ec59a95e39012331cb055e960ae6d4489 12334 fix gcc4 build 12322 kdb: removal of unused dependency recommended commit 13b136d3061155363c62c9f6568d25b8b27da8f6 12295 librsc: wrong argument for sizeof commit f3a525d949e26238340eb8c1f6fdcfff91fc7e65 12328 FNMPERIOD makes little sense for find -path Conflicts: usr/src/test/util-tests/tests/Makefile
2020-02-2612334 fix gcc4 buildJohn Levon4-9/+11
12322 kdb: removal of unused dependency recommended Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-25OS-7184 IPMP broken by OS-4683 (#261)Dan McDonald3-14/+5
Reviewed by: Jason King <jbk@joyent.com> Reviewed by: Cody Mello <melloc@writev.io> Approved by: Mike Zeller <mike.zeller@joyent.com>
2020-02-2512295 librsc: wrong argument for sizeofToomas Soome1-3/+1
Reviewed by: Matthias Scheler <mscheler@tintri.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-2512328 FNMPERIOD makes little sense for find -pathJohn Levon6-18/+125
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-25 [illumos-gate merge]Jerry Jelinek28-3114/+198
commit 2bcbf80ce6c8a2fb827428428c350ebe4f91f7ab 12289 remove sunfire-specific code from libprtdiag commit 873f5d0769a5334a9dfb27cf8a5174e25ae4418e 12335 loader: can not load zero sized file commit 0cad6fe6a45fed29aa5c115fda1fc16385145fce 11985 libfakekernel: cast between incompatible function types commit 93fec3dabf64a3a6299b6973ba1d0260c667e1c0 12080 udapl_tavor: cast between incompatible function types
2020-02-2412289 remove sunfire-specific code from libprtdiagPeter Tribble21-3010/+80
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-2412335 loader: can not load zero sized fileToomas Soome3-4/+10
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Jorge Schrauwen <jorge@blackdot.be> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-2411985 libfakekernel: cast between incompatible function typesToomas Soome2-2/+2
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-2412080 udapl_tavor: cast between incompatible function typesToomas Soome2-98/+106
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-24OS-8120 fix ldd guidance for GCC4 buildJohn Levon5-16/+13
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2020-02-24 [illumos-gate merge]Jerry Jelinek2-8/+3
commit b877e47f88a401dbef6fff48940d38855c01fcbc 12316 hald_runner dies getting SIGPIPE
2020-02-21OS-8115 Add support for zfs.sync.change-key channel program (#264)Jason King11-9/+478
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2020-02-21 [illumos-gate merge]Jerry Jelinek17-91/+452
commit b2d2f356e1abcc2a19572314b5084b7b87050604 12308 Support setting user properties in a channel program commit 48d1bcbbf436904298ce3191590b67834ac47dea 11981 libslp: cast between incompatible function types
2020-02-2112316 hald_runner dies getting SIGPIPEAlexander Pyhalov2-8/+3
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-2112308 Support setting user properties in a channel programSara Hartse8-3/+368
Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-2111981 libslp: cast between incompatible function typesToomas Soome9-88/+84
Reviewed by: Matthias Scheler <mscheler@tintri.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-21 [illumos-gate merge]Jerry Jelinek32-660/+1121
commit 3b436d06bb95fd180ef7416b2b1b9972e2f2a513 12168 mDNSResponder update to mDNSResponder-878.260.1 commit 6d2858e77c6082a751ff9e66da7408d885792785 12327 usr/src/cmd/acct/lib/copyn.c is unused commit b3bec642b8103dc975b71525d34b278dbf0409db 12103 libnisdb: control reaches end of non-void function commit f34e64d88f694155255ac1c93990904dbfa28af3 12125 smbsrv: passing argument 1 to restrict-qualified parameter aliases with argument 4 commit fd82d5a2825fb57d2940ba210af4af02e09883d3 12321 spdsock: smatch errors commit 51d7c47a2ff052304a62dd7442303287396ae711 12098 libfmnotify: passing argument 1 to restrict-qualified parameter aliases with argument 4 commit 01416760b56c4577b6361044b8d1ea9f3bfd996a 12323 configd NATIVE_LIBS setting reversed meaning
2020-02-2012168 mDNSResponder update to mDNSResponder-878.260.1Toomas Soome22-559/+1099
Reviewed by: Ken Mays <kmays2000@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-2012327 usr/src/cmd/acct/lib/copyn.c is unusedPeter Tribble1-46/+0
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-2012103 libnisdb: control reaches end of non-void functionToomas Soome3-4/+3
Reviewed by: C Fraire <cfraire@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-2012125 smbsrv: passing argument 1 to restrict-qualified parameter aliases ↵Toomas Soome1-5/+4
with argument 4 Reviewed by: C Fraire <cfraire@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-2012321 spdsock: smatch errorsToomas Soome3-43/+9
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-2012098 libfmnotify: passing argument 1 to restrict-qualified parameter ↵Toomas Soome1-2/+4
aliases with argument 4 Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Matthias Scheler <mscheler@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-2012323 configd NATIVE_LIBS setting reversed meaningJohn Levon1-3/+2
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-20 [illumos-gate merge]Jerry Jelinek1-2/+2
commit d4990cfc1b590b32a5100dd746688eb2e1b9901f 9794 remove bogus casts from PCI_CAP_PUTx and PCI_XCAP_PUTx definitions
2020-02-19OS-8113 enable ld guidance (#262)John Levon24-226/+64
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2020-02-199794 remove bogus casts from PCI_CAP_PUTx and PCI_XCAP_PUTx definitionsHans Rosenfeld1-14/+14
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Mike Gerdts <mike.gerdts@joyent.com> Reviewed by: Matthias Scheler <mscheler@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-19 [illumos-gate merge]Jerry Jelinek91-19749/+96
commit 66582b606a8194f7f3ba5b3a3a6dca5b0d346361 12185 Remove B100s support commit e912cc3d5decbbfbb3005d9f678e9fc3ccbcf91f 12314 ld fatal warnings miss some guidance messages commit 20de283b9b1939fdc5b617ccc0c6e5ce8b7c6160 12313 nightly should check for ld guidance commit f365545469641697196ce86d635cfe5f3fe68d27 12312 fix unused lib dependencies commit 3e3015ce0eb82be8ac17954eba80f3f24204fcbd 12311 adjust NATIVE_LIBS in SMF makefiles commit ced75a9309169d0177775214e3e1780ef5f7cf8a 12293 libfru: SOLARIS_UNIX is not needed commit e371214c989050b68785a50c83f96cd04c4d18e8 12233 libsmbios fails to build on SPARC Conflicts: usr/src/man/man7d/Makefile usr/src/cmd/svc/configd/Makefile
2020-02-1812185 Remove B100s supportPeter Tribble66-19656/+11
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-1812314 ld fatal warnings miss some guidance messagesJohn Levon1-1/+13
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1812313 nightly should check for ld guidanceJohn Levon1-1/+1
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1812312 fix unused lib dependenciesJohn Levon19-82/+59
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1812311 adjust NATIVE_LIBS in SMF makefilesJohn Levon2-4/+10
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1812293 libfru: SOLARIS_UNIX is not neededToomas Soome1-4/+0
Reviewed by: Matthias Scheler <mscheler@tintri.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1812233 libsmbios fails to build on SPARCPeter Tribble1-0/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Matthias Scheler <mscheler@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-18 [illumos-gate merge]Jerry Jelinek91-1077/+3635
commit 2e25d8e1fe9b3743d7dec073fd05a9f95fbca2a7 12225 normalize complex float names across compilers commit f4b3fdc1b1ec48bd52b545ef80d866244e76d91b 12291 python3.8 fails versioning check commit 94494656088303cd79a8b970e5535468c5f0117d 12307 Fix markup errors in mtx(3C) commit c40d33be34d8bd92100aad1cfae8c1aaeee375d6 12309 errors in section 9e of the manual commit 0dc3799518631a169651844259f4357ece16ffa6 12305 typos in dhcp man pages commit d7ab8532a7a0f65d1c2b7bc3f45072f665860b20 12236 getmembers_DN doesn't properly handle errors from __ns_ldap_dn2uid 12240 nss_ldap does not properly look up group members by distinguished name commit f5f3cbec075f8308da054292c7c7d96373c956ee 12288 getfacl and setfacl could stand improvement commit 5642709df07e9b3a809f898f938aac4fc9903255 12211 loader: build with smatch fixes commit 8b6e4188cd6fe49ddc2ff1e635b9c1538fbd5d48 12303 nfs/nfs4_drc.h: No such file or directory commit d3879c39d2a534146eaf46dc510b80678ea24023 12181 zvol tests should avoid grep -w 12281 zvol_swap_003_pos shouldn't use swapadd in cleanup commit b0daad2a8784078aa662f966577891e83a581d3a 12287 errors in audio utility man pages commit dd50e0cc4cbe1474096300fe52e9855769c0d478 11682 zpool iostat and status improvements commit 3df9f0641f28754051d5e82c6457527cf4af1258 12227 libctf incorrectly handles clang anonymous unions commit 6d9e11ccb59a5d4ea2127e1791163333c4337a08 12224 ctfconvert conv backend error missing newline commit b40354493afafb9870e25372645af933e189b24f 10931 BUILDPY2TOOLS and BUILDPY3TOOLS need to be documented in illumos.sh Conflicts: usr/src/uts/common/fs/zfs/zio.c usr/src/uts/common/fs/zfs/sys/zio.h
2020-02-18OS-8111 dladm create-overlay crashes if search plugin is not provided (#259)Andy Fiddaman1-1/+1
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Tim Foster <tim.foster@joyent.com>
2020-02-1712225 normalize complex float names across compilersRobert Mustacchi1-7/+52
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>