Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-02 | udev: static nodes - fix default permissions if no rules is given | Kay Sievers | |
<falconindy> kay: just curious -- it looks like nodes created by udev from modules.devname all have 000 perms, and there's nothing in udev that attempts to change this. is it intended? <falconindy> c--------- 1 root root 10, 223 Jul 1 23:10 uinput <kay> falconindy: we might miss the default of 0600 <falconindy> seems like it <kay> falconindy: stuff that has a rule works i guess <kay> falconindy: i'll add the 0600 now | |||
2012-07-02 | modules load: rename kernel command line option to (rd.)modules-load= | Kay Sievers | |
2012-07-02 | units: rename systemd-debug-shell.service to debug-shell.service | Lennart Poettering | |
The systemd- prefix for services should be reserved only for services that invoke our own code rather than generic, external code. | |||
2012-07-02 | mageia: Correct usage of M4_DEFINES vs. M4_DISTRO_FLAG. | Colin Guthrie | |
This seems to have been a problem since mageia support was merged, as upstream had changed how this bit worked without us realising. | |||
2012-07-02 | mageia: Change the unit for prefdm.service to make it work a bit more like ↵ | Colin Guthrie | |
Fedora Do not wait for some of the Fedora units that we have traditionally not waited for in Mageia or Mandriva before it. | |||
2012-07-02 | man: fix journalctl man page in regards to --this-boot | Lennart Poettering | |
2012-07-02 | timedate: fix ntp-units comment | Lennart Poettering | |
2012-07-02 | core: mention if we are run from an initial RAM disk | Lennart Poettering | |
2012-07-02 | NEWS: Prepare NEWS file for next release | Lennart Poettering | |
2012-07-02 | journald: add Storage= setting to control where the journal is stored | Lennart Poettering | |
2012-07-02 | manager: turn notify socket into abstract namespace socket again | Lennart Poettering | |
sd_notify() should work for daemons that chroot() as part of their initilization, hence it's a good idea to use an abstract namespace socket which is not affected by chroot. | |||
2012-07-02 | journalctl: add new switch -b to show data from current boot only | Lennart Poettering | |
2012-07-02 | timedated: replace systemd-timedated-ntp.target logic with simpler scheme | Lennart Poettering | |
The previous systemd-timedated-ntp.target was suffering by the problem that NTP implementations enabled via the machanism could not be disabled the obvious way on the "systemctl disable" command line. Replace systemd-timedated-ntp.target by a list of implementations we try in turn. The list is encoded in $pkgdatadir/ntp-units. | |||
2012-07-02 | udev: man - clarify escaping and replacing for SYMLINK+= | Kay Sievers | |
2012-07-02 | udevd: fix bogus mkdir invocation | Dave Reisner | |
The filename parameter passed to mkdir can't contain anything but a garbage value at this point. This was meant to be the full pathname to the new udev DB, as the mkdir_parents() call before it won't create the trailing child directory. [replace mkdir_parents() + mkdir() with mkdir_p() -- kay] | |||
2012-07-02 | udevd: use ROOTPREFIX to create path to modules.devname | Dave Reisner | |
2012-06-29 | manager: serialize/deserialize job counters across reexec/reload | Lennart Poettering | |
2012-06-29 | logind: add PreparingForShutdown/PreparingForSleep properties | Lennart Poettering | |
2012-06-29 | update TODO | Lennart Poettering | |
2012-06-29 | remount-fs: also remount /usr according to fstab | Lennart Poettering | |
2012-06-29 | man: add references to the new inhibitor lock documentation | Lennart Poettering | |
2012-06-29 | mount: load only if we there's mountinfo or fragment | Michal Schmidt | |
Having information from /proc/self/mountinfo is sufficient to consider a mount unit loaded. When there's no mountinfo, the loading of the fragment for the mount unit is not optional. No extra dependency links must be added when the loading fails. https://bugzilla.redhat.com/show_bug.cgi?id=835848 | |||
2012-06-29 | mount: split adding of extras from mount_load() | Michal Schmidt | |
2012-06-28 | logind: add reference to new logind dbus api documentation | Lennart Poettering | |
2012-06-28 | man: add various links from man pages to appropriate wiki pages | Lennart Poettering | |
2012-06-28 | man: minor accuracy corrections | Lennart Poettering | |
2012-06-28 | main: print detected virtualiaztion at boot | Lennart Poettering | |
2012-06-28 | nspawn: introduce new --capabilities= flag and make use of it in the nspawn ↵ | Lennart Poettering | |
test case | |||
2012-06-28 | man: fix reference to systemd-tty-ask-password-agent | Tom Gundersen | |
2012-06-28 | update TODO | Lennart Poettering | |
2012-06-28 | test: reenable nspawn, even if it fails for now | Lennart Poettering | |
2012-06-28 | units: automatically respawn the core services | Lennart Poettering | |
2012-06-28 | modules-load: use correct va_list logging function | Michal Schmidt | |
2012-06-28 | man: extend watchdog docs a bit | Lennart Poettering | |
2012-06-28 | modules-load: fix return value | Michal Schmidt | |
2012-06-27 | update TODO | Lennart Poettering | |
2012-06-27 | man: fix incorrectly named manpage for udev service | Dave Reisner | |
The service is systemd-udev.service, not systemd-udevd.service. | |||
2012-06-27 | units: add explicit dependency on display-manager.service to graphical.target | Lennart Poettering | |
This replaces the symlink based dependency by an explicit one in the unit file so that we avoid the dangling symlink when no display manager is installed. | |||
2012-06-27 | modules-load: don't fail on builtin modules, better prints | Michal Schmidt | |
Distinguish between non-existing modules, builtin modules, already loaded modules, and modules we load. Only the non-existing ones are treated as errors. https://bugzilla.redhat.com/show_bug.cgi?id=817760 | |||
2012-06-27 | man: add reference to systemd-delta to tmpfiles | Lennart Poettering | |
2012-06-27 | man: document preset files | Lennart Poettering | |
2012-06-27 | man: document unit names in systemd-tmpfiles(8) | Lennart Poettering | |
2012-06-27 | update TODO | Lennart Poettering | |
2012-06-27 | udev: use the matching binary name "systemd-udevd" in log messages | Kay Sievers | |
2012-06-27 | man: document fstab generator | Lennart Poettering | |
2012-06-27 | man: document systemd-update-generator | Lennart Poettering | |
2012-06-27 | man: document getty-generator | Lennart Poettering | |
2012-06-27 | man: document systemd-cryptsetup-generator | Lennart Poettering | |
2012-06-27 | core: rename system.preset to system-presets to follow naming scheme of ↵ | Lennart Poettering | |
other dirs in /usr/lib/systemd/ Thankfully nobody is using this yet, and presets aren't documented yet, hence take the liberty to rename this. | |||
2012-06-27 | man: this time, fix Documentation= properly | Lennart Poettering | |