Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-21 | bus: initialize variable, now that we might skip debug logging | Kay Sievers | |
2013-10-21 | bus: remove static introspection file export | Kay Sievers | |
2013-10-21 | bus: allow to specify NULL as an empty string to add | Kay Sievers | |
2013-10-20 | log: Fix previous commit to use correct level | Colin Walters | |
2013-10-20 | log: avoid calling the logging functions for log levels above the current ↵ | Kay Sievers | |
maximum Messages with log levels above the current maximum log level will be dropped inside log_meta(). But to be able to call the function, all parameters for the function need to be provided. This can easily get expensive, if values need to be calculated or functions are used in parameters. Avoid all useless work by checking inside the macro, before we look at any parameters passed to the logging functions. | |||
2013-10-20 | build-sys: unify foo_CFLAGS = usage and add explaining comments | Kay Sievers | |
Always add the default AM_CFLAGS first. If variables are used in conditionals, the default assignment of AM variables is disabled, even when the conditional is not in use; foo_CFLAGS = $(AM_CFLAGS) is needed, even when it looks like a no-op. | |||
2013-10-20 | Revert "build-sys: move journalctl CFLAGS= to one line" | Colin Walters | |
This reverts commit e5d5aa1d0f4e143f12f5e00ca072547369d37e53; it breaks if !HAVE_QRENCODE since then we aren't using $(AM_CFLAGS) for journalctl. | |||
2013-10-20 | vimrc: disable -fdiagnostics-color output | Kay Sievers | |
2013-10-19 | socket-proxyd: Remove datagram research TODO. This proxy will not work with ↵ | David Strauss | |
them. | |||
2013-10-19 | socket-proxyd: Comment and log text cleanup. | David Strauss | |
* Standardize on "nonblocking" spelling, per Linux man pages. * Clarify that the nonblocking sockets are never in a "blocking" or "unblocked" state, just a "would block" or "ready" state. | |||
2013-10-20 | man: systemd-fstab-generator - remove <term> | Kay Sievers | |
Element term in namespace '' encountered in para, but no template matches. | |||
2013-10-20 | hwdb: update | Kay Sievers | |
2013-10-20 | socket-proxyd: initialize variable used in error code path | Kay Sievers | |
2013-10-20 | build-sys: move journalctl CFLAGS= to one line | Kay Sievers | |
2013-10-19 | trivial: rfkill - don't include util.h twice | Tom Gundersen | |
2013-10-19 | trivial: rfkill: It's util.h, not utils.h | Colin Walters | |
How about we actually run make locally before pushing, eh? | |||
2013-10-19 | man: fix typos in backlight/rfkill page | Tom Gundersen | |
/me must learn to also test manpage changes | |||
2013-10-19 | TODO: update | Tom Gundersen | |
2013-10-19 | udev-builtin: uaccess - inherit logging form udev | Tom Gundersen | |
Not that it makes a difference in this builtin, but otherwise /etc/udev/udev.conf is not respected. | |||
2013-10-19 | fsck-root: only run when requested in fstab | Tom Gundersen | |
fsck-root is redundant in case an initrd is used, or in case the rootfs is never remounted 'rw', so the new default is the correct behavior for most users. For the rest, they should enable it in fstab. | |||
2013-10-19 | efi-boot-generator: hookup to fsck | Tom Gundersen | |
2013-10-19 | mount/service: drop FsckPassNo support | Tom Gundersen | |
We now treat passno as boleans in the generators, and don't need this any more. fsck itself is able to sequentialize checks on the same local media, so in the common case the ordering is redundant. It is still possible to force an order by using .d fragments, in case that is desired. | |||
2013-10-19 | Remove FsckPassNo from systemd-fsck-root.service | Thomas Bächler | |
2013-10-19 | gpt-auto-generator: Generate explicit dependencies on systemd-fsck@.service ↵ | Thomas Bächler | |
instead of using FsckPassNo [tomegun: check for OOM] | |||
2013-10-19 | fstab-generator: Generate explicit dependencies on systemd-fsck@.service ↵ | Thomas Bächler | |
instead of using FsckPassNo [tomegun: * order all fsck instances after fsck-root * check for OOM * added notes in the manpages] | |||
2013-10-19 | fstab-generator: When parsing the root= cmdline option, set FsckPassNo to 1 | Thomas Bächler | |
[tomegun: without this we would never fsck the rootfs if it was directly mounted 'rw' from the initrd. We now risk fsck'ing it twice in the case it is mounted 'ro', so that should be addressed in a separate patch.] | |||
2013-10-19 | kerne-command-line: introduce option 'systemd.restore_state' | Tom Gundersen | |
When set to 0 this will stop tools like the backlight and rfkill tools to restore state from previous boot. This is useful in case the stored state is bogus to the extent that it is preventing you from resetting it (e.g., the backlight settings cause the screen to be off on boot on a system where the backlight can not be adjusted directly from the keyboard). | |||
2013-10-19 | TODO: add some fsck items | Tom Gundersen | |
2013-10-18 | build-sys: Honor CFLAGS for journalctl again | Colin Walters | |
Regression from e905a456814eadfb904c49241e3841c1e4a1d119. | |||
2013-10-18 | build-sys: fix += vs = in Makefile | Lennart Poettering | |
2013-10-18 | bus: if we hit the end of an array container return 0 as EOF indicator when ↵ | Lennart Poettering | |
reading it | |||
2013-10-18 | update-utmp: port to sd-bus | Tom Gundersen | |
Change from GetUnit to LoadUnit to make sure we can detect the current legacy runlevel, even if nothing loaded the legacy target files yet. | |||
2013-10-18 | socket-proxyd: rename from saproxy | Lennart Poettering | |
The thing is a daemon, hence needs a "d" prefix. Also, we tend to not abbreviate names of background components unnecessarily, since they are not primary commands people type. Then, the fact that this thing does socket actviation is mostly in implementationd detail for the proxy. Also, do some minor indenting clean-ups and other code updates. | |||
2013-10-18 | build-sys: drop a number CFLAGS assignments in Makefile that are pointless | Lennart Poettering | |
2013-10-18 | bus: automatically flush bus queue when we exit the event loop | Lennart Poettering | |
This way, we do not have to call it manually | |||
2013-10-18 | initctl: port to sd-bus | Tom Gundersen | |
2013-10-18 | cgroup-agent: port to sd-bus | Tom Gundersen | |
2013-10-18 | fsck: port to sd-bus | Tom Gundersen | |
2013-10-18 | timedated: disable debug logging | Lennart Poettering | |
2013-10-18 | hostnamed: port over from libdbus to libsystemd-bus | Lennart Poettering | |
2013-10-17 | sd-event: initialize return value | Dave Reisner | |
src/libsystemd-bus/sd-event.c:1597:13: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized] | |||
2013-10-17 | Fix kmod error message to have correct version requirement | David Strauss | |
2013-10-17 | static-nodes: don't call mkdir | Tom Gundersen | |
This is no longer necessary with kmod-15. Bump the requirement. | |||
2013-10-17 | tmpfiles: log unaccessible FUSE mount points only as debug message | Kay Sievers | |
2013-10-17 | timedated: expose time and NTP sync flag via the bus | Lennart Poettering | |
This way, timedatectl can be run over the network and determine all properties correctly from the server rather than the client. | |||
2013-10-16 | api: unify some common bits used by public systemd APIs | Lennart Poettering | |
2013-10-16 | timedate: expose RTC time | Lennart Poettering | |
Since access to the RTC is privileged expose the current RTC time as bus property so that unprivileged clients can read it. | |||
2013-10-16 | bus: fix default exit on idle timeout | Lennart Poettering | |
2013-10-16 | sabridge: Makefile should be a symlink | David Strauss | |
2013-10-16 | saproxy: man page formatting and terminology fixes | David Strauss | |