summaryrefslogtreecommitdiff
path: root/src/load-fragment-gperf.gperf.m4
AgeCommit message (Collapse)Author
2012-04-12move more main systemd parts to core/Kay Sievers
2012-04-12unit: introduce ConditionPathIsReadWriteLennart Poettering
2012-03-13socket: add option for SO_PASSECLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=798760 (Note that this work is not complete yet, as the kernel seems to send us useless data with SCM_SECURITY enabled)
2012-02-09service: add StartLimitInterval/StartLimitBurst/StartLimitActionMichael Olbrich
2012-02-09service: ignore SIGPIPE by defaultsystemd/v41Lennart Poettering
2012-02-08service: introduce WatchdogSec and hook up the watchdog with the existing ↵Michael Olbrich
failure logic
2012-01-31load-fragment: properly parse size values denoted in bytesLennart Poettering
2012-01-18persistant -> persistentKay Sievers
2012-01-18exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering
2012-01-16unit: remove union UnitMichal Schmidt
Now that objects of all unit types are allocated the exact amount of memory they need, the Unit union has lost its purpose. Remove it. "Unit" is a more natural name for the base unit class than "Meta", so rename Meta to Unit. Access to members of the base class gets simplified.
2012-01-11unit: implement new PropagateReloadTo=/PropagateReloadFrom= operationsLennart Poettering
2011-12-31socket: rename the PassCred= option to PassCredentials=, since we don't want ↵Lennart Poettering
to needlessly abbreviate options unless they are very well established
2011-12-08path: add missing pieces for PathModifiedMichal Schmidt
PATH_MODIFIED worked internally for PID files detection, but was unusable in units.
2011-11-30socket: add option for SO_PASSCREDMichal Schmidt
Add an option to enable SO_PASSCRED for unix sockets.
2011-10-11unit: introduce ConditionCapabilityLennart Poettering
2011-09-21condition: add ConditionPathIsSymbolicLinkMichal Schmidt
2011-09-21unit: introduce ConditionPathIsMountPoint=Lennart Poettering
2011-08-21exec: add high-level controls for blkio cgroup attributesLennart Poettering
2011-08-20exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering
2011-08-04gperf: add missing.h that was present in the C version to the m4Koen Kooi
This fixes: src/load-fragment-gperf.c:413:51: error: 'RLIMIT_RTTIME' undeclared (first use in this function)
2011-08-02exec: introduce PrivateNetwork= process option to turn off network access to ↵Lennart Poettering
specific services
2011-08-01gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not setLennart Poettering
2011-08-01load-fragment: speed up parsing by using a perfect hash table with ↵Lennart Poettering
configuration settings built by gperf