summaryrefslogtreecommitdiff
path: root/src/load-fragment.c
Commit message (Expand)AuthorAgeFilesLines
* move libsystemd_core.la sources into core/Kay Sievers2012-04-111-2445/+0
* conf: enforce UTF8 validty everywhereLennart Poettering2012-03-121-44/+58
* service: add StartLimitInterval/StartLimitBurst/StartLimitActionMichael Olbrich2012-02-091-0/+1
* load-fragment: properly parse size values denoted in bytesLennart Poettering2012-01-311-1/+1
* unit: use safe downcasts, remove pointless castsMichal Schmidt2012-01-161-2/+2
* unit: use the UNIT() macro consistentlyMichal Schmidt2012-01-161-3/+3
* unit: remove union UnitMichal Schmidt2012-01-161-31/+31
* load-fragment: fix parsing of Socket= settingLennart Poettering2012-01-071-1/+5
* unit: properly update references to units which are mergedLennart Poettering2012-01-061-28/+30
* coverity: fix a couple of bugs found by coverityLennart Poettering2011-09-231-0/+1
* unit: introduce ConditionPathIsMountPoint=Lennart Poettering2011-09-211-3/+6
* exec: allow passing arbitrary path names to blkio cgroup attributesLennart Poettering2011-08-211-5/+16
* exec: add high-level controls for blkio cgroup attributesLennart Poettering2011-08-211-2/+165
* exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering2011-08-201-0/+195
* load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering2011-08-011-428/+150
* unit: introduce ConditionFileIsExecutable= and use it where we check for a bi...Lennart Poettering2011-07-121-0/+1
* path,unit: support globbing in conditions and path unitsLennart Poettering2011-07-071-5/+7
* unit: support wildcards in Environment=, EnvironmentFile=Lennart Poettering2011-07-011-4/+42
* unit: do wildcard expansion in ListenStream= and friendsLennart Poettering2011-07-011-5/+17
* execute: when parsing ConrolGroup= replace wildcardsLennart Poettering2011-06-301-2/+15
* exec: add ControlGroupModify= switch to allow changing access mode to cgroups fsLennart Poettering2011-06-301-1/+2
* unit: when loading symlinked template units, properly add all names on the wa...Lennart Poettering2011-06-281-4/+7
* socket: expose SO_BROADCASTLennart Poettering2011-05-191-0/+1
* socket: expose IP_TRANSPARENTLennart Poettering2011-05-191-0/+1
* exec: hangup/reset/deallocate VTs in gettysLennart Poettering2011-05-181-4/+45
* socket: add POSIX mqueue supportLennart Poettering2011-05-171-0/+14
* unit: make ignoring in snapshots a per unit property, instead of a per unit t...Lennart Poettering2011-05-051-0/+1
* socket: support ListeSpecial= socketsLennart Poettering2011-04-201-0/+12
* socket: guarantee order in which sockets are passed to be the one of the conf...Lennart Poettering2011-04-161-2/+7
* manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...Lennart Poettering2011-04-161-0/+1
* socket: support netlink socketsLennart Poettering2011-04-101-0/+10
* path: optionally, create watched directories in .path unitsLennart Poettering2011-04-101-0/+2
* unit: introduce OnFailureIsolate=Lennart Poettering2011-04-071-0/+1
* exec: support unlimited resourcesLennart Poettering2011-04-041-1/+5
* condition: add ConditionSecurityMichal Schmidt2011-04-031-0/+1
* load-fragment: unify config_parse_condition_{kernel, virt}Michal Schmidt2011-04-031-38/+6
* log: fix shifting of facilitiesLennart Poettering2011-03-311-3/+3
* use /run instead of /dev/.runKay Sievers2011-03-281-156/+198
* exec: properly apply capability bounding set, add inverted bounding setsLennart Poettering2011-03-181-2/+19
* unit: distuingish mandatory from triggering conditionsLennart Poettering2011-03-081-8/+20
* execute: load environment files at time of execution, not when we load the se...Lennart Poettering2011-03-041-62/+8
* unit: introduce ConditionVirtualization=Lennart Poettering2011-02-211-0/+30
* service: make main pid guessing optional, and reread pid file after reloadsLennart Poettering2011-02-131-0/+1
* pam: optionally reset cgroup memberships for login sessionsLennart Poettering2011-02-041-1/+0
* load-fragment: properly parse Nice= valueAdrian Spinu2011-02-031-1/+1
* clang: fix some issues found with clang-analyzerv17Lennart Poettering2011-01-221-20/+14
* execute: make sending of SIGKILL on shutdown optionalLennart Poettering2011-01-181-0/+1
* man: document missing KillSignal= and swap optionsLennart Poettering2011-01-181-0/+2
* execute: drop empty assignments from env blocks on execution but keep them ar...Lennart Poettering2011-01-061-1/+1
* fragment: allow prefixing of the EnvironmentFile= path with - to ignore errorsLennart Poettering2011-01-061-1/+13