Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-10 | journal: add mousewheel scrolling to browse.html | Kay Sievers | |
2012-10-10 | journal: add keyboard navigation to browse.html | Lennart Poettering | |
2012-10-10 | journal: properly HTML escape more output in browse.html | Lennart Poettering | |
2012-10-10 | journal: properly escape HTML entities in browse.html | Mantas Mikulėnas | |
2012-10-10 | journal: when browsing the journal via browse.html allow clicking on entries ↵ | Lennart Poettering | |
to show their details | |||
2012-10-10 | journal: drop path name from cursor strings | Lennart Poettering | |
we had this mostly for debugging purposes and it was ignored when parsing anyway, so let's get rid of it | |||
2012-10-10 | update TODO | Lennart Poettering | |
2012-10-10 | keymap: Fix scan codes > 0x7FFFFFFF | Martin Pitt | |
According to Linux drivers/input/evdev.c, scan codes are unsigned, not int nor uint32_t. Thanks to Dejan Tosovic <dejan@post.com> for reporting this! | |||
2012-10-10 | gatewayd: beef up browse.html a bit | Lennart Poettering | |
2012-10-10 | journal: fix seeking backwards in gateway daemon | Lennart Poettering | |
2012-10-10 | journal: update comments a bit | Lennart Poettering | |
2012-10-10 | journalctl: properly parse --cursor= long getopt in addition to short -c | Lennart Poettering | |
2012-10-10 | journal: make sure sd_journal_seek_cursor() seeks to the specified entry if ↵ | Lennart Poettering | |
it exists, not one after it | |||
2012-10-09 | detect-virt: install with fs caps by default to allow unprivileged access | Lennart Poettering | |
2012-10-09 | journal: implement follow mode for HTTP GET in gatewayd | Lennart Poettering | |
2012-10-09 | journal: add matching support to gatewayd | Lennart Poettering | |
2012-10-09 | logind: expose missing signals in Session bus objects | Lennart Poettering | |
2012-10-09 | udev: fix rule-syntax-check.py | Kay Sievers | |
2012-10-09 | udev: support multiple entries for ENV{SYSTEMD_ALIAS} and ENV{SYSTEM_WANTS} | Kay Sievers | |
2012-10-08 | README: update | Kay Sievers | |
2012-10-08 | udev: remove SYMLINK "unique" option | Kay Sievers | |
2012-10-08 | udev: fix test | Kay Sievers | |
2012-10-08 | update TODO | Lennart Poettering | |
2012-10-08 | shared: fix broken string_is_safe | Martin Mikkelsen | |
2012-10-08 | dbus-manager: check return of unit_dbus_path | Lukas Nykryn | |
Reply of dbus_message_new_method_return was check twice and path from unit_dbus_path was not. | |||
2012-10-08 | Shrink TODO | Zbigniew Jędrzejewski-Szmek | |
2012-10-07 | udev: allow firmware requests to bypass the dependency tracking | Kay Sievers | |
The removal of the TIMEOUT= handling in udevd put firmware requests into the devpath parent/child dependency tracking. Drivers which block in module_init() asking userspace for firmware ran into a 30 sec device timeout. The whole firmware loading willl hopefully move into the kernel and the fragile-since-day-one fake async driver-core device dance involving udev can be retired: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=abb139e75c2cdbb955e840d6331cb5863e409d0e | |||
2012-10-06 | sysctl: avoiding exiting with error on -EEXIST | Dave Reisner | |
If the final key in any sysctl.d file is a duplicate, systemd-sysctl will exit with an error (and no explaination why). Ignore this, as duplicate keys are to be expected when overriding settings in the directory hierarchy. | |||
2012-10-04 | man/systemd-halt.service: fix typo | Dave Reisner | |
Fix reference to "system-shutdown" as being a binary. | |||
2012-10-04 | update TODO | Lennart Poettering | |
2012-10-04 | dbus: expose Virtualization ID on PID1's bus interface | Lennart Poettering | |
This allows unprivileged clients to check for the used virtualization even when lacking the privileges that some of the virtualization tests require. https://bugzilla.gnome.org/show_bug.cgi?id=684801 | |||
2012-10-04 | update TODO | Lennart Poettering | |
2012-10-04 | systemctl: colorize number of units listed | Zbigniew Jędrzejewski-Szmek | |
2012-10-04 | systemctl: do not print header if no units listed | Zbigniew Jędrzejewski-Szmek | |
2012-10-03 | man: handle-sleep-key is invalid, replace it with handle-suspend-key and ↵ | Сковорода Никита Андреевич | |
handle-hibernate-key in systemd-inhibit help and man. | |||
2012-10-03 | build-sys: prepare 194systemd/v194 | Lennart Poettering | |
2012-10-03 | man: document behaviour of ListenStream= with only a port number in regards ↵ | Lennart Poettering | |
to IPv4/IPv6 | |||
2012-10-03 | dbus: add some more safety checks before accepting data from bus clients | Lennart Poettering | |
2012-10-03 | journal-send: simplification | Lennart Poettering | |
2012-10-03 | journald: only accept fds from certain directories | Lennart Poettering | |
2012-10-03 | update TODO | Lennart Poettering | |
2012-10-03 | selinux: properly free dbus error | Lennart Poettering | |
2012-10-03 | build-sys: fix !HAVE_SELINUX case | Colin Walters | |
2012-10-03 | vconsole: default to the kernel compiled-in keymap | Tom Gundersen | |
No longer override the default kernel keymap if nothing is specified in vconsole.conf. The default should be to do nothing (i.e., use what is already in the kernel) unless the distro/admin has explicitly requested it. | |||
2012-10-03 | vconsole: default to the kernel compiled-in font | Tom Gundersen | |
No longer override the default kernel font if nothing is specified in vconsole.conf. The default kernel font[0] provides ISO-8859-1 and box characters. Users of Arabic, Cyrilic or Hebrew must set a different font manually as these character sets were provided by the old default font [1], but are not any longer. Rationale: * it is counter-intuitive that an empty vconsole.conf file is different from adding FONT=""; * the version of the default font shipped with Arch (which is the upstream one) behaves very badly during early boot[2] (which should admittedly be fixed in the font itself); * the kernel already supplies a default font, it seems reasonable to use that unless anything else is specified; * This also avoids a needless slow call to setfont; and * We don't want to work around problems in the kernel (in case the compiled-in font is not acceptable for whatever reason). [0]: <https://dev.archlinux.org/~tomegun/kernel.bdf> [1]: <https://dev.archlinux.org/~tomegun/latarcyrheb.bdf> [2]: <http://i.imgur.com/J2tM4.jpg> | |||
2012-10-02 | selinux: remove anything PID1-specific from selinux-access.[ch] so that we ↵ | Lennart Poettering | |
can reuse it in logind | |||
2012-10-02 | audit: turn the audit fd into a static variable | Lennart Poettering | |
As audit is pretty much just a special kind of logging we should treat it similar, and manage the audit fd in a static variable. This simplifies the audit fd sharing with the SELinux access checking code quite a bit. | |||
2012-10-02 | selinux: rework selinux access check logic | Lennart Poettering | |
a) Instead of parsing the bus messages inside of selinux-access.c simply pass everything pre-parsed in the functions b) implement the access checking with a macro that resolves to nothing on non-selinux builds c) split out the selinux checks into their own sources selinux-util.[ch] d) this unifies the job creation code behind the D-Bus calls Manager.StartUnit() and Unit.Start(). | |||
2012-10-02 | TODO | Lennart Poettering | |
2012-10-02 | update TODO | Kay Sievers | |