summaryrefslogtreecommitdiff
path: root/usr/src/lib/libscf/inc
AgeCommit message (Collapse)AuthorFilesLines
2020-06-03 [illumos-gate merge]Jerry Jelinek1-1/+6
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 Levon1-1/+6
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>
2019-02-25 [illumos-gate merge]Jerry Jelinek1-2/+3
commit 6a1a5bb98a625f9f7115565ac77e5c4170a030cc 10133 smatch fixes for usr/src/cmd/fs.d commit 86fec011b9215dec3869eac1fc39dc1aa9307340 10414 loader: move libzfs to libstand and clean up Makefiles commit eef4f27b270242808b43b4b23bd161df52839361 8928 Want open source bnx commit 57aea9348dbfeb813b16956eec292357525e2f66 10429 loader: dereferencing type-punned pointer will break strict-aliasing rules commit 54bc10fe6ad8a64fc279dc5fba56eaafea7ec2c0 10421 bofi: cast between incompatible function types commit 4bf63a956d4991cc5b0ead02fdea0b65bad10e78 10428 loader: really fix cd9660 dirmatch commit f18d8787c0ba765f61b003e2aae78db90b48f833 7928 Add support for SMF_EXIT_NODAEMON Conflicts: usr/src/cmd/svc/startd/method.c usr/src/cmd/nscd/svc-nscd usr/src/cmd/dlmgmtd/svc-dlmgmtd exception_lists/cstyle
2019-02-227928 Add support for SMF_EXIT_NODAEMONJerry Jelinek1-2/+8
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-12-06 [illumos-gate merge]Jerry Jelinek1-0/+18
commit 5bd27a4b09b84769e110128df3f77e5076d8db77 6723 etc/skel needs cleanup (missed login.csh) commit 3185d26a1274d3eff47dcd1c4dd9ca606e6fdc34 7551 ficl: Implement uuid-to-string and uuid-from-string. commit 4f5c6fa51ee27ee27271feb50bdaf94cedc40af2 7558 libscf.h should provide constants for scf_type_to_string return values
2016-12-057558 libscf.h should provide constants for scf_type_to_string return valuesAndrew Stormont1-0/+18
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-10-25 [illumos-gate merge]Jerry Jelinek1-158/+145
commit 48edc7cf07b5dccc3ad84bf2dafe4150bd666d60 30 Need iconv commit 3db3a6b813432461e8e60af00e9ad6f0bf0d5eaf 7484 Garbage in libscf.h makes dumb compilers cry Conflicts: usr/src/test/util-tests/tests/Makefile
2016-10-247484 Garbage in libscf.h makes dumb compilers cryAndrew Stormont1-158/+145
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Sam Zaydel <szaydel@racktopsystems.com> Reviewed by: Kim Shrier <kshrier@racktopsystems.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-10-17 [illumos-gate merge]Jerry Jelinek2-1/+33
commit d2a70789f056fc6c9ce3ab047b52126d80b0e3da 7029 want per-process exploit mitigation features (secflags) 7030 want basic address space layout randomization (ASLR) 7031 noexec_user_stack should be a security-flag 7032 want a means to forbid mappings around NULL commit 8ab1c3f559468e655c4eb8acce993320403dd72b 7469 loader should use acpica provided by OS commit a1964bdd47804c37e09db1a79c23937c9aeac165 7470 acpi build sometimes doesn't descend into SUBDIRS commit abf99a006172ea5aab2246bda23f9d6d935bf1ad 7420 signalfd deadlock on pollwakeup 7421 panic in signalfd Conflicts: usr/src/cmd/sgs/libconv/common/corenote.c usr/src/cmd/zonecfg/zonecfg.c usr/src/cmd/zonecfg/zonecfg.h usr/src/cmd/zonecfg/zonecfg_grammar.y usr/src/cmd/zonecfg/zonecfg_lex.l usr/src/head/libzonecfg.h usr/src/lib/libzonecfg/common/libzonecfg.c usr/src/man/man1m/zonecfg.1m usr/src/man/man4/proc.4 usr/src/pkg/manifests/system-test-ostest.mf usr/src/test/os-tests/tests/Makefile usr/src/uts/common/exec/elf/elf.c usr/src/uts/common/io/signalfd.c usr/src/uts/common/os/sysent.c usr/src/uts/common/os/zone.c usr/src/uts/common/sys/proc.h usr/src/uts/common/sys/zone.h
2016-10-157029 want per-process exploit mitigation features (secflags)Richard Lowe2-1/+33
7030 want basic address space layout randomization (ASLR) 7031 noexec_user_stack should be a security-flag 7032 want a means to forbid mappings around NULL Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Patrick Mooney <pmooney@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-08-205024 Want svcadm restart -d [...] for taking cores before restartJerry Jelinek1-0/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-08-205021 SMF: allow svcadm to act on multiple instances simultaneouslyJerry Jelinek1-0/+7
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2013-10-25OS-2566 Want svcadm restart -d [...] for taking cores before restartJerry Jelinek1-0/+1
2013-10-22OS-2567 SMF: allow svcadm to act on multiple instances simultaneouslyJerry Jelinek1-0/+7
2012-05-10OS-1159 minimize zone footprintJerry Jelinek1-0/+6
2010-07-30PSARC/2009/617 Software Events Notification Parameters CLIGavin Maltby2-0/+90
PSARC/2009/618 snmp-notify: SNMP Notification Daemon for Software Events PSARC/2009/619 smtp-notify: Email Notification Daemon for Software Events PSARC/2010/225 fmd for non-global Solaris zones PSARC/2010/226 Solaris Instance UUID PSARC/2010/227 nvlist_nvflag(3NVPAIR) PSARC/2010/228 libfmevent additions PSARC/2010/257 sysevent_evc_setpropnvl and sysevent_evc_getpropnvl PSARC/2010/265 FMRI and FMA Event Stabilty, 'ireport' category 1 event class, and the 'sw' FMRI scheme PSARC/2010/278 FMA/SMF integration: instance state transitions PSARC/2010/279 Modelling panics within FMA PSARC/2010/290 logadm.conf upgrade 6392476 fmdump needs to pretty-print 6393375 userland ereport/ireport event generation interfaces 6445732 Add email notification agent for FMA and software events 6804168 RFE: Allow an efficient means to monitor SMF services status changes 6866661 scf_values_destroy(3SCF) will segfault if is passed NULL 6884709 Add snmp notification agent for FMA and software events 6884712 Add private interface to tap into libfmd_msg macro expansion capabilities 6897919 fmd to run in a non-global zone 6897937 fmd use of non-private doors is not safe 6900081 add a UUID to Solaris kernel image for use in crashdump identification 6914884 model panic events as a defect diagnosis in FMA 6944862 fmd_case_open_uuid, fmd_case_uuisresolved, fmd_nvl_create_defect 6944866 log legacy sysevents in fmd 6944867 enumerate svc scheme in topo 6944868 software-diagnosis and software-response fmd modules 6944870 model SMF maintenance state as a defect diagnosis in FMA 6944876 savecore runs in foreground for systems with zfs root and dedicated dump 6965796 Implement notification parameters for SMF state transitions and FMA events 6968287 SUN-FM-MIB.mib needs to be updated to reflect Oracle information 6972331 logadm.conf upgrade PSARC/2010/290
2010-05-246934233 A generic net_address SMF property type would be useful.Antonello Cruz2-5/+11
6934227 SMF should validate net_address_v4 amd net_address_v6 property types 6954776 libnsl should not depend on libscf PSARC/2010/153 Remove libnsl dependency on libscf PSARC/2010/157 SMF networking type extensions
2010-03-25PSARC 2010/013 SMF Early Manifest ImportTom Whitten2-2/+9
6503835 manifest-import should be done earlier in boot
2009-09-166880616 Need to provide interfaces for FMA to disable fast reboot on ↵Sherry Moore1-0/+1
terminal errors
2009-09-076859248 manifest removal should automatically cause repository cleanupSean Wilcox1-0/+1
2009-06-12PSARC 2009/338 Introducing non-persistent property group config_ovrSherry Moore1-0/+5
6846870 Need to add non-persistent Fast Reboot disable support
2009-06-026215238 svc.startd could provide better log messages for faulty ↵Sean Wilcox1-0/+7
method_context contents 6469250 Service state is reset on first boot after a new netservices change 6816965 svccfg core dumps when a service, not an instance, is used for a restarter 6816948 svccfg does not see an alternate door setup on a refresh 6825048 svccfg validation is not consistent between manifest files and services when dealing with subtypes
2009-03-24PSARC/2008/760 Boot configuration ServiceSherry Moore1-0/+6
PSARC/2009/091 Reboot to firmware PSARC/2009/092 libgrubmgmt - library for GRUB menu management 6768468 Introducing svc:/system/boot-config service 6775160 reboot -f ignores active BE and resets zfs pool bootfs property 6760845 Add checksum verification when loading the new kernel and boot archive for fast reboot 6815215 quiesce_active should be added to MUTEX_NOT_HELD()
2009-02-146761070 PSARC 2008/580 Solaris host-based firewallTruong Nguyen2-2/+11
6236609 svc.startd resets auxiliary state on svcadm mark maintenance 6762307 SMF - expressing a service's maintenance state by request of another service
2008-10-20PSARC/2008/350 SMF Template ExtensionsLiane Praza2-13/+330
5100079 svccfg should use restarter-specific templates to validate services 6191768 consadm manifest does not define a stop method 6198434 service_bundle.dtd.1 claims exclude_all requires dependencies to be non-online
2008-09-296751138 libc's lint library is missing definition for __assert_c99David Powell1-0/+52
6751161 PSARC 2008/551 coreadm configuration refinements
2008-09-036438829 SMF svcs are not removed when performing a pkgrm in an alternate rootPhilippe Jung2-6/+8
2008-02-25PSARC 2008/046 Process Contract Decorationsacruz1-0/+6
5079353 RFE: contract 'decoration' with service FMRI
2008-02-196351623 Initial manifest-import is slowstevep1-0/+13
2008-01-075079356 Framework should provide administrative audit trail/historytw217701-1/+27
6405683 svc.configd audit events need to be defined.
2007-11-19backout 5079356/6405683: causes 6630372dm1207691-26/+0
2007-11-045079356 Framework should provide administrative audit trail/historytw217701-0/+26
6405683 svc.configd audit events need to be defined.
2007-09-13PSARC 2007/177 SMF read-protected property storagewesolows1-0/+12
PSARC 2007/519 svccfg(1M) restore 6537749 SMF should support read-protection of data 6538452 svccfg delete leaks memory on syntax error with options 6546699 svccfg archive should be able to be reimported 6559692 svccfg fails to import a manifest with an empty <property> 6597168 startd is setting $SMF_METHOD incorrectly 6597173 allocation failure can induce crash in scf_handle_decode_fmri() 6597183 allocation failure can induce crash in scf_simple_app_props_free() 6597190 scf_simple_app_props_get() can return with unset error code 6598922 rc_node_modify_permission_check() calls perm_granted() with rn_lock held
2007-04-266444783 config parameters in private rcap.conf should be moved to the repositorytn1433631-1/+16
--HG-- rename : usr/src/cmd/rcap/common/rcapd_conf.l => usr/src/cmd/rcap/common/rcapd_conf.c
2006-11-276335025 telnet or rsh processing 5-15 times slower in S10 (6-330 times ↵skamm1-0/+2
slower on T2000)
2006-04-10PSARC/2006/213 FMRI Audit Tokengww1-4/+20
6401913 add FMRI audit token type to the adt_* infrastructure
2005-06-14OpenSolaris Launchstevel@tonic-gate2-0/+848