summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2013-04-25util: rework safe_atod() to be locale-independentLennart Poettering
2013-04-25conf-parser: restrict .include usageLennart Poettering
2013-04-24cgroup: always validate cgroup controller namesLennart Poettering
2013-04-24fileio: unify how we chop off whitespace from key and value in parse_env_file...Lennart Poettering
2013-04-24do not create /dev/rtc symlink, let systemd search for it if neededKay Sievers
2013-04-24Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek
2013-04-22cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering
2013-04-22nspawn: suffix the nspawn cgroups with ".nspawn"Lennart Poettering
2013-04-19core/killall: use procfs_file_allocaZbigniew Jędrzejewski-Szmek
2013-04-19Reintroduce f_type comparison macroHarald Hoyer
2013-04-18Revert f_type fixupsHarald Hoyer
2013-04-18macro.h: let F_TYPE_CMP() macro fail to compile, if second parameter is not c...Harald Hoyer
2013-04-18fileio.c: do not parse comments after non-whitespace charsHarald Hoyer
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-18rename CMP_F_TYPE to F_TYPE_CMPHarald Hoyer
2013-04-18Add ugly CMP_F_TYPE() macroHarald Hoyer
2013-04-18Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters
2013-04-17fixup for cddf148028f52Harald Hoyer
2013-04-17fixup 8c68a7017 and cast to (unsigned long)Harald Hoyer
2013-04-17fixed statfs.f_type signed vs unsigned comparisonsHarald Hoyer
2013-04-17core/execute: report invalid environment variables from filesHarald Hoyer
2013-04-17fileio:parse_env_file_internal() fix environment file parsingHarald Hoyer
2013-04-17fileio: also escape $ and ` when writing out env varsMantas Mikulėnas
2013-04-17systemd: ignore hw timestamps in containersZbigniew Jędrzejewski-Szmek
2013-04-17core/main: use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek
2013-04-17conf-parser: generate 7 parsing functions from a macroZbigniew Jędrzejewski-Szmek
2013-04-16util: make generation of profcs PID paths nicerLennart Poettering
2013-04-16path-util: unify code for detecting OS treesLennart Poettering
2013-04-16macro: rework how we define cleanup macrosLennart Poettering
2013-04-16util: replace decimal_str_max() by a typesafe macro DECIMAL_STR_WIDTH()Lennart Poettering
2013-04-16nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering
2013-04-16util: make sure result of hostname_cleanup() passes hostname_is_valid()Lennart Poettering
2013-04-15audit: since nspawn now sets CAP_AUDIT_CONTROL for containers we cannot user ...Lennart Poettering
2013-04-15core: always create /user and /machine top-level cgroup dirsLennart Poettering
2013-04-15do not change console to non-unicode for LANG=CHarald Hoyer
2013-04-15Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-04-15bus: handle env vars safelyLennart Poettering
2013-04-14MurmurHash3: actually inline functionsZbigniew Jędrzejewski-Szmek
2013-04-14kdbus: generare bloom filters properly for messages we sendLennart Poettering
2013-04-14util: introduce alloca0() and use it at a number of placesLennart Poettering
2013-04-13fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek
2013-04-13Remove a few NULLsZbigniew Jędrzejewski-Szmek
2013-04-12util: add wrapper for realloc to avoid specyfing typeZbigniew Jędrzejewski-Szmek
2013-04-12bus: don't calculate kmsg message too largeLennart Poettering
2013-04-11hwclock: use _cleanup_ to simplify functionZbigniew Jędrzejewski-Szmek
2013-04-11errno is positiveZbigniew Jędrzejewski-Szmek
2013-04-11macro: make sure ALIGN() can be calculated constant by the compilerLennart Poettering
2013-04-10systemctl: ellipsize job list only when necessary, highlight runningZbigniew Jędrzejewski-Szmek
2013-04-08machine-id: fix missing initializationsystemd/v201Lennart Poettering