summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc/startd
AgeCommit message (Collapse)AuthorFilesLines
2013-08-113986 svc.startd dies in getutxent_frec()Bryan Cantrill4-2/+39
3987 svc.startd dies in utmpx_postfork() Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Saso Kiselkov <skiselkov@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-07-08OS-2359 svc.startd dies in utmpx_postfork()Bryan Cantrill1-1/+5
2013-01-24OS-1822 svc.startd dies in getutxent_frec()Bryan Cantrill3-2/+34
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-01-10OS-1794 /usr/sbin/shutdown fails to bring down zoneJerry Jelinek1-1/+12
2012-12-07OS-1705 smf won't transition downJerry Jelinek1-0/+15
2012-11-07Illumos syncJohn Sonnenschein1-1/+6
2012-10-22OS-1643 improve comments for svc.startd [fix unicode backtick]Robert Mustacchi1-5/+5
2012-10-22OS-1643 improve comments for svc.startdRobert Mustacchi1-0/+130
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-1497 Increase svc.startd critical_failure_count range from 5 to 10Jerry Jelinek1-3/+3
code reviewed by Bill Pijewski
2012-08-24OS-1491 SYSOPS-4940 svc.startd incorrectly placing services into maintenance ↵Jerry Jelinek2-30/+47
mode code reviewed by Robert Mustacchi
2012-07-30Illumos SyncJohn Sonnenschein2-0/+7
Merge github.com:illumos/illumos-gate Conflicts: exception_lists/check_rtime usr/src/Makefile.master usr/src/Makefile.master.64 usr/src/cmd/Makefile usr/src/cmd/lms/Makefile usr/src/cmd/lp/Makefile.lp usr/src/cmd/mdb/Makefile.mdb usr/src/cmd/mdb/common/mdb/mdb_cmds.c usr/src/cmd/mdb/common/mdb/mdb_print.c usr/src/cmd/mdb/common/mdb/mdb_print.h usr/src/cmd/mdb/common/mdb/mdb_tab.c usr/src/cmd/mdb/common/mdb/mdb_termio.c usr/src/cmd/mdb/common/mdb/mdb_whatis.c usr/src/cmd/svc/svccfg/svccfg_libscf.c usr/src/cmd/zpool/zpool_main.c usr/src/lib/Makefile usr/src/lib/libc/inc/thr_inlines.h usr/src/lib/libc/port/mapfile-vers usr/src/lib/libc/sparc/Makefile.com usr/src/lib/libc/sparc/crt/_rtld.c usr/src/lib/libc/sparcv9/Makefile.com usr/src/lib/libdtrace/common/dt_open.c usr/src/lib/libdtrace/common/dt_options.c usr/src/lib/libumem/common/envvar.c usr/src/lib/libumem/common/vmem_base.c usr/src/lib/libzfs/common/libzfs_impl.h usr/src/lib/libzfs/common/libzfs_iter.c usr/src/lib/libzfs/common/libzfs_util.c usr/src/lib/libzfs/common/mapfile-vers usr/src/lib/sun_fc/Makefile.com usr/src/lib/sun_fc/amd64/Makefile usr/src/lib/sun_fc/sparcv9/Makefile usr/src/man/man1m/Makefile usr/src/uts/common/Makefile.files usr/src/uts/common/dtrace/dtrace.c usr/src/uts/common/fs/zfs/arc.c usr/src/uts/common/fs/zfs/dmu.c usr/src/uts/common/fs/zfs/dsl_dataset.c usr/src/uts/common/fs/zfs/dsl_pool.c usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c usr/src/uts/common/sys/dtrace.h
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 Jelinek4-6/+33
2012-07-05OS-1344 a misconfigured smf service can cause svc.configd to leak memory and ↵Jerry Jelinek4-10/+83
eventually hang
2012-06-20OS-1278 svc.startd core dumpJerry Jelinek1-12/+6
2012-06-10OS-1219 svc.configd should reduce footprint by setting "nomagazines" (copyright)Bryan Cantrill1-0/+1
2012-05-16OS-1187 svc.startd should reduce footprint by setting "nomagazines"Bryan Cantrill1-0/+12
2012-05-16OS-1186 svc.startd allocates excessive memory for instance namesBryan Cantrill1-8/+32
2012-05-16OS-1168 svc.startd should not enable libumem debuggingBryan Cantrill1-0/+3
2012-05-10OS-1159 minimize zone footprintJerry Jelinek1-9/+16
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-1/+6
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-03-132077 lots of unreachable breaks in illumos gateMilan Jurik1-1/+1
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-06-222910 svc.startd core dumpJerry Jelinek1-12/+6
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-06-222801 svc.startd leaks significant amount of memoryMilan Jurik2-0/+7
2891 After integration of OS-1168 svc.startd has no umem debugging in debug build Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Theo Schlossnagle <jesus@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-06-102831 bring Joyent/SmartOS OS-1186 and OS-1187 to Illumos (fix lint, copyright)Garrett D'Amore1-0/+1
2012-06-092831 bring Joyent/SmartOS OS-1186 and OS-1187 to IllumosBryan Cantrill2-8/+47
Reviewed by: Theo Schlossnagle <jesus@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2012-06-09Backed out changeset 33bb96bf701a (missing bugid)Garrett D'Amore2-47/+8
2012-06-09Reviewed by: Theo Schlossnagle <jesus@omniti.com>Bryan Cantrill2-8/+47
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2012-02-182077 lots of unreachable breaks in illumos gateMilan Jurik1-1/+1
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-05-13[OS-411] Guava Illumos syncJohn Sonnenschein3-5/+7
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-04-07197 svc.startd may not pick up locale correctlyShampavman1-1/+2
Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
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
2011-03-17562 FMA support for SMF can't load libfmeventRichard Lowe1-2/+2
Reviewed by: danmcd@nexenta.com Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-07-30PSARC/2009/617 Software Events Notification Parameters CLIGavin Maltby9-85/+494
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-146950337 unable to clear maintenance on service that is restarting too quicklySean Wilcox1-2/+2
2010-04-236889519 smf methods deadlock even when dependencies shouldn't need to be ↵gowtham thommandra - Sun Microsystems - Bangalore India1-5/+15
followed
2010-03-25PSARC 2010/013 SMF Early Manifest ImportTom Whitten5-16/+426
6503835 manifest-import should be done earlier in boot
2010-03-016913894 logadm -c should be much faster if not atomicPetr Sumbera1-5/+3
6578671 smf services keep logging to old smf logs after log rotation as well, until we restart them.
2010-02-046919271 wait services are not getting timers reset on a clean exitSean Wilcox2-6/+4
6920199 bind dependent services are remaining offline when bind is re-enabled
2010-01-136311392 The Quick and the Dead: rapid-fire svcadm restart leads to maintenanceSean Wilcox3-9/+47
6219078 svc.startd's algorithm for detecting restart loops should be sensible
2010-01-116915578 MUTEX_HELD() and RW_LOCK_HELD() macros should be available to Posix ↵Roger A. Faulkner5-70/+76
threads
2009-10-276888456 zfs command line utilities should have CTF dataJonathan Adams1-2/+2
6887356 ::stacks is slow in pipelines on live kernels 6884079 mdb's enum p2 printing should elide common prefixes 6887160 ::offsetof and ::sizeof still can't handle forward decls 6551113 ::taskq would be nice --HG-- rename : usr/src/cmd/svc/Makefile.ctf => usr/src/cmd/Makefile.ctf
2009-08-126839124 svc.startd logs free()d string when told to refresh itselfSeth Goldberg1-1/+1
Contributed by Gary Mills <mills@cc.umanitoba.ca>.
2009-07-296864230 hiho, hiho, it'ch chtime for CH to gojmcp1-2/+0
Portions contributed by Rich Lowe
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-276833693 Need to reverse bootadm and mount order in graph.c and this impact ↵Sherry Moore1-30/+30
liveupgrade on x86.