summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: missing EXTRA_DISTv209Lennart Poettering2014-02-201-0/+1
|
* build-sys: install compat .pc fileLennart Poettering2014-02-201-0/+1
|
* build-sys: add linkwarning.h to tarballLennart Poettering2014-02-201-0/+3
|
* update TODOLennart Poettering2014-02-201-6/+0
|
* api: in constructor function calls, always put the returned object pointer ↵Lennart Poettering2014-02-2081-318/+326
| | | | | | | | | | | | | | | | | | | | | | | | | | | first (or second) Previously the returned object of constructor functions where sometimes returned as last, sometimes as first and sometimes as second parameter. Let's clean this up a bit. Here are the new rules: 1. The object the new object is derived from is put first, if there is any 2. The object we are creating will be returned in the next arguments 3. This is followed by any additional arguments Rationale: For functions that operate on an object we always put that object first. Constructors should probably not be too different in this regard. Also, if the additional parameters might want to use varargs which suggests to put them last. Note that this new scheme only applies to constructor functions, not to all other functions. We do give a lot of freedom for those. Note that this commit only changes the order of the new functions we added, for old ones we accept the wrong order and leave it like that.
* sd-bus: the bus returned should be the first argJason A. Donenfeld2014-02-204-9/+9
| | | | This matches the API of previous headers, such as sd-journal.h.
* udev: net-config - allow interface names to be set from the hwdbTom Gundersen2014-02-196-1/+21
|
* build-sys: install experimental man pages only with --enable-kdbusKay Sievers2014-02-191-60/+60
|
* build-sys: bump release in preparation for releaseLennart Poettering2014-02-191-1/+1
|
* build-sys: enable compat-libs for distcheckKay Sievers2014-02-191-1/+2
|
* build-sys: export experimental symbols only with --enable-kdbusKay Sievers2014-02-193-6/+13
|
* bus: fix unreffing logicLennart Poettering2014-02-191-1/+2
|
* sd-dhcp-client: fix mixup between raw and udp socketsTom Gundersen2014-02-191-3/+3
|
* build-sys: add gcrypt CFLAGSKay Sievers2014-02-191-1/+3
|
* man: fix references to .pc files which aren't separate anymoreLennart Poettering2014-02-1926-29/+29
|
* sd-damon is LGPL nowKay Sievers2014-02-192-22/+17
|
* update TODOLennart Poettering2014-02-192-1/+4
|
* man: don't advertise sd-daemon as embeddable anymoreLennart Poettering2014-02-196-190/+30
| | | | It's now part of libsystemd, and should be used like any other API.
* build-sys: merge libsystemd-journal into libsystemdKay Sievers2014-02-194-244/+217
|
* busctl: install bash completionThomas Hindoe Paaboel Andersen2014-02-191-0/+1
|
* 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 ↵Lennart Poettering2014-02-191-8/+10
| | | | sd_journal_get_cutoff_realtime_usec() on failure
* execute: modernizationsLennart Poettering2014-02-191-12/+4
|
* make gcc shut upLennart Poettering2014-02-1930-39/+39
| | | | | | | If -flto is used then gcc will generate a lot more warnings than before, among them a number of use-without-initialization warnings. Most of them without are false positives, but let's make them go away, because it doesn't really matter.
* NEWS: Mention the new Personality= switch in unit filesLennart Poettering2014-02-191-1/+3
|
* busctl: add --no-legend and use in bash completionThomas Hindoe Paaboel Andersen2014-02-193-8/+28
|
* busctl: update bash completionThomas Hindoe Paaboel Andersen2014-02-191-5/+20
|
* man: busctl typo fixThomas Hindoe Paaboel Andersen2014-02-191-1/+1
|
* 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
|
* update TODOLennart Poettering2014-02-191-0/+14
|
* label: minor optimizationsLennart Poettering2014-02-191-16/+11
|
* missing.h: add some IFLA_* constantsTom Gundersen2014-02-192-0/+15
| | | | | These were added to the kernel between 3.5 and 3.9, let's not require such recent kernels (yet).
* event: fix crash on child-source state modificationsDavid Herrmann2014-02-191-2/+2
| | | | | | | | | | | Setting a child-source state to anything but SD_EVENT_OFF currently does nothing. The condition logic is flawed. Move the state update *below* the test for the previous state. Fixes a crash if you call: sd_event_source_set_enabled(source, SD_EVENT_ON); sd_event_source_unref(source); on a child-source in its own callback.
* man: document $MAINPIDLennart Poettering2014-02-191-1/+12
|
* update TODOLennart Poettering2014-02-191-0/+8
|
* core: add Personality= option for units to set the personality for spawned ↵Lennart Poettering2014-02-1912-14/+122
| | | | processes
* build-sys: fixups for libsystemd-daemon mergeZbigniew Jędrzejewski-Szmek2014-02-183-8/+3
|
* build-sys: install headers with --enable-kdbusKay Sievers2014-02-191-1/+14
|
* build-sys: merge libsystemd-daemon into libsystemdKay Sievers2014-02-199-241/+93
|
* test: add missing test unitsLennart Poettering2014-02-182-0/+12
|
* nspawn: add new --personality= switch to make it easier to run 32bit ↵Lennart Poettering2014-02-185-0/+75
| | | | containers on a 64bit host
* delta: add bash completionThomas Hindoe Paaboel Andersen2014-02-182-0/+62
|