summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-10virt: make sure that we detect unknown container managers as VIRTUALIZATION_C...Lennart Poettering
2015-11-09Merge pull request #1820 from michich/errno-v2Daniel Mack
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-11-09Merge pull request #1799 from jengelh/docLennart Poettering
2015-11-09detect-virt: add rkt app container runtimeIago López Galeiras
2015-11-06doc: correct punctuation and improve typography in documentationJan Engelhardt
2015-11-05extract-word: Skip coalesced separators in placeFilipe Brandenburger
2015-11-05extract-word: Do not re-evaluate the state on each parsed characterFilipe Brandenburger
2015-11-05extract-word: increment pointer p and keep c in sync in for loopFilipe Brandenburger
2015-11-05extract-word: Check for early bail out before inspecting separatorsFilipe Brandenburger
2015-11-05extract-word: replace an use of `goto` with structured codeFilipe Brandenburger
2015-11-05extract-word: move start block outside the for loopFilipe Brandenburger
2015-11-05log: whitespace style fixMichal Schmidt
2015-11-04detect-virt: dmi: look for KVMAndrew Jones
2015-11-04arm/aarch64: detect-virt: check dmiAndrew Jones
2015-11-04detect-virt: detect in best-heuristic orderAndrew Jones
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering
2015-11-03util-lib: move character class definitions to string-util.hLennart Poettering
2015-11-03Time-util: introduce usec to jiffiesSusant Sahani
2015-11-03Merge pull request #1744 from evverx/fix-debug-generatorLennart Poettering
2015-11-03proc-cmdline: add runlevel to target mappingEvgeny Vereshchagin
2015-11-03parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering
2015-11-02proc-cmdline: return proper errors from shall_restore_state()Lennart Poettering
2015-11-02core: bump net.unix.max_dgram_qlen really early during bootLennart Poettering
2015-11-02string-util: rework memory_erase() so that it cannot be optimized awayLennart Poettering
2015-11-02Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"Lennart Poettering
2015-11-02Merge pull request #1740 from shawnl/masterDaniel Mack
2015-10-31utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden
2015-10-31core: constify a few thingsLennart Poettering
2015-10-31systemctl: add a way to explicitly request client-side unit installingLennart Poettering
2015-10-27cpu-set-util: Support ranges in parse_cpu_set_and_warnFilipe Brandenburger
2015-10-27parse-util: Introduce new parse_range functionFilipe Brandenburger
2015-10-27cpu-set-util: Accept commas as separators in parse_cpu_set_and_warnFilipe Brandenburger
2015-10-27util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering
2015-10-27util-lib: move fdname_is_valid() to fd-util.[ch]Lennart Poettering
2015-10-27automount: move generically userful call repeat_mount() into mount-util.[ch]Lennart Poettering
2015-10-27process-util: move a couple of process-related calls overLennart Poettering
2015-10-27process-util: make some minor corrections to PID live detectionLennart Poettering
2015-10-27process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering
2015-10-27process-util: actually move rename_process() overLennart Poettering
2015-10-27mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering
2015-10-27stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.hLennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27macro.h: move definition of MODE_INVALID to parse-util.hLennart Poettering
2015-10-27macro: move DECIMAL_STR_WIDTH() into macro.hLennart Poettering
2015-10-27socket-util: move CMSG_FOREACH() from macro.h to socket-util.hLennart Poettering
2015-10-27io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering