Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-06 | build-sys: split man alias rules into separate file | Zbigniew Jędrzejewski-Szmek | |
There shouldn't be any functional change. This is an 'automake include', so the generated Makefile is the same (apart from ordering). | |||
2013-02-06 | build-sys: replace one last mkdir hook with list item | Zbigniew Jędrzejewski-Szmek | |
Previously, errors would be ignored. Now they are not. But I don't see how we could fail to create the directory, so I don't think that it matters. | |||
2013-02-06 | man: see also dracut(7) in bootup(7) | Zbigniew Jędrzejewski-Szmek | |
2013-02-06 | tests: skip tests if manager cannot be created | Zbigniew Jędrzejewski-Szmek | |
When running without a user session, tests fail. | |||
2013-02-07 | tests: move strv_parse_nulstr to test-strv, and actually test it | Thomas Hindoe Paaboel Andersen | |
The test was originally added with this commit message: "ask-password: supported plymouth cached passwords" | |||
2013-02-07 | strv: add strv_print | Thomas Hindoe Paaboel Andersen | |
Clearer, and spares the temp variable. | |||
2013-02-06 | tests: run manager in session mode | Zbigniew Jędrzejewski-Szmek | |
False positives pop up otherwise. FAIL: test-unit-name (exit: 134) ================================ Failed to open /dev/tty0: Permission denied Failed to create root cgroup hierarchy: Permission denied Assertion 'manager_new(SYSTEMD_SYSTEM, &m) == 0' failed at src/test/test-unit-name.c:125, function test_unit_printf(). Aborting. | |||
2013-02-06 | test: add a few tests and tidy up | Thomas Hindoe Paaboel Andersen | |
adds test of: strv_find strv_find_prefix strv_overlap strv_sort streq_ptr first_word Splits tests of util.c into own file to avoid clutter as we add more. Removed a few prints and uses _cleanup_free_ to make the tests more focused. | |||
2013-02-04 | man: remove boot up runlevel support | Umut Tezduyar | |
As of 3cdebc217c42c8529086f2965319b6a48eaaeabe support for distro specific boot up runlevels has been dropped. | |||
2013-02-04 | update TODO | Lennart Poettering | |
2013-02-04 | update TODO | Lennart Poettering | |
2013-02-04 | hwdb: update | Kay Sievers | |
2013-02-04 | TODO: update | Kay Sievers | |
2013-01-31 | cryptsetup: accept both "read-only" and "readonly" spellings | Michal Schmidt | |
Mukund Sivaraman pointed out that cryptsetup(5) mentions the "read-only" option, while the code understands "readonly". We could just fix the manpage, but for consistency in naming of multi-word options it would be prettier to have "read-only". So let's accept both spellings. BZ: https://bugzilla.redhat.com/show_bug.cgi?id=903463 | |||
2013-01-30 | test-strv.c: test strv_join added | Daniel Buch | |
2013-01-30 | test-strv.c: Split tests into seperate functions | Daniel Buch | |
test-strv.c: Leaves main clean for additional tests | |||
2013-01-30 | systemctl: Fix wrong assertion test | Mauro Dreissig | |
2013-01-30 | build-sys: fix empty lines | Kay Sievers | |
2013-01-30 | build-sys: move HAVE_MICROHTTPD HAVE_MYHOSTNAME to their own sections | Kay Sievers | |
2013-01-30 | build-sys: move most of HAVE_KMOD into one section | Kay Sievers | |
2013-01-30 | build-sys: add intermediate files to CLEANFILES to fix distcheck | Kay Sievers | |
2013-01-30 | man: time - exchange some 'colons' with 'commas' | Tom Gundersen | |
2013-01-29 | build-sys: add rules for sd_journal_{get,set}_data_threshold(3) | Zbigniew Jędrzejewski-Szmek | |
Fixup for 350b6a65. | |||
2013-01-29 | Add a few entries to .mailmap | Zbigniew Jędrzejewski-Szmek | |
2013-01-29 | build-sys: inline two definitions which were only used in one place | Zbigniew Jędrzejewski-Szmek | |
2013-01-29 | build-sys: keep intermediate files | Zbigniew Jędrzejewski-Szmek | |
Sometimes it is useful to look at them, and they don't take up any significant amount of space. Keeping them also avoids the message about files being removed at the end of make run. | |||
2013-01-29 | test: some trivial fixes to test scripts | Zbigniew Jędrzejewski-Szmek | |
- fix typo - use compiled systemd-nspawn - drop --capability=... from systemd-nspawn invocation, is is the default now - simplify sudo make invocations | |||
2013-01-29 | tests: add test for unit name printing | Zbigniew Jędrzejewski-Szmek | |
2013-01-29 | tests: compress unit name tests and add more asserts | Zbigniew Jędrzejewski-Szmek | |
2013-01-29 | tests: add test for install_full_printf() | Zbigniew Jędrzejewski-Szmek | |
2013-01-29 | install: allow %u an and %U specifiers in WantedBy/RequiredBy/Alias | Zbigniew Jędrzejewski-Szmek | |
2013-01-29 | install: allow specifiers in WantedBy/RequiredBy/Alias | Zbigniew Jędrzejewski-Szmek | |
This allows one templated unit to refer to another templated unit at installation time. Examples: > grep WantedBy ~/.config/systemd/user/mpop@.timer WantedBy=services@%i.target > srv disable mpop@iit.timer rm '/home/alxchk/.config/systemd/user/services@iit.target.wants/mpop@iit.timer' > srv enable mpop@iit.timer ln -s '/home/alxchk/.config/systemd/user/mpop@.timer' '/home/alxchk/.config/systemd/user/services@iit.target.wants/mpop@iit.timer' Based-on-patch-by: Oleksii Shevchuk <alxchk@gmail.com> | |||
2013-01-29 | core: fix %U when no User= used | Zbigniew Jędrzejewski-Szmek | |
When the username was not explicitly specified, both %U and %u would print the username. Make %U always print UID. | |||
2013-01-29 | Move generic specifier functions to shared | Zbigniew Jędrzejewski-Szmek | |
No functional change. This makes it possible to use them in install.c. | |||
2013-01-29 | install: automatic cleanup using local cleanup functions | Zbigniew Jędrzejewski-Szmek | |
2013-01-29 | install: use automatic cleanup in find_symlinks_fd() | Zbigniew Jędrzejewski-Szmek | |
2013-01-29 | shared: introduce _cleanup_set_free_free_ | Zbigniew Jędrzejewski-Szmek | |
2013-01-29 | Clarify sentence | Tollef Fog Heen | |
2013-01-28 | man: grammar fix | Zbigniew Jędrzejewski-Szmek | |
2013-01-28 | journalctl: allow --lines=0 i.e. only new | Zbigniew Jędrzejewski-Szmek | |
Makes it easier to watch just for new entries. Once scenario is where the user starts 'journalctl -qfn0' to watch for changes during some operation. | |||
2013-01-29 | TODO | Lennart Poettering | |
2013-01-29 | man: mention pacman at the top of the nspawn man page, too | Lennart Poettering | |
2013-01-29 | update TODO | Lennart Poettering | |
2013-01-28 | keymap: Add HP HDX 9494NR: Fix touchpad keys | Martin Pitt | |
Previous commit had them the wrong way around. https://bugzilla.redhat.com/show_bug.cgi?id=757928 | |||
2013-01-28 | keymap: Add HP HDX 9494NR | Martin Pitt | |
Add touchpad and www keys. https://bugzilla.redhat.com/show_bug.cgi?id=757928 | |||
2013-01-28 | keymap: Add support for the brower hotkey on the HP ProBook | Ayan George | |
https://bugs.launchpad.net/bugs/1105191 | |||
2013-01-27 | man: add Arch Linux entry to systemd-nspawn(5) | William Giokas | |
Archlinux has a similar tool to debbotstrap in the arch-install-scripts package that will install to a specified directory. This is generally used for installation, so the -d flag must be passed to tell it to install to a non-mountpoint directory. | |||
2013-01-27 | build-sys: install two more man aliases | Zbigniew Jędrzejewski-Szmek | |
2013-01-27 | logind: add MESSAGE_IDs to interesting events | Zbigniew Jędrzejewski-Szmek | |
2013-01-28 | update .gitignore | Kay Sievers | |