Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-29 | units: get rid of special setup services for /var/run, /var/lock and /tmp, ↵ | Lennart Poettering | |
and rely on tmpfiles.d/ instead | |||
2010-09-29 | units: ship unit file for systemd-tmpfiles by default | Lennart Poettering | |
2010-09-28 | parse_env_file() - return empty value strings like FOO="" as NULL value | Kay Sievers | |
2010-09-28 | tmpfiles: install default tmpfiles configuration | Lennart Poettering | |
2010-09-28 | tmpfiles: move dir to /etc/tempfiles.d/ | Lennart Poettering | |
2010-09-28 | tmpfiles: return sensible error code | Lennart Poettering | |
2010-09-28 | tmpfiles: rename tempfiles to tmpfiles since this isn't windows | Lennart Poettering | |
2010-09-28 | units: schedule tmpwatch on idle class | Lennart Poettering | |
2010-09-28 | list: Fixing typo in LIST_FIND_HEAD | Fabiano Fidencio | |
Just removing a parenthesis | |||
2010-09-28 | sort fixme for v11 todo list | Lennart Poettering | |
2010-09-28 | readahead: ignore replay events when collecting | Lennart Poettering | |
2010-09-28 | update fixme | Michael Biebl | |
2010-09-28 | service: first lookup LSB facility names in tables, only then suppress ↵ | Lennart Poettering | |
self-provides | |||
2010-09-28 | readahead: fix SSD check | Lennart Poettering | |
2010-09-28 | service: Don't crash because of double free when Arch services are disabled ↵ | Matthias Schiffer | |
in rc.conf | |||
2010-09-28 | build-sys: add missing header files to tarball | Lennart Poettering | |
2010-09-28 | service: filter out empty LSB description strings | Lennart Poettering | |
2010-09-28 | service: when resolving sysv names drop leading $ | 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-09-28 | vconsole-setup: ignore empty strings like FOO="", imported from config files | Kay Sievers | |
2010-09-28 | units: add readahead unit files | Lennart Poettering | |
2010-09-28 | units: enable mount units by default and hook binary units into base.target ↵ | Lennart Poettering | |
instead of sysinit.target, leaving the latter for sysv compatibility | |||
2010-09-28 | tempfiles: add little utility for creating volatile files/dirs in tmpfs ↵ | Lennart Poettering | |
hierarchies | |||
2010-09-28 | mount: properly handle bind mounts | Lennart Poettering | |
2010-09-28 | service: shortcut sysv provides on ourselves | Lennart Poettering | |
2010-09-28 | service: ignore sysv $null service | Lennart Poettering | |
2010-09-27 | fix spelling of 'unneeded' at various places | Lennart Poettering | |
2010-09-27 | update fixme | Lennart Poettering | |
2010-09-27 | service: don't create sysv order deps on merged units | Lennart Poettering | |
2010-09-27 | load-fragment: reset fragment_path if we couldn't find a unit file for it | Lennart Poettering | |
2010-09-27 | readahead: avoid collisions with the NULL pointer | Lennart Poettering | |
2010-09-27 | Revert "hashmap: HASHMAP_FOREACH* iterate until ITERATOR_LAST" | Lennart Poettering | |
This reverts commit 66d9b3b59551a33398b2201662af5c8c17a367c9. If we check for i == ITERATOR_LAST we exit the loop one entry before the end. Instead we should return if e is NULL. | |||
2010-09-27 | update fixme | Lennart Poettering | |
2010-09-27 | update fixme | Lennart Poettering | |
2010-09-27 | Need to use #elif defined(DEBIAN) here... | Michael Biebl | |
This fixes a c&p error in 7472744bf9eddc7137f03233e49fa780793d5fc0 | |||
2010-09-27 | debian: add locale compat support | Michael Biebl | |
Read LANG from /etc/default/locale. | |||
2010-09-27 | readahead: properly initialize variable | Lennart Poettering | |
2010-09-27 | update fixme | Lennart Poettering | |
2010-09-27 | sysv: optionally disable of SysV init/rcN.d support at compile time | Fabiano Fidencio | |
This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to isolate code dealing with /etc/init.d and /etc/rcN.d for systems where it does not make sense (one that does not use sysv or one that is fully systemd native). The patch tries to be as little intrusive as possible, however in order to minimize the number of #ifdef'ed regions I've reordered some code in path-lookup.c:lookup_paths_init() where all code dealing with sysv is now isolated under running_as == MANAGER_SYSTEM as well. Moreover, In struct Service, some fields were rearranged to reduce the number of ifdefs. Lennart's suggestions were fixed and squashed with the original patch, that was sent by Gustavo Sverzut Barbieri (barbieri@profusion.mobi). | |||
2010-09-27 | hashmap: HASHMAP_FOREACH* iterate until ITERATOR_LAST | Harald Hoyer | |
2010-09-27 | job: show failure message only for start jobs | Lennart Poettering | |
2010-09-27 | mount: Remove double include of "mount.h" | Fabiano Fidencio | |
2010-09-27 | update fixme | Lennart Poettering | |
2010-09-26 | readahead-replay: use posix_fadvise instead of readahead | Harald Hoyer | |
2010-09-26 | readahead-collect: check for negative return codes of fs_on_ssd() | Harald Hoyer | |
2010-09-26 | readahead: add interface to sd-daemon.[ch] to control readahead | Lennart Poettering | |
2010-09-26 | readahead-collect: typo, free the correct pointer | Harald Hoyer | |
2010-09-25 | readahead: parse command line arguments | Lennart Poettering | |
2010-09-25 | readahead: never readahead temporary files since their names tend not to be ↵ | Lennart Poettering | |
stable |