Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-30 | LICENSE.LGPL2.1: update license | Ramkumar Ramachandra | |
Update the license with the copy found on http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt | |||
2012-11-28 | keymap: Add Samsung 700T | Martin Pitt | |
https://bugzilla.redhat.com/show_bug.cgi?id=879691 | |||
2012-11-28 | keymap: Update the list of Samsung Series 9 models | Alessandro Crismani | |
Currently, keymaps are provided only for the NP90X3A laptop. Samsung introduced updated models, codenamed 900X3B, 900X3C, 900X4B, 900X4C, which are currently not matched by udev rules. This patch includes the newer modules in udev rules and move the samsung-n90x3a file defining keys to a more generic samsung-series-9 file. The patch was tested on a 900X4C laptop, and other people reported that the rules also work for 900X3B and 900X3C ones. | |||
2012-11-28 | shutdown: fix typo | Hermann Gausterer | |
2012-11-28 | shutdown: don't consider umounting of / and /usr failed | Tom Gundersen | |
In the words of Homer: If you don't try, you can't fail. This is a revert of 9279749b84cc87c7830280b7895a48bed03c9429. It used to be necessary to consider the umounting failed to make sure / and /usr were remounted read-only, but that is no longer necessary as everything is now remounted read-only anyway. Moreover, this avoids a warning at shutdown saying a filesystem was not unmounted. As the umounting of / is never attempted there was no corresponding warning message saying which fs that failed. This caused some spurious bug-reports from concerned users. Cc: Michael Biebl <biebl@debian.org> | |||
2012-11-28 | shutdown: don't pivot to /run/initramfs if already there | Tom Gundersen | |
This allows systemd-shutdown to be installed as /run/initramfs/shutdown and take care of the proper teardown of the rootfs. | |||
2012-11-27 | man: systemd.exec - mention mount(2) | Kay Sievers | |
https://bugzilla.redhat.com/show_bug.cgi?id=880552 | |||
2012-11-27 | fstab-generator: make error more helpful in case of duplicates in fstab | Tom Gundersen | |
Traditional sysvinit systems would not complain about duplicates in fstab. Rather it (through monut -a) would mount one fs on top of another, in effect the last entry taking precedent. In systemd, the first entry takes precedent, all subsequent ones are ignored and an error is printed. The change of behavior and the source of this error message was causing some confusion, so give a hint what migt be wrong. | |||
2012-11-27 | fstab-generator: drop mount_is_bind | Tom Gundersen | |
Do the check in-line instead, as the function is now a bit pointless. | |||
2012-11-27 | fstab-generator: remove redundancy in mount_is_bind | Tom Gundersen | |
2012-11-26 | man: systemd.time - fix typo in fixed typo | Kay Sievers | |
2012-11-26 | man: systemd.time - fix typo | Kay Sievers | |
2012-11-26 | udev: net_id - merge properties into the correct device | Kay Sievers | |
2012-11-26 | udev: net_id - export PCI hotplug slot names | Kay Sievers | |
2012-11-25 | README - dependencies: unify and add util-linux reference | Tom Gundersen | |
Use '>=' everywhere for consistency and point out that new util-linux provides sulogin. | |||
2012-11-25 | journal: fix warning about pointer arithmetic | Zbigniew Jędrzejewski-Szmek | |
../src/journal/journal-send.c: In function 'sd_journal_sendv': ../src/journal/journal-send.c:250:73: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith] | |||
2012-11-25 | manager: fix build on 32bit systems | Lennart Poettering | |
2012-11-25 | man: add systemd-journal-gatewayd page | Zbigniew Jędrzejewski-Szmek | |
2012-11-25 | journal-gatewayd: minor cleanup | Zbigniew Jędrzejewski-Szmek | |
2012-11-25 | README: mention dependency on libpython | Zbigniew Jędrzejewski-Szmek | |
2012-11-25 | update TODO | Lennart Poettering | |
2012-11-25 | timer: recalculate next elapse for calendar timer units when the system ↵ | Lennart Poettering | |
clock is changed | |||
2012-11-24 | shared: FORMAT_TIMESTAMP_MAX -- include space for unicode weekdays | Kay Sievers | |
$ LANG=el_GR.UTF-8 ./timedatectl Local time: Σαβ 2012-11-24 14:53:05 CET Universal time: Σαβ 2012-11-24 13:53:05 UTC RTC time: Σαβ 2012-11-24 13:53:04 Timezone: Europe/Berlin (CET, +0100) NTP enabled: yes NTP synchronized: yes RTC in local TZ: no DST active: no Last DST change: DST ended at Κυρ 2012-10-28 02:59:59 CEST Κυρ 2012-10-28 02:00:00 CET Next DST change: DST begins (the clock jumps one hour forward) at Κυρ 2013-03-31 01:59:59 CET Κυρ 2013-03-31 03:00:00 CEST https://bugs.freedesktop.org/show_bug.cgi?id=57470 | |||
2012-11-24 | fix --full for journalctl zsh completion | Daniel Wallace | |
2012-11-24 | update TODO | Lennart Poettering | |
2012-11-24 | man: document calendar timers | Lennart Poettering | |
2012-11-24 | build-sys: drop TARGET_UBUNTU | Lennart Poettering | |
TARGET_UBUNTU is effectively the same as TARGET_DEBIAN. Given the Ubuntu is unlikely to use systemd anytime soon there's no point in keeping this separate. | |||
2012-11-23 | time-util: teach parse_timestamp to parse weekdays | Lennart Poettering | |
2012-11-23 | path-util: when parsing a timestamp we don't know the timezone | Lennart Poettering | |
2012-11-23 | time-util: also rename FORMAT_TIMESTAMP_PRETTY → _MAX | Lennart Poettering | |
2012-11-23 | util: teach parse_timestamp() to parse results of format_timestamp_relative() | Lennart Poettering | |
2012-11-23 | util: rename format_timestamp_pretty() to format_timestamp_relative() ↵ | Lennart Poettering | |
because that describes much better what it does | |||
2012-11-23 | util: split off time related calls from util.[ch] into time-util.[ch] | Lennart Poettering | |
2012-11-23 | test: extend calendarspec test a bit | Lennart Poettering | |
2012-11-23 | timedatectl: improve english language DST change texts a bit | Lennart Poettering | |
2012-11-23 | update TODO | Lennart Poettering | |
2012-11-23 | timer: implement calendar time events | Lennart Poettering | |
2012-11-23 | man: clarify why User=/Group= don't work with mount units | Lennart Poettering | |
2012-11-23 | journal: fix SO_PASSSEC invocation | Lennart Poettering | |
Spotted by Lukas Nykryn | |||
2012-11-23 | update TODO | Lennart Poettering | |
2012-11-23 | timedatectl: show both current actual timezone name and UTC distance in ↵ | Lennart Poettering | |
TImezone field | |||
2012-11-23 | timedatctl: bring manual strftime in sync with format_timestamp() | Lennart Poettering | |
2012-11-23 | util: drop "," between week day and date when formatting timestamps | Lennart Poettering | |
The glibc default (as shown by the command line tool "date") doesn't put a comma there, and so we shouldn't either. | |||
2012-11-23 | udev: net_id - read ACPI _SUN -- slot user number | Kay Sievers | |
2012-11-23 | cryptsetup-generator: state file name in error messages | Michal Schmidt | |
2012-11-23 | cryptsetup-generator: use log_oom() everywhere | Michal Schmidt | |
2012-11-23 | udev: path_id - handle Hyper-V devices | Hannes Reinecke | |
Hyper-V has an abstract bus, which gets renumbered on guest startup. So instead of the bus numbers we should be using the device GUIDs, which can be retrieved from the 'device_id' sysfs attribute. | |||
2012-11-23 | Update TODO to include splitting systemd-analyze. | David Strauss | |
The split should be into a lightweight collection tool that can run with minimal dependencies and resources for server and embedded systems. The analysis tool can pull in desktop-style dependencies like Cairo and GTK. | |||
2012-11-22 | update TODO | Lennart Poettering | |
2012-11-22 | update TODO | Lennart Poettering | |