summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tests: move fileio related tests to test-fileio.cRonny Chevalier2016-03-032-133/+133
| * | | | tests: move stat-util related tests to test-stat-util.cRonny Chevalier2016-03-034-37/+76
| * | | | tests: move signal-util related tests to test-signal-util.cRonny Chevalier2016-03-032-14/+18
| * | | | tests: move cpu-set-util related tests to test-cpu-set-util.cRonny Chevalier2016-03-034-117/+151
| * | | | tests: move web-util related tests to test-web-util.cRonny Chevalier2016-03-034-14/+47
| * | | | tests: move alloc related tests to test-alloc-util.cRonny Chevalier2016-03-034-28/+63
| * | | | tests: move escape related tests to test-escape.cRonny Chevalier2016-03-034-88/+122
| * | | | tests: move strv related tests to test-strv.cRonny Chevalier2016-03-032-20/+21
| * | | | tests: move string related tests to test-string-util.cRonny Chevalier2016-03-032-260/+265
| * | | | tests: move hexdecoct tests to test-hexdecoct.cRonny Chevalier2016-03-034-360/+395
| | |/ / | |/| |
* | | | Merge pull request #2816 from rhatdan/selinuxZbigniew Jędrzejewski-Szmek2016-03-091-0/+7
|\ \ \ \
| * | | | /dev/console must be labeled with SELinux labelDan Walsh2016-03-091-0/+7
* | | | | Merge pull request #2793 from fbuihuu/fstab-generator-automount-optionZbigniew Jędrzejewski-Szmek2016-03-092-3/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fstab-generator: fix automount option and don't start associated mount unit a...Franck Bui2016-03-042-3/+12
| | |/ / | |/| |
* | | | Merge pull request #2755 from keszybz/more-testsMartin Pitt2016-03-0914-217/+213
|\ \ \ \ | |_|/ / |/| | |
| * | | README: bump kernel version to 3.12Zbigniew Jędrzejewski-Szmek2016-03-051-1/+1
| * | | test-compress-benchmark: skip loop iteration if size is 0Zbigniew Jędrzejewski-Szmek2016-03-041-0/+2
| * | | test-selinux: use yes_no() and strnull()Zbigniew Jędrzejewski-Szmek2016-03-041-7/+12
| * | | networkctl: avoid reading past end of input bufferZbigniew Jędrzejewski-Szmek2016-03-041-1/+2
| * | | networkctl: use ETHER_ADDR_NULL in one more placeZbigniew Jędrzejewski-Szmek2016-03-041-2/+1
| * | | lldp: fix memleakZbigniew Jędrzejewski-Szmek2016-03-041-2/+5
| * | | test-journal-enum: enable by defaultZbigniew Jędrzejewski-Szmek2016-03-041-3/+1
| * | | test-libudev: disable monitor mode by default and add to automatic testsZbigniew Jędrzejewski-Szmek2016-03-042-2/+11
| * | | test-libudev: modernizationZbigniew Jędrzejewski-Szmek2016-03-041-157/+101
| * | | build-sys: ignore Python 2 bytecode filesZbigniew Jędrzejewski-Szmek2016-03-041-0/+1
| * | | Enable test-ipcrm, test-hostname in unsafe testsZbigniew Jędrzejewski-Szmek2016-03-043-8/+21
| * | | Enable test-daemon, test-log, test-watchdog by defaultZbigniew Jędrzejewski-Szmek2016-03-042-8/+8
| * | | shared/acpi-fpdt: use ENODATA for missing data and skip testZbigniew Jędrzejewski-Szmek2016-03-042-2/+6
| * | | Rename test-boot-timestamp to test-boot-timestamps and enable by defaultZbigniew Jędrzejewski-Szmek2016-03-043-22/+39
| * | | Move test-loopback to normal testsZbigniew Jędrzejewski-Szmek2016-03-042-3/+3
* | | | Merge pull request #2768 from benjarobin/fix-2718Daniel Mack2016-03-071-29/+55
|\ \ \ \
| * | | | systemctl: Replace check_one_unit() by get_state_one_unit()Benjamin ROBIN2016-02-291-29/+55
* | | | | Merge pull request #2803 from 0xAX/lacess-tree-wideRonny Chevalier2016-03-061-6/+6
|\ \ \ \ \
| * | | | | firstboot: use laccess macro instead of facessat()Alexander Kuleshov2016-03-061-6/+6
|/ / / / /
* | | | | Merge pull request #2791 from 0xAX/clear-flag-macroZbigniew Jędrzejewski-Szmek2016-03-057-48/+12
|\ \ \ \ \
| * | | | | tree-wide: use SET_FLAG() macro to make code more clearAlexander Kuleshov2016-03-057-48/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #2795 from jhol/replace-irreversibly-on-failureZbigniew Jędrzejewski-Szmek2016-03-051-2/+4
|\ \ \ \ \
| * | | | | core/failure-action: Set job-modes to replace-irreversiblyJoel Holdsworth2016-03-041-2/+4
| |/ / / /
* | | | | Merge pull request #2801 from ronnychevalier/rc/systemctl_error_msgZbigniew Jędrzejewski-Szmek2016-03-051-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | systemctl: improve error message when starting a unit failedRonny Chevalier2016-03-051-1/+4
|/ / / /
* | | | Merge pull request #2790 from ronnychevalier/rc/systemctl_missing_oom_checkZbigniew Jędrzejewski-Szmek2016-03-031-1/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | systemctl: add missing OOM checkRonny Chevalier2016-03-031-1/+6
|/ / /
* | | Merge pull request #2781 from keszybz/selinux-and-warningsLennart Poettering2016-03-0320-31/+209
|\ \ \
| * | | Redefine 32bit time_t format to signedZbigniew Jędrzejewski-Szmek2016-03-021-1/+1
| * | | test-sizeof: add a helper which prints variable sizes and signednessZbigniew Jędrzejewski-Szmek2016-03-023-1/+62
| * | | test-selinux: add some simple tests which call functions and print the result...Zbigniew Jędrzejewski-Szmek2016-03-023-1/+126
| * | | selinux: use raw variants of security_compute_create and setfscreateconZbigniew Jędrzejewski-Szmek2016-03-021-3/+3
| * | | selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-0115-26/+18
* | | | Merge pull request #2787 from ronnychevalier/rc/systemctl_edit_rm_empty_dropi...Zbigniew Jędrzejewski-Szmek2016-03-031-1/+11
|\ \ \ \
| * | | | systemctl: rm empty dropin dirs after cancelled editRonny Chevalier2016-03-021-1/+11
|/ / / /