Systemd/man
Lennart Poettering 4afd3348c7 tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
GLIB has recently started to officially support the gcc cleanup
attribute in its public API, hence let's do the same for our APIs.

With this patch we'll define an xyz_unrefp() call for each public
xyz_unref() call, to make it easy to use inside a
__attribute__((cleanup())) expression. Then, all code is ported over to
make use of this.

The new calls are also documented in the man pages, with examples how to
use them (well, I only added docs where the _unref() call itself already
had docs, and the examples, only cover sd_bus_unrefp() and
sd_event_unrefp()).

This also renames sd_lldp_free() to sd_lldp_unref(), since that's how we
tend to call our destructors these days.

Note that this defines no public macro that wraps gcc's attribute and
makes it easier to use. While I think it's our duty in the library to
make our stuff easy to use, I figure it's not our duty to make gcc's own
features easy to use on its own. Most likely, client code which wants to
make use of this should define its own:

       #define _cleanup_(function) __attribute__((cleanup(function)))

Or similar, to make the gcc feature easier to use.

Making this logic public has the benefit that we can remove three header
files whose only purpose was to define these functions internally.

See #2008.
2015-11-27 19:19:36 +01:00
..
.gitignore gitignore: only ignore .html files in man/ 2015-11-19 16:52:08 +01:00
Makefile build-sys: add small redirecting Makefiles to simplify compilation from within emacs 2010-05-17 01:44:03 +02:00
binfmt.d.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
bootchart.conf.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
bootctl.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
bootup.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
busctl.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
coredump.conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
coredumpctl.xml man: minor fixes to coredumpctl(1) 2015-08-25 20:06:46 +02:00
crypttab.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
custom-html.xsl man: include the target name when linking to man pages in html output 2015-11-22 23:54:29 -05:00
custom-man.xsl man: always supply quotes around literals 2013-06-26 08:05:14 -04:00
daemon.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
file-hierarchy.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
glib-event-glue.c man: glib-event-glue.c - remove unnecessary includes 2014-11-03 14:46:28 +01:00
halt.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
hostname.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
hostnamectl.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
hwdb.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
journal-remote.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
journalctl.xml journalctl: make --rotate synchronous, too 2015-11-11 14:29:10 +01:00
journald.conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
kernel-command-line.xml Fixed kernel-command-line links 2015-11-06 14:59:42 +01:00
kernel-install.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
less-variables.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
libsystemd-pkgconfig.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
libudev.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
locale.conf.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
localectl.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
localtime.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
loginctl.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
logind.conf.xml logind: change default to UserTasksMax= to 4096 2015-11-16 11:58:04 +01:00
machine-id.xml man: use "=" when referring to configuration file settings 2015-09-30 12:14:22 -04:00
machine-info.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
machinectl.xml Merge pull request #1831 from keszybz/todo-trimming 2015-11-10 14:43:42 +01:00
modules-load.d.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
networkctl.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
nss-myhostname.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
nss-mymachines.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
nss-resolve.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
os-release.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
pam_systemd.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
resolved.conf.xml resolved: add a generic DnsSearchDomain concept 2015-11-25 21:58:38 +01:00
runlevel.xml man: describe the reason why runlevels are obsolete 2015-11-10 08:16:08 -05:00
sd-bus-errors.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd-daemon.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd-event.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd-id128.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd-journal.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd-login.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_booted.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_creds_get_pid.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_creds_new_from_pid.xml tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
sd_bus_default.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_error.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_error_add_map.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_message_append.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_bus_message_append_array.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_bus_message_append_basic.xml man: update and extend the various sd_bus_message_append_*() man pages 2015-07-07 20:35:45 +02:00
sd_bus_message_append_string_memfd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_message_append_strv.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_message_get_cookie.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_message_get_monotonic_usec.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_negotiate_fds.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_new.xml tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
sd_bus_path_encode.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_request_name.xml man: minor updates to the sd_bus_request_name() documentation 2015-07-08 13:53:42 -04:00
sd_event_add_child.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_add_defer.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_add_io.xml man: fix function name 2015-11-26 07:54:08 +00:00
sd_event_add_signal.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_add_time.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_exit.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_get_fd.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_new.xml tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
sd_event_now.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_run.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_set_watchdog.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_source_get_event.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_source_get_pending.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_source_set_description.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_source_set_enabled.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_source_set_prepare.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_source_set_priority.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_source_set_userdata.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_event_source_unref.xml tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
sd_event_wait.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
sd_get_seats.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_id128_get_machine.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_id128_randomize.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_id128_to_string.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_is_fifo.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_add_match.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_get_catalog.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_cursor.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_cutoff_realtime_usec.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_data.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_get_fd.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_journal_get_realtime_usec.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_usage.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_next.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_open.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_print.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_query_unique.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_seek_head.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_stream_fd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_listen_fds.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_login_monitor_new.xml tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
sd_machine_get_class.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_notify.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_pid_get_session.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_seat_get_active.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_session_is_active.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_uid_get_state.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_watchdog_enabled.xml man: fully document sd-event interfaces 2015-11-19 23:38:54 +01:00
shutdown.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
standard-conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
standard-options.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sysctl.d.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemctl.xml core: allow 'SetUnitProperties()' to run on inactive units too 2015-11-22 15:06:14 +01:00
systemd-activate.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-analyze.xml core: remove support for RequiresOverridable= and RequisiteOverridable= 2015-11-12 19:27:24 +01:00
systemd-ask-password-console.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-ask-password.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-backlight@.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-binfmt.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-bootchart.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-bus-proxyd.service.xml man: remove links to outdated kdbus development repository 2015-06-22 19:54:09 +02:00
systemd-bus-proxyd.xml man: remove links to outdated kdbus development repository 2015-06-22 19:54:09 +02:00
systemd-cat.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-cgls.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-cgtop.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-coredump.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-cryptsetup-generator.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-cryptsetup@.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-debug-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-delta.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-detect-virt.xml man: normalize indentation in sd-detect-virt(1) 2015-11-10 18:48:59 -05:00
systemd-escape.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-firstboot.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-fsck@.service.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
systemd-fstab-generator.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-getty-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-gpt-auto-generator.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-halt.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hibernate-resume-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hibernate-resume@.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hostnamed.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hwdb.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-inhibit.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-initctl.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-journal-gatewayd.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-journal-remote.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-journal-upload.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-journald.service.xml man: remove section about syslog forwarding 2015-11-18 02:06:39 +00:00
systemd-localed.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-logind.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-machine-id-commit.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-machine-id-setup.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-machined.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-modules-load.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-networkd-wait-online.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-networkd.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-notify.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-nspawn.xml nspawn: add new --network-veth-extra= switch for defining additional veth links 2015-11-12 22:04:49 +01:00
systemd-path.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
systemd-quotacheck.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-random-seed.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-remount-fs.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-resolved.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-rfkill.service.xml rfkill: rework and make it listen on /dev/rfkill 2015-10-01 16:21:09 +02:00
systemd-run.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-sleep.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-socket-proxyd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-suspend.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-sysctl.service.xml Merge pull request #1880 from fsateler/sysctl-doc 2015-11-13 16:40:37 +01:00
systemd-system-update-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-system.conf.xml core: support <soft:hard> ranges for RLIMIT options 2015-11-25 12:03:32 +01:00
systemd-sysusers.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-sysv-generator.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-timedated.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-timesyncd.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-tmpfiles.xml man: systemd-tmpfiles requires absolute filenames 2015-10-19 18:32:35 +00:00
systemd-tty-ask-password-agent.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-udevd.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-update-done.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-update-utmp.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-user-sessions.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-vconsole-setup.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd.automount.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.device.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.exec.xml core: support <soft:hard> ranges for RLIMIT options 2015-11-25 12:03:32 +01:00
systemd.generator.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
systemd.journal-fields.xml man: systemd.journal-fields: add info about _TRANSPORT=audit 2015-10-03 05:38:06 +03:00
systemd.kill.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd.link.xml man: add more (and simpler examples) to network.link(5) 2015-11-12 11:16:17 +01:00
systemd.mount.xml man: Add a not that mount unit cannot be templated 2015-11-24 18:24:57 +01:00
systemd.netdev.xml Merge pull request #1629 from ssahani/vxlan 2015-11-09 23:36:59 +01:00
systemd.network.xml networkd: stop managing per-interface IP forwarding settings 2015-11-13 13:02:50 +01:00
systemd.nspawn.xml nspawn: add new --network-veth-extra= switch for defining additional veth links 2015-11-12 22:04:49 +01:00
systemd.path.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.preset.xml Typo fix in systemd.preset manpage 2015-07-17 15:02:26 +02:00
systemd.resource-control.xml core: add new DefaultTasksMax= setting for system.conf 2015-11-13 19:50:52 +01:00
systemd.scope.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.service.xml man: update WatchdogSec section 2015-11-21 04:17:47 +00:00
systemd.slice.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.socket.xml socket: Add support for socket protcol 2015-11-18 09:34:18 +05:30
systemd.special.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd.swap.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.target.xml core: remove support for RequiresOverridable= and RequisiteOverridable= 2015-11-12 19:27:24 +01:00
systemd.time.xml man: calendarspec sub-second support 2015-11-17 23:52:09 +02:00
systemd.timer.xml man: remove repeated words in description of RandomizedDelay 2015-11-26 16:45:27 -05:00
systemd.unit.xml Merge pull request #1869 from poettering/kill-overridable 2015-11-13 14:04:34 +01:00
systemd.xml Remove snapshot unit type 2015-11-10 19:33:06 -05:00
sysusers.d.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
telinit.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
timedatectl.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
timesyncd.conf.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
tmpfiles.d.xml tmpfiles: create subvolumes for "v", "q", and "Q" only if / is a subvolume 2015-11-16 15:25:42 +01:00
udev.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
udev.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
udev_device_get_syspath.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev_device_has_tag.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_device_new_from_syspath.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev_enumerate_add_match_subsystem.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_enumerate_new.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_enumerate_scan_devices.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev_list_entry.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
udev_monitor_filter_update.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_monitor_new_from_netlink.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_monitor_receive_device.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_new.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udevadm.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
user-system-options.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
vconsole.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00