Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-12 | enable localization for common *ctl commands | Dave Reisner | |
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-11-12 | libudev: update copyright headers | Kay Sievers | |
2012-11-12 | TODO: update | Kay Sievers | |
2012-11-12 | udev: use usec_t and now() | Kay Sievers | |
2012-11-11 | man/sd-id128.xml: typo fix | Holger Hans Peter Freyther | |
2012-11-11 | timedatectl: properly print 30 minutes DST transitions | Kay Sievers | |
2012-11-09 | coredumpctl: add missing -F, --field option to help | Dave Reisner | |
2012-11-09 | bash-completion: add 'gdb' verb for coredumpctl | Dave Reisner | |
This also fixes value completion for journal fields, as the completion for the RHS of the '=' was missing when it was borrowed from journalctl. | |||
2012-11-09 | systemd-coredumpctl: add 'gdb' to usage output | Dave Reisner | |
2012-11-09 | dbus: when verifying PK privs, bypass PK if uid=0 of client | Lennart Poettering | |
This reduces the number of roundtrips when the client is privileged and makes the PK dep optional for root clients. | |||
2012-11-09 | hwdb: change pci.ids location | Tom Gundersen | |
According to pciutils' TODO, the sourceforge location is scheduled for removal, use the new one instead. | |||
2012-11-09 | udev: hwdb - update usb class descriptions | Kay Sievers | |
2012-11-09 | udev: hwdb - add usb class descriptions | Kay Sievers | |
2012-11-09 | udev: hwdb - add pci class descriptions | Kay Sievers | |
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 | |