Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-28 | core: send sigabrt on watchdog timeout to get the stacktrace | Umut Tezduyar Lindskog | |
if sigabrt doesn't do the job, follow regular shutdown routine, sigterm > sigkill. | |||
2014-10-28 | swap: don't add too many deps for swap files form /proc/swap | Lennart Poettering | |
2014-10-28 | udev: path_id - set supported_parent for well-known SCSI setups | Kay Sievers | |
2014-10-28 | NEWS: fix typos | Ronny Chevalier | |
2014-10-28 | NEWS: update | Kay Sievers | |
2014-10-28 | NEWS | Tom Gundersen | |
2014-10-28 | update NEWS | Lennart Poettering | |
2014-10-28 | update NEWS | Lennart Poettering | |
2014-10-28 | build-sys: bump version number in preparation for release | Lennart Poettering | |
2014-10-28 | build-sys: bump library versions in preparation for 217 release | Lennart Poettering | |
2014-10-28 | NEWS: add contributor list in preparation for 217 release | Lennart Poettering | |
2014-10-28 | update NEWS | Lennart Poettering | |
2014-10-28 | polkit: actually generate new InteractiveAuthorizationRequired error on the ↵ | Lennart Poettering | |
right occasions | |||
2014-10-28 | update TODO | Lennart Poettering | |
2014-10-28 | sd-bus: add support for new InteractiveAuthorizationRequired error from dbus ↵ | Lennart Poettering | |
spec | |||
2014-10-28 | update TODO | Lennart Poettering | |
2014-10-28 | man: minor corrections on how the overall system states are actually defined | Lennart Poettering | |
2014-10-28 | mac: add mac_ prefix to distinguish origin security apis | WaLyong Cho | |
2014-10-28 | update TODO | Lennart Poettering | |
2014-10-28 | swap: drop noauto/nofail bools from Swap structure | Lennart Poettering | |
We nowadays always set them to "false" anyway, hence let's get rid of them entirely. | |||
2014-10-28 | swap: replace Discard= setting by a more generic Options= setting | Lennart Poettering | |
For now, it's systemd itself that parses the options string, but as soon as util-linux' swapon can take the option string directly with -o we should pass it on unmodified. | |||
2014-10-28 | udev hwdb: Support shipping pre-compiled database in system images | Martin Pitt | |
In some cases it is preferable to ship system images with a pre-generated binary hwdb database, to avoid having to build it at runtime, avoid shipping the source hwdb files, or avoid storing large binary files in /etc. So if hwdb.bin does not exist in /etc/udev/, fall back to looking for it in UDEVLIBEXECDIR. This keeps the possibility to add files to /etc/udev/hwdb.d/ and re-generating the database which trumps the one in /usr/lib. Add a new --usr flag to "udevadm hwdb --update" which puts the database into UDEVLIBEXECDIR. Adjust systemd-udev-hwdb-update.service to not generate the file in /etc if we already have it in /usr. | |||
2014-10-28 | update TODO | Lennart Poettering | |
2014-10-28 | man: document that $XDG_SESSION_DESKTOP only takes a single item, not a ↵ | Lennart Poettering | |
list, unlike $XDG_CURRENT_DESKTOP | |||
2014-10-28 | sd-login: let's not needlessly yell at users | Lennart Poettering | |
While GNOME/KDE are generally capitalized, systemd tools generally are not, hence let's not start doing so in the XDG_CURRENT_SESSION environment variable. | |||
2014-10-27 | manager: print warning on console before reboot | Zbigniew Jędrzejewski-Szmek | |
It will be printed even if a prompt is blocking other messages. | |||
2014-10-27 | manager: convert ephemeral to enum | Zbigniew Jędrzejewski-Szmek | |
In preparation for subsequent changes. | |||
2014-10-27 | man: add table of manager states | Zbigniew Jędrzejewski-Szmek | |
2014-10-27 | shell-completion: systemctl set-default,get-default,is-system-running | Zbigniew Jędrzejewski-Szmek | |
2014-10-27 | rpm: add user macros | Zbigniew Jędrzejewski-Szmek | |
2014-10-27 | manager: do not print anything while passwords are being queried | Zbigniew Jędrzejewski-Szmek | |
https://bugs.freedesktop.org/show_bug.cgi?id=73942 | |||
2014-10-27 | cdrom_id: do not attempt to read past end of buffer | Zbigniew Jędrzejewski-Szmek | |
CID #1238437 | |||
2014-10-27 | selinux: make sure we do not try to print missing fields | Zbigniew Jędrzejewski-Szmek | |
UID or GID of 0 is valid, so we cannot use that to distinguish whether calls to sd_bus_creds_get_* succeeded, and the return value from the function is the only way to know about missing fields. Print "n/a" if the fields are missing. CID #1238779 | |||
2014-10-28 | login: remove multi-seat-x | Timofey Titovets | |
2014-10-28 | update TODO | Lennart Poettering | |
2014-10-28 | Update NEWS | Lennart Poettering | |
2014-10-28 | units: define appropriate job timeout actions when boot or shutdown timeouts ↵ | Lennart Poettering | |
are hit Using the new JobTimeoutAction= setting make sure we power off the machine after basic.target is queued for longer than 15min but not executed. Similar, if poweroff.target is queued for longer than 30min but does not complete, forcibly turn off the system. Similar, if reboot.target is queued for longer than 30min but does not complete, forcibly reboot the system. | |||
2014-10-28 | job: optionally, when a job timeout is hit, also execute a failure action | Lennart Poettering | |
2014-10-28 | core: remove system start timeout logic again | Lennart Poettering | |
The system start timeout as previously implemented would get confused by long-running services that are included in the initial system startup transaction for example by being cron-job-like long-running services triggered immediately at boot. Such long-running jobs would be subject to the default 15min timeout, esily triggering it. Hence, remove this again. In a subsequent commit, introduce per-target job timeouts instead, that allow us to control these timeouts more finegrained. | |||
2014-10-28 | update TODO | Lennart Poettering | |
2014-10-27 | journald: be nice to coverity, add an extra assert | Lennart Poettering | |
coverity otherwise assumes that the chain object might be NULL. | |||
2014-10-27 | CODING_STYLE: don't clobber arguments on failure | Lennart Poettering | |
2014-10-27 | calendarspec: parse 'quarterly' and 'semi-annually' as shortcuts | Lennart Poettering | |
2014-10-27 | networkd: network - if no prefixlength is given, try to deduce one from the ↵ | Tom Gundersen | |
address class In case of a class E or F address, ignore the address. | |||
2014-10-27 | shared: in-addr-utils - add default_subnet_mask and default_prefixlen methods | Tom Gundersen | |
These use the (deprecated) IPv4 address classes to deduce the corresponding subnet masks. This is useful when addresses without subnet masks and prefix lengths are given. Make use of these new functions from sd-dhcp-lease. | |||
2014-10-27 | man: tmpfiles.d - recommend using b! and c! | Tom Gundersen | |
We should avoid creating static device nodes at runtime. | |||
2014-10-27 | units: tmpfiles-setup-dev - allow unsafe file creation to happen in /dev at boot | Tom Gundersen | |
This will allow us to mark static device nodes with '!' to indicate that they should only be created at early boot. | |||
2014-10-27 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack | |
Some comment fixes and header cleanups in kdbus.h, and the task capability meta information has been factored out to its own struct. | |||
2014-10-27 | man: document what "minutely" now means | Lennart Poettering | |
2014-10-27 | calendar: new case 'minutely' | Daniele Medri | |