aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-10-13plugins/dbus: Conditionalize, don't run if dbus-daemon is missingJoachim Nilsson1-1/+10
2017-10-11Minor, cleanupJoachim Nilsson1-3/+1
2017-10-10Add missing debug calls to RTM_NEWLINK and RTM_DELLINKJoachim Nilsson1-0/+2
2017-08-30Fix #77: Remove deprecated startx and user .conf settingsJoachim Nilsson1-0/+1
2017-07-09tty: Refactor, remove useless runlevel argumentJoachim Nilsson1-1/+1
2017-07-03Remove hard-coded paths to system tools available in $PATHJoachim Nilsson2-3/+3
2017-07-03Remove hard-coded paths to system tools available in $PATHJoachim Nilsson2-5/+5
2017-07-02Remove UNUSED() macro and disable the compiler warning insteadJoachim Nilsson18-23/+23
2017-06-05Fix problem with building from a separate build directoryJoachim Nilsson1-1/+1
2017-01-25Relocate create() from bootmisc plugin to helpers.hJoachim Nilsson1-6/+0
2017-01-16Update .gitignore filesJoachim Nilsson1-4/+6
2017-01-16Relocate source files to an src/ subdirectoryJoachim Nilsson19-55/+55
2017-01-16Fix #61: Reassert net/* conditions after `initctl reload`Joachim Nilsson1-0/+8
2017-01-16pidfile: Ensure svc is always followed by a slashJoachim Nilsson1-5/+11
2017-01-16pidfile: Make sure to set a default name for pluginJoachim Nilsson1-0/+1
2017-01-16bootmisc: Minor refactorJoachim Nilsson1-2/+2
2017-01-11Minor whitespace fixesJoachim Nilsson1-2/+2
2017-01-11pidfile: Run the reconf-callback again until no application are in fluxMattias Walström1-5/+18
2016-12-08Fix #47: Relocate sysctl.conf setup to procps pluginJoachim Nilsson2-2/+76
2016-12-05chargen: Make sure to check target buffer sizeJoachim Nilsson1-6/+13
2016-11-21bootmisc: Replace homegrown desym() with realpath()Joachim Nilsson1-23/+9
2016-11-21bootclean: Resolve any symlinks in tmpfs checkJoachim Nilsson1-0/+24
2016-11-20Fix #49: Skip tmpfs directories at bootcleanJoachim Nilsson1-1/+29
2016-10-23bootclean: Followup to a013e48, reduced verbosityJoachim Nilsson1-1/+1
2016-10-10Fix warning for comment in commentJoachim Nilsson1-1/+1
2016-10-10Remove or mark unused variablesJoachim Nilsson3-4/+3
2016-10-10Add missing warning flags and enable STD:GNU99Joachim Nilsson1-0/+1
2016-10-09Run bootclean() from bootmisc plugin insteadJoachim Nilsson1-1/+28
2016-10-02resolvconf: Simplify and fix bugletJoachim Nilsson1-6/+3
2016-10-02resolvconf: Initial cleanup of pluginJoachim Nilsson1-28/+10
2016-10-02bootmisc: /var/lock/subsys created by D-Bus pluginJoachim Nilsson1-1/+0
2016-10-02Fix #46: Set correct umask() before makedir() and chmod()Joachim Nilsson3-0/+12
2016-09-18Create missing /var/lock/subsys dir in dbus pluginWang He1-0/+1
2016-09-18Change to runlevel 0/6 on reboot/halt/poweroffJoachim Nilsson1-21/+10
2016-09-18Fix warnings: type mismatch and unused parametersJoachim Nilsson1-2/+2
2016-09-08Fix #40, #39: initctl plugin started too early, before /run FS existedJoachim Nilsson1-0/+2
2016-09-05bootmisc: The getgroup() API returns int not gid_tJoachim Nilsson1-1/+1
2016-09-05echo: Mark callback argument as unusedJoachim Nilsson1-1/+1
2016-09-04bootmisc: Check return value from chmod() APIJoachim Nilsson1-12/+13
2016-09-04bootmisc: Check return value from getgroup() APIJoachim Nilsson1-4/+14
2016-09-04initctl: Add dependency on bootmiscJoachim Nilsson1-2/+10
2016-08-24initctl: Remove confusing/wrong debug messageJoachim Nilsson1-1/+0
2016-08-18Clean up logging, log to stderr until syslogd has startedJoachim Nilsson1-1/+1
2016-08-14Workaround for uninstalling .so pluginsJoachim Nilsson1-0/+3
2016-08-09Fix D-Bus plugin, remove old #ifdefsJoachim Nilsson1-2/+0
2016-08-09Fix ordering of UTMP events: reboot, then runlevelJoachim Nilsson1-5/+3
2016-08-08bootmisc: Add /var/log/btmp 0600 supportJoachim Nilsson1-0/+3
2016-07-30Close inotify watcher when TTY plugin is unloadedJoachim Nilsson1-2/+4
2016-07-30ALSA plugin: only run if /usr/sbin/alsactl existsJoachim Nilsson1-11/+13
2016-07-30initctl: Add SysV compat support for setenvJoachim Nilsson1-5/+46