summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sd-event: Fix systemd crash when using timer units.Thomas Bächler2014-02-211-1/+1
* systemctl: fix compiler warning in list_timers()Daniel Mack2014-02-211-1/+1
* shared/architecture.h: fix preprocessor directivesDaniel Mack2014-02-211-2/+2
* manager: be more precise in message about restartZbigniew Jędrzejewski-Szmek2014-02-201-1/+4
* nspawn: when adding a veth interface to a bridge, use the "vb-" rather than "...Lennart Poettering2014-02-211-2/+9
* replace tabs with spaces in some filesJason St. John2014-02-211-2/+2
* core: Add AppArmor profile switchingMichael Scherer2014-02-219-5/+113
* selinux: Don't attempt to load policy in initramfs if it doesn't existColin Walters2014-02-211-0/+7
* missing: simplificationsLennart Poettering2014-02-211-16/+8
* build-sys: Add setns() functions if not in the C library.Holger Schurig2014-02-211-0/+17
* hostnamectl: should the sanitized arch, not the native uname() oneLennart Poettering2014-02-212-1/+7
* core: add new ConditionArchitecture() that checks the architecture returned b...Lennart Poettering2014-02-217-1/+347
* net-util: match - allow globbingTom Gundersen2014-02-201-2/+3
* sd-dhcp-client: prevent timer related memory leaksUmut Tezduyar Lindskog2014-02-201-0/+4
* networkd: netdev - allow filtering on kernel cmdline, host and virtTom Gundersen2014-02-207-53/+86
* network/link: Match - filter on kernel cmdline, host and virtTom Gundersen2014-02-208-42/+121
* condition: split out most of condition handling into libsystemd-shardTom Gundersen2014-02-204-255/+321
* condition: refactor a bitTom Gundersen2014-02-201-50/+70
* python: reindent _reader.cLennart Poettering2014-02-201-582/+577
* macro: add nice macro for disabling -Wnonnull temporarilyLennart Poettering2014-02-202-4/+12
* macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering2014-02-206-24/+27
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-208-34/+32
* util: get rid of warnings around assert_cc() macroLennart Poettering2014-02-201-2/+21
* journal: fix compiler warning in journal_file_append_data()Daniel Mack2014-02-201-1/+1
* journal: fix compiler warning in real_journal_next()Daniel Mack2014-02-201-2/+2
* libsystemd: fix compiler warning in property_get_set_callbacks_run()Daniel Mack2014-02-201-1/+1
* core/unit: fix unit_add_target_dependencies() for units with no dependenciesDaniel Mack2014-02-201-1/+1
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-2081-318/+326
* sd-bus: the bus returned should be the first argJason A. Donenfeld2014-02-204-9/+9
* udev: net-config - allow interface names to be set from the hwdbTom Gundersen2014-02-192-0/+5
* build-sys: export experimental symbols only with --enable-kdbusKay Sievers2014-02-192-1/+3
* bus: fix unreffing logicLennart Poettering2014-02-191-1/+2
* sd-dhcp-client: fix mixup between raw and udp socketsTom Gundersen2014-02-191-3/+3
* sd-damon is LGPL nowKay Sievers2014-02-191-21/+16
* update TODOLennart Poettering2014-02-191-1/+1
* build-sys: merge libsystemd-journal into libsystemdKay Sievers2014-02-193-57/+63
* tmpfiles: simplificationLennart Poettering2014-02-191-3/+1
* util: simplify get_ctty()Lennart Poettering2014-02-191-19/+8
* timedatectl: fix minor memory leakLennart Poettering2014-02-191-6/+3
* udev: make sure we always return a valid error code in trie_store()Lennart Poettering2014-02-191-6/+5
* sd-id128: use new dev_urandom() callLennart Poettering2014-02-191-12/+4
* journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us...Lennart Poettering2014-02-191-8/+10
* execute: modernizationsLennart Poettering2014-02-191-12/+4
* make gcc shut upLennart Poettering2014-02-1930-39/+39
* busctl: add --no-legend and use in bash completionThomas Hindoe Paaboel Andersen2014-02-191-6/+16
* sd-rtnl: test - include missing.h to build on old kernelsTom Gundersen2014-02-191-0/+1
* networkd: dhcp - log when lease is lostTom Gundersen2014-02-191-0/+2
* networkd: link - only reset transient hostname if it was set by usTom Gundersen2014-02-191-3/+8
* systemctl: remove erroneous return in runlevel_parse_argv()Maciej Wereski2014-02-191-1/+0
* logind: remove redundant check in manager_new()Maciej Wereski2014-02-191-2/+1