summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: prepare v11v11Lennart Poettering2010-10-071-1/+1
|
* update fixmeLennart Poettering2010-10-071-8/+0
|
* units: make sure we run all early boot units before entering basic.targetLennart Poettering2010-10-0716-11/+16
|
* update fixmeLennart Poettering2010-10-071-0/+2
|
* util: never use sizeof(sa_family_t) when calculating sockaddr sizesLennart Poettering2010-10-077-19/+24
|
* manager: notify plymouth about progress if it is runningLennart Poettering2010-10-064-3/+74
|
* unit: continue boot when exiting emergency/resuce shellLennart Poettering2010-10-063-9/+6
|
* systemctl: require correctly formed unit names when enabling unitsLennart Poettering2010-10-067-58/+55
|
* README: mention libcap dependencyLennart Poettering2010-10-051-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=30060
* timer: Add missing break in switchMatthias Schiffer2010-10-051-1/+1
|
* mount: Don't stop the mountinfo parser if one line can't be readFabiano Fidêncio2010-10-051-3/+5
| | | | | | | | 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.
* notify: fix include properlyLennart Poettering2010-10-051-1/+1
|
* fix typo: s/seperat/separat/gDave Reisner2010-10-056-11/+11
|
* readahead: fix printf format stringLennart Poettering2010-10-051-1/+1
|
* notify: add missing includeLennart Poettering2010-10-051-0/+1
|
* build-sys: Add compiler and linker flags to reduce binary sizeGustavo Sverzut Barbieri2010-10-051-1/+6
| | | | | | | | | | | | | 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).
* unit-name: fix unit name escapingMike Kelly2010-10-051-1/+1
| | | | we want to do a bitwise shift, not a greater-than comparision
* man: fix typoLennart Poettering2010-10-051-1/+1
|
* man: document Sockets= switchLennart Poettering2010-10-051-0/+27
|
* man: document readahdea split-offLennart Poettering2010-10-054-15/+134
|
* service: rename settings for Restart= from 'restart-always' to 'always' and ↵Lennart Poettering2010-10-059-16/+18
| | | | similar
* sd-daemon: split off sd_readahead() since it is not a feature of systemd ↵Lennart Poettering2010-10-055-50/+167
| | | | itself but of an auxiliary tool
* mount: sort network mounts after network.target by defaultLennart Poettering2010-10-051-3/+10
|
* socket: make sockets to pass to a service configurableLennart Poettering2010-10-057-36/+140
|
* socket: make service to start on incoming traffic configurableLennart Poettering2010-10-053-2/+56
|
* man: fix suggested autoconf snippetLennart Poettering2010-10-051-2/+4
|
* readahead: ignore deleted filesLennart Poettering2010-10-051-1/+1
|
* update fixmeKay Sievers2010-10-021-0/+3
|
* readahead: minor 32bit fixesLennart Poettering2010-09-302-2/+2
|
* tmpfiles: fix typo in commentAndreas Jaeger2010-09-291-1/+1
|
* readahead: preload pack fileLennart Poettering2010-09-291-0/+2
|
* units: getty.target is pulled in via /lib these daysLennart Poettering2010-09-291-3/+0
|
* readahead: make sure /dev/.systemd/readahead existsLennart Poettering2010-09-291-0/+3
|
* units: properly terminate readahead collection 10s after bootLennart Poettering2010-09-297-3/+48
|
* update fixmeLennart Poettering2010-09-291-4/+0
|
* units: get rid of special setup services for /var/run, /var/lock and /tmp, ↵Lennart Poettering2010-09-294-69/+2
| | | | and rely on tmpfiles.d/ instead
* units: ship unit file for systemd-tmpfiles by defaultLennart Poettering2010-09-295-2/+26
|
* parse_env_file() - return empty value strings like FOO="" as NULL valueKay Sievers2010-09-283-4/+8
|
* tmpfiles: install default tmpfiles configurationLennart Poettering2010-09-283-0/+24
|
* tmpfiles: move dir to /etc/tempfiles.d/Lennart Poettering2010-09-281-3/+3
|
* tmpfiles: return sensible error codeLennart Poettering2010-09-281-11/+31
|
* tmpfiles: rename tempfiles to tmpfiles since this isn't windowsLennart Poettering2010-09-283-6/+6
|
* units: schedule tmpwatch on idle classLennart Poettering2010-09-282-2/+3
|
* list: Fixing typo in LIST_FIND_HEADFabiano Fidencio2010-09-281-1/+1
| | | | Just removing a parenthesis
* sort fixme for v11 todo listLennart Poettering2010-09-281-14/+20
|
* readahead: ignore replay events when collectingLennart Poettering2010-09-284-21/+85
|
* update fixmeMichael Biebl2010-09-281-0/+2
|
* service: first lookup LSB facility names in tables, only then suppress ↵Lennart Poettering2010-09-281-24/+25
| | | | self-provides
* readahead: fix SSD checkLennart Poettering2010-09-281-1/+1
|
* service: Don't crash because of double free when Arch services are disabled ↵Matthias Schiffer2010-09-281-0/+1
| | | | in rc.conf