summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-261-0/+9
* Merge pull request #3124 from poettering/small-journal-fixesZbigniew Jędrzejewski-Szmek2016-04-262-9/+32
|\
| * 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-262-32/+9
* | Merge pull request #3093 from poettering/nspawn-userns-magicLennart Poettering2016-04-2612-44/+987
|\ \
| * | 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
| * | nspawn: make -U a tiny bit smarterLennart Poettering2016-04-252-5/+13
| * | 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-254-2/+546
| * | util: copy_file_range() returns EBADF when used on a ttyLennart Poettering2016-04-251-1/+1
* | | smaller journal fixes (#3124)Lennart Poettering2016-04-262-9/+32
| |/ |/|
* | 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-2518-100/+524
|\ \
| * | journalctl: turn --unit= in combination with --user into --user-unit=Lennart Poettering2016-04-251-0/+12
| * | 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
| * | sd-journal: add API for opening journal files or directories by fdLennart Poettering2016-04-2513-75/+305
| * | sd-journal: minor simplificationLennart Poettering2016-04-251-7/+1
| * | journalctl: improve error message when we have trouble reading journal filesLennart Poettering2016-04-251-1/+1
| * | sd-journal: properly collect errors from readdir()Lennart Poettering2016-04-251-2/+2
| * | journal: add inotify watches by-fd instead of by-pathLennart Poettering2016-04-253-5/+22
| |/
* | Merge pull request #3114 from poettering/journalctl-bZbigniew Jędrzejewski-Szmek2016-04-252-54/+76
|\ \
| * | journalctl: don't trust the per-field entry tables when looking for boot IDsLennart Poettering2016-04-251-20/+38
| * | journalctl: improve output of --header a bitLennart Poettering2016-04-251-10/+10
| * | journalctl: simplify discover_next_boot() a bitLennart Poettering2016-04-251-13/+8
| * | journalctl: simplify get_boots() a bit, by getting rid of one BootId objectLennart Poettering2016-04-251-8/+8
| * | journalctl: add some explanatory comments to get_boots()Lennart Poettering2016-04-251-7/+16
| |/
* | machined: generate a nicer error when the user tries "machinectl clone" on no...Lennart Poettering2016-04-251-0/+2
* | core: fix description of "resources" service error (#3119)Lennart Poettering2016-04-252-2/+2
* | Merge pull request #3113 from ssahani/route-fixLennart Poettering2016-04-252-7/+6
|\ \
| * | networkd: Address- initialize the node before adding to list.Susant Sahani2016-04-251-4/+3
| * | networkd: Fix route properties.Susant Sahani2016-04-251-3/+3
| |/
* | journal: fix already offline check and thread leak (#2810)Vito Caputo2016-04-251-2/+4
* | nspawn: explicitly remove veth links after use (#3111)Lennart Poettering2016-04-254-1/+51
|/
* machinectl: don't parse command line switches after "shell" verb (#3095)Lennart Poettering2016-04-221-1/+29
* tree-wide: remove unused variables (#3098)Thomas H. P. Andersen2016-04-223-3/+2
* Merge pull request #3094 from poettering/run-sliceZbigniew Jędrzejewski-Szmek2016-04-223-3/+10
|\
| * run: make --slice= work in conjunction with --scopeLennart Poettering2016-04-221-0/+4