Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-05 | readahead: ignore deleted files | Lennart Poettering | |
2010-09-30 | readahead: minor 32bit fixes | Lennart Poettering | |
2010-09-29 | tmpfiles: fix typo in comment | Andreas Jaeger | |
2010-09-29 | readahead: preload pack file | Lennart Poettering | |
2010-09-29 | readahead: make sure /dev/.systemd/readahead exists | Lennart Poettering | |
2010-09-28 | parse_env_file() - return empty value strings like FOO="" as NULL value | Kay Sievers | |
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 | list: Fixing typo in LIST_FIND_HEAD | Fabiano Fidencio | |
Just removing a parenthesis | |||
2010-09-28 | readahead: ignore replay events when collecting | Lennart Poettering | |
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 | 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 | 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 | 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 | 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 | 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 | |||
2010-09-25 | readahead: make candidate for early OOM kill | Lennart Poettering | |
2010-09-25 | readahead: exit after a maximum runtime | Lennart Poettering | |
2010-09-25 | readahead-replay: delay ready notification until we queued first read | Lennart Poettering | |
2010-09-25 | readahead: disable on low memory machines | Lennart Poettering | |
2010-09-24 | readahead: take file system root on command line | Lennart Poettering | |
2010-09-23 | readahead: normalize logging | Lennart Poettering | |
2010-09-23 | readahead: put limit on files we read ahead | Lennart Poettering | |
2010-09-23 | readahead: add btrfs defrag support | Lennart Poettering | |