Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | journal-gatewayd: minor cleanup | Zbigniew Jędrzejewski-Szmek | |
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 | 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 | timer: implement calendar time events | Lennart Poettering | |
2012-11-23 | journal: fix SO_PASSSEC invocation | Lennart Poettering | |
Spotted by Lukas Nykryn | |||
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-22 | timedatectl: replace ",' with ':' | Kay Sievers | |
2012-11-22 | timedatectl: shorten output to print single < 80 char line | Kay Sievers | |
2012-11-22 | shared: FORMAT_TIMESTAMP_MAX +1 | Kay Sievers | |
5 is for weekday+comma+space, but week days in french have 4 digits https://bugs.freedesktop.org/show_bug.cgi?id=57411 | |||
2012-11-22 | readahead: properly detect btrfs on SSD | Lennart Poettering | |
2012-11-22 | locale: modernizations | Lennart Poettering | |
2012-11-22 | dbus: introduce _cleanup_dbus_error_free_ | Lennart Poettering | |
2012-11-22 | manager: introduce watch_init() initializer for watches | Lennart Poettering | |
2012-11-22 | automount: modernizations | Lennart Poettering | |
2012-11-22 | nspawn: reset supplementary and main group id before entering nspawn | Lennart Poettering | |
2012-11-21 | cryptsetup: fix nofail support | Tom Gundersen | |
This was documented in the man page and supported in the generator, but systemd-cryptestup itself would fail with this option. systemd-cryptsetup should ignore 'nofail', as it does with 'noauto'. | |||
2012-11-21 | Add #ifdef guards around xattr usage | Henrik Grindal Bakken | |
This adds #ifdef HAVE_ATTR_XATTR_H guards around all usage of xattr. This unbreaks building with --disable-xattr when <attr/xattr.h> doesn't exist. <attr/xattr.h> and usage of fsetxattr() without | |||
2012-11-21 | hwdb: fix usage | Tom Gundersen | |
--create is not a valid option. | |||
2012-11-21 | journal: by default do not decompress dat objects larger than 64K | Lennart Poettering | |
This introduces a new data threshold setting for sd_journal objects which controls the maximum size of objects to decompress. This is relieves the library from having to decompress full data objects even if a client program is only interested in the initial part of them. This speeds up "systemd-coredumpctl" drastically when invoked without parameters. | |||
2012-11-20 | journal: add sd_journal_get_catalog_for_message_id() as API to get catalog ↵ | Lennart Poettering | |
entry for any message ID without requiring an open journal file | |||
2012-11-20 | journal-send: always send SYSLOG_IDENTIFIER, if we have it | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=872193 | |||
2012-11-20 | journal-send: unify a bit of code | Lennart Poettering | |
2012-11-20 | build-sys: make loadable module support optional | Tom Gundersen | |
kmod is unecessary if loadable module support is disabled in the kernel, so make the dependency optional. | |||
2012-11-20 | dbus-common: Add helper method to handle no-reply messages | Colin Walters | |
[Tested in latest gnome-ostree; if accepted, I'll look at a followup patch which fixes the other dbus_connection_send(reply, ...) calls besides logind] DBus messages can have a flag NO_REPLY associated that means "I don't need a reply". This is for efficiency reasons - for one-off requests that can't return an error, etc. However, it's up to users to manually check dbus_message_get_no_reply() from a message. libdbus will happily send out a reply if you don't. Unfortunately, doing so is not just less efficient - it also triggers a security error, for complex reasons. This is something that will eventually be fixed in dbus, but it's also correct to handle it in client applications. This new helper API is slightly nicer in that you don't have to pass NULL to say you don't want a reply serial for your reply. This patch also tweaks logind to use the API - there are more areas of the code that need this treatment too. | |||
2012-11-20 | udev: net - add device naming properties | Kay Sievers | |
2012-11-20 | libudev: do not resolve $attr{device} symlinks | Kay Sievers | |
2012-11-20 | udev: fix whitespace | Kay Sievers | |
2012-11-20 | journald: fix bad memory access | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=875653 | |||
2012-11-20 | socket: improve error message when we cannot spawn the socket's service unit | Lennart Poettering | |
2012-11-19 | core/load-fragment: fix (potential) bad memory access | Zbigniew Jędrzejewski-Szmek | |
strncmp() could be used with size bigger then the size of the string, because MAX was used instead of MIN. If failing, print just the offending mount flag. | |||
2012-11-19 | core/load-fragment: be more precise in error messages | Zbigniew Jędrzejewski-Szmek | |
Whenever a message fails, mention the offending word, instead of just giving the whole line. If one bad word causes just this word to be rejected, print only the word. If one bad word causes the whole line to be rejected, print the whole line too. https://bugs.freedesktop.org/show_bug.cgi?id=56874 |