1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00
systemd/man
Daniel Mack 32ee7d3309 cgroup: add support for net_cls controllers
Add a new config directive called NetClass= to CGroup enabled units.
Allowed values are positive numbers for fix assignments and "auto" for
picking a free value automatically, for which we need to keep track of
dynamically assigned net class IDs of units. Introduce a hash table for
this, and also record the last ID that was given out, so the allocator
can start its search for the next 'hole' from there. This could
eventually be optimized with something like an irb.

The class IDs up to 65536 are considered reserved and won't be
assigned automatically by systemd. This barrier can be made a config
directive in the future.

Values set in unit files are stored in the CGroupContext of the
unit and considered read-only. The actually assigned number (which
may have been chosen dynamically) is stored in the unit itself and
is guaranteed to remain stable as long as the unit is active.

In the CGroup controller, set the configured CGroup net class to
net_cls.classid. Multiple unit may share the same net class ID,
and those which do are linked together.
2015-09-16 00:21:55 +02:00
..
.gitignore build-sys,man: use XML entities to substite strings 2013-03-29 20:30:21 -04:00
binfmt.d.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
bootchart.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
bootctl.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
bootup.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
busctl.xml man: remove links to outdated kdbus development repository 2015-06-22 19:54:09 +02:00
coredump.conf.xml man: typo fixes 2015-07-25 23:15:51 +02:00
coredumpctl.xml man: minor fixes to coredumpctl(1) 2015-08-25 20:06:46 +02:00
crypttab.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
custom-html.xsl man: typo fixes 2015-07-25 23:15:51 +02:00
custom-man.xsl man: always supply quotes around literals 2013-06-26 08:05:14 -04:00
daemon.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
file-hierarchy.xml gpt-auto-generator: merge efi-boot-generator 2015-07-29 18:16:48 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
journal-remote.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
journalctl.xml man: remove repeated word "the" and polish 2015-06-29 21:20:02 +02:00
journald.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
kernel-command-line.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
locale.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
logind.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
machine-id.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
machine-info.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
machinectl.xml man: minor extension to the machinectl man page 2015-08-26 11:02:28 +02:00
Makefile build-sys: add small redirecting Makefiles to simplify compilation from within emacs 2010-05-17 01:44:03 +02:00
modules-load.d.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
networkctl.xml man: networkctl understands --no-legend too 2015-08-28 16:19:07 +00:00
nss-myhostname.xml man: always use the same example in nss module documentation 2015-09-04 09:07:30 +02:00
nss-mymachines.xml man: document nss-resolve 2015-08-26 11:00:09 +02:00
nss-resolve.xml man: always use the same example in nss module documentation 2015-09-04 09:07:30 +02:00
os-release.xml man: clarify wording of os-release.CPE_NAME 2015-09-07 10:57:50 +02:00
pam_systemd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
resolved.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
runlevel.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 man: fully document sd_bus_creds subsystem 2015-07-08 13:53:15 -04:00
sd_bus_creds_new_from_pid.xml man: fully document sd_bus_creds subsystem 2015-07-08 13:53:15 -04:00
sd_bus_default.xml man: go further into details regarding life-cycle of default bus connection objects 2015-07-11 16:11:45 -03:00
sd_bus_error_add_map.xml man: fully document sd-bus' error APIs 2015-07-08 13:51:39 -04:00
sd_bus_error.xml man: fully document sd-bus' error APIs 2015-07-08 13:51:39 -04:00
sd_bus_message_append_array.xml man: typo fixes 2015-07-25 23:15:51 +02: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_append.xml man: update and extend the various sd_bus_message_append_*() man pages 2015-07-07 20:35:45 +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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_negotiate_fds.xml man: typo fixes 2015-07-25 23:15:51 +02:00
sd_bus_new.xml man: sd_unref does not necessarily free the bus 2015-07-10 14:32:02 +02:00
sd_bus_path_encode.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_add_defer.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_add_signal.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_add_time.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_get_fd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_new.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_run.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_set_name.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_wait.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_get_seats.xml sd-login: rework error handling 2015-09-04 09:07:31 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_fd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_print.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_login_monitor_new.xml sd-login: rework error handling 2015-09-04 09:07:31 +02:00
sd_machine_get_class.xml sd-login: rework error handling 2015-09-04 09:07:31 +02:00
sd_notify.xml man: remove repeated word "the" and polish 2015-06-29 21:20:02 +02:00
sd_pid_get_session.xml sd-login: add new sd_pid_get_cgroup() API 2015-09-05 14:56:23 +02:00
sd_seat_get_active.xml sd-login: rework error handling 2015-09-04 09:07:31 +02:00
sd_session_is_active.xml sd-login: rework error handling 2015-09-04 09:07:31 +02:00
sd_uid_get_state.xml sd-login: rework error handling 2015-09-04 09:07:31 +02:00
sd_watchdog_enabled.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd-bus-errors.xml man: typo fixes 2015-07-25 23:15:51 +02:00
sd-daemon.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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
shutdown.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
standard-conf.xml man: *.d conf directories: add note about initrd regeneration 2015-09-02 10:01:34 +02:00
standard-options.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sysctl.d.xml man: update sysctl example about netfilter 2015-07-02 09:15:09 -04:00
systemctl.xml systemctl: add ConsistsOf as the inverse of PartOf 2015-09-08 03:02:49 +03:00
systemd-activate.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-analyze.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-backlight@.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-binfmt.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-bootchart.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-cgls.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-cgtop.xml core: add support for the "pids" cgroup controller 2015-09-10 18:41:06 +02:00
systemd-coredump.xml man: typo fixes 2015-07-25 23:15:51 +02:00
systemd-cryptsetup-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-detect-virt.xml virt: detect parallels virtualization 2015-09-02 01:49:47 +00:00
systemd-escape.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-firstboot.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-fsck@.service.xml man: fix typo in systemd-fsck@ 2015-08-02 22:22:44 +02:00
systemd-fstab-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 treewide: fix typos 2015-09-08 12:55:50 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-journald.service.xml man: typo fixes 2015-07-25 23:15:51 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-machine-id-commit.xml man: fix typo in man systemd-machine-id-commit 2015-07-30 10:24:16 +02:00
systemd-machine-id-setup.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-networkd-wait-online.service.xml networkd-wait-online: only consider interfaces given on the commandline 2015-07-29 20:30:50 +02:00
systemd-networkd.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-notify.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-nspawn.xml man: typo fixes 2015-09-07 20:06:58 +02:00
systemd-path.xml man: fix typos in systemd-path.xml 2015-09-01 18:31:04 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-remount-fs.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-resolved.service.xml man: Document that resolved requires nss-resolve to work with libc 2015-08-28 02:04:57 +02:00
systemd-rfkill@.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-run.xml run: enable interactive authorization 2015-09-01 16:43:08 +00: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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: add support for the "pids" cgroup controller 2015-09-10 18:41:06 +02:00
systemd-sysusers.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-sysv-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: extend documentation for timedatectl's set-ntp command 2015-08-16 18:29:54 +02:00
systemd-tmpfiles.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-update-done.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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 man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-vconsole-setup.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.automount.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.device.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.exec.xml man: add hyphen to improve man text 2015-08-25 18:37:53 +02:00
systemd.generator.xml gpt-auto-generator: merge efi-boot-generator 2015-07-29 18:16:48 +02:00
systemd.journal-fields.xml man: typo fixes 2015-07-25 23:15:51 +02:00
systemd.kill.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.link.xml man: describe masking of .network files better 2015-07-25 13:08:21 -04:00
systemd.mount.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.netdev.xml man: add man for tunnel encap limit 2015-08-31 13:22:15 +05:30
systemd.network.xml networkd: dhcp-server - allow configuration of the pool 2015-08-31 21:42:33 +02:00
systemd.nspawn.xml man: typo fixes 2015-09-07 20:06:58 +02:00
systemd.path.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.preset.xml Typo fix in systemd.preset manpage 2015-07-17 15:02:26 +02:00
systemd.resource-control.xml core: refactor cpu shares/blockio weight cgroup logic 2015-09-11 18:31:49 +02:00
systemd.scope.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.service.xml man: Describe when ExecStartFoo= commands are run in more detail 2015-08-11 13:01:53 +00:00
systemd.slice.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.snapshot.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.socket.xml man: typo fixes 2015-07-25 23:15:51 +02:00
systemd.special.xml man: fix typo in description of system.slice 2015-08-20 09:06:20 -04:00
systemd.swap.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.target.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.time.xml man: Remove instances of pseudo-English "resp." 2015-06-29 10:33:31 -05:00
systemd.timer.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd.unit.xml cgroup: add support for net_cls controllers 2015-09-16 00:21:55 +02:00
systemd.xml man: add systemd-cgls as tool that shows the cgroup hierarchy 2015-08-17 19:16:04 +00:00
sysusers.d.xml man: install networkctl and sysusers.d man page conditionally 2015-06-23 10:40:29 +02:00
telinit.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
timedatectl.xml man: extend documentation for timedatectl's set-ntp command 2015-08-16 18:29:54 +02:00
timesyncd.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
tmpfiles.d.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
udev_device_get_syspath.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02: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 man: udev_device - finish new_* man page 2015-06-18 19:18:33 +02: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 man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_list_entry.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02: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
udev.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
udev.xml udev: remove WAIT_FOR key 2015-06-30 19:57:40 +02:00
udevadm.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02: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