Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-03 | man: document three new cgtop options | Zbigniew Jędrzejewski-Szmek | |
2012-08-03 | test: allow deletion of temporary files from normal fs | Zbigniew Jędrzejewski-Szmek | |
Not everybody has /tmp on tmpfs, and this was breaking 'make check'. | |||
2012-08-03 | keyboard-force-release: Fix previous commit | Martin Pitt | |
Was missing a * for the globbing. | |||
2012-08-03 | keyboard-force-release: Apply to all Fujitso AMILO models | Martin Pitt | |
https://launchpad.net/bugs/1011323 reports more AMILO models which need this quirk; enough to assume that all of them need it, and applying it on working models does not really hurt. | |||
2012-08-03 | udev: path_id - add comment about the unrteliable rebase logic | Kay Sievers | |
2012-08-01 | update TODO | Lennart Poettering | |
2012-08-01 | journal: add sd_journal_perror() to API | Lennart Poettering | |
2012-08-01 | update TODO | Lennart Poettering | |
2012-07-31 | journald: fixed memory leak | Artur Zaprzala | |
2012-07-31 | libudev-queue.c: simplified open_queue_file | Arvydas Sidorenko | |
There is no apparent justification for using util_strscpyl on the filename since it's a plain hardcoded path. Older versions used: util_strscpyl(filename, sizeof(filename), SOME_DIR, "/queue.bin", NULL); and when changed nobody bothered to simplify it. | |||
2012-07-31 | doc: clarification in system.unit man page | Zbigniew Jędrzejewski-Szmek | |
2012-07-31 | automount: print mount point in debug message | Zbigniew Jędrzejewski-Szmek | |
Old: systemd[1]: Got direct mount request for ffff88003bb10c00, triggered by 14476 (fuser) New: systemd[1]: Got direct mount request on /dev/mqueue, triggered by 2177 (ls) | |||
2012-07-31 | Add a few more dependencies to README | Zbigniew Jędrzejewski-Szmek | |
2012-07-31 | build-sys: fix path to src/gudev/gudevenumtypes.h | Zbigniew Jędrzejewski-Szmek | |
This file is generated, so it should be referred to as $(top_builddir)/src/gudev/gudevenumtypes.h. It could only appear in $(top_srcdir) as a result of previous build in $(top_srcdir). Better to just let automake add the prefix for us, so there's no need to spell it out. Remove the prefix from other source files too, $(top_srcdir) is the default anyway. | |||
2012-07-31 | build-sys: always create the output directory first | Zbigniew Jędrzejewski-Szmek | |
$(MKDIR_P) is added where missing, and rules are standardized on one form of $(MKDIR_P), to make it easier to spot when it is missing. Single line $(MKDIR)&&command form is broken into two line form. https://bugs.freedesktop.org/show_bug.cgi?id=49459 For compilation in a separate build directory to work, when a file is generated, the rule must include an explicit mkdir first, unless the file is created at the top level. Even when building in a separate build-dir, automake would normally create all directories as a side result of creating the dependencies files. Therefore the bug was only visible with -C (turning off dependency generation). | |||
2012-07-30 | udev: set log.c's log level from udev's kernel command line option | Kay Sievers | |
2012-07-30 | 99-systemd.rules.in: ignore nbd in the "add" uevent | Harald Hoyer | |
2012-07-30 | rules/99-systemd.rules.in: ENV{SYSTEMD_READY}="0" for incomplete md | Harald Hoyer | |
2012-07-30 | update TODO | Kay Sievers | |
2012-07-30 | udev: add missing newline when writing to /dev/kmsg | Kay Sievers | |
2012-07-29 | logind: add new loginctl lock-sessions command | Lennart Poettering | |
2012-07-29 | logind: add LockSessions() call to lock all local sessions at once | Lennart Poettering | |
2012-07-29 | Revert "man: ship systemd-udevd as the real manpage" | Lennart Poettering | |
We want to keep things uniform, and hence treat udevd's man page like any other in the repo. What matters is how users primarily interface with a service, and that is not the binary path in /usr/lib/systemd but the service name. This reverts commit 6c1f3ba54ac1f42598c543b86daaf294b29294b1. | |||
2012-07-28 | man: grammar fixes for systemd-udev(8) | Zbigniew Jędrzejewski-Szmek | |
2012-07-28 | selinux: avoid inclusion of null_log without selinux | Dave Reisner | |
Avoids a compile time warning: warning: 'null_log' defined but not used [-Wunused-function] | |||
2012-07-28 | man: ship systemd-udevd as the real manpage | Dave Reisner | |
Instead of making systemd-udevd a so-link to systemd-udevd.service, ship the real page as systemd-udevd to integrate better with distros where udevd might be run standalone. | |||
2012-07-28 | build-sys: always populate EXTRA_DIST | Bryan Kadzban | |
"make dist" can build a different tarball depending on the flags passed to ./configure and the (optional) dependencies found on the system. Move all append-to-EXTRA_DIST operations out of automake conditionals to fix this. Introduce a polkitpolicy_files so that the policy files built still correctly depend on the automake conditionals, but the .in files that get distributed do not. | |||
2012-07-28 | systemctl: append .service to unit names lacking suffix | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=39386 | |||
2012-07-27 | update TODO | Lennart Poettering | |
2012-07-27 | journalctl: add --priority= switch for filtering by priority | Lennart Poettering | |
2012-07-26 | cgtop: add --version option | Zbigniew Jędrzejewski-Szmek | |
2012-07-26 | cgtop: use full terminal width | Zbigniew Jędrzejewski-Szmek | |
2012-07-26 | Add a 'b' option to cgtop, equivalent to the same option in top | David Strauss | |
[zj: use static] | |||
2012-07-26 | Add an 'n' option to cgtop (equivalent to top) | David Strauss | |
2012-07-26 | journald: log driver messages at LOG_INFO | Lennart Poettering | |
2012-07-26 | journalctl: hightlight log lines by priority | Lennart Poettering | |
warn/notice = bright white < error = red | |||
2012-07-26 | logs-show: fix OOM path | Lennart Poettering | |
2012-07-26 | build-sys: use correct cpp | Peeters Simon | |
this solves issues where $(CPP) has differend include paths than 'cpp' | |||
2012-07-26 | update README | Lennart Poettering | |
2012-07-26 | login: lose policy a bit: allow user suspend unauthenticated when multiple ↵ | Lennart Poettering | |
sessions exist | |||
2012-07-26 | log: out-of-line __log_oom() | Michal Schmidt | |
The callers' code gets smaller. | |||
2012-07-26 | log: log_oom() must be a macro | Michal Schmidt | |
2012-07-26 | udev: cdrom_id, accelerometer - enable debug output for --debug | Kay Sievers | |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden | |
also a number of minor fixups and bug fixes: spelling, oom errors that didn't print errors, not properly forwarding error codes, few more consistency issues, et cetera | |||
2012-07-26 | update TODO | Kay Sievers | |
2012-07-26 | unit-name: style fix in unit_name_is_template() | Michal Schmidt | |
to make it look like the newly added unit_name_is_instance() | |||
2012-07-26 | systemd: enable/disable instances of template | Michal Sekletar | |
https://bugzilla.redhat.com/show_bug.cgi?id=752774 | |||
2012-07-26 | unit: add missing deps in unit_dependency_table | Michal Schmidt | |
also reorder the table according to the enum order. | |||
2012-07-26 | unit: make the table of inverse deps symmetric | Michal Schmidt | |
2012-07-26 | dbus-unit: expose PartOf/ConsistsOf properties | Michal Schmidt | |