aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11223 from poettering/read-line-0x00-0xffLennart Poettering2018-12-202-9/+16
|\
| * test-fileio: add explicit check for safe_fgetc() with 0xFFLennart Poettering2018-12-201-4/+5
| * fileio: fix read_one_line() when reading bytes > 0x7FLennart Poettering2018-12-202-5/+11
* | Merge pull request #11222 from keszybz/tmpfiles-crashLennart Poettering2018-12-202-9/+73
|\ \ | |/ |/|
| * tmpfiles: fix crash with NULL in arg_root and other fixes and testsZbigniew Jędrzejewski-Szmek2018-12-202-9/+73
* | Merge pull request #10912 from poettering/gpt-root-rwZbigniew Jędrzejewski-Szmek2018-12-202-53/+137
|\ \
| * | gpt-auto: propagate gpt partition ro/rw flag into root mountLennart Poettering2018-12-181-0/+43
| * | gpt-auto: make arg_root_rw a tri-stateLennart Poettering2018-12-181-2/+2
| * | remount-fs: optionally remount / writable, if we are told through an env varLennart Poettering2018-12-181-30/+60
| * | remount-fs: split code for tracking PIDs in hashmapLennart Poettering2018-12-181-18/+29
| * | remount-fs: use PATH_IN_SET() at one more placeLennart Poettering2018-12-181-2/+1
| * | gpt-auto: compare kernel cmdline args with proc_cmdline_key_streq()Lennart Poettering2018-12-181-5/+6
* | | dissect: add some assert()sLennart Poettering2018-12-191-0/+15
* | | gpt-auto-generator: don't wait for udevLennart Poettering2018-12-193-10/+18
* | | Revert "core/mount: minimize impact on mount storm."Zbigniew Jędrzejewski-Szmek2018-12-192-76/+7
* | | Revert "mount: disable mount-storm protection while mount unit is starting."Zbigniew Jędrzejewski-Szmek2018-12-192-25/+1
| |/ |/|
* | mount: disable mount-storm protection while mount unit is starting.NeilBrown2018-12-192-1/+25
* | Merge pull request #11182 from poettering/fileio-more-paranoiaLennart Poettering2018-12-187-110/+176
|\ \
| * | test-fileio: test safe_fgetc directlyZbigniew Jędrzejewski-Szmek2018-12-181-2/+30
| * | process-util: rework getenv_for_pid() to use read_nul_string()Lennart Poettering2018-12-181-19/+16
| * | test: add test case for read_nul_string()Lennart Poettering2018-12-181-0/+35
| * | fileio: let's minimize 'count' inc/dec callsLennart Poettering2018-12-181-4/+3
| * | fileio: replace read_nul_string() by read_line() with a special flagLennart Poettering2018-12-183-53/+27
| * | process-util: make get_process_environ() saferLennart Poettering2018-12-181-10/+17
| * | tree-wide: port some code over to safe_fgetc()Lennart Poettering2018-12-183-23/+20
| * | fileio: add new safe_fgetc() helper callLennart Poettering2018-12-182-0/+29
| |/
* / json: do not unescape slashesZbigniew Jędrzejewski-Szmek2018-12-181-4/+0
|/
* Merge pull request #11197 from keszybz/various-fixupsLennart Poettering2018-12-184-9/+20
|\
| * test-mountpoint-util: more debug infoZbigniew Jędrzejewski-Szmek2018-12-181-4/+14
| * meson: rename two more variables from _c to _sourcesZbigniew Jędrzejewski-Szmek2018-12-182-4/+4
| * systemctl: add comment why whitespace in message is neededZbigniew Jędrzejewski-Szmek2018-12-181-1/+2
* | Merge pull request #11191 from poettering/hashmap-clearLennart Poettering2018-12-187-46/+263
|\ \
| * | test-hashmap: add test to compare hashmap_free performanceZbigniew Jędrzejewski-Szmek2018-12-182-0/+58
| * | test-hashmap: use the usual function headers and print timing statsZbigniew Jędrzejewski-Szmek2018-12-182-32/+48
| * | hashmap: use ternary op to shorten codeZbigniew Jędrzejewski-Szmek2018-12-182-2/+2
| * | lldp: add test coverage for sd_lldp_get_neighbors() with multiple neighborsFilipe Brandenburger2018-12-181-0/+130
| * | sd-lldp: accept if a neighbor is already removed from the hashtableLennart Poettering2018-12-181-1/+6
| * | hashmap: rework hashmap_clear() to be more defensiveLennart Poettering2018-12-182-11/+19
* | | resolved: mention which RRs we query when requesting them to authenticate som...Lennart Poettering2018-12-181-6/+6
* | | resolved: only attempt non-answer SOA RRs if they are parents of our queryLennart Poettering2018-12-181-0/+8
|/ /
* | timesync: fix serialization of IP addressLennart Poettering2018-12-181-1/+5
* | Merge pull request #11144 from keszybz/dissect-image-fixLennart Poettering2018-12-179-407/+286
|\|
| * dissect-image: wait for the main device and all partitions to be known by udevZbigniew Jędrzejewski-Szmek2018-12-171-1/+11
| * dissect-image: wait for the root to appearZbigniew Jędrzejewski-Szmek2018-12-171-4/+10
| * dissect-image: split out a chunk of dissect_image() outZbigniew Jędrzejewski-Szmek2018-12-171-85/+119
| * rfkill: move wait_for_initialized() to shared/Zbigniew Jędrzejewski-Szmek2018-12-173-84/+84
| * sd-device: remove holes in struct sd_deviceZbigniew Jędrzejewski-Szmek2018-12-171-20/+20
| * sd-device: pass timestamp internally as usec_t not char*Zbigniew Jędrzejewski-Szmek2018-12-163-27/+28
| * sd-device: reduce the number of implementations of device_read_db() we keep a...Zbigniew Jędrzejewski-Szmek2018-12-165-182/+8
| * sd-device: attempt to read db again if it wasn't foundZbigniew Jędrzejewski-Szmek2018-12-161-7/+9