summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-02nfs-zone READMEnfs-zoneDan McDonald1-0/+4
Would like to preserve this branch in case nfs-zone-related bugs pop up, can see the incremental changes.
2020-02-07Merge branch 'master' into nfs-zoneDan McDonald2-2/+6
2020-02-07add ld assert-deflib and guidance to gate build [fix build race which fails ↵Jerry Jelinek2-2/+6
local library validation]
2020-02-06Merge branch 'master' into nfs-zoneDan McDonald3-24/+4
2020-02-0612217 add ld assert-deflib and guidance to gate build [fix duplicate ↵Jerry Jelinek3-24/+4
makefile definitions from our local modifications]
2020-02-06Merge branch 'master' into nfs-zoneDan McDonald4-8/+3
2020-02-0612217 add ld assert-deflib and guidance to gate build [fix lcrypto vs. ↵Jerry Jelinek4-8/+3
-lsunw_crypto makefile breakage]
2020-02-06Merge branch 'master' into nfs-zoneDan McDonald261-1750/+2230
2020-02-0612217 add ld assert-deflib and guidance to gate build [disable more ↵Jerry Jelinek2-2/+5
fatal-warnings to get build to work]
2020-02-0612217 add ld assert-deflib and guidance to gate build [disable ↵Jerry Jelinek1-1/+3
fatal-warnings to get build to work]
2020-02-06 [illumos-gate merge]Jerry Jelinek171-539/+373
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 Soome168-531/+306
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-0512262 Suboptimal vmem hash table slows down bootMarcel Telka1-1/+8
Reviewed by: Stefan Behrens <sbehrens@giantdisaster.de> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-0512254 python changes have broken the zfs test suiteAlexander Pyhalov2-7/+17
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-05 [illumos-gate merge]Jerry Jelinek27-84/+448
commit 7484d76e78bc19298de9589214be103d65cf3989 12263 libc: NULL pointer errors (sparc) commit b36afad7ffe84071c2c6831936cc1c524bd1ca90 12216 Clean up libc-tests smatch commit 69c811ab73b7ce531454837ae68c4343e8724e0b 9965 Want support for O_DIRECTORY commit 2fe8bc68ec8e8e8e05997b3ac2f081bfdded45ab 12275 check_rtime(1onbld): BUNDEF_OBJ and BUNUSED_OBJ commit 5fe3b0929d8a195dbfa4196d72a3f9b15b745171 12084 idm_conn_event_handler mishandles CA_DROP action Conflicts: usr/src/test/os-tests/tests/Makefile
2020-02-0412263 libc: NULL pointer errors (sparc)Toomas Soome2-7/+8
Reviewed by: Matthias Scheler <mscheler@tintri.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-04 [illumos-gate merge]Jerry Jelinek64-1127/+1404
commit 8bd53a1ca9fba2d5585cc775422e4d1db161bf96 12255 proc_get_fdinfo() crash if fdinfo file grows commit 8b06eaf6acc31eaadddc0fec3df9d1a4294b7cc2 12267 zfs '::abuf_find' dcmd is broken commit a52121ea720d327228a95e9d0c4a426339f08c7f 12260 Fix zpool history unbounded memory usage commit b5c83661f3899fe50c949117084b15d6478d9f5f 12251 remove sunfire-specific man pages commit 46782190b8c59b1b5fd7df81b2231ef50061fe2a 12234 Want smbios battery support commit 9a63ec2733c93e3ee31e95779a4f2f45a57eda59 12183 Want new IPD 13 DMA Cookie APIs commit 31ad075e90bf5afda8ab4b8cc4d3ca3e89946115 12257 resync smatch to 0.6.1-rc1-il-4 commit 2d85dedb8eaa3ba69c85560030efe4cbc815efb8 12245 Support inheriting properties in zfs channel programs commit 442c994cdeb1e51c84e6d7ba987af00893aa84c4 12269 mdb multilist walker should be a layered walker commit 83bba2b4a81b05183e2f81f5601e23cba9972fad 12272 loader: bc_add can not use any other probes than ah=0x4b
2020-02-0412255 proc_get_fdinfo() crash if fdinfo file growsAndy Fiddaman2-2/+7
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-0312267 zfs '::abuf_find' dcmd is brokenJason King1-3/+23
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Kody Kantor <kody@kkantor.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-0312260 Fix zpool history unbounded memory usageChunwei Chen3-27/+42
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Tom Caputi <tcaputi@datto.com> Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Sanjay Nadkarni <Sanjay G Nadkarni <snadkarni@tintri.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-0312251 remove sunfire-specific man pagesPeter Tribble4-652/+1
Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-03Merge branch 'master' into nfs-zoneDan McDonald64-395/+685
2020-02-03 [illumos-gate merge]Jerry Jelinek7-56/+279
commit 8a2b682e57a046b828f37bcde1776f131ef4629f 12206 Want datalink properties in topo commit 1b500975aaacf8b5d0e18c9a117bf5560069ffc3 4454 ldi notifications trigger vdev_disk_free() without spa_config_lock() commit 4e995f2a014b6efa1fa6b0cf17c7f63ed51acf69 12256 reboot(1m) looks for 32-bit kernel only
2020-02-0112216 Clean up libc-tests smatchRobert Mustacchi12-55/+53
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-019965 Want support for O_DIRECTORYRobert Mustacchi12-11/+421
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Garrett D'Amore <garrett@damore.org>
2020-02-0412275 check_rtime(1onbld): BUNDEF_OBJ and BUNUSED_OBJMarcel Telka1-7/+7
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-0412084 idm_conn_event_handler mishandles CA_DROP actionMike Gerdts1-0/+6
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-3112234 Want smbios battery supportRobert Mustacchi5-0/+156
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-3112183 Want new IPD 13 DMA Cookie APIsRobert Mustacchi19-175/+526
Reviewed by: Alex Wilson <alex@uq.edu.au> Reviewed by: Paul Winder <paul@winders.demon.co.uk> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2020-02-0312257 resync smatch to 0.6.1-rc1-il-4John Levon21-171/+353
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-0312245 Support inheriting properties in zfs channel programsJason King6-11/+164
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-0312269 mdb multilist walker should be a layered walkerJason King1-33/+29
Reviewed by: Kody Kantor <kody@kkantor.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-02-0312272 loader: bc_add can not use any other probes than ah=0x4bToomas Soome2-52/+98
Reviewed by: Alexander Eremin <a.eremin@nexenta.com> Reviewed by: Matthias Scheler <mscheler@tintri.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-3112206 Want datalink properties in topoRobert Mustacchi5-6/+247
Reviewed by: Paul Winder <paul@winders.demon.co.uk> Reviewed by: Alex Wilson <alex@uq.edu.au> Approved by: Richard Lowe <richlowe@richlowe.net>
2020-01-314454 ldi notifications trigger vdev_disk_free() without spa_config_lock()Mike Gerdts1-49/+18
Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-3112256 reboot(1m) looks for 32-bit kernel onlyMarcel Telka1-1/+14
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Alexander Pyhalov <alp@sfedu.ru> Reviewed by: C Fraire <seeemef@mac.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-30Missing C. Fraire issueDan McDonald1-1/+1
2020-01-30 [illumos-gate merge]Jerry Jelinek51-136/+205
commit c6f039c73ee9eb7e4acb232afaca51cdf9d30ff3 12172 genunix: variable may be used uninitialized commit 7093fd72e0be9a255aa4b1ed00a701f80699ac7d 12247 vtinfo and vtdaemon are missing CTF data
2020-01-2912172 genunix: variable may be used uninitializedToomas Soome50-121/+191
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-2912247 vtinfo and vtdaemon are missing CTF dataJason King1-15/+14
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-2912253 mib2.h: error: field 'tcp6ConnEntryInfo' has incomplete type ↵release-20200130Jerry Jelinek1-0/+2
'tcpConnEntryInfo_s' [fix build - missing local modifications]
2020-01-29 [illumos-gate merge]Jerry Jelinek6-203/+199
commit cebe54d9b6803d3cfa3b14a553098ba7da2fc624 12253 mib2.h: error: field 'tcp6ConnEntryInfo' has incomplete type 'tcpConnEntryInfo_s' commit 2e6e9b6b9da4e0f480e434e015ff8e9b82300ed1 12220 loader multi-console shouldn't override bootenv.rc Conflicts: usr/src/uts/common/inet/mib2.h
2020-01-28Merge branch 'master' into nfs-zoneDan McDonald20-559/+588
2020-01-2812253 mib2.h: error: field 'tcp6ConnEntryInfo' has incomplete type ↵Alexander Pyhalov1-42/+45
'tcpConnEntryInfo_s' Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-01-2812220 loader multi-console shouldn't override bootenv.rcJohn Levon5-159/+154
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-28 [illumos-gate merge]Jerry Jelinek3-15/+9
commit 881f4659ab3a3d7bac3274ca7320c076fcd007de 12250 zonestat_usage(): stderr vs. stdio dilemma commit ecaa37affc4da0ba0f1331de875432d68cf70a80 12201 Enable smatch for zonestat and zonestatd
2020-01-2712250 zonestat_usage(): stderr vs. stdio dilemmaMarcel Telka1-3/+3
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-2712201 Enable smatch for zonestat and zonestatdMarcel Telka3-12/+6
Reviewed by: C Fraire <seeemef@mac.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-01-27 [illumos-gate merge]Jerry Jelinek18-546/+581
commit 5ca82e6914c4162ba9b7028b19c9d77d3eadaf17 11224 nightly and bldenv should be usable directly commit e90dc2b3580db8c2b04f138bba39aef292972dd2 12248 libdscp no longer needs to link with libnsl commit c60a820f97f4b84a182cb6e21fe8a25ff0ad3c4f 12239 chk4ubin: smatch errors commit 12661a24a0babe84d0a1b8d1fe46fb61dcc5011e 12238 stabs: smatch errors commit d851c23803d14c57f342f6cca648ec3bfb5ea9d1 12246 pci_get_irq_routing_table() leaks under UEFI commit 54cceed6fe59abfe2b58b5b1ef5bb12e652048fa 12144 Convert Intro(7) to mandoc 12145 Convert cpr(7) to mandoc 12146 Convert ibmf(7) to mandoc 12147 Convert FSS(7) to mandoc commit 9f9c12cd25ff2bda305600e1620ad2eecad4ef19 12243 too many NFS threads actually hurts performance commit 17a06589f9735e8864d445426faac16505b5d072 12184 SPARC build fails due to missing 64-bit libdhcpagent commit 8c4f148689a42031a168cdc4c81062735db025e0 12193 zonestatd: Wrong indentation in zsd_usage_cache_update()
2020-01-2711224 nightly and bldenv should be usable directlyJohn Levon6-80/+15
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Alexander Eremin <a.eremin@nexenta.com> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>