summaryrefslogtreecommitdiff
path: root/usr/src/lib/libscf/common/highlevel.c
AgeCommit message (Collapse)AuthorFilesLines
2019-06-2411143 libscf: NULL pointer errorsToomas Soome1-1/+1
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2016-10-157029 want per-process exploit mitigation features (secflags)Richard Lowe1-0/+85
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>
2012-04-272658 scf_get_bootconfig will indirectly stomp caller memoryRichard Lowe1-3/+5
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: T. Nguyen <truongqnguien@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2010-03-116830088 Fast reboot support for SPARC platformsChristopher Kiick1-5/+4
--HG-- rename : usr/src/cmd/halt/smf/Makefile => usr/src/cmd/halt/smf.i386/Makefile rename : usr/src/cmd/halt/smf/boot-config.xml => usr/src/cmd/halt/smf.i386/boot-config.xml rename : usr/src/cmd/halt/smf/svc-boot-config => usr/src/cmd/halt/smf.i386/svc-boot-config rename : usr/src/cmd/halt/smf/Makefile => usr/src/cmd/halt/smf.sparc/Makefile rename : usr/src/cmd/halt/smf/boot-config.xml => usr/src/cmd/halt/smf.sparc/boot-config.xml rename : usr/src/cmd/halt/smf/svc-boot-config => usr/src/cmd/halt/smf.sparc/svc-boot-config
2009-09-166880616 Need to provide interfaces for FMA to disable fast reboot on ↵Sherry Moore1-2/+11
terminal errors
2009-07-096858209 scf_fmri_pg_get_or_add() needs to clear scf error before comparing to itSherry Moore1-8/+6
2009-06-12PSARC 2009/338 Introducing non-persistent property group config_ovrSherry Moore1-5/+159
6846870 Need to add non-persistent Fast Reboot disable support
2009-03-24PSARC/2008/760 Boot configuration ServiceSherry Moore1-0/+193
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()