summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
* scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek2019-04-124-7/+7
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-1133-1003/+5850
* tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering2019-04-101-6/+7
* errno-util: add new ERRNO_IS_ACCEPT_AGAIN() testLennart Poettering2019-04-101-0/+10
* errno-util: rework ERRNO_IS_RESOURCE() from macro into static inline functionLennart Poettering2019-04-101-2/+6
* errno-util: add three more error codes to ERRNO_IS_DISCONNECT()Lennart Poettering2019-04-101-5/+17
* Merge pull request #12223 from yuwata/network-wireguard-preshared-key-fileZbigniew Jędrzejewski-Szmek2019-04-094-48/+156
|\
| * fileio: add READ_FULL_FILE_UNBASE64 flag for read_full_file_full()Yu Watanabe2019-04-092-1/+10
| * fileio: read_full_file_full() also warns when file is world readable and secu...Yu Watanabe2019-04-092-3/+7
| * fileio: introduce warn_file_is_world_accessible()Yu Watanabe2019-04-092-0/+28
| * util: introduce READ_FULL_FILE_SECURE flag for reading secure dataYu Watanabe2019-04-092-24/+59
| * util: extend unbase64mem() to accept secure flagYu Watanabe2019-04-082-24/+56
* | basic: add new helper call empty_or_dash_to_null()Lennart Poettering2019-04-081-0/+4
* | tree-wide: introduce empty_or_dash() helperLennart Poettering2019-04-081-0/+6
|/
* basic/log: log any available location information in log_syntax()Zbigniew Jędrzejewski-Szmek2019-04-031-10/+28
* util-lib: use FLAGS_SET() where appropriateLennart Poettering2019-04-021-2/+2
* Merge pull request #12030 from poettering/condition-memoryYu Watanabe2019-04-022-0/+36
|\
| * process-util: add new helper cpus_in_affinity_mask()Lennart Poettering2019-03-192-0/+36
* | rm-rf: refuse combining REMOVE_ONLY_DIRECTORIES and REMOVE_SUBVOLUME for nowLennart Poettering2019-04-021-0/+5
* | fs-util: suppress world-writable warnings if we read /dev/nullLennart Poettering2019-04-011-0/+4
* | tmpfiles: move full chattr flag set to chattr-util.hLennart Poettering2019-03-281-0/+17
* | util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-283-10/+32
* | missing: add FS_PROJINHERIT_FLLennart Poettering2019-03-281-0/+4
* | Remove variable only used for an assertZbigniew Jędrzejewski-Szmek2019-03-281-3/+1
* | Merge pull request #12119 from keszybz/voidify-mkdir-pLennart Poettering2019-03-277-24/+9
|\ \
| * | headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-277-24/+9
* | | terminal-util: add paranoid overflow checkLennart Poettering2019-03-271-0/+4
* | | terminal-util: modernize things with TAKE_PTR a bitLennart Poettering2019-03-271-11/+9
|/ /
* | Merge pull request #12044 from keszybz/ttyname-malloc-simplificationLennart Poettering2019-03-261-20/+11
|\ \
| * | util-lib: use a fixed buffer size for terminal pathZbigniew Jędrzejewski-Szmek2019-03-201-20/+11
| |/
* | tree-wide: constify a few static string tablesLennart Poettering2019-03-251-1/+1
* | Merge pull request #12055 from poettering/save-argc-argvZbigniew Jędrzejewski-Szmek2019-03-221-0/+5
|\ \
| * | util: introduce save_argc_argv() helperLennart Poettering2019-03-211-0/+5
* | | string-table: use string_table_lookup() in our own macros everywhereLennart Poettering2019-03-221-4/+4
* | | log: expose log_object_internalv()Yu Watanabe2019-03-212-2/+14
|/ /
* | Merge pull request #12059 from poettering/nspawn-typosZbigniew Jędrzejewski-Szmek2019-03-211-24/+25
|\ \
| * | capability: also cap CAP_LAST_CAP at 63Lennart Poettering2019-03-211-1/+1
| * | capability: typo fixLennart Poettering2019-03-211-2/+2
| * | capability: use UINT64_C() where appropriateLennart Poettering2019-03-211-1/+1
| * | capability: minimize scope of a few variablesLennart Poettering2019-03-211-15/+16
| * | capability: minor coding style updatesLennart Poettering2019-03-211-4/+4
| * | capability: add missing ')'Lennart Poettering2019-03-211-1/+1
* | | Merge pull request #12058 from keszybz/oci-simplificationsLennart Poettering2019-03-212-7/+7
|\ \ \ | |/ / |/| |
| * | util-lib: get rid of a helper variableZbigniew Jędrzejewski-Szmek2019-03-211-7/+2
| * | nspawn-oci: add helper function for free_and_strdup with oom checkZbigniew Jędrzejewski-Szmek2019-03-211-0/+5
* | | Merge pull request #9762 from poettering/nspawn-ociZbigniew Jędrzejewski-Szmek2019-03-212-14/+74
|\ \ \ | |/ /
| * | capability: let's protect against the kernel eventually doing more than 64 capsLennart Poettering2019-03-151-5/+10
| * | capability: deal with libcap being older than kernelLennart Poettering2019-03-151-3/+18
| * | capability: add a way to get a uint64_t with all caps setLennart Poettering2019-03-151-3/+5
| * | capability: keep CAP_SETPCAP while dropping bounding capsLennart Poettering2019-03-151-3/+41