Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-24 | udev: static_node - don't touch permissions uneccessarily | Tom Gundersen | |
Don't set default permissions if only TAGS were specified in a rule. | |||
2013-07-24 | udev: log error if chmod/chown of static dev nodes fails | Tom Gundersen | |
2013-07-24 | shell-completion: Add machinectl zsh completion | William Giokas | |
2013-07-24 | initctl: use irreversible jobs when switching runlevels | Zbigniew Jędrzejewski-Szmek | |
Spotted by uau in #systemd. | |||
2013-07-24 | README: Bump to Linux 3.0 | Jesper Larsen | |
Support for writing to cgroup.procs was introduced in 3.0 | |||
2013-07-24 | journal: immediately sync to disk as soon as we receieve an EMERG/ALERT/CRIT ↵ | Lennart Poettering | |
message | |||
2013-07-24 | core: synchronously block when logging | Lennart Poettering | |
Previously, the logging sockets were asynchronous and if clogged we'd lose messages. We did this to be extra careful given that PID 1 might need to spawn the logging daemon as response to PID 1's own log messages and we really should avoid a deadlock in that case. As it turns out this causes loss of too many messages, hence make the socket blocking again, however put a time limit on it to avoid unbounded deadlocks in the unlikely case they happen. https://bugs.freedesktop.org/show_bug.cgi?id=66664 | |||
2013-07-23 | remove systemd-timestamp from sources | Dave Reisner | |
No sense in keeping this around if support for reading RD_TIMESTAMP has been removed. | |||
2013-07-23 | remove left-over initrd time stamp handling | Kay Sievers | |
2013-07-23 | man: Fix copy&paste error | Michael Biebl | |
2013-07-23 | README Bump minimum required version of kmod | Michael Biebl | |
See edeb68c53f1cdc452016b4c8512586a70b1262e3. | |||
2013-07-23 | build-sys: prepare 206systemd/v206 | Lennart Poettering | |
2013-07-23 | NEWS: fix mistake | Maciej Wereski | |
2013-07-22 | bus: update for kdbus changes | Kay Sievers | |
2013-07-22 | TODO: update | Kay Sievers | |
2013-07-22 | kmod-static-nodes: remain after exit | Tom Gundersen | |
2013-07-22 | systemd-tmpfiles-setup-dev: remain after exit | Tom Gundersen | |
Without this, tmpfiles-setpu-dev would be re-run if any other service, which pulls in basic.target, was started after setup-dev was finished and before basic.target was active. | |||
2013-07-22 | NEWS: prepare half a NEWS file for upcoming 206 | Lennart Poettering | |
2013-07-21 | man: wording and grammar updates | Jan Engelhardt | |
This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. | |||
2013-07-21 | rules: net, tty description - ask hwdb explicitly for pci data | Kay Sievers | |
2013-07-20 | shared: fix build on !x86 | Shawn Landden | |
2013-07-21 | man: udev - add section about hwdb | Kay Sievers | |
2013-07-20 | core: correct dbus parameter direction | Zbigniew Jędrzejewski-Szmek | |
2013-07-20 | rules: drivers - always call kmod, even when a driver is bound to the device | Kay Sievers | |
On Sat, Jul 20, 2013 at 12:56 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote: > After a recent change present in 3.11-rc1 there is a driver, called processor, > that can be bound to the CPU devices whose sysfs directories are located under > /sys/devices/system/cpu/. A side effect of this is that, after the driver has > been bound to those devices, the kernel adds DRIVER=processor to ENV for CPU > uevents and they don't match the default rule for autoloading modules matching > MODALIAS: > > DRIVER!="?*", ENV{MODALIAS}=="?*", IMPORT{builtin}="kmod load $env{MODALIAS}" > > any more. However, there are some modules whose module aliases match specific > CPU features through the modalias string and those modules should be loaded > automatically if a compatible CPU is present. Yet, with the processor driver > bound to the CPU devices the above rule is not sufficient for that, so we need > a new default udev rule allowing those modules to be autoloaded even if the > CPU devices have drivers. | |||
2013-07-19 | make: Automake is complaining about .PRECIOUS being redefined | Holger Hans Peter Freyther | |
Yesterday I added test-suite.log as dependency to the .PRECIOUS target. Automake is warning about this target being redefined and from what I see there is no way I can stop the warning but I can add the %MAKEFILE% as dependency. automake warning: Makefile.am:35: warning: user target '.PRECIOUS' defined here ... /usr/share/automake-1.13/am/configure.am: ... overrides Automake target '.PRECIOUS' defined here [zj: s/%MAKEFILE%/Makefile/ because %MAKEFILE% wasn't actually substituted properly.] | |||
2013-07-19 | man: also mention /run/log/journal in systemd-jouranld.service(8) | Zbigniew Jędrzejewski-Szmek | |
2013-07-19 | journald: after the cgroup rework processes may be in both user and system ↵ | Lennart Poettering | |
units at the same time | |||
2013-07-19 | man: update documentation of systemctl cgroup commands | Lennart Poettering | |
2013-07-19 | man: update documentation of slice units a bit | Lennart Poettering | |
2013-07-19 | man: update scope unit man page a bit | Lennart Poettering | |
2013-07-19 | man: update pam_systemd documentation to current state of the code | Lennart Poettering | |
2013-07-19 | core: update configuration directive list "systemd ↵ | Lennart Poettering | |
--dump-configuration-items" shows | |||
2013-07-19 | man: list scope and slice units in systemd(1) | Lennart Poettering | |
2013-07-19 | man: document sd_pid_get_slice() call of libsystemd-login | Lennart Poettering | |
2013-07-19 | man: a few corrections to the machinectl man page | Lennart Poettering | |
2013-07-19 | man: update systemd-nspawn regarding new --slice= logic | Lennart Poettering | |
2013-07-19 | man: extend systemd-run man page a little | Lennart Poettering | |
2013-07-19 | man: drop the old cgroup settings from the man pages | Lennart Poettering | |
2013-07-19 | tmpfiles: Fix memory leak in parse_line() | Maciej Wereski | |
2013-07-19 | udev: fix two trivial memleaks in error path | Zbigniew Jędrzejewski-Szmek | |
Based-on-a-patch-by: Ian Stakenvicius <axs@gentoo.org> | |||
2013-07-19 | man: Fix example to use the new --boot syntax | Jan Janssen | |
2013-07-19 | nspawn: Reorder includes to fix compilation | Jesper Larsen | |
Commit 2e996f4d4b642c5682c608c9692ad2ffae398ab2 added an include of linux/netlink.h This kernel header is not self contained in the linux 2.6 kernel which breaks compilation with an unknown type sa_family_t A workaround is to include linux/netlink.h after sys/socket.h | |||
2013-07-19 | core: add %v specifier | Zbigniew Jędrzejewski-Szmek | |
2013-07-19 | man: document Slice= setting (and other fixes) | Lennart Poettering | |
2013-07-19 | machined: run machined at minimal capabilities | Lennart Poettering | |
2013-07-19 | units: add references to bus API documentation to logind+machined | Lennart Poettering | |
2013-07-19 | update TODO | Lennart Poettering | |
2013-07-19 | machined: correct how some properties are exported on the bus | Lennart Poettering | |
2013-07-19 | man: add reference to new machined bus API documentation in the wiki | Lennart Poettering | |
2013-07-18 | TODO: update | Kay Sievers | |