summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-08-06test: test-sigbus must be skipped when -fsanitize=address is usedCristian Rodríguez
2016-08-05Merge pull request #3818 from poettering/exit-status-envZbigniew Jędrzejewski-Szmek
2016-08-05util-lib: unify parsing of nice level valuesLennart Poettering
2016-08-04util-lib: rework /tmp and /var/tmp handling codeLennart Poettering
2016-08-04src/test: add tests for parse_percent_unbounded (#3889)Jonathan Boulle
2016-08-03util-lib: make timestamp generation and parsing reversible (#3869)Lennart Poettering
2016-08-02test: fix test-execute personality tests on ppc64 and aarch64 (#3825)Jan Synacek
2016-07-31Merge pull request 3821 from davide125/fix-testsZbigniew Jędrzejewski-Szmek
2016-07-31test-path-util: check for /lt-test-path-util or /test-path-util (#3841)Mike Gilbert
2016-07-29tests: don't run private device tests if running in a containerSteve Muir
2016-07-29tests: skip process 1 tests if systemd not is runningDavide Cavalca
2016-07-29tests: don't test hostname if it looks like an id128Steve Muir
2016-07-25Merge pull request #3728 from poettering/dynamic-usersZbigniew Jędrzejewski-Szmek
2016-07-25sd-id128: be more liberal when reading files with 128bit IDsLennart Poettering
2016-07-25shared/install: allow "enable" on linked unit files (#3790)Zbigniew Jędrzejewski-Szmek
2016-07-22Merge pull request #3777 from poettering/id128-reworkZbigniew Jędrzejewski-Szmek
2016-07-22sysusers: move various user credential validity checks to src/basic/Lennart Poettering
2016-07-22core: support percentage specifications on TasksMax=Lennart Poettering
2016-07-22sd-id128: split UUID file read/write code into new id128-util.[ch]Lennart Poettering
2016-07-20core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering
2016-07-18treewide: remove unused variablesThomas Hindoe Paaboel Andersen
2016-07-17basic/strv: add an extra NUL after strings in strv_make_nulstrZbigniew Jędrzejewski-Szmek
2016-07-17basic/strv: exhibit strv_make_nulstr missing final NUL char (systemd/systemd#...Jean-Sébastien Bour
2016-07-04tests: fix memory leak in test_strv_fnmatch (#3653)Evgeny Vereshchagin
2016-07-01calendarspec: use ".." notation for ranges of weekdaysDouglas Christman
2016-07-01calendarspec: allow ranges in date and time specificationsDouglas Christman
2016-06-30Fix #3236 (#3633)Lennart Poettering
2016-06-30journalctl: Make temporary files directory configurable (#3574)ottopotto
2016-06-29Merge pull request #3516 from fsateler/shared-basicLennart Poettering
2016-06-27basic: pass flags to the fnmatch (#3606)Evgeny Vereshchagin
2016-06-24build-sys: Add new libsystemd-shared private libraryFelipe Sateler
2016-06-19tests: don't run test_get_process_cmdline_harder under valgrindEvgeny Vereshchagin
2016-06-16Merge pull request #3481 from poettering/relative-memcgLennart Poettering
2016-06-15tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering
2016-06-14util-lib: rework get_process_cmdline() (#3529)Lennart Poettering
2016-06-14util: introduce physical_memory_scale() to unify how we scale by physical memoryLennart Poettering
2016-06-14util-lib: introduce parse_percent() for parsing percent specificationsLennart Poettering
2016-06-14util: when determining the amount of memory on this system, take cgroup limit...Lennart Poettering
2016-06-13core: parse `rd.rescue` and `rd.emergency` as initrd-specific shorthands (#3488)Ivan Shapovalov
2016-06-12test-process-util: allow pid to be specified on the command lineZbigniew Jędrzejewski-Szmek
2016-06-12test-process-util: rework the test function to take pid as argumentZbigniew Jędrzejewski-Szmek
2016-06-09Merge pull request #3432 from poettering/resolved-ll-ipv6Martin Pitt
2016-06-06util-lib: add accessors for unaligned native endian wordsLennart Poettering
2016-06-06resolved: support IPv6 DNS servers on the local linkLennart Poettering
2016-05-29util-lib: Add sparc64 support for process creation (#3348)Michael Karcher
2016-05-20Merge pull request #3290 from htejun/cgroup2-io-compatLennart Poettering
2016-05-20Merge pull request #3235 from dkg/hwaddr-cleanupTom Gundersen
2016-05-20basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical...Evgeny Vereshchagin
2016-05-18core: translate between IO and BlockIO settings to ease transitionTejun Heo
2016-05-17basic: define HEXDIGITSDaniel Kahn Gillmor