summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vimrc: fix indentation logic for our docbook xml filesLennart Poettering2016-04-291-1/+1
* parse-util: fix conversion from size_t on s390 (#3147)Lubomir Rintel2016-04-291-1/+1
* Merge pull request #3137 from keszybz/dirent-simplificationLennart Poettering2016-04-2913-51/+63
|\
| * test: chmod +x sysv-generator-testZbigniew Jędrzejewski-Szmek2016-04-281-0/+2
| * test-path-util: add a trivial test for hidden_or_backup_fileZbigniew Jędrzejewski-Szmek2016-04-281-0/+22
| * tree-wide: rename hidden_file to hidden_or_backup_file and optimizeZbigniew Jędrzejewski-Szmek2016-04-289-36/+35
| * basic/dirent-util: do not call hidden_file_allow_backup from dirent_is_file_w...Zbigniew Jędrzejewski-Szmek2016-04-271-7/+3
| * networkd: drop unnecessary stmtZbigniew Jędrzejewski-Szmek2016-04-271-2/+0
| * machinectl: simplify option string assignmentZbigniew Jędrzejewski-Szmek2016-04-271-7/+2
* | nspawn: convert uuid to string (#3146)Evgeny Vereshchagin2016-04-291-1/+1
* | networkd: reconfigure IPv6 and static address after link up event (#3105)Susant Sahani2016-04-291-7/+23
* | basic/mount-util: recognize pvfs2 as network fs (#3140)Zbigniew Jędrzejewski-Szmek2016-04-281-1/+3
* | nspawn: initialize the veth_name (#3141)Evgeny Vereshchagin2016-04-281-1/+1
* | cgtop: initialize `ours' to NULL properly (#3139)Naohiro Aota2016-04-281-1/+1
* | Add croatian translation, hr.po and systemd.hr.catalog filesmuzena2016-04-273-0/+885
|/
* Stop syslog.socket when entering emergency mode (#3130)Martin Pitt2016-04-271-0/+1
* Correctly parse OBJECT_PID in journald messages (#3129)Nalin Dahyabhai2016-04-271-1/+1
* path-util: Add hidden suffixes for ucf (#3131)Martin Pitt2016-04-271-0/+3
* journal: set STATE_ARCHIVED as part of offlining (#2740)Vito Caputo2016-04-272-2/+9
* core: set start job timeout from the kernel commandline (#3112)tblume2016-04-262-0/+18
* Merge pull request #3124 from poettering/small-journal-fixesZbigniew Jędrzejewski-Szmek2016-04-263-14/+40
|\
| * man: elaborate on the automatic systemd-journald.socket service dependenciesLennart Poettering2016-04-261-5/+8
| * journal-file: make seeking in corrupted files workLennart Poettering2016-04-261-6/+16
| * journal-file: when iterating through a partly corruped journal file, treat er...Lennart Poettering2016-04-261-1/+7
| * journal-file: always generate the same error when encountering corrupted filesLennart Poettering2016-04-261-1/+1
| * journal: when dumping journal contents, react nicer to lines we can't readLennart Poettering2016-04-261-1/+4
| * sd-journal: detect earlier if we try to read an object from an invalid offsetLennart Poettering2016-04-261-0/+4
* | Revert "smaller journal fixes (#3124)"Zbigniew Jędrzejewski-Szmek2016-04-263-40/+14
* | Merge pull request #3093 from poettering/nspawn-userns-magicLennart Poettering2016-04-2617-75/+1091
|\ \
| * | nspawn: when readjusting UID/GID ownership of OS trees, skip read-only subtreesLennart Poettering2016-04-253-3/+27
| * | nspawn: don't try to patch UIDs/GIDs of procfs and suchlikeLennart Poettering2016-04-252-2/+46
| * | units: turn on user namespace by default in systemd-nspawn@.serviceLennart Poettering2016-04-251-1/+1
| * | nspawn: make -U a tiny bit smarterLennart Poettering2016-04-253-6/+16
| * | man: document the new user namespacing optionsLennart Poettering2016-04-252-30/+87
| * | nspawn: allow configuration of user namespaces in .nspawn filesLennart Poettering2016-04-254-63/+225
| * | nspawn: add -U as shortcut for --private-users=pickLennart Poettering2016-04-251-3/+12
| * | nspawn: optionally, automatically allocate a UID/GID range for userns containersLennart Poettering2016-04-251-37/+189
| * | nspawn: optionally fix up OS tree uid/gids for usernsLennart Poettering2016-04-256-2/+560
| * | util: copy_file_range() returns EBADF when used on a ttyLennart Poettering2016-04-251-1/+1
* | | smaller journal fixes (#3124)Lennart Poettering2016-04-263-14/+40
* | | tests: document requirements of networkd integration tests (#3125)Martin Pitt2016-04-261-1/+6
| |/ |/|
* | systemd --user: call pam_loginuid when creating user@.service (#3120)Zbigniew Jędrzejewski-Szmek2016-04-261-0/+1
* | Merge pull request #3109 from poettering/journal-by-fdZbigniew Jędrzejewski-Szmek2016-04-2522-175/+573
|\ \
| * | journalctl: turn --unit= in combination with --user into --user-unit=Lennart Poettering2016-04-251-0/+12
| * | man: document the new by-fd journal callsLennart Poettering2016-04-252-30/+49
| * | man: don't include history sections in man pagesLennart Poettering2016-04-253-45/+0
| * | sd-journal: "soft" deprecate sd_journal_open_container()Lennart Poettering2016-04-252-1/+4
| * | journalctl: port --machine= switch to use machined's OpenMachineRootDirectory()Lennart Poettering2016-04-251-3/+50
| * | sd-journal: add logic to open journal files of a specific OS treeLennart Poettering2016-04-252-8/+15
| * | machined: add new OpenRootDirectory() call to Machine objectsLennart Poettering2016-04-253-0/+114