summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc/startd/method.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11 [illumos-gate merge]Keith M Wesolowski1-1/+2
commit 52e13e00baadc11c135170cd60a8b3c4f253a694 4099 SMF methods without absolute paths no longer work
2013-09-064099 SMF methods without absolute paths no longer workJerry Jelinek1-1/+2
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-08-113989 svc.startd gets stuck in a loop when HOME dir doesn't existJerry Jelinek1-3/+35
3990 a misconfigured smf service can cause svc.configd to leak memory and eventually hang 3991 startd, configd spinning due to bad sac start method Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-10illumos syncJohn Sonnenschein1-0/+27
2012-08-303121 missing SMF method directories should say something usefulHengqing Hu1-0/+27
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: T Nguyen <truongqnguien@gmail.com> Reviewed by: Richard Elling <richard.elling@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2012-08-24OS-1491 SYSOPS-4940 svc.startd incorrectly placing services into maintenance ↵Jerry Jelinek1-30/+45
mode code reviewed by Robert Mustacchi
2012-07-11OS-1373 startd, configd spinning due to bad sac start methodJerry Jelinek1-15/+5
2012-07-06OS-1287 svc.startd gets stuck in a loop when HOME dir doesn't existJerry Jelinek1-1/+1
2012-07-05OS-1344 a misconfigured smf service can cause svc.configd to leak memory and ↵Jerry Jelinek1-3/+45
eventually hang
2012-05-10OS-1159 minimize zone footprintJerry Jelinek1-9/+16
2011-05-13[OS-411] Guava Illumos syncJohn Sonnenschein1-2/+3
2011-03-17OS-275 smf behavior around going to maint causes problems. (change prop ↵John Sonnenschein1-15/+23
name, fix cstyle)
2011-03-16OS-275 smf behavior around going to maint causes problems.John Sonnenschein1-10/+34
2011-03-21825 Would like SMF critical restart rate to be configurableJohn Sonnenschein1-8/+37
Reviewed by: danmcd@nexenta.com Reviewed by: garrett@nexenta.com Approved by: richlowe@richlowe.net
2010-07-30PSARC/2009/617 Software Events Notification Parameters CLIGavin Maltby1-12/+12
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-01-116915578 MUTEX_HELD() and RW_LOCK_HELD() macros should be available to Posix ↵Roger A. Faulkner1-2/+2
threads
2009-06-026215238 svc.startd could provide better log messages for faulty ↵Sean Wilcox1-4/+5
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-04-026411391 Empty method_contexts don't workSean Wilcox1-18/+20
5093847 importing a manifest should create method_context properties even if not set 6517270 partial method context definitions should work 6348085 Spurious "Ignoring duplicate environment variable" message 6302173 startd dies after interaction with inetd / inetd service 6221667 method context errors should be logged in the service's instance log 6764671 Array overrun in librestart
2009-03-016805730 some simple changes would make 'init 5' much fasterDan Price1-4/+12
6809492 startd shouldn't let hung subprocesses impede shutdown
2008-05-296705022 *svc.startd* coredumps in restarter_insert_inst()rm883691-1/+6
6706024 RC_NODE_ON_FORMER flag cleared from wrong node in rc_node_delete_children()
2008-02-25PSARC 2008/046 Process Contract Decorationsacruz1-3/+8
5079353 RFE: contract 'decoration' with service FMRI
2007-10-11Contributed by Mark Martin <storycrafter@gmail.com>.lianep1-8/+11
6504438 ":kill with no contract" should be logged to the service's log file
2007-09-13PSARC 2007/177 SMF read-protected property storagewesolows1-1/+2
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-08-076411807 exec_method drops errno when juggling errorsacruz1-11/+13
Contributed by Madhav Chauhan
2007-06-116565846 Fix for 6464284 is incompleterm883691-5/+0
2007-05-156243574 Services can be shown online with empty contractsjeanm1-13/+20
6464284 svc.startd deadlocked trying to stop gdm
2006-11-275079387 _get_auth_policy() doesn't provide corresponding free functionjeanm1-1/+2
6197467 svccfg segfaults on unmatched ( 6464928 *librestart* leaks memory in restarter_get_method_context()
2006-03-306266365 svc.startd tried to use deadbeefrm883691-4/+8
6368315 *librestart* restarter_set_method_context() should handle error code 4 (POE_INVALID_SEARCH) 6388192 "svccfg delete" leaks unconfigured nodes
2005-06-306202359 startd needs to retry methods on fork failuresl1084981-5/+11
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+1137