Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-09 | udev: net_id - add builtin to retrieve data for network devices | Kay Sievers | |
2012-11-09 | udev: hwdb - search parents for 'modalias' and data | Kay Sievers | |
2012-11-09 | udev: update file headers | Kay Sievers | |
2012-11-09 | hwdb: OUI - use ID_OUI_FROM_DATABASE= | Kay Sievers | |
2012-11-09 | fstab-generator: more specific error messages | Michal Schmidt | |
2012-11-07 | hwdb: add IEEE OUI data | Kay Sievers | |
2012-11-07 | hwdb: update pci data | Kay Sievers | |
2012-11-07 | TODO: update | Kay Sievers | |
2012-11-06 | man: typo fixes for new files in 195 | Thomas Hindoe Paaboel Andersen | |
2012-11-06 | cryptsetup: fix inverted comparison in pass_volume_key | Dave Reisner | |
2012-11-06 | Revert "Implement SocketUser= and SocketGroup= for [Socket]" | Dave Reisner | |
This was never intended to be pushed. This reverts commit aea54018a5e66a41318afb6c6be745b6aef48d9e. | |||
2012-11-06 | cryptsetup: hash=plain means don't use a hash | Dave Reisner | |
"plain" is a semantic value that cryptsetup(8) uses to describe a plain dm-crypt volume that does not use a hash. Catch this value earlier and ensure that a NULL params.hash is passed to crypt_format to avoid passing an invalid hash type to the libcryptsetup backend. FDO bug #56593. | |||
2012-11-05 | Implement SocketUser= and SocketGroup= for [Socket] | Dave Reisner | |
Since we already allow defining the mode of AF_UNIX sockets and FIFO, it makes sense to also allow specific user/group ownership of the socket file for restricting access. | |||
2012-11-05 | README,TODO: typo fixes | Thomas Hindoe Paaboel Andersen | |
2012-11-05 | systemd.socket.xml: fix typo | Dave Reisner | |
2012-11-05 | add zsh completion for all the commands | Daniel Wallace | |
Most of the completion for systemctl and loginctl provided by Foudil Brétel | |||
2012-11-05 | TODO: fix typo | Kay Sievers | |
2012-11-04 | mount-setup: try mounting 'efivarfs' only if the system bootet with EFI | Kay Sievers | |
2012-11-04 | kmod-setup: mounting efivarfs, *after* we tried to mount it, is pointless | Kay Sievers | |
The mount() system call, which we issue before loading modules, will trigger a modprobe by the kernel and block until it returns. Trying to load it again later, will have exactly the same result as the first time. | |||
2012-11-04 | kmod-setup: add conditional module loading callback | Kay Sievers | |
2012-11-04 | shared: add is_efiboot() | Kay Sievers | |
2012-11-04 | TODO: update RTC, DST stuff | Kay Sievers | |
2012-11-04 | TODO: add efi check | Kay Sievers | |
2012-11-03 | drop Arch Linux support for reading /etc/rc.conf | Dave Reisner | |
2012-11-03 | drop Arch Linux support for reading /etc/rc.conf | Dave Reisner | |
2012-11-03 | bash-completion > shell-completion | Kay Sievers | |
2012-11-03 | docs: gtk-doc warnings are annoying | Kay Sievers | |
2012-11-03 | vconsole: remove Frugalware legacy file support | Miklos Vajna | |
2012-11-02 | util : fallback to plain ASCII drawing if locale is not UTF-8 | Michal Schmidt | |
When printing cgroup and sysfs hierarchies, avoid using UTF-8 box drawing characters if the locale is not UTF-8. https://bugzilla.redhat.com/show_bug.cgi?id=871153 | |||
2012-11-02 | util: add is_locale_utf8() | Michal Schmidt | |
journalctl and vconsole-setup both implement utf8 locale detection. Let's have a common function for it. The next patch will add another use. | |||
2012-11-02 | analyze: use GDBus instead of dbus-python | Cosimo Cecchi | |
2012-11-02 | timedatectl: show "DST active: n/a" if no DST data is available | Kay Sievers | |
2012-11-02 | TODO: update | Kay Sievers | |
2012-11-02 | timedatectl: explain everything nobody wants to know about DST | Kay Sievers | |
2012-11-02 | shared: add timer_get_dst() | Kay Sievers | |
2012-11-02 | TODO: update | Kay Sievers | |
2012-11-02 | udev: break over-long lines | Kay Sievers | |
2012-11-01 | man: typo fixes | Thomas Hindoe Paaboel Andersen | |
Fixes a few more typos. Also changes a "Accept=no" to "Accept=false" to be consistent with the previous examples in the same man page. | |||
2012-10-31 | update TODO | Lennart Poettering | |
2012-10-31 | service: drop special HTTP server target, as it is a bad idea anf Fedora ↵ | Lennart Poettering | |
specific This was premarily intended to support the LSB facility $httpd which is only known by Fedora, and a bad idea since it lacks any real-life usecase. Similar, drop support for some other old Fedora-specific facilities. Also, document the rules for introduction of new facilities, to clarify the situation for the future. | |||
2012-10-31 | man: explain a bit more detailed what happens on suspend | Lennart Poettering | |
2012-10-31 | man: document that Documentation= follows an order | Lennart Poettering | |
2012-10-31 | update TODO | Lennart Poettering | |
2012-10-30 | update TODO: insserv belongs on the chopping block | Lennart Poettering | |
2012-10-30 | strv: cleanup error path loops | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=858799 | |||
2012-10-30 | update TODO | Lennart Poettering | |
2012-10-30 | shared: "max" in the string->number conversion is meant to be inclusive | Michal Schmidt | |
2012-10-30 | shared, core: do not always accept numbers in string lookups | Michal Schmidt | |
The behaviour of the common name##_from_string conversion is surprising. It accepts not only the strings from name##_table but also any number that falls within the range of the table. The order of items in most of our tables is an internal affair. It should not be visible to the user. I know of a case where the surprising numeric conversion leads to a crash. We will allow the direct numeric conversion only for the tables where the mapping of strings to numeric values has an external meaning. This holds for the following lookup tables: - netlink_family, ioprio_class, ip_tos, sched_policy - their numeric values are stable as they are defined by the Linux kernel interface. - log_level, log_facility_unshifted - the well-known syslog interface. We allow the user to use numeric values whose string names systemd does not know. For instance, the user may want to test a new kernel featuring a scheduling policy that did not exist when his systemd version was released. A slightly unpleasant effect of this is that the name##_to_string conversion cannot return pointers to constant strings anymore. The strings have to be allocated on demand and freed by the caller. | |||
2012-10-30 | bash-completion: add completion for coredumpctl | Zbigniew Jędrzejewski-Szmek | |
2012-10-30 | coredumpctl: add --field/-F option | Zbigniew Jędrzejewski-Szmek | |
Useful for completion generation. |