summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TEST-55-OOMD: use swap file instead of partitionLuca Boccassi2023-06-242-8/+14
* TEST-55-OOMD: use 'stress' to create high pressureLuca Boccassi2023-06-245-45/+10
* Merge pull request #27330 from YHNdnzj/hibernate-resume-autoLennart Poettering2023-06-2314-136/+348
|\
| * hibernate-resume: support resuming through efivar HibernateLocationMike Yuan2023-06-232-1/+107
| * sleep: write hibernate location to efivar HibernateLocationMike Yuan2023-06-231-2/+86
| * hibernate-resume: rework to follow the logic of sleep.c and useMike Yuan2023-06-2310-104/+111
| * bootctl: log correct error about device_path_make_canonical()Mike Yuan2023-06-231-1/+3
| * sleep: always write resume_offset if possibleMike Yuan2023-06-233-42/+55
* | Merge pull request #27843 from yuwata/usleep_safeLennart Poettering2023-06-2322-60/+80
|\ \
| * | time-util: introduce usleep_safe()Yu Watanabe2023-06-2220-57/+59
| * | test: check size detections by mesonYu Watanabe2023-06-221-2/+20
| * | meson: sort typesYu Watanabe2023-06-221-1/+1
* | | Merge pull request #28144 from poettering/procfs-submounts-moveLennart Poettering2023-06-236-7/+161
|\ \ \
| * | | test: ensure ProtectProc=invisible retains host submountsLennart Poettering2023-06-231-0/+18
| * | | namespace: when mounting new proc instance, bind mount submounts of source overLennart Poettering2023-06-231-0/+4
| * | | mount-util: add helper that can bind mount submounts of one dir to anotherLennart Poettering2023-06-233-4/+137
| * | | mount-util: don't claim maybe-uninitialized was false that is validLennart Poettering2023-06-231-2/+2
| * | | tmpfile-util: drop spurious double newlineLennart Poettering2023-06-231-1/+0
| | |/ | |/|
* | | execute: don't honour PrivateNetwork() if we lack CAP_NET_ADMINLennart Poettering2023-06-231-4/+8
* | | Merge pull request #28140 from mrc0mmand/more-coverageLuca Boccassi2023-06-232-9/+35
|\ \ \ | |/ / |/| |
| * | test: test transactions with cyclesFrantisek Sumsal2023-06-231-0/+17
| * | test: make sure we get PID1's stack trace on ASan/UBSan errorsFrantisek Sumsal2023-06-231-9/+18
* | | man: fix references to gethostname/sethostnameAntonio Alvarez Feijoo2023-06-231-2/+2
* | | update TODOLennart Poettering2023-06-231-0/+48
* | | tree-wide: use https for the 0pointer.de doc linksFrantisek Sumsal2023-06-2315-24/+24
* | | resolved: if ipv6 is off patch hostname→address query with unspec family to...Lennart Poettering2023-06-231-0/+6
* | | Merge pull request #28123 from poettering/threads-no-moreLuca Boccassi2023-06-2317-212/+484
|\ \ \
| * | | basic: drop unused includeLennart Poettering2023-06-231-1/+0
| * | | process-util: add simple wrapper around PR_SET_CHILD_SUBREAPERLennart Poettering2023-06-236-9/+28
| * | | docs: document threading situation in coding styleLennart Poettering2023-06-231-0/+29
| * | | async: use FORK_DETACH for asynchronous syncsLennart Poettering2023-06-231-1/+1
| * | | async: add explanatory commentLennart Poettering2023-06-231-0/+13
| * | | async: drop the now unused asynchronous_job()Lennart Poettering2023-06-233-61/+1
| * | | async: add generic implementation of asynchronous_rm_rf()Lennart Poettering2023-06-234-23/+87
| * | | shared: move async.[ch] from src/basic/ → src/shared/Lennart Poettering2023-06-234-1/+1
| * | | process-util: add FORK_DETACH flag for forking of detached childLennart Poettering2023-06-232-2/+35
| * | | automont: rework expiry to use subprocess rather than threadLennart Poettering2023-06-231-44/+30
| * | | basic: add comments about raw_clone() calls not supporting threads/malloc in ...Lennart Poettering2023-06-232-2/+12
| * | | async: stop using threads for asynchronous_close()Lennart Poettering2023-06-232-21/+99
| * | | process-util: add clone_with_nested_stack() helperLennart Poettering2023-06-232-0/+37
| * | | process-util: add helper that detects if we are a reaper processLennart Poettering2023-06-233-0/+64
| |/ /
* | | elf-util: check for overflow when computing end of core's PT_LOAD segmentsRomain Geissler2023-06-231-1/+8
* | | Merge pull request #28127 from poettering/coredump-loop-readLuca Boccassi2023-06-233-15/+36
|\ \ \ | |/ / |/| |
| * | man: correct and extend JournalSizeMax=Lennart Poettering2023-06-231-5/+8
| * | coredump: clamp JournalSizeMax= to maximum journald would acceptLennart Poettering2023-06-231-3/+21
| * | coredump: use loop_read() for reading coredump into memoryLennart Poettering2023-06-232-7/+7
* | | Merge pull request #28129 from poettering/userdb-ratelimitLennart Poettering2023-06-232-7/+43
|\ \ \ | |/ / |/| |
| * | userdbd: when we hit a flood of requests to start more workers, don't exitLennart Poettering2023-06-222-3/+39
| * | userdbd: prefix parameters with their names moreLennart Poettering2023-06-221-2/+2
| * | userdbd: drastically raise ratelimit we apply on requests for more worker pro...Lennart Poettering2023-06-221-2/+2