summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2014-03-06util: add timeout to generator executionLennart Poettering2-76/+88
2014-03-06generators: rework mount generatorsLennart Poettering3-0/+138
2014-03-05systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop...Lennart Poettering2-0/+16
2014-03-05strv: add new STR_IN_SET() macro that operates similar to IN_SET() but for st...Lennart Poettering1-0/+2
2014-03-05missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering2-1/+5
2014-03-04architecture: Add crisUmut Tezduyar Lindskog2-0/+6
2014-03-04logind: make $XDG_RUNTIME_DIR a per-user tmpfsLennart Poettering3-1/+23
2014-03-04Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek3-7/+15
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek5-14/+17
2014-03-03conf-parser: minor optimization in config_parse_string()Lennart Poettering1-36/+34
2014-03-03conf-parser: drop special casing in config_parse_path()Lennart Poettering1-10/+4
2014-03-03conf-parser: config_parse_path_strv() is not generic, so let's move it into l...Lennart Poettering2-59/+0
2014-03-03core: move config_parse_set_status() into load-fragment.cLennart Poettering2-86/+0
2014-03-03core: move ShowStatus type into the coreLennart Poettering4-59/+2
2014-03-03conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering2-22/+24
2014-03-03core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering3-2/+6
2014-03-02Disallow sizes with increasing unit sizeZbigniew Jędrzejewski-Szmek1-14/+16
2014-03-02Allow fractional parts in disk sizesZbigniew Jędrzejewski-Szmek1-2/+22
2014-02-28architecture: Add tilegxHenrik Grindal Bakken2-0/+6
2014-02-27logs-show: fix corrupt output with empty messagesUoti Urpala1-0/+5
2014-02-25Use /var/run/dbus/system_bus_socket for the D-Bus socketZbigniew Jędrzejewski-Szmek1-1/+1
2014-02-26core: add new RestrictAddressFamilies= switchLennart Poettering5-1/+94
2014-02-25login: fix pos-array allocationDavid Herrmann1-0/+9
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2-4/+2
2014-02-24architecture: apparently there is LE ppc nowLennart Poettering2-2/+16
2014-02-24smack: rework security labeling for multiple frameworksŁukasz Stelmach2-41/+77
2014-02-24smack: relabel directories and files created by systemdŁukasz Stelmach1-3/+57
2014-02-24virt: make Virtualization an anonymous enumThomas Hindoe Paaboel Andersen3-6/+5
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering4-19/+86
2014-02-23src/shared/ cannot reference symbols from librariesKay Sievers3-3/+130
2014-02-21net-util: match on the driver as exposed by ethtool if DRIVER not setTom Gundersen2-3/+9
2014-02-21man: don't document ".include" in configuration files anymore as first step t...Lennart Poettering1-0/+9
2014-02-21ptyfwd: reset nonblocking modeLennart Poettering1-3/+8
2014-02-21.network/.netdev/.link: allow to match on architectureTom Gundersen2-0/+5
2014-02-21shared/architecture.h: fix preprocessor directivesDaniel Mack1-2/+2
2014-02-21core: Add AppArmor profile switchingMichael Scherer2-1/+5
2014-02-21missing: simplificationsLennart Poettering1-16/+8
2014-02-21build-sys: Add setns() functions if not in the C library.Holger Schurig1-0/+17
2014-02-21core: add new ConditionArchitecture() that checks the architecture returned b...Lennart Poettering4-1/+291
2014-02-20net-util: match - allow globbingTom Gundersen1-2/+3
2014-02-20network/link: Match - filter on kernel cmdline, host and virtTom Gundersen2-0/+63
2014-02-20condition: split out most of condition handling into libsystemd-shardTom Gundersen2-0/+320
2014-02-20macro: add nice macro for disabling -Wnonnull temporarilyLennart Poettering1-0/+4
2014-02-20macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering1-0/+4
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2-3/+6
2014-02-20util: get rid of warnings around assert_cc() macroLennart Poettering1-2/+21
2014-02-19util: simplify get_ctty()Lennart Poettering1-19/+8
2014-02-19make gcc shut upLennart Poettering6-8/+8
2014-02-19label: minor optimizationsLennart Poettering1-16/+11
2014-02-19missing.h: add some IFLA_* constantsTom Gundersen1-0/+14