summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* src/test: add tests for parse_percent_unbounded (#3889)Jonathan Boulle2016-08-041-0/+6
* util-lib: make timestamp generation and parsing reversible (#3869)Lennart Poettering2016-08-032-0/+67
* test: fix test-execute personality tests on ppc64 and aarch64 (#3825)Jan Synacek2016-08-021-0/+10
* Merge pull request 3821 from davide125/fix-testsZbigniew Jędrzejewski-Szmek2016-07-313-4/+16
|\
| * tests: don't run private device tests if running in a containerSteve Muir2016-07-291-0/+5
| * tests: skip process 1 tests if systemd not is runningDavide Cavalca2016-07-291-1/+2
| * tests: don't test hostname if it looks like an id128Steve Muir2016-07-291-3/+9
* | test-path-util: check for /lt-test-path-util or /test-path-util (#3841)Mike Gilbert2016-07-311-1/+2
|/
* Merge pull request #3728 from poettering/dynamic-usersZbigniew Jędrzejewski-Szmek2016-07-251-0/+87
|\
| * sysusers: move various user credential validity checks to src/basic/Lennart Poettering2016-07-221-0/+87
* | sd-id128: be more liberal when reading files with 128bit IDsLennart Poettering2016-07-251-1/+68
* | shared/install: allow "enable" on linked unit files (#3790)Zbigniew Jędrzejewski-Szmek2016-07-251-1/+6
* | Merge pull request #3777 from poettering/id128-reworkZbigniew Jędrzejewski-Szmek2016-07-221-1/+13
|\ \
| * | sd-id128: split UUID file read/write code into new id128-util.[ch]Lennart Poettering2016-07-221-1/+13
| |/
* | core: support percentage specifications on TasksMax=Lennart Poettering2016-07-221-0/+38
|/
* core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering2016-07-201-5/+5
* treewide: remove unused variablesThomas Hindoe Paaboel Andersen2016-07-181-1/+1
* basic/strv: add an extra NUL after strings in strv_make_nulstrZbigniew Jędrzejewski-Szmek2016-07-171-2/+1
* basic/strv: exhibit strv_make_nulstr missing final NUL char (systemd/systemd#...Jean-Sébastien Bour2016-07-171-0/+7
* tests: fix memory leak in test_strv_fnmatch (#3653)Evgeny Vereshchagin2016-07-041-1/+1
* calendarspec: use ".." notation for ranges of weekdaysDouglas Christman2016-07-011-2/+5
* calendarspec: allow ranges in date and time specificationsDouglas Christman2016-07-011-0/+5
* Fix #3236 (#3633)Lennart Poettering2016-06-301-3/+3
* journalctl: Make temporary files directory configurable (#3574)ottopotto2016-06-301-0/+46
* Merge pull request #3516 from fsateler/shared-basicLennart Poettering2016-06-291-1/+1
|\
| * build-sys: Add new libsystemd-shared private libraryFelipe Sateler2016-06-241-1/+1
* | basic: pass flags to the fnmatch (#3606)Evgeny Vereshchagin2016-06-271-0/+11
|/
* tests: don't run test_get_process_cmdline_harder under valgrindEvgeny Vereshchagin2016-06-191-0/+11
* Merge pull request #3481 from poettering/relative-memcgLennart Poettering2016-06-162-0/+69
|\
| * util: introduce physical_memory_scale() to unify how we scale by physical memoryLennart Poettering2016-06-141-1/+37
| * util-lib: introduce parse_percent() for parsing percent specificationsLennart Poettering2016-06-141-0/+19
| * util: when determining the amount of memory on this system, take cgroup limit...Lennart Poettering2016-06-141-0/+14
* | tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering2016-06-152-6/+6
* | util-lib: rework get_process_cmdline() (#3529)Lennart Poettering2016-06-141-1/+191
|/
* core: parse `rd.rescue` and `rd.emergency` as initrd-specific shorthands (#3488)Ivan Shapovalov2016-06-131-0/+11
* test-process-util: allow pid to be specified on the command lineZbigniew Jędrzejewski-Szmek2016-06-121-2/+11
* test-process-util: rework the test function to take pid as argumentZbigniew Jędrzejewski-Szmek2016-06-121-38/+32
* Merge pull request #3432 from poettering/resolved-ll-ipv6Martin Pitt2016-06-091-0/+51
|\
| * resolved: support IPv6 DNS servers on the local linkLennart Poettering2016-06-061-0/+51
* | util-lib: add accessors for unaligned native endian wordsLennart Poettering2016-06-061-0/+24
|/
* util-lib: Add sparc64 support for process creation (#3348)Michael Karcher2016-05-291-1/+2
* Merge pull request #3290 from htejun/cgroup2-io-compatLennart Poettering2016-05-201-6/+7
|\
| * core: translate between IO and BlockIO settings to ease transitionTejun Heo2016-05-181-6/+7
* | Merge pull request #3235 from dkg/hwaddr-cleanupTom Gundersen2016-05-201-1/+1
|\ \
| * | basic: define HEXDIGITSDaniel Kahn Gillmor2016-05-171-1/+1
| |/
* | basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical...Evgeny Vereshchagin2016-05-205-5/+5
|/
* util-lib: add new ifname_valid() call that validates interface namesLennart Poettering2016-05-091-0/+25
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-0/+17
* Merge pull request #3183 from crawford/preset-arrayZbigniew Jędrzejewski-Szmek2016-05-031-0/+48
|\
| * test: ensure presets are evaluated in orderAlex Crawford2016-05-011-0/+48