Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-06 | unit: continue boot when exiting emergency/resuce shell | Lennart Poettering | |
2010-10-06 | systemctl: require correctly formed unit names when enabling units | Lennart Poettering | |
2010-10-05 | README: mention libcap dependency | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=30060 | |||
2010-10-05 | timer: Add missing break in switch | Matthias Schiffer | |
2010-10-05 | mount: Don't stop the mountinfo parser if one line can't be read | Fabiano Fidêncio | |
The current behavior of the /proc/self/mountinfo parser is to stop the parser on parse failures I'm only changing this behavior to try the next line and adding a warning if occurs a fail. | |||
2010-10-05 | notify: fix include properly | Lennart Poettering | |
2010-10-05 | fix typo: s/seperat/separat/g | Dave Reisner | |
2010-10-05 | readahead: fix printf format string | Lennart Poettering | |
2010-10-05 | notify: add missing include | Lennart Poettering | |
2010-10-05 | build-sys: Add compiler and linker flags to reduce binary size | Gustavo Sverzut Barbieri | |
Reduce number of exported symbols with -fvisibility=hidden by default, this is safe as we're not generating and loadable library and our binaries should have no exported symbol other than main(). This alone reduces around 4kb per binary. It will also request GCC to emit every function and data variable in its own section, then request the linker to remove unused sections. This reduces the size of utility tools (/lib/systemd/systemd-*) by half or even more (in my system some binaries went from 84kb to 32kb). | |||
2010-10-05 | unit-name: fix unit name escaping | Mike Kelly | |
we want to do a bitwise shift, not a greater-than comparision | |||
2010-10-05 | man: fix typo | Lennart Poettering | |
2010-10-05 | man: document Sockets= switch | Lennart Poettering | |
2010-10-05 | man: document readahdea split-off | Lennart Poettering | |
2010-10-05 | service: rename settings for Restart= from 'restart-always' to 'always' and ↵ | Lennart Poettering | |
similar | |||
2010-10-05 | sd-daemon: split off sd_readahead() since it is not a feature of systemd ↵ | Lennart Poettering | |
itself but of an auxiliary tool | |||
2010-10-05 | mount: sort network mounts after network.target by default | Lennart Poettering | |
2010-10-05 | socket: make sockets to pass to a service configurable | Lennart Poettering | |
2010-10-05 | socket: make service to start on incoming traffic configurable | Lennart Poettering | |
2010-10-05 | man: fix suggested autoconf snippet | Lennart Poettering | |
2010-10-05 | readahead: ignore deleted files | Lennart Poettering | |
2010-10-02 | update fixme | Kay Sievers | |
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 | units: getty.target is pulled in via /lib these days | Lennart Poettering | |
2010-09-29 | readahead: make sure /dev/.systemd/readahead exists | Lennart Poettering | |
2010-09-29 | units: properly terminate readahead collection 10s after boot | Lennart Poettering | |
2010-09-29 | update fixme | Lennart Poettering | |
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 | |