summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc
AgeCommit message (Collapse)AuthorFilesLines
2012-10-26OS-1645 after svccfg import is killed, subsequent import fails20121101release-20121101Jerry Jelinek1-1/+8
reviewed by Robert Mustacchi
2012-10-24OS-1634 svcs -ZL does not work when a pattern is specifiedBryan Cantrill1-1/+1
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 Sonnenschein4-8/+21
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-21smartos-live#51 No symlink for libusb.so to libusb.so.1 for -lusbKeith M Wesolowski2-2/+4
smartos-live#91 make world fails on trying to include zlib.h OS-1303 smartos-live src_addon can die OS-1306 non-bootstrappable runtime dependencies should be isolated OS-1308 illumos-joyent should support using pkgsrc libraries for native ... OS-1314 kvm.so is wrongly built as if it were a kmod OS-1317 GZ crle configuration pollution OS-1320 64-bit C++ objects in illumos are still getting gcc DT_RPATH
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-06-10OS-1219 svc.configd should reduce footprint by setting "nomagazines" (lint)Bryan Cantrill1-1/+1
2012-05-23OS-1220 dependencies on manifest-import should always be optional_allBryan Cantrill2-2/+2
2012-05-23OS-1219 svc.configd should reduce footprint by setting "nomagazines"Bryan Cantrill1-1/+15
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 Jelinek2-9/+22
2012-05-07illumos syncJohn Sonnenschein4-9/+273
2012-09-222933 compiler warning gags need better granularityRichard Lowe8-3/+33
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-04-11OS-1087 To better support split / and /usr, svcadm command should be in ↵Jerry Jelinek1-1/+6
/sbin and not /usr/sbin
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-03-13763 FMD msg URLs should refer to something visibleJoshua M. Clulow4-8/+5
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Yuri Pankov <yuri.pankov@gmail.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'Amore2-1/+2
2012-06-092831 bring Joyent/SmartOS OS-1186 and OS-1187 to IllumosBryan Cantrill3-9/+62
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'Amore3-62/+9
2012-06-09Reviewed by: Theo Schlossnagle <jesus@omniti.com>Bryan Cantrill3-9/+62
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-05-292785 /lib/svc/bin/restore_repository incorrectly uses -eq on stringsIgor Kozhukhov1-1/+2
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-05-271991 svccfg describe -t Segmentation FaultMilan Jurik1-7/+12
2742 minor memory allocation issue in svccfg:upgrade_manifestfiles() Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: T Nguyen <truongqnguien@gmail.com> Approved by: Rich Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
2012-04-012576 net-nwam should check if ibd_upgrade is installedMilan Jurik2-12/+18
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-10-03[OS-663] Post-6.5 Illumos syncJohn Sonnenschein3-10/+12
Merge https://github.com/illumos/illumos-gate Conflicts: exception_lists/packaging usr/src/cmd/dtrace/test/cmd/scripts/dtest.pl usr/src/cmd/dtrace/test/tst/common/usdt/tst.badguess.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.enabled2.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.guess32.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.guess64.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.include.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.nodtrace.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.noreap.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.noreapring.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.reap.ksh usr/src/cmd/lp/Makefile usr/src/cmd/lp/cmd/lpadmin/options.c usr/src/cmd/lp/cmd/lpfilter.c usr/src/cmd/lp/cmd/lpforms.c usr/src/cmd/lp/cmd/lpusers.c usr/src/cmd/lp/lib/lp/isterminfo.c usr/src/cmd/lp/lib/lp/tidbit.c usr/src/cmd/terminfo/att.ti usr/src/cmd/zpool/zpool_main.c usr/src/common/dis/i386/dis_tables.c usr/src/lib/libdtrace/common/dt_options.c usr/src/lib/libzfs/common/libzfs_dataset.c usr/src/man/man1m/dladm.1m usr/src/man/man1m/flowadm.1m usr/src/man/man1m/zoneadm.1m usr/src/man/man1m/zonecfg.1m usr/src/pkg/manifests/print-lp-print-client-commands.mf usr/src/pkg/manifests/print-lp.mf usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/fs/zfs/zio.c usr/src/uts/i86pc/ml/mach_offsets.in usr/src/uts/intel/amd64/ml/mach_offsets.in usr/src/uts/intel/sys/tss.h
2011-09-14OS-601 svcs -Z in GZ should skip zones in ready stateBryan Cantrill1-0/+18
2011-09-09OS-593 lscf_instance_verify uses stale property groupRobert Mustacchi1-0/+22
2011-09-08OS-591 riak zoneinit fails because svcadm can't find restarter/state propertyRobert Mustacchi1-2/+37
2011-09-01OS-569 svcs -Z should not emit an error message for zones without SMFBryan Cantrill1-6/+4
2011-08-29OS-573 "svcs -o ctid" gives potentially corrupted outputBryan Cantrill1-1/+2
2011-07-09OS-478 restore lint cleanlinessBryan Cantrill1-0/+5
2011-05-161550 SMF manifest find should return -1 on allocation failureRichard Lowe1-1/+1
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-05-161551 svccfg should not treat NULL as an integerRichard Lowe1-7/+7
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
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 Sonnenschein7-10/+59
2011-08-041176 NWAM handling of multiple DHCP-assigned DNS domains brokenHans Rosenfeld1-2/+4
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-04-27950 svcadm error message on configd bind failure is uselessRichard Lowe1-1/+2
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Albert Lee <trisk@opensolaris.org> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-03-24OS-324 svcadm: svc:/SERVICE/:default is misconfigured (lacks "restarter" ↵Robert Mustacchi1-0/+158
property group).