summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)AuthorFilesLines
2018-11-17macro: remove double evaluation in FLAGS_SET()Lennart Poettering1-1/+1
2018-11-16Merge pull request #10785 from poettering/cgroup-join-removalLennart Poettering2-13/+44
2018-11-16Merge pull request #10806 from poettering/logind-many-fixesLennart Poettering2-0/+6
2018-11-16cocci: simplify some if checksLennart Poettering1-3/+1
2018-11-16locale-util: add special glyph support for check marks/cross marksLennart Poettering2-0/+6
2018-11-16cgroup-util: when attaching/creating cgroups in multiple hierarchies, take jo...Lennart Poettering1-13/+35
2018-11-16cgroup: add new helper that knows which controllers are mounted togetherLennart Poettering1-0/+9
2018-11-16basic: remove an assertion from cunescape_oneEvgeny Vereshchagin1-1/+0
2018-11-15basic/json: silence gcc warning about limited range of data typeZbigniew Jędrzejewski-Szmek1-2/+2
2018-11-15Merge pull request #10742 from poettering/c-utf8Zbigniew Jędrzejewski-Szmek9-89/+169
2018-11-14Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering13-29/+83
2018-11-14locale-util: introduce common helper locale_variables_free() for freeing loca...Lennart Poettering2-0/+15
2018-11-14fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering3-3/+6
2018-11-14fileio: drop "newline" parameter for env file parsersLennart Poettering5-37/+23
2018-11-14proc-cmdline: introduce new proc_cmdline_get_key_many() helperLennart Poettering2-0/+59
2018-11-14proc-cmdline: split out rd. prefix handling in proc_cmdline_parse_given() and...Lennart Poettering1-45/+62
2018-11-14basic/pager: ignore ^C when piping to less and K is not setZbigniew Jędrzejewski-Szmek1-14/+73
2018-11-14basic/cgroup-util: remove two unnecessary includesZbigniew Jędrzejewski-Szmek1-2/+0
2018-11-14Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek10-10/+2
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2-4/+9
2018-11-14proc-cmdline: turn flags parameter into a proper typedef'ed enumLennart Poettering2-8/+8
2018-11-14Merge pull request #10747 from poettering/machinectl-list-fixZbigniew Jędrzejewski-Szmek3-12/+62
2018-11-14json: decrease DEPTH_MAX to 4kYu Watanabe1-3/+4
2018-11-13tree-wide: port over other candidates for namespace_fork()Lennart Poettering1-12/+6
2018-11-13core: add namespace_fork() helper, that forks, joins a set of namespaces and ...Lennart Poettering2-0/+56
2018-11-12Merge pull request #10736 from yuwata/coredump-commentLennart Poettering1-1/+6
2018-11-12fuzz: decrease DATA_SIZE_MAXYu Watanabe1-0/+5
2018-11-12coredump: update commentsYu Watanabe1-1/+1
2018-11-12util: specify the maximum-size element when initialize unionYu Watanabe1-1/+3
2018-11-10random-util: allow RDRAND to be used in 32-bit x86 binariesMike Gilbert2-8/+8
2018-11-10basic: make rdrand64 a little bit more MSAn-friendlyEvgeny Vereshchagin1-0/+8
2018-11-08random-util: optionally allow randomness to be generated via RDRANDLennart Poettering2-27/+49
2018-11-08random-util: introduce RANDOM_DONT_DRAINLennart Poettering2-11/+13
2018-11-08random-util: if zero random bytes are requested we can always fulfill the req...Lennart Poettering1-0/+3
2018-11-08random-util: optionally enable blocking getrandom() behaviourLennart Poettering2-57/+78
2018-11-08random-util: change high_quality_required bool parameter into a flags parameterLennart Poettering2-13/+15
2018-11-08random-util: fix indentationLennart Poettering1-2/+2
2018-11-08random-util: handle if getrandom() returns 0Lennart Poettering1-0/+3
2018-11-08random-util: rename acquire_random_bytes() → genuine_random_bytes()Lennart Poettering2-13/+11
2018-11-07Merge pull request #10594 from poettering/env-reload-fixZbigniew Jędrzejewski-Szmek3-4/+5
2018-11-07in-addr-util: make in_addr_default_prefix_from_string() or friend set 0 to pr...Yu Watanabe1-8/+14
2018-11-06util: initialize _argtypes in VA_FORMAT_ADVANCE when systemd is built with MSanEvgeny Vereshchagin1-0/+4
2018-11-07Merge pull request #10654 from poettering/srand-rdrandYu Watanabe1-2/+6
2018-11-06time-util: make parse_sec() not accept "12.34.56"Yu Watanabe1-101/+110
2018-11-06fileio: introduce WRITE_STRING_FILE_NOFOLLOW flag for write_string_file() and...Yu Watanabe2-1/+2
2018-11-06tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe2-2/+2
2018-11-06random-util: initialize srand() from RDRANDLennart Poettering1-0/+4
2018-11-06random-util: we don't intend to write to auxv, hence make it constLennart Poettering1-2/+2
2018-11-05util: introduce in_addr_default_prefix_from_string() and friendsYu Watanabe2-4/+26
2018-11-05util: use strndup() instead of strndupa()Yu Watanabe1-7/+22