summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAgeFilesLines
* doc: correct punctuation and improve typography in documentationJan Engelhardt2015-11-062-2/+2
* detect-virt: dmi: look for KVMAndrew Jones2015-11-041-0/+2
* arm/aarch64: detect-virt: check dmiAndrew Jones2015-11-041-4/+2
* detect-virt: detect in best-heuristic orderAndrew Jones2015-11-041-7/+9
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-032-15/+15
* util-lib: move character class definitions to string-util.hLennart Poettering2015-11-0310-18/+21
* Time-util: introduce usec to jiffiesSusant Sahani2015-11-032-0/+16
* Merge pull request #1744 from evverx/fix-debug-generatorLennart Poettering2015-11-032-0/+30
|\
| * proc-cmdline: add runlevel to target mappingEvgeny Vereshchagin2015-11-032-0/+30
* | parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering2015-11-032-0/+14
* | proc-cmdline: return proper errors from shall_restore_state()Lennart Poettering2015-11-021-1/+1
* | core: bump net.unix.max_dgram_qlen really early during bootLennart Poettering2015-11-021-0/+3
* | string-util: rework memory_erase() so that it cannot be optimized awayLennart Poettering2015-11-022-10/+25
* | Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"revert-1740-masterLennart Poettering2015-11-026-37/+33
* | Merge pull request #1740 from shawnl/masterDaniel Mack2015-11-026-33/+37
|\ \
| * | utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden2015-10-316-33/+37
| |/
* | core: constify a few thingsLennart Poettering2015-10-312-2/+2
* | systemctl: add a way to explicitly request client-side unit installingLennart Poettering2015-10-312-0/+13
|/
* cpu-set-util: Support ranges in parse_cpu_set_and_warnFilipe Brandenburger2015-10-271-12/+14
* parse-util: Introduce new parse_range functionFilipe Brandenburger2015-10-272-0/+40
* cpu-set-util: Accept commas as separators in parse_cpu_set_and_warnFilipe Brandenburger2015-10-271-1/+1
* util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering2015-10-272-13/+15
* util-lib: move fdname_is_valid() to fd-util.[ch]Lennart Poettering2015-10-274-29/+29
* automount: move generically userful call repeat_mount() into mount-util.[ch]Lennart Poettering2015-10-272-0/+23
* process-util: move a couple of process-related calls overLennart Poettering2015-10-274-140/+145
* process-util: make some minor corrections to PID live detectionLennart Poettering2015-10-271-2/+8
* process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering2015-10-272-2/+2
* process-util: actually move rename_process() overLennart Poettering2015-10-273-31/+34
* mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering2015-10-275-32/+39
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-2745-159/+252
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-275-58/+111
* stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.hLennart Poettering2015-10-274-7/+9
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-276-49/+81
* macro.h: move definition of MODE_INVALID to parse-util.hLennart Poettering2015-10-273-2/+3
* macro: move DECIMAL_STR_WIDTH() into macro.hLennart Poettering2015-10-272-9/+9
* socket-util: move CMSG_FOREACH() from macro.h to socket-util.hLennart Poettering2015-10-273-4/+5
* io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering2015-10-273-40/+41
* process-util: move PID related macros from macro.h to process-util.hLennart Poettering2015-10-272-3/+3
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-275-10/+14
* util-lib: move web-related calls into web-util.[ch]Lennart Poettering2015-10-274-57/+110
* util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-275-98/+150
* util-lib: move running_in_chroot() into virt.[ch]Lennart Poettering2015-10-274-12/+13
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-276-121/+175
* util-lib: move is_main_thread() to process-util.[ch]Lennart Poettering2015-10-275-16/+17
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-274-2/+2
* util-lib: split out umask-related code to umask-util.hLennart Poettering2015-10-274-19/+50
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-274-96/+105
* util-lib: move status printing stuff into src/core/Lennart Poettering2015-10-272-81/+0
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-2713-71/+135
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-279-202/+284