summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* man: clarify why User=/Group= don't work with mount unitsLennart Poettering2012-11-231-3/+8
|
* journal: fix SO_PASSSEC invocationLennart Poettering2012-11-231-1/+1
| | | | Spotted by Lukas Nykryn
* update TODOLennart Poettering2012-11-231-0/+2
|
* timedatectl: show both current actual timezone name and UTC distance in ↵Lennart Poettering2012-11-231-3/+2
| | | | TImezone field
* timedatctl: bring manual strftime in sync with format_timestamp()Lennart Poettering2012-11-231-7/+7
|
* util: drop "," between week day and date when formatting timestampsLennart Poettering2012-11-231-1/+1
| | | | | The glibc default (as shown by the command line tool "date") doesn't put a comma there, and so we shouldn't either.
* udev: net_id - read ACPI _SUN -- slot user numberKay Sievers2012-11-231-2/+5
|
* cryptsetup-generator: state file name in error messagesMichal Schmidt2012-11-231-2/+2
|
* cryptsetup-generator: use log_oom() everywhereMichal Schmidt2012-11-231-13/+9
|
* udev: path_id - handle Hyper-V devicesHannes Reinecke2012-11-231-0/+41
| | | | | | | 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.
* Update TODO to include splitting systemd-analyze.David Strauss2012-11-231-0/+2
| | | | | | | 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.
* update TODOLennart Poettering2012-11-221-0/+5
|
* update TODOLennart Poettering2012-11-221-2/+2
|
* timedatectl: replace ",' with ':'Kay Sievers2012-11-221-2/+2
|
* timedatectl: shorten output to print single < 80 char lineKay Sievers2012-11-221-5/+4
|
* shared: FORMAT_TIMESTAMP_MAX +1Kay Sievers2012-11-221-1/+1
| | | | | | 5 is for weekday+comma+space, but week days in french have 4 digits https://bugs.freedesktop.org/show_bug.cgi?id=57411
* readahead: properly detect btrfs on SSDLennart Poettering2012-11-221-4/+55
|
* locale: modernizationsLennart Poettering2012-11-221-108/+109
|
* dbus: introduce _cleanup_dbus_error_free_Lennart Poettering2012-11-222-5/+4
|
* manager: introduce watch_init() initializer for watchesLennart Poettering2012-11-224-4/+15
|
* automount: modernizationsLennart Poettering2012-11-221-52/+64
|
* update TODOLennart Poettering2012-11-221-1/+1
|
* nspawn: reset supplementary and main group id before entering nspawnLennart Poettering2012-11-222-2/+17
|
* catalog: correct substitutionLennart Poettering2012-11-211-1/+1
|
* update TODOLennart Poettering2012-11-211-0/+2
|
* cryptsetup: fix nofail supportTom Gundersen2012-11-211-1/+1
| | | | | | | 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'.
* Add #ifdef guards around xattr usageHenrik Grindal Bakken2012-11-211-0/+6
| | | | | | 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
* mount: clarify that User= and Group= are useless with an explicit Type=David Strauss2012-11-201-1/+3
|
* hwdb: fix usageTom Gundersen2012-11-211-1/+1
| | | | --create is not a valid option.
* build-sys: add zsh completion bits to EXTRA_DISTv196Lennart Poettering2012-11-211-0/+2
|
* update NEWSLennart Poettering2012-11-211-3/+4
|
* build-sys: prepare 196Lennart Poettering2012-11-213-6/+120
|
* update TODOLennart Poettering2012-11-211-6/+2
|
* journal: by default do not decompress dat objects larger than 64KLennart Poettering2012-11-2113-25/+135
| | | | | | | | | | 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.
* journal: document new catalog APIsLennart Poettering2012-11-203-3/+144
|
* journal: add sd_journal_get_catalog_for_message_id() as API to get catalog ↵Lennart Poettering2012-11-203-0/+9
| | | | entry for any message ID without requiring an open journal file
* update TODOLennart Poettering2012-11-201-0/+2
|
* journal-send: always send SYSLOG_IDENTIFIER, if we have itLennart Poettering2012-11-201-1/+19
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=872193
* journal-send: unify a bit of codeLennart Poettering2012-11-201-20/+15
|
* build-sys: add symlink Makefile to catalog/ tooLennart Poettering2012-11-201-0/+1
|
* update TODOLennart Poettering2012-11-201-1/+1
|
* unit: link up getty configuration from man page and unit filesLennart Poettering2012-11-204-2/+11
|
* catalog: add mission statementLennart Poettering2012-11-201-0/+2
|
* build-sys: make loadable module support optionalTom Gundersen2012-11-208-17/+75
| | | | | kmod is unecessary if loadable module support is disabled in the kernel, so make the dependency optional.
* build-sys: fix sysvcompat handling in distcheckTom Gundersen2012-11-201-1/+8
| | | | | | | | | | | | | | | | Distcheck would fail due to sysvinit dir being set, but not sysvrcnd dir: # ./configure --enable-gtk-doc --with-sysvrcd-path=/etc/rc.d # --with-sysvinit-path=/etc/rc.d # make distcheck ... configure: error: *** You need both --with-sysvinit-path=PATH and --with-sysvrcd-path=PATH to enable SysV compatibility support, or both empty to disable it. make: *** [distcheck] Error 1 This also allows sysvcompat support to be disabled from distcheck.
* update TODOLennart Poettering2012-11-201-0/+4
|
* update TODOLennart Poettering2012-11-201-0/+5
|
* dbus-common: Add helper method to handle no-reply messagesColin Walters2012-11-203-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | [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.
* udev: net - add device naming propertiesKay Sievers2012-11-201-11/+107
|
* shell-completion: udev - add net_idKay Sievers2012-11-201-1/+1
|