summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* label: minor optimizationsLennart Poettering2014-02-191-16/+11
* missing.h: add some IFLA_* constantsTom Gundersen2014-02-192-0/+15
* event: fix crash on child-source state modificationsDavid Herrmann2014-02-191-2/+2
* core: add Personality= option for units to set the personality for spawned pr...Lennart Poettering2014-02-1911-4/+95
* build-sys: fixups for libsystemd-daemon mergeZbigniew Jędrzejewski-Szmek2014-02-182-7/+2
* build-sys: merge libsystemd-daemon into libsystemdKay Sievers2014-02-198-116/+47
* nspawn: add new --personality= switch to make it easier to run 32bit containe...Lennart Poettering2014-02-183-0/+53
* net-match: fix Driver= matchTom Gundersen2014-02-182-2/+2
* networkd: refactor link_add() ...Tom Gundersen2014-02-183-31/+48
* nspawn: x86 is special with its socketcall() semantics, be permissive in the ...Lennart Poettering2014-02-181-1/+1
* seccomp: add helper call to add all secondary archs to a seccomp filterLennart Poettering2014-02-184-12/+52
* nspawn: allow 32-bit chroots from 64-bit hostsDave Reisner2014-02-181-0/+8