aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/systemd
Commit message (Collapse)AuthorAge
* [systemd]: add Jóhann B. Guðmundsson (#2438)Gravatar Zbigniew Jędrzejewski-Szmek2019-05-18
|
* systemd,casync: add Frantisek Sumsal (#2216)Gravatar Zbigniew Jędrzejewski-Szmek2019-03-07
|
* [systemd] also pull in libkmod-dev (#1750)Gravatar Zbigniew Jędrzejewski-Szmek2018-08-23
| | | | | It is needed to properly link a new fuzzer I'm working on. Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
* [systemd] install wget to download a dictionary for fuzz-json (#1683)Gravatar Evgeny Vereshchagin2018-08-03
|
* [systemd] add evverx's gmail address (#1518)Gravatar Evgeny Vereshchagin2018-06-15
| | | | It turns out that some things are much easier to do when a gmail account is used.
* [systemd] adjust path to build script (#1236)Gravatar Zbigniew Jędrzejewski-Szmek2018-03-12
| | | C.f. https://github.com/systemd/systemd/pull/8423/commits/9037a0e022767fdcc6b6a2d5f79b65788222f408.
* [systemd] install libmount-devel (#1224)Gravatar Zbigniew Jędrzejewski-Szmek2018-03-09
| | | | | | | | | | | Right now systemd declares a requirement on libmount-devel >= 2.30. But this is only because of fixes in libmount 2.30 that matter at runtime. For fuzzing (and to build) any libmount version is enough. https://github.com/systemd/systemd/commit/c0b4b0f8f548c755dee81b relaxed the version check in systemd. To fix the build we need to install libmount-dev (and pkg-config, because meson requires that for pkg-config deps to actually work). Fixes #1191.
* [systemd] add one more contributor to cc (#1098)Gravatar Zbigniew Jędrzejewski-Szmek2018-02-20
|
* [systemd] add more addresses to CC (#1089)Gravatar Zbigniew Jędrzejewski-Szmek2018-01-18
| | | | | | Backup address for Lennart Poettering, addresseses for Canonical and systemd contributors who work on memory correctness issues. Follow-up for #1084.
* [systemd] Enable memory sanitizer (#1084)Gravatar Jonathan Rudenberg2018-01-18
|
* [systemd] Add initial systemd integration (#1073)Gravatar Jonathan Rudenberg2018-01-18
* [systemd] Add initial systemd integration * Add @keszybz to auto_ccs * Use ppa:pitti/systemd-semaphore for libmount backport * Simplify build now that dependencies are disabled * Update Dockerfile to use upstream repo