summaryrefslogtreecommitdiff
path: root/src/basic/util.c
AgeCommit message (Expand)Author
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-24util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering
2015-10-23Merge pull request #1652 from filbranden/extract1Lennart Poettering
2015-10-23Merge pull request #1641 from poettering/btrfs-quotaDaniel Mack
2015-10-22util: Replace state with separate booleans in extract_first_wordFilipe Brandenburger
2015-10-22util: allow unbalanced double quote in EXTRACT_QUOTES|EXTRACT_RELAX modeEvgeny Vereshchagin
2015-10-22util: improve dir_is_empty() callLennart Poettering
2015-10-20Merge pull request #1619 from iaguis/nspawn-sysfs-netns-3Lennart Poettering
2015-10-20nspawn: skip /sys-as-tmpfs if we don't use private-networkIago López Galeiras
2015-10-19strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek
2015-10-19tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering
2015-10-17util: add func for checking OOMScoreAdjustEvgeny Vereshchagin
2015-10-14util: add functions for validating syslog level and facilityEvgeny Vereshchagin
2015-10-08basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering
2015-10-07util: always enforce O_NOCTTY and O_CLOEXEC in openpt_in_namespace()Lennart Poettering
2015-10-06util: some comment fixes in fdname_is_valid()Lennart Poettering
2015-10-06Merge pull request #1468 from poettering/fdnamesTom Gundersen
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering
2015-10-02util: rework fgetxattrat_fake() to use O_PATHLennart Poettering
2015-09-30tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering
2015-09-30basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering
2015-09-30util: there cannot be trailing garbage when parsing cpu setsLennart Poettering
2015-09-30util: rename parse_cpu_set() to parse_cpu_set_and_warn()Lennart Poettering
2015-09-30tree-wide: clean up log_syntax() usageLennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-29util: unify implementation of NOP signal handlerLennart Poettering
2015-09-29tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering
2015-09-24util: refactor cpu_set parsing into its own functionFilipe Brandenburger
2015-09-24s390: add personality supportHendrik Brueckner
2015-09-22Merge pull request #1335 from poettering/some-fixesDaniel Mack
2015-09-22util.h: order includes, as suggested by CODING_STYLELennart Poettering
2015-09-22util: clean-ups to enum parsersLennart Poettering
2015-09-22util: minor cleanups for loop_read() and friendsLennart Poettering
2015-09-22util: add safe_closedir() similar to safe_fclose()Lennart Poettering
2015-09-22util: introduce {send,receive}_one_fd()David Herrmann
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-09-04util: document why parse_uid() returns ENXIOLennart Poettering
2015-09-04util: add new uid_is_valid() callLennart Poettering
2015-09-01machined: call unlockpt() in container, not hostLennart Poettering
2015-08-31util: treat 'C' and 'POSIX' locale identicalLennart Poettering
2015-08-30extract_first_word: Refactor EXTRACT_DONT_COALESCE_SEPARATORS handlingFilipe Brandenburger
2015-08-30extract_first_word: Refactor allocation in empty argument caseFilipe Brandenburger
2015-08-24machined: validate machine names at more placesLennart Poettering
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering
2015-08-17Merge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2Lennart Poettering
2015-08-17namespace helpers: Allow entering a UID namespaceRichard Maw