summaryrefslogtreecommitdiffstats
path: root/src/basic/util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-06Disable tools/choose-default-locale.sh when cross compilingJames Hilliard1-2/+6
2019-01-05Revert "meson: declare version.h as dep for fuzzers"Zbigniew Jędrzejewski-Szmek1-3/+2
2019-01-05meson: declare version.h as dep for libbasicZbigniew Jędrzejewski-Szmek1-0/+2
2019-01-04Use c99 static array size declarations in exported functions tooZbigniew Jędrzejewski-Szmek5-6/+14
2019-01-04tree-wide: use c99 static for array size declarationsZbigniew Jędrzejewski-Szmek13-18/+18
2019-01-04Revert "pam_systemd: drop setting DBUS_SESSION_BUS_ADDRESS"Zbigniew Jędrzejewski-Szmek2-1/+43
2019-01-03libudev-util: make util_replace_whitespace() read only len charactersYu Watanabe2-16/+24
2019-01-03Pass separate dev_t var to device_path_parse_major_minorYunQiang Su1-13/+22
2019-01-03hwdb: Add Lenovo IdeaPad D330 accel mount matrixhowl1-0/+4
2019-01-03po: update Italian translationDaniele Medri1-9/+13
2019-01-03sleep: install default sleep.confYu Watanabe2-0/+28
2019-01-03test-json: check absolute and relative difference in floating point testZbigniew Jędrzejewski-Szmek1-9/+7
2019-01-03man: update color of journal logs in DEBUG levelYu Watanabe1-2/+2
2019-01-03cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gIChris Down11-66/+66
2019-01-02docs: generate index.md in JekyllFilipe Brandenburger3-54/+5
2019-01-02docs: add a "front matter" snippet to our markdown pagesFilipe Brandenburger19-0/+76
2019-01-02Docs: Add Missing Space Between WordsAlex Mayer1-1/+1
2019-01-02test-network: disable DNS function of dnsmasqYu Watanabe1-1/+1
2019-01-02test-network: drop unused variableYu Watanabe1-1/+0
2019-01-02test: fix neighbor addressYu Watanabe1-1/+1
2019-01-02network: set *_configured flags to false before requesting addresses or freindsYu Watanabe1-2/+13
2019-01-02network: rename link_set_routing_policy_rule() to link_request_set_routing_po...Yu Watanabe1-2/+2
2019-01-02network: do not ignore errors on link_request_set_neighbors() and link_set_ro...Yu Watanabe1-3/+7
2019-01-02udevadm: add a workaround for dracutZbigniew Jędrzejewski-Szmek1-1/+3
2019-01-02hwdb/sdio.ids: add BCM43438 + minor rewording of class nameBurt P1-1/+2
2019-01-01test: add test for sending/receiving an invalid deviceYu Watanabe1-27/+54
2019-01-01Revert "udevd: configure a child process name for worker processes"Yu Watanabe1-1/+1
2019-01-01Revert "sd-device: ignore bind/unbind events for now"Yu Watanabe1-9/+0
2019-01-01meson: check whether C.UTF-8 exists or not and use it if existsYu Watanabe3-1/+17
2018-12-31zsh/coredumpctl: don't print warnings from completion functionPaul Seyfert1-1/+1
2018-12-30sd-device: fix segfault when error occurs in device_new_from_{nulstr,strv}()Yu Watanabe1-0/+3
2018-12-30ask-password-api: do not call ask_password_keyring() if keyname == NULLYu Watanabe1-1/+1
2018-12-30ask-password: make ask_password_keyring() staticYu Watanabe2-2/+1
2018-12-29Improve kernel-install support for initrd files. (#11281)ikelos3-8/+21
2018-12-29tests: introduce check_asan_reports and use it in check_result_{qemu|nspawn}Evgeny Vereshchagin1-17/+26
2018-12-29tests: look for ASan+UBSan reports in the journalEvgeny Vereshchagin1-0/+9
2018-12-29tests: double DefaultTimeoutStartSec when systemd is run under ASan+UBSanEvgeny Vereshchagin1-0/+1
2018-12-29travis: also run TEST-01-BASIC with QEMU to cover udevd and so onEvgeny Vereshchagin1-0/+5
2018-12-29travis: pass $TRAVIS when running the tests so that they can be skipped properlyEvgeny Vereshchagin1-1/+1
2018-12-29travis: merge RUN_CLANG into RUNEvgeny Vereshchagin1-8/+5
2018-12-29tests: overwrite a hard-coded timeout in systemd-hwdb-update.serviceEvgeny Vereshchagin1-0/+5
2018-12-29journal: rely on _cleanup_free_ to free a temporary string used in client_con...Evgeny Vereshchagin1-5/+2
2018-12-29tests: fail if asan has found issues in journaldEvgeny Vereshchagin1-0/+7
2018-12-29tests: reproduce https://github.com/systemd/systemd/issues/11251Evgeny Vereshchagin3-1/+17
2018-12-29Make default locale a compile time optionDave Reisner3-3/+9
2018-12-29build: don't include shared's "serialize.h" in basic's "time-util.c"Thomas Haller1-1/+0
2018-12-28Replace 'older then' with 'older than'Jani Uusitalo1-1/+1
2018-12-28udev-event: do not read stdout or stderr if the pipefd is not createdYu Watanabe1-6/+10
2018-12-28switch-root: fix error messageYu Watanabe1-1/+1
2018-12-28core: free lines after reading themEvgeny Vereshchagin1-1/+1