summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Collapse)AuthorFilesLines
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-21OS-8117 bhyve upstream sync 2019 SeptMike Zeller44-374/+6144
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>
2020-02-1712307 Fix markup errors in mtx(3C)Robert Mustacchi1-23/+25
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1712309 errors in section 9e of the manualPeter Tribble11-97/+43
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2020-02-1712305 typos in dhcp man pagesPeter Tribble3-39/+11
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2020-02-1512236 getmembers_DN doesn't properly handle errors from __ns_ldap_dn2uidJason King4-148/+189
12240 nss_ldap does not properly look up group members by distinguished name Reviewed by: Jorge Schrauwen <jorge@blackdot.be> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Matt Barden <matt.barden@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1512288 getfacl and setfacl could stand improvementPeter Tribble10-165/+103
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-02-1512211 loader: build with smatch fixesToomas Soome3-5/+2
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1412303 nfs/nfs4_drc.h: No such file or directoryAndy Fiddaman1-2/+1
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Vitaliy Gusev <gusev.vitaliy@icloud.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1412181 zvol tests should avoid grep -wJason King3-4/+7
12281 zvol_swap_003_pos shouldn't use swapadd in cleanup Reviewed by: Kody Kantor <kody@kkantor.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1312287 errors in audio utility man pagesPeter Tribble5-154/+72
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1311682 zpool iostat and status improvementsTony Hutter47-428/+3093
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Portions contributed by: Hajo Möller <dasjoe@gmail.com> Portions contributed by: Damian Wojslaw <damian@wojslaw.pl> Portions contributed by: kpande <github@tripleback.net> Portions contributed by: Anatoly Borodin <anatoly.borodin@gmail.com> Portions contributed by: Gregor Kopka <mailfrom-github@kopka.net> Portions contributed by: George Melikov <mail@gmelikov.ru> Portions contributed by: George G <gg7@users.noreply.github.com> Portions contributed by: DeHackEd <DeHackEd@users.noreply.github.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Tim Chase <tim@chase2k.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Giuseppe Di Natale <guss80@gmail.com> Reviewed by: George Melikov <mail@gmelikov.ru> Reviewed by: Tony Hutter <hutter2@llnl.gov> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alek Pinchuk <apinchuk@datto.com> Reviewed by: Allan Jude <allanjude@freebsd.org> Reviewed by: Olaf Faaland <faaland1@llnl.gov> Reviewed by: loli10K <ezomori.nozomu@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-02-13 [illumos-gate merge]Jerry Jelinek1-0/+2
commit dfdcac05b5cbcf4d3441fd96be492cec26eb3d24 12300 Memory leak in rfs3_readdirplus()
2020-02-1312227 libctf incorrectly handles clang anonymous unionsRobert Mustacchi1-4/+31
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1312224 ctfconvert conv backend error missing newlineRobert Mustacchi1-1/+1
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-1310931 BUILDPY2TOOLS and BUILDPY3TOOLS need to be documented in illumos.shHans Rosenfeld1-0/+5
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Kody Kantor <kody@kkantor.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>