summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2020-12-2013376 fm: variable may be used uninitializedToomas Soome3-7/+11
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-12-1813367 beadm activate -t should not promote new BE datasetsAndy Fiddaman1-27/+30
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Alexander Eremin <aeremin@tintri.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-12-1713363 ctfconvert could support more granular ignore for missing debug dataAndy Fiddaman6-72/+102
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Rich Lowe <richlowe@richlowe.net>
2020-12-1713342 ctfconvert could encode _Float128 for 32-bit objectsAndy Fiddaman1-4/+15
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Rich Lowe <richlowe@richlowe.net>
2020-12-1713336 ctfconvert should be able to unconditionally attempt conversionAndy Fiddaman2-8/+38
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Rich Lowe <richlowe@richlowe.net>
2020-12-1713280 CTF: provide option to truncate and continueAndy Fiddaman5-95/+290
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Rich Lowe <richlowe@richlowe.net>
2020-12-09 [illumos-gate merge]Dan McDonald2-4/+132
commit f2c438c5058c64b7373448f239156bf60009abcb 7024 Add getgrouplist() to illumos commit adc528899caad05412c9b8d397e277900adf786b 13207 Creating an aggr with more than 128 Tx or Rx rings panics
2020-12-087024 Add getgrouplist() to illumosJason King2-4/+132
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-12-07 [illumos-gate merge]Dan McDonald1-13/+27
commit 0b14c19974d0288384932500f606afeadc2d6009 13345 loader: xdr_array is missing count commit 4004e4c5da2fe3ad63f4ffae758da0dadafdf00d 13341 crt1.o _start_crt_compiler hook not what gcc expects commit a39df08cf5d40d52f3f54886012efca9796f23c8 13194 null/dangling pointer deref somewhere under dmu_objset_upgrade commit 553cfb3f8c093d0ed24226e160562648609d7f2f 13344 loader: zfs_probe_partition should skip EFI System Partition
2020-12-0413341 crt1.o _start_crt_compiler hook not what gcc expectsAndy Fiddaman1-13/+27
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-11-30 [illumos-gate merge]Dan McDonald1-0/+1
commit 4d2aba2f17eed4643aa996841698226ff2673205 13330 SMB read hangs on Mac Big Sur commit 41b57d181d0b4df0badc148a4769e9d0bf008aaa 13337 ctfconvert should skip ssp_ns.c when checking for debug data
2020-11-2713337 ctfconvert should skip ssp_ns.c when checking for debug dataAndy Fiddaman1-0/+1
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-11-24 [illumos-gate merge]Dan McDonald2-57/+5
commit 273d774d1d685415fd99d31224bdae55e7cfb793 13315 jdk11 makes consistent javadoc generation impossible commit 560dcad7f6059e242335a94501511eae11b1308a 13314 loader: make sure console variable has usable consoles commit 18425b359c7d1e5f7f63fae3ca5245407223a45b 12318 build zpool command as 64-bit binary commit a39905c1c6671c3f44d52e31393ee7cdda7b4f12 13319 Typos in some LDSTACKPROTECT macros commit 059afd40d138a2155e774750e4dcabfd78c9d0be 13312 _thrp_create() should not set the thread name if passed an empty string commit 986529380f11a23c3c6de33e5cea6611d4abe648 13323 CTF forward test needs adjusting after 13278
2020-11-2313315 jdk11 makes consistent javadoc generation impossiblePeter Tribble1-56/+4
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-11-2113312 _thrp_create() should not set the thread name if passed an empty stringRobert Mustacchi1-1/+1
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-11-17 [illumos-gate merge]release-20201119Dan McDonald30-25/+460
commit 5a0af8165ce9590e7a18f1ef4f9badc4dd72c6e6 13274 enable -fstack-protector-strong by default in user land commit 6a817834d81cc75ce12d0d393320837b1fec1e85 5788 Want support for GCC's stack protector in libc commit 350ffdd54baf880f440ddf9697666e283894ded1 13273 want upanic(2) commit 7fdea60d55a95f0e46066fd021c4ef1b1321bafc 13300 mlxcx_cq_setup() doesn't take required locks for ASSERTs Merge notes: - Manifest changes to match package changes (including shipping libssp_ns.a) - Modified lx_vdso tools to not include SSP, to match other build-only tools.
2020-11-1713274 enable -fstack-protector-strong by default in user landRobert Mustacchi10-1/+64
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-11-175788 Want support for GCC's stack protector in libcRobert Mustacchi16-0/+274
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-11-1713273 want upanic(2)Robert Mustacchi13-24/+119
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-11-1613247 CTF conversion fails with large files [fix merge]Jason King3-6/+6
2020-11-16 [illumos-gate merge]Jason King29-269/+1420
commit de0f04687a2a3fe3692d9ad1254738343bf9c4eb 13310 Remove auto_ef.3ext as we don't have the software commit 25befe07d3c1488cbbdecdb765cd0558e12cc364 13302 pthread_attr_get_np.3c erroneously refers to pthread_getattr_np commit 509a605d87b8005c687f8d8264f1be379620e886 13304 bhyve ioport handling bungled on reinit commit 83cd75bb2949d26e6eb38ddefc60fdeed1909643 13309 bhyve movs emulation leaks mem refcnt commit b713c91e508f40be7797bedd4ae1146ef0652625 7537 want nextboot (one time boot) support commit 09fcda9fe16a733cc35aa3156a47ef4b909251a6 13172 Port OpenZFS: zfs label bootenv should store data as nvlist commit c4ecba8aa5f13f00c2439c06af2aa1198771ee66 13025 Port OpenZFS: Add support for boot environment data to be stored in the label commit 1a2acdcd3ce765904dbf2bfc511e92d68022d100 13308 testrunner/run needs updates for python 3.9 commit 04573c73a7ab1505c46b2c4db26bfde5176dd6a5 13286 bhyve ins/outs emulation misuses %rax commit 3dfdac06b0c70e672dbe56a2f38ec05fc0254d07 13278 CTF assertion failed cmp->cm_tmap[id].cmt_map == suid commit a676209deb2ce5d0c98f331659de25e2483f8c4c 13252 ctf_update()/ctf_dwarf_convert_function() leak memory commit effb27ee30c48fe502152c38487ced379d9f8693 13247 CTF conversion fails with large files 13251 CTF conversion fails if any CU is missing DWARF data Conflicts: usr/src/test/test-runner/cmd/run usr/src/lib/libctf/common/libctf.h usr/src/lib/libctf/common/ctf_convert.c
2020-11-1413302 pthread_attr_get_np.3c erroneously refers to pthread_getattr_npPeter Tribble2-7/+7
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2020-11-137537 want nextboot (one time boot) supportToomas Soome6-18/+73
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-11-1313172 Port OpenZFS: zfs label bootenv should store data as nvlistToomas Soome16-22/+821
Reviewed-by: Arvind Sankar <nivedita@alum.mit.edu> Reviewed-by: Allan Jude <allan@klarasystems.com> Reviewed-by: Paul Dagnelie <pcd@delphix.com> Reviewed-by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-11-1313025 Port OpenZFS: Add support for boot environment data to be stored in ↵Paul Dagnelie6-4/+75
the label Reviewed-by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Toomas Soome <tsoome@me.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-11-1213278 CTF assertion failed cmp->cm_tmap[id].cmt_map == suidAndy Fiddaman2-26/+61
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-11-1213252 ctf_update()/ctf_dwarf_convert_function() leak memoryAndy Fiddaman1-1/+4
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-11-1213247 CTF conversion fails with large filesAndy Fiddaman4-219/+407
13251 CTF conversion fails if any CU is missing DWARF data Portions Contributed by: Jonathan Perkin <jperkin@joyent.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-11-09 [illumos-gate merge]Dan McDonald1-0/+22
commit 6cb54de2051534cc59e36ddc42abe1960e47c133 13196 C_DeriveKey() doesn't always set object handle value commit 6d96b4576425f4553ac02099504f0c92248a6c3a 13284 demo_rdb build fails on SPARC
2020-11-0613196 C_DeriveKey() doesn't always set object handle valueJason King1-2/+24
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-11-05 [illumos-gate merge]Dan McDonald3-3/+12
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-0413265 libmp.so.1 missing library search pathRobert Mustacchi2-2/+10
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-11-0413261 libdbus-1 deps missing libbsmRobert Mustacchi1-1/+2
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-10-30 [illumos-gate merge]Jason King3-0/+9
commit 06524cf4e4f6c18e557fb244d42a8e47dba3b1b6 13253 bhyve stumbles on APIC ICRLO commit 0e1453c3a2b94021caaa134e7c5a404243abd604 13244 bhyve PM timer should be movable 13245 bhyve IO port hooks could be better integrated commit e2c4d811404751999feb962ad88c198c0174076d 13205 tem: we can use colors 0-255 with 8-bit depth
2020-10-2913244 bhyve PM timer should be movablePatrick Mooney3-0/+9
13245 bhyve IO port hooks could be better integrated Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-10-29 [illumos-gate merge]Jason King3-13/+51
commit 1ba82a13d050678604bdd3fae596131469ca10e6 13254 SEGV due to misaligned stack in Unwind_RaiseException
2020-10-2913254 SEGV due to misaligned stack in Unwind_RaiseExceptionAndy Fiddaman3-13/+51
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-10-22 [illumos-gate merge]Dan McDonald1-5/+6
commit 1d276e0b382cf066dae93640746d8b4c54d15452 13242 parse_user_name in PAM is sloppy commit 549e0fd315406a4a97f9043f44860eed39a715da 13213 Want development driver for accessing AMD DF commit becd642c1e97d1674cef9e3dccb159c20c6992ae 13212 Add Renoir to amdzen(7D) commit 047043c2181e939608ea2c09257fd2d515e99643 13144 refactor amdf17nbdf into a nexus 13145 rewrite amdf17nbdf to use the ksensor framework 13146 Want a driver for AMD SMN user access
2020-10-2213242 parse_user_name in PAM is sloppyDan McDonald1-5/+6
Reviewed by: Alex Wilson <alex@cooperi.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-10-19 [illumos-gate merge]Dan McDonald2-2/+30
commit 9e369d105cd3d4aa6ce8fcd212306d290e67d94a 13223 gptzfsboot: we also depend on LIBI386 commit cf301154ca04d983254e2a93ce50186494f9c4d5 13225 libdwarf: too many symbols require 'small' PIC references commit 4e59aad1e081d538a84310b0d0eec7556a710eb9 13224 loader: edd_device_path_v3 is too small commit 91ab9467e54c18d8133142e5704929a65e13a449 13221 mapfile name for unix should be less generic commit f0a052391861a2b96cf28973c3b7f2854591aa79 3525 Persistent L2ARC commit 6218f28969018904255fddf306e6489c7ae28bba 13219 Fix typo in udp_ioctl()
2020-10-1713225 libdwarf: too many symbols require 'small' PIC referencesToomas Soome1-0/+1
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-10-163525 Persistent L2ARCGeorge Amanakis1-2/+29
Portions contributed by: Saso Kiselkov <skiselkov@gmail.com> Portions contributed by: Jorgen Lundman <lundman@lundman.net> Portions contributed by: Brian Behlendorf <behlendorf1@llnl.gov> Portions contributed by: Alexander Motin <mav@FreeBSD.org> Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-10-14Cleanup mismerge, and propagate 13184 into LX librariesDan McDonald3-3/+2
2020-10-14 [illumos-gate merge]Jason King45-76/+61
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 Lowe45-76/+60
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-10-12 [illumos-gate merge]Jerry Jelinek3-15/+52
commit aefb332f5664b51526fd3e7d0b3cb6bdda1e1758 13206 Fix open(2) man page commit d0caeb890c33e30d7a9addcbccdda2343401d3e7 13200 fmtopo could display CPU socket commit a41862fc9ba4a637c7ae5da1e5edd176416f7990 13198 Add AMD Dali, Renoir, and Banded Kestrel socket info 13199 AMD Socket info shouldn't require revision commit d06ea0b9fb5d1989b39a245c5e79324b2c8db398 13153 loader: before falling back to default, also use EDID standard timings
2020-10-0913200 fmtopo could display CPU socketRobert Mustacchi3-15/+52
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2020-10-07OS-8237 C_DeriveKey() doesn't always set object handle value (#336)release-20201008Jason King1-2/+2
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Mike Zeller <mike.zeller@joyent.com>
2020-09-28 [illumos-gate merge]Jerry Jelinek6-116/+8
commit 28de4f3c3209c81f9a96e2019d44a0b9adcb74cb 13173 loader: add strtoul, strtoull, memmem and abort commit 3e1c5f3a80260eb14c78730bcaca9e6c74f528a0 13030 remove 'retu' pattern from bhyve 13031 bhyve kernel should use proper struct types
2020-09-2513173 loader: add strtoul, strtoull, memmem and abortToomas Soome6-116/+8
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>