summaryrefslogtreecommitdiff
path: root/src/modules-load.c
AgeCommit message (Collapse)Author
2011-09-23coverity: fix a couple of bugs found by coverityLennart Poettering
2011-09-21modules-load: filter out double modulesLennart Poettering
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering
in all binaries, in order to make sure it is set when started from the terminal
2011-04-30binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where ↵Kay Sievers
appropriate /lib directories
2011-04-28util: conf_files_list() return list as parameterKay Sievers
2011-04-25sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, ↵Kay Sievers
/etc, /run
2011-03-31src: our lord is coverityLennart Poettering
2011-03-03dirent: support DT_UNKNOWN where necessary for compat with reiserfsLennart Poettering
2010-11-10modules-load: fix minor raceLennart Poettering
2010-09-28modules-load: use /etc/modules-load.d/?*.confKay Sievers
2010-09-28use .conf for new config files: locale, vconsole, modules.dKay Sievers
2010-08-31systemctl: rework exit codes for all utility programs to follow LSB or other ↵Lennart Poettering
standards
2010-08-19modules-load: add systemd-modules-load tool that can load a configured list ↵Lennart Poettering
of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this