summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
* Remove /sbin from paths if split-bin is false (#8324)Zbigniew Jędrzejewski-Szmek2018-03-011-2/+8
* procfs-util: drop unnecessary zero initializations (#8321)Lennart Poettering2018-03-011-2/+1
* Merge pull request #8149 from poettering/fake-root-cgroupLennart Poettering2018-03-014-24/+198
|\
| * basic/cgroup-util: simplify cg_get_keyed_attribute(), add testZbigniew Jędrzejewski-Szmek2018-03-011-17/+6
| * cgroup-util: rework cg_get_keyed_attribute() a bitLennart Poettering2018-02-092-22/+71
| * procfs-util: add APIs to get consumed CPU time and used memory from /procLennart Poettering2018-02-092-0/+136
* | process-util: don't install atfork() handler more than onceLennart Poettering2018-02-281-4/+13
* | util: add new safe_close_above_stdio() wrapperLennart Poettering2018-02-284-12/+10
* | doc: add a new doc/ directory, and move two markdown docs into themLennart Poettering2018-02-271-1/+1
* | missing_syscall: add pkey_mprotect for ppc (#8292)Zbigniew Jędrzejewski-Szmek2018-02-271-0/+2
* | Merge pull request #8282 from poettering/khash-enokeyEvgeny Vereshchagin2018-02-272-0/+69
|\ \
| * | khash: try to detect broken AF_ALG support in centos kernelsLennart Poettering2018-02-262-0/+69
* | | Merge pull request #8284 from keszybz/gcc-warning-fixesLennart Poettering2018-02-265-30/+34
|\ \ \
| * | | basic/xattr-util: do not cast ssize_t to intZbigniew Jędrzejewski-Szmek2018-02-262-11/+25
| * | | basic/exec-util: use _exit() to return from childZbigniew Jędrzejewski-Szmek2018-02-261-1/+1
| * | | basic: shorten the code a bit in two placesZbigniew Jędrzejewski-Szmek2018-02-262-18/+8
| |/ /
* | | tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)Zbigniew Jędrzejewski-Szmek2018-02-262-4/+6
|/ /
* | basic/virt: provide a nicer message is /proc/cpuinfo is not availableZbigniew Jędrzejewski-Szmek2018-02-231-6/+10
* | basic/log: add an assert that does not recurse into logging functionsZbigniew Jędrzejewski-Szmek2018-02-231-2/+12
* | udev/net-id: check all snprintf return valuesZbigniew Jędrzejewski-Szmek2018-02-231-2/+4
* | basic/log: make sure header is printed correctly, add testZbigniew Jędrzejewski-Szmek2018-02-231-31/+33
* | basic/log: fix confusion with parameters to log_dispatch_internalZbigniew Jędrzejewski-Szmek2018-02-231-1/+1
* | basic/log: make log_object_internalv staticZbigniew Jędrzejewski-Szmek2018-02-232-14/+2
* | basic/log: voidify snprintf statementsZbigniew Jędrzejewski-Szmek2018-02-231-6/+6
* | Revert "Replace use of snprintf with xsprintf"Zbigniew Jędrzejewski-Szmek2018-02-231-2/+2
* | Fix format-truncation compile failure by typecasting USB IDs (#8250)Patrick Uiterwijk2018-02-222-0/+26
* | Merge pull request #8251 from Shuangistan/pr_virt_qnxZbigniew Jędrzejewski-Szmek2018-02-222-0/+3
|\ \
| * | virt: detect QNX hypervisorShuang Liu2018-02-222-0/+3
* | | Merge pull request #8205 from poettering/bpf-multiZbigniew Jędrzejewski-Szmek2018-02-222-15/+108
|\ \ \
| * | | bpf: rework how we keep track and attach cgroup bpf programsLennart Poettering2018-02-212-17/+99
| * | | bpf-program: make bpf_program_load_kernel() idempotentLennart Poettering2018-02-211-2/+8
| * | | bpf-program: optionally take fd of program to detachLennart Poettering2018-02-212-2/+7
* | | | nologin: extend the /run/nologin descriptions a bit (#8244)Lennart Poettering2018-02-222-2/+19
* | | | reboot-util: unify reboot with parameter in a single implementationLennart Poettering2018-02-222-0/+57
* | | | basic: split out update_reboot_parameter_and_warn() into its own .c/.h filesLennart Poettering2018-02-225-25/+40
* | | | basic: add a common syscall wrapper around reboot()Lennart Poettering2018-02-222-0/+15
* | | | missing: always use __NR_ as prefix for syscall numbersLennart Poettering2018-02-221-2/+2
* | | | missing: Fix statx syscall ifdefferyLennart Poettering2018-02-221-2/+2
| |/ / |/| |
* | | log: only open kmsg on fallback if we actually want to use itLennart Poettering2018-02-221-10/+7
|/ /
* | missing_syscall: when adding syscall replacements, use different names (#8229)Zbigniew Jędrzejewski-Szmek2018-02-212-18/+53
* | Merge pull request #7908 from yuwata/rfe-7895Alan Jenkins2018-02-213-12/+101
|\ \
| * | mount-util: call mount_option_mangle() in mount_verbose()Yu Watanabe2018-02-211-12/+20
| * | mount-util: add mount_option_mangle()Yu Watanabe2018-02-213-0/+81
* | | xattr-util: use crtime/btime if statx() is available for implementation of fd...Lennart Poettering2018-02-203-34/+114
* | | xattr-util: support AT_EMPTY_PATH in fgetxattrat_fake()Lennart Poettering2018-02-201-4/+15
* | | io-util: add an unlikely decorator for a test that should never holdLennart Poettering2018-02-201-1/+1
* | | tree-wide: make use of fsync_directory_of_file() all over the placeLennart Poettering2018-02-201-0/+4
* | | fs-util: move fsync_directory_of_file() into generic codeLennart Poettering2018-02-202-0/+32
* | | stat-util: unify code that checks whether something is a regular fileLennart Poettering2018-02-203-24/+45
|/ /
* | Some comment adjustmentsZbigniew Jędrzejewski-Szmek2018-02-191-6/+6