summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc
AgeCommit message (Collapse)AuthorFilesLines
2021-03-10 [illumos-gate merge]Dan McDonald9-32/+151
commit ef1266efec4565fb64aeda150f6100dadde8bca8 13597 ipf: variable may be used uninitialized in this function commit d464f34577edaa31dd6978ec04d66a57529dd2c8 13587 stmf_sbd: array subscript 8 is above array bounds commit e3b270024f3e952233b61d3dcb4129ba75bf2720 13520 udapl_tavor: symbol 'dapls_ib_dbp_lock' is multiply-defined commit 089ef9c1879ed031043f7bb75bd1f472558dcbbf 13576 Add mdb ::linkerset command commit f6c47fdeea63a9c5d1abefdffb93d3f87e12b7d0 13605 ramdisk systems have no boot_archive commit 2587b3a0593a431a99cc2dc78bf1034e672a35e2 13606 tic(1) writes uninitialized data to some terminfo entries commit d893e05e2a64324d7059baefcbf7bd9872a32ad9 13595 logadm: failing to build test programs commit bfbf29e2d493eb4d7f76ee725d3229899602a088 13552 fs.d: multiply-defined symbols commit 19df86dc540ec91584176ab69b765edae4562731 13613 ipkg platform.xml missing /dev/signalfd commit 8993acd7cf0075cbfaf6df95d292f897079b5618 13591 bnxe: implicit conversion from 'enum <anonymous>' to 'lm_status_t' Conflicts: usr/src/cmd/mdb/common/mdb/mdb_cmds.c
2021-03-0913605 ramdisk systems have no boot_archiveJoshua M. Clulow9-32/+151
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2021-01-27 [illumos-gate merge]release-20210128Dan McDonald1-1/+1
commit beed421eff10640141fe8f9da29a5c8033a97f52 13383 generalize check for serializing LFENCE 13384 tsc_read() should use lfence when prudent 13387 bhyve should expose lfence serialize in DE_CFG MSR commit 78801af7286cd73dbc996d470f789e75993cf15d 13365 Add option to testrunner to re-run just failed tests commit 2d84dc94714fa18a51c85173f806acbc2d1b4257 13360 loader: use BGRA RBG data in gfx functions commit a98e9e2e16f7c0305e8538246f8f8464517b3884 13432 idm: symbol 'idm' is multiply-defined commit a35d0bb9919a1ab99b0305e759552bef6a8bd053 13431 rdsib: multiply-defined symbols commit 245cbc655bd26e8de57809bc109b82105a30693d 13430 scsi_vhci: multiply-defined symbols commit 9868091de5a69073a55e3b8cc1a378cac9220edf 13429 nge: multiply-defined symbols commit 6626685934fc28e358a8038d599be9e53aa0715e 13428 rdsv3: symbol 'rdsv3_one_sec_in_hz' is multiply-defined commit 734e1f66c3254ea498ea4ce3fe6dc7e6f9f293ff 13473 svccfg: dirs for manifests are manifest not manifests commit 4f1c2d80debdaa7ad92b0677c6c86fb6b782e811 13425 i86xpv: multiply-defined symbols Conflicts: usr/src/test/zfs-tests/cmd/scripts/zfstest.ksh
2021-01-2613473 svccfg: dirs for manifests are manifest not manifestsMarcel Telka1-1/+1
Reviewed by: Vitaliy Gusev <gusev.vitaliy@icloud.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2021-01-13 [illumos-gate merge]release-20210114Dan McDonald2-2/+3
commit f73e1ebf60792a8bdb2d559097c3131b68c09318 13352 disable mdns date and time in version string commit 20a2a10f2c0bcd395700659efe34b54ab4404444 10447 ACPI binaries should be reproducible commit abe1d126b4a1229ee2861d65508e7a52bd8c2721 13440 ppin disablement path missing state transition commit ae9405842e25ee75c6a9fd1996e04b41fbd2eda3 13420 libld: symbol 'dynsort_compare_syms' is multiply-defined commit 338c2f033035af5b17f61d9df825917015c95a35 13415 psvcpolicy: variable 'curr_state' set but not used commit 71f73b0075fdda332f0e079884f3aa28497b0806 13414 libcurses: symbol '_win' is multiply-defined commit 2cbc828d66d6088914f685ae0e77169ecc9fc7f9 13443 gate build missing some NATIVE_LIBS commit bac90afdc3c952be2a041bb1b669ac56cef7d145 13444 libbe_py should provide nextboot information commit 3561e562ae78c234d96711f36e19360789b0ffe3 13410 ddi_ufm(9E) typos and such commit aa35d5f200c519c3e5425cb26762e2d01ce2e66f 13416 libprtdiag_psr: variable 'ap_args' set but not used commit 16d53a891df2f19b4dc37110081555be4e474d8c 13413 svc.startd: 'contract_list_pool' is multiply-defined Conflicts: usr/src/cmd/bhyve/Makefile
2021-01-1113413 svc.startd: 'contract_list_pool' is multiply-definedToomas Soome2-2/+3
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-12-28OS-8257 Regression setting admin link MTU without aggrs (#348)Jason King1-8/+20
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com
2020-12-15OS-8253 early-admin sets MTU on aggr without setting MTU on underlying NICs ↵Alex Wilson1-19/+25
(#346) Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2020-11-05 [illumos-gate merge]Dan McDonald1-2/+10
commit ea78de644e058ee2f6b1c6bb50fcc07da6e4d7ac 13272 64-bit secflags test has wrong ldlibs commit d7e2bdfa66e3574ffcce3665a4cd1136fc6cb6a1 13271 64-bit crypto tests have wrong library search path commit dd49d7b32f2281b4a30555d0ef9bf80720bbb67f 13270 cmd/spell native build incomplete commit 6d9ec342f3d7cd1b0259ab010949b9011e571ad9 13269 esc needs a native build commit 217f7406cb5a102a47f8ad05f1a14d967486671b 13268 lp native build forgot CFLAGS commit 90f7985f020eb82d06bd0d75396ff794105f7528 13267 tools libld build picks up normal sgs libs commit 6f9fa98c81a60fc52e8a0a97930ac709e7272727 13266 mdb build tools should use native tools commit 421390e5fa91e88e795394c89567b48874788f9f 13265 libmp.so.1 missing library search path commit 9894d69ccc165ef74bf6ccce5a722cdefc922f18 13264 perl Makefiles place object files after libraries commit 42c24f1c09b6b8d403ee0940c6f1362249a8b738 13263 startd needs to search $(ROOT)/usr/lib/fm for deps commit a235f1f94b85df48c92dd2323e777f49ad38afea 13262 rcm_daemon missing library search paths commit 4fcda281302fdcc1753c1f266173e7b59a500c3c 13261 libdbus-1 deps missing libbsm commit d9328cd43f1300af79f6fc8a3ad4760137618c63 13260 librtld_db demo should be built separately
2020-11-0413263 startd needs to search $(ROOT)/usr/lib/fm for depsRobert Mustacchi1-2/+10
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-10-14 [illumos-gate merge]Jason King1-15/+3
commit 35abe3277cc67d1a650f8fd7ce718b89fbece04d 13215 qsort_r(3C) manual synopsis was botched commit 85f4cb87104c72587029a6e0f1663332c85ba118 13184 Stop translating ld(1) options through cw(1) commit 0a36db39c3cd88f4799ecd9db875f43d834d0a81 13210 Removing multiple links from aggr leaves last link dangling Conflicts: usr/src/uts/sun4u/opl/unix/Makefile usr/src/lib/krb5/plugins/preauth/pkinit/Makefile.com usr/src/cmd/rcap/rcapstat/Makefile usr/src/cmd/cmd-inet/usr.sbin/snoop/Makefile usr/src/cmd/cmd-inet/usr.sbin/Makefile
2020-10-1313184 Stop translating ld(1) options through cw(1)Richard Lowe1-15/+3
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-07-09OS-8196 Native zone support for link-local routes (#281)Bill Welliver1-2/+14
Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-03 [illumos-gate merge]Jerry Jelinek6-118/+281
commit d15d17d4231f87f1571fa6d585377206f360f667 12786 fix CTF pointer overrun commit 8fff788790878e3c95666decd46960ecc74c1c69 12721 would like svcadm disable -c commit 87be0d9605ee884229638b6fd168fa7165e109a3 12813 pptadm and libppt are x86 only commit 069e6b7e31ba5dcbc5441b98af272714d9a5455c 12708 Packages could be linted 12717 Stop ignoring pkgdepend errors commit 605d010da59abaf92279a7caed83515cbb3218dc 7510 enable highres clock usage for non-privileged users Conflicts: usr/src/man/man3c/timer_settime.3c
2020-06-0312721 would like svcadm disable -cJohn Levon6-118/+281
Reviewed by: Jason King <jason.brian.king@gmail.com> Heckling from the gallery by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-04-30 [illumos-gate merge]Jerry Jelinek1-1/+25
commit 19325e87abbf92e73010df2342fc48019027aee1 12481 attempting to change MTU size of aggregate over mlxcx can cause dladm to hang commit c11c816fbf1bf201998f795321092b084ad65f58 12525 unix: sparc is missing do_hotinlines() commit 525fef19ebb4e2f27b3a0e5f2df600ade73fdc0c 12535 luxadm: NULL pointer errors commit de172e901a45d2c11bb3be066bc4af11c104d52e 12362 audio: buffer overflow commit e4a991eb9ba3d449515f2fe5f9f2a9e1c33ca0fd 12624 add_drv crashes when given many aliases 12625 modload tools should be smatch and gcc warning clean commit fd3215f7b5f6c48fd7b7b7e85d5f595a2b3808fa 12537 dcs: NULL pointer errors commit 2f602de35d44213d39581c59632aa8365348850b 12585 insufficient validation in svccfg for service name Conflicts: usr/src/uts/sun4/os/machdep.c
2020-04-2912585 insufficient validation in svccfg for service nameJohn Levon1-1/+25
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-03-23OS-8142 A failed pool import triggers EDAR unlock failure (#271)Jason King1-1/+1
Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Rob Johnston <rob.johnston@joyent.com>
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-21 [illumos-gate merge]Jerry Jelinek1-2/+1
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-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-19OS-8113 enable ld guidance (#262)John Levon1-1/+1
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2020-02-19 [illumos-gate merge]Jerry Jelinek2-5/+10
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-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-1012217 add ld assert-deflib and guidance to gate build [still fighting build ↵Jerry Jelinek3-2/+2
race failure]
2020-02-10add ld assert-deflib and guidance to gate build [more build race work]Jerry Jelinek1-0/+2
2020-02-06 [illumos-gate merge]Jerry Jelinek2-2/+3
commit 5801b0f01c3c34499a929ed96164a5a68b470945 12217 add ld assert-deflib and guidance to gate build commit 948761701ebc8a0cf820a973780b2fbb931c4390 12262 Suboptimal vmem hash table slows down boot commit cdd7a662d2c0914e93e1daa44cebae7003c99777 12254 python changes have broken the zfs test suite Conflicts: usr/src/lib/libzonecfg/Makefile.com usr/src/lib/libc/sparcv9/Makefile.com usr/src/lib/libc/sparc/Makefile.com usr/src/lib/libc/i386/Makefile.com usr/src/lib/libc/amd64/Makefile usr/src/lib/krb5/plugins/preauth/pkinit/Makefile.com usr/src/lib/Makefile usr/src/cmd/sendmail/src/Makefile usr/src/cmd/cmd-inet/usr.lib/wpad/Makefile
2020-02-0512217 add ld assert-deflib and guidance to gate buildToomas Soome2-2/+3
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-12-17 [illumos-gate merge]Jerry Jelinek4-4/+18
commit e58ba7f235f59e7b79c7d4ce4fb02b7adc47273e 12074 loader: cd9660_open() warn: is 'buf' large enough for 'struct iso_primary_descriptor'? commit 8047359fa9aaaf6af13c81ce125afa018449661d 12071 clarify implementation of single_instance in SMF services commit 55622ceb9a02ebd6f006f047a2447f46c605bb4a 11987 libevent: cast between incompatible function types commit 3665ce8aeee26b1a84fb98951ef011e0779e1ae2 11978 libnsl: cast between incompatible function types commit 1593262046299386a3cb4f951daa90d15acdfe6c 11983 libsocket: alias between functions of incompatible types commit fb79d5292b21ee64c248cf81a28a07cb84b18ba1 11980 libc_db: 'td_sync_setstate' alias between functions of incompatible types commit 6fd7fa3508e1106878910ac25711ec6960715489 11055 loader: zfs reader cstyle cleanup Conflicts: usr/src/man/man1m/svc.startd.1m usr/src/cmd/svc/milestone/network-physical.xml
2019-12-1612071 clarify implementation of single_instance in SMF servicesJohn Levon4-6/+16
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-17 [illumos-gate merge]Tim Foster1-2/+4
commit 71a582fb9dbde6b71d4b60e1c43193f8a09624d3 11690 ::ps -s could show service FMRIs commit d13dc62b448d915b4713212ba004dc4fb0accde4 11689 ::refstr would be useful commit bc76be35ed72509d0c7f9ef22f0b4c57ea665703 11819 svcs -L should check for alt_logfile Conflicts: usr/src/cmd/mdb/common/modules/genunix/Makefile.files
2019-10-1611819 svcs -L should check for alt_logfileJohn Levon1-2/+4
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.net> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-14 [illumos-gate merge]Jerry Jelinek1-0/+1
commit 8e0c82482ca0deab087522e43df87919b37037f3 10178 Enable compiler warnings when building C++ code commit ebc5aadbbe5490fb3d00525924989d180fff369d 11665 SMB2 NEGOTIATE Security Mode handling is wrong 11659 SMB2 protocol version negotiation needs work 11670 SMB2_FLAGS_SIGNED is not valid during NEGOTIATE commit 2ceb34da5f472ca531def3b536d203d345515f2a 11802 xencons: cast between incompatible function types commit 95d486fbe6ce779cf0bbaf748766b2404e3f1116 11800 i86hvm: cast between incompatible function types commit e39d848858aa235e4715efe1293ed57ddb0231c5 11782 reboot -f ends up creating bad /boot/transient.conf 11783 Print a message when rebooting due to a stale boot archive commit 00a2bb8f2626ebdf8b00480ccc705df3502feab1 11795 ksslf: cast between incompatible function types commit eb09fcf8417871597746d29fbfa39665d2623d5a 11789 gld: cast between incompatible function types commit ca19b8572adc4c6a3d44d243844ef95865864bf7 11721 bnxe: cast between incompatible function types
2019-10-1111782 reboot -f ends up creating bad /boot/transient.confAndy Fiddaman1-18/+26
11783 Print a message when rebooting due to a stale boot archive Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Dominik Hassler <hadfl@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-07 [illumos-gate merge]Jerry Jelinek1-10/+7
commit c5c712a873aaa2cebb338aa84cfb7748f5d4e641 11470 vioblk: device capacity is always returned in 512B units 11471 vioblk: vioblk IO is performed by 512B blocks commit 53b8aa11a4b4383655db95e7986c9d5c191e507d 9687 SMF service cannot be disabled
2019-10-059687 SMF service cannot be disabledAndrew Stormont1-10/+7
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
2019-09-12 [illumos-gate merge]Jerry Jelinek2-20/+35
commit ce115d25b7c5f8cff5a9444c4d0d1ea9d31c2056 11657 Remove old ctf tools commit 8eb8717cc9dc99bdd784b74c994bea7ef5e60f92 11626 introduce /etc/versions/build 11627 clean up UUID code for ::status commit 169b638e2b6e15b2589c3769e4a0d96188adf56d 11649 loader.efi: some systems do not translate scan code 0x8 to backspace commit 81ff72c5f2cea16235aa4a42d83d07e20090498d 11606 process erroneously shows up as from 1970 commit 3125066d426d7d7cd25d89b474290bc4b5817846 11661 provide C.UTF-8 locale commit 8a2c2d71876be7abb6367a98b63affe135ad8cc5 11673 Error setting file times with smbfs and Apple SMB server commit 084fd14f7c3336eb67ee283cabad2da8998b00d6 1701 ZFS to support UNMAP/TRIM for SSD commit ada70d038ca186abd71e023e9dec2c5148e9b36f 11648 loader.efi: comconsole should set EFI_SERIAL_REQUEST_TO_SEND bit commit d7802caee060fef7fc8e8c54b5f61e9efe26ff1e 11634 installboot should support ESP updates Conflicts: usr/src/cmd/mdb/common/modules/mdb_ks/mdb_ks.c usr/src/cmd/nsadmin/Makefile usr/src/cmd/svc/svcs/Makefile usr/src/cmd/svc/svcs/svcs.c usr/src/uts/common/fs/zfs/metaslab.c usr/src/uts/common/fs/zfs/sys/metaslab_impl.h
2019-09-1111606 process erroneously shows up as from 1970Jason King2-46/+46
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-10OS-7972 Early network admin service may not set the datalink MTU to the ↵Jason King1-7/+30
correct value Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
2019-09-04OS-7962 enable hotplug service by defaultJordan Paige Hendricks1-0/+5
Reviewed by: Rob Johnston <rob.johnston@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2019-08-22 [illumos-gate merge]Jerry Jelinek4-31/+4
commit 44bf619d328827ce5eca6833fcd5c69f1592e578 10703 smatch unreachable code checking needs reworking
2019-08-2110703 smatch unreachable code checking needs reworkingJohn Levon4-31/+4
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-08-16 [illumos-gate merge]Jerry Jelinek10-56/+8
commit d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe 11528 Makefile.noget can get gone 11529 Use -Wno-maybe-initialized commit c4ccc1f9004b70b07e4cdb57641c38ab607306c9 11226 Remove NetraCT support commit dcfeff93f67a1188722a358e0fbfcd604993e573 11561 loader script needs to place .eh_frame after .text commit a8ffe4975d219124d53dcd9de30126f3a595d28f 11555 gptzfsboot: boot prompt is not refreshed on device change commit 79940ff6ac581ff9431c474dcfa18c78f1cb7a50 11556 ip_attr.c functions need to not dereference conn_ixa directly after lock drop commit fe949611d4f0a0f42a6923a31cd3073e5b2bc97c 10540 wsdiff much slower under python3 than python2 commit c1064fd7ce62fe763a4475e9988ffea3b22137de 11541 allocation_classes feature must be enabled to add log device Conflicts: usr/src/uts/sparc/Makefile.sparc usr/src/uts/intel/dev/Makefile usr/src/uts/i86pc/pcie/Makefile usr/src/cmd/zoneadmd/Makefile
2019-08-1611528 Makefile.noget can get goneJohn Levon8-8/+8
11529 Use -Wno-maybe-initialized Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-08-1511226 Remove NetraCT supportPeter Tribble2-48/+0
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Garrett D'Amore <garrett@damore.org>
2019-08-13 [illumos-gate merge]Jerry Jelinek1-7/+1
commit 7f3e7b1b3fd1f1ac090d298a0203b20c79fbe725 11523 i86pc: dboot_startkern.c:2046: error: comparison between pointer and integer commit 4f7f1d0fa878cb07e58af9d4f2abea08273b07c7 11475 gptzfsboot: update parsing the option switches commit efe51d0cc2398b9ac179568b63a44e4bf295b8e2 11506 smatch resync Conflicts: usr/src/tools/smatch/Makefile usr/src/cmd/syseventd/modules/sysevent_conf_mod/Makefile usr/src/cmd/svc/configd/Makefile usr/src/boot/sys/boot/libstand/Makefile.com
2019-08-1211506 smatch resyncJohn Levon1-5/+6
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-08-01OS-7685 smartos-live overlay should be merged into illumos-joyentJohn Levon28-843/+3563
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Mike Gerdts <mike.gerdts@joyent.com> Approved by: Mike Gerdts <mike.gerdts@joyent.com>
2019-07-08 [illumos-gate merge]Jerry Jelinek5-11/+11
commit c8d9a41c357577f316e58fb2603f85c598f01afb 11243 Unused headers under usr/src/uts/sun4u/sys commit 2dda0e7f85eecc34a1f266469e66651eab1fa7ce 11242 Unused files in usr/src/cmd/logins commit 6da5c920d0507dbc9e0e4416dcb9457827560df9 11241 usr/src/lib/libpkg/THIRDPARTYLICENSE.descrip is unused commit 5abf55fdc38fe5c2d8881a37a662d372c23fd0aa 11240 usr/src/pkg/proto_list_ihv_i386 is unused commit 57884e4a5db25b4d70c3565a0e07980fd7820c1e 11302 csh: NULL pointer errors commit 4c719f3bd8ab1791d6763012560603c65390008c 11301 cpio: NULL pointer errors commit ee0bd0a5a4b4a9cdbe27d56415fe460db258a9ef 11331 A typo in usr/src/man/man1/ls.1 commit 3fa8bc2d19bd24fbc2061549c236b6f7573471e8 11325 SES-3 element index handling incorrect commit 3d4dea7f235476fb40c0a6d84dcedfd04740f96b 11299 csplit: NULL pointer errors commit d95bfcb7b300250d00a64080d6da927b04ac4697 11298 consadm: NULL pointer errors commit 0f063ce817df80cc8fb489abe02246d3d750d2fd 11297 chmod: NULL pointer errors commit 95c745183e701047fab8e4753d4e8bc1dd1323e7 11296 cmd-inet: NULL pointer errors commit 89b213ac9ac098a69d51b5e8693bd6b8d51864a8 11314 Provide psm_get_ipivect even on single CPU systems commit 619456cb54d66ca9736dc29a93b6bb375f41db14 11321 eeprom: NULL pointer errors commit eeec397864011c5afca614fe1353754d7a9d852f 11320 diskinfo: NULL pointer errors commit 5f8fc372c68f2e0f1544c42850078877e5e2da3a 11318 svc: NULL pointer errors commit ff8e166f73f3bfaeac25d65662c6469130892500 11312 dladm: NULL pointer errors commit 1376f37367e2b1424b82940f492f2ed488f1b843 11311 devctl: NULL pointer errors commit e4fb8a5fd5bb5a5d316430c6ac8f6d33704fcf5d 11295 lp: NULL pointer errors commit 07c94cbf80ccbba93ea61425c2074f6bfd608a19 11294 abi: NULL pointer errors commit beb02e13b243c53c69d40b808b9ce43bafe55b88 11293 cfgadm: NULL pointer errors commit 8d499c80c8e6e058669db8815577bc1d4dca9af0 11022 Offload Data Transfer (ODX) support commit 252bc4b276969afed9d61561c1a53f4cad070a6b 11021 more SMB2 ioctls commit 55f0a249fd3511728b02627190771a4ce4ddf20e 11020 want SMB2 ioctl FSCTL_SRV_COPYCHUNK commit 98e973578ca69ba3ce659c761190cbf3558d359c 11292 allocate: NULL pointer errors commit 82be58ff71c54701f4bfbbb526b4ea3d8f899c22 11289 backup: NULL pointer errors commit 09f57adea580808a172a5b3e84bf41dc7e0cee6d 11291 bnu: NULL pointer errors commit 6473113318cb70acc95fbd8ac12c39566c7b9ee1 11285 audio: NULL pointer errors commit 23b5da0c3a749777311c1644e6ed463cc072104c 11288 bootadm: NULL pointer errors commit b04056ece904a6664d34ccc4015b5373e959983e 11287 acct: NULL pointer errors commit 5f2732295e86666b0e9cf16ad42da252d29d0e40 11286 bart: NULL pointer errors commit 1c124bccd08a671182130ddf2af8e454734b3897 10255 SES temperature thresholds 20 degrees too hot commit 6a6cfa5d0723a95a9ad915bdb8ca2c9731449041 11267 Add rust demangling support commit 773dbec304e9344130c5ae4aa5fc8db5419ff779 11268 Add custom allocators to libcustr commit 09cb6b0fb8744ab06f86a15ad49eb1f39c6fcbf1 11280 custr in belt but not braces, bungles vsnprintf() buffer length commit ff168298deb08c70659ec1a8645952dee5150368 11165 libshare: NULL pointer errors commit f810c7e5159aec14e1937d86287a006e755d3d99 11164 libkmf: NULL pointer errors commit 67d74cc3e7c9d9461311136a0b2069813a3fd927 11102 rtld: NULL pointer errors commit f39d86306993aa102221c6e62702f1de6cc3f56c 11116 libgen: NULL pointer errors commit b168296d3fe15e5a2f992bf6af96993c6756ff3a 11155 brand: NULL pointer errors commit 6f6dd2ca9f4a235a0b2ab596d23cbbfd44d684f6 11113 libgss: NULL pointer errors commit c75682cd39b9b3d382ce1b01fef06a84ca7ea0a9 11133 libproc: NULL pointer errors commit 6e6545bfaed3bab9ce836ee82d1abd8f2edba89a 11169 nsswitch: NULL pointer errors commit f5f1a62e51e5e35359add22ba492c3e3a8f12654 11146 libmapid: NULL pointer errors commit 6afa3d1d6776a3db46447deaa893bd35c9b53c0a 11147 libinetsvc: NULL pointer errrors commit c3e74f84d7edf7b5144c2401d7fefd666a92e6c0 11122 libc_db: NULL pointer errors Conflicts: usr/src/lib/libdemangle/common/rust.c usr/src/test/util-tests/tests/demangle/Makefile
2019-07-0611318 svc: NULL pointer errorsToomas Soome6-15/+15
Reviewed by: C Fraire <cfraire@me.com> Approved by: Garrett D'Amore <garrett@damore.org>