summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #42 from jonboulle/masterTom Gundersen2015-06-031-3/+4
|\ \ \ \
| * | | | README: update links to reference new home (GitHub)Jonathan Boulle2015-06-021-3/+4
* | | | | Merge pull request #41 from mischief/ipforwardingTom Gundersen2015-06-034-3/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | man: document IPForward=kernel optionNick Owens2015-06-021-3/+4
| * | | | networkd: create "kernel" setting for IPForwardingNick Owens2015-06-023-0/+11
* | | | | udev: input_id - use ABS_MT_SLOT{-1} to exclude non touch screen devicesAndreas Pokorny2015-06-031-0/+4
* | | | | udev: input_id - use direct property and mt axis for touch screen detectionAndreas Pokorny2015-06-031-1/+7
* | | | | udev: input_id - refactor device detectionAndreas Pokorny2015-06-031-62/+72
* | | | | remove gudev and gtk-docKay Sievers2015-06-0345-3675/+7
* | | | | fix double semicolon typoThomas Hindoe Paaboel Andersen2015-06-023-3/+3
|/ / / /
* | | | hwdb: updateKay Sievers2015-06-022-84/+285
* | | | hwdb: Update database of Bluetooth company identifiersMarcel Holtmann2015-06-021-1/+160
* | | | Merge pull request #12 from systemd-mailing-devs/1433236104-9967-1-git-send-e...Tom Gundersen2015-06-021-0/+28
|\ \ \ \
| * | | | missing: add more btrfs definesMichael Olbrich2015-06-021-0/+28
| | |/ / | |/| |
* | | | udev-builtin: path_id - don't pass NULL to udev_device_get_parent()Tom Gundersen2015-06-021-1/+2
* | | | udev: add some assertsTom Gundersen2015-06-0210-0/+62
* | | | sd-device: get_driver - remember if a device does not have a driverTom Gundersen2015-06-021-2/+5
* | | | sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen2015-06-022-2/+8
* | | | Merge pull request #5 from systemd-mailing-devs/1432910411-14517-1-git-send-e...Daniel Mack2015-06-021-23/+37
|\ \ \ \
| * | | | zsh-completion: a more style/tag aware _systemctlEric Cook2015-05-291-23/+37
* | | | | Merge pull request #4 from systemd-mailing-devs/1431989131-25145-1-git-send-e...Daniel Mack2015-06-021-3/+3
|\ \ \ \ \
| * | | | | zsh-completion: fix completion of --user servicesEric Cook2015-05-191-3/+3
* | | | | | Merge pull request #34 from systemd-mailing-devs/1432619328-32030-1-git-send-...Tom Gundersen2015-06-020-0/+0
|\ \ \ \ \ \
| * | | | | | missing: add more IFLA_VXLAN_* definesMichael Olbrich2015-05-262-3/+10
* | | | | | | Merge pull request #8 from systemd-mailing-devs/1433236059-9824-1-git-send-em...Martin Pitt2015-06-021-0/+2
|\ \ \ \ \ \ \
| * | | | | | | random-util: guard including sys/auxv.h with the corresponding ifdef checkMichael Olbrich2015-06-021-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #39 from filbranden/manpages_rootprefixDaniel Mack2015-06-027-10/+134
|\ \ \ \ \ \ \
| * | | | | | | build-sys: Normalize paths of configure optionsMichael Biebl2015-06-022-0/+124
| * | | | | | | man: replace hard-coded /usr/libDaniel Mack2015-06-025-10/+10
|/ / / / / / /
* | | | | | | Merge pull request #37 from haraldh/boot-optionsKay Sievers2015-06-021-3/+3
|\ \ \ \ \ \ \
| * | | | | | | 90-loaderentry.install: fixup BOOT_OPTIONSHarald Hoyer2015-06-021-3/+3
|/ / / / / / /
* | | | | | | Separate the % sign from the numberPablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ]2015-06-021-2/+2
|/ / / / / /
* | | | | | test-unit-file: add test for improperly escaped exec stringDaniel Mack2015-06-011-0/+19
* | | | | | load-fragment: use UNESCAPE_RELAX flag to parse exec directivesDaniel Mack2015-06-011-1/+1
* | | | | | sd-device: ensure update_properties_buf() is a noop on failureTom Gundersen2015-06-011-10/+16
* | | | | | zsh-completion: fix typo in _bootctlDaniel Mack2015-06-011-1/+1
* | | | | | sd-device: fix invalid property strv pointersMartin Pitt2015-06-011-10/+13
* | | | | | udev: Bring back persistant storage symlinks for bcacheDavid Mohr2015-06-011-1/+1
* | | | | | tmpfiles: Fix comment typoColin Guthrie2015-06-011-1/+1
* | | | | | udevd: open sockets before forkingTom Gundersen2015-05-311-15/+15
* | | | | | udevd: don't allocate sd_event object before forkTom Gundersen2015-05-311-4/+4
* | | | | | udevd: don't sanitize fd 0,1,2Tom Gundersen2015-05-311-17/+0
* | | | | | core/namespace: Protect /usr instead of /home with ProtectSystem=yesJason Pleau2015-05-311-1/+1
* | | | | | conf-parser: parsing error logs should show a type not a vartypeRonny Chevalier2015-05-301-1/+1
* | | | | | networkctl: fix uninitialized variableRonny Chevalier2015-05-301-1/+1
* | | | | | README: fix typoRonny Chevalier2015-05-301-1/+1
* | | | | | zsh-completion: update bootctlRonny Chevalier2015-05-301-1/+6
* | | | | | test-fdset: add more testsRonny Chevalier2015-05-301-0/+53
* | | | | | tests: add test-conf-parserRonny Chevalier2015-05-303-0/+242
* | | | | | rules: restore block watch after CHANGE eventsTom Gundersen2015-05-301-1/+1