Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-20 | modules-load: drop /lib from search path if we don't have it split off | Lennart Poettering | |
2012-03-14 | conf: when looking for configurations look in /etc first, in /run second | Lennart Poettering | |
After long consideration we came to the conclusion that user configuration in /etc should always override the (generally computer generated) configuration in /run. User configuration should always be what matters over anything else. Hence rearrange the search orders accordingly. In general this should change very little as overriding like this is seldomn done so far, and the order between /etc and /usr stays the same. | |||
2012-02-09 | modules-load: resolve aliases before insert modules | Dave Reisner | |
This keeps behavior in line calling /sbin/modprobe -- aliases will be resolved to the relevant modules, and errors from inserting modules which are already loaded are ignored. | |||
2012-02-09 | kmod: make GCC shut up | Lennart Poettering | |
2012-02-09 | modules-load: use libkmod rather than modprobe | Tom Gundersen | |
2012-01-12 | core: switch all log targets to go directly to the journal, instead via syslog | Lennart Poettering | |
2011-09-23 | coverity: fix a couple of bugs found by coverity | Lennart Poettering | |
2011-09-21 | modules-load: filter out double modules | Lennart Poettering | |
2011-08-01 | umask: 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-30 | binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where ↵ | Kay Sievers | |
appropriate /lib directories | |||
2011-04-28 | util: conf_files_list() return list as parameter | Kay Sievers | |
2011-04-25 | sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, ↵ | Kay Sievers | |
/etc, /run | |||
2011-03-31 | src: our lord is coverity | Lennart Poettering | |
2011-03-03 | dirent: support DT_UNKNOWN where necessary for compat with reiserfs | Lennart Poettering | |
2010-11-10 | modules-load: fix minor race | Lennart Poettering | |
2010-09-28 | modules-load: use /etc/modules-load.d/?*.conf | Kay Sievers | |
2010-09-28 | use .conf for new config files: locale, vconsole, modules.d | Kay Sievers | |
2010-08-31 | systemctl: rework exit codes for all utility programs to follow LSB or other ↵ | Lennart Poettering | |
standards | |||
2010-08-19 | modules-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 |