/systemd-251/LICENSES/ ! |
D | README.md | 23 The following exceptions apply: 39 * the following sources are licensed under the **MIT** license (in case of our 45 * the following sources are licensed under the **CC0-1.0** license: 52 * the following sources are under **Public Domain** (LicenseRef-murmurhash2-public-domain): 55 * the following sources are under **Public Domain** (LicenseRef-lookup3-public-domain):
|
D | BSD-2-Clause.txt | 3 …ry forms, with or without modification, are permitted provided that the following conditions are m… 5 … code must retain the above copyright notice, this list of conditions and the following disclaimer. 7 …t reproduce the above copyright notice, this list of conditions and the following disclaimer in th…
|
D | BSD-3-Clause.txt | 4 // modification, are permitted provided that the following conditions are 8 // notice, this list of conditions and the following disclaimer. 10 // copyright notice, this list of conditions and the following disclaimer
|
/systemd-251/docs/ ! |
D | GROUP_RECORD.md | 63 The following fields are defined: 75 The following fields are defined for the `perMachine` section and are defined 83 The following fields are defined for the `binding` section, and are equivalent 90 The following fields are defined in the `status` section, and are mostly 109 to JSON group records the following mappings should be applied:
|
D | BOOT_LOADER_INTERFACE.md | 37 timeout for a single following boot. It is set by the OS in order to request 38 display of the boot menu on the following boot. When set overrides 56 loader entry to use for a single following boot. It is set by the OS in order 57 to request booting into a specific menu entry on the following boot. When set 68 indicate the features the boot loader supports. Specifically, the following 112 recommended to follow the following rules when picking identifiers for the
|
D | HACKING.md | 66 mkosi.default.d/ (e.g 20-local.conf) and add the following contents: 179 achieve this, create a script with the following contents in systemd's project directory on the hos… 207 add the following contents: 219 image, edit the 20-local.conf file we created earlier and add the following contents under the `[Pa… 241 instead of btrfs for the images by adding the following contents to 20-local.conf: 263 option is to create a file 20-local.conf in mkosi.default.d/ and add the following contents: 276 corresponding parts of the C/C++ extension in your VSCode user settings by adding the following ent… 287 following contents:
|
D | GVARIANT-SERIALIZATION.md | 11 certain changes to adapt for GVariant. dbus1 has the following 23 The header consists of the following:
|
D | TESTING_WITH_SANITIZERS.md | 22 to `meson`. That's it - following executions of `meson test` and integrations tests 25 sanitizers; e.g. in systemd we set the following environment variables:
|
/systemd-251/network/ ! |
D | 80-wifi-ap.network.example | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To use the file, one of the following methods may be used:
|
D | 80-wifi-station.network.example | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To use the file, one of the following methods may be used:
|
D | 80-ethernet.network.example | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To use the file, one of the following methods may be used:
|
D | 80-wifi-adhoc.network | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To make local modifications, one of the following methods may be used:
|
D | 99-default.link | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To make local modifications, one of the following methods may be used:
|
D | 80-6rd-tunnel.network | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To make local modifications, one of the following methods may be used:
|
D | 80-container-host0.network | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To make local modifications, one of the following methods may be used:
|
D | 80-container-vb.network | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To make local modifications, one of the following methods may be used:
|
D | 80-container-ve.network | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To make local modifications, one of the following methods may be used:
|
D | 80-container-vz.network | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To make local modifications, one of the following methods may be used:
|
D | 80-vm-vt.network | 4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 6 # To make local modifications, one of the following methods may be used:
|
/systemd-251/src/basic/linux/ ! |
D | README | 3 (8416093498ac2c754536dad4757c5d86c9ba8809), and the following
|
/systemd-251/src/shared/ ! |
D | bus-unit-util.h | 16 const char *following; member
|
/systemd-251/src/version/ ! |
D | version.h.in | 4 * Use this in preference to PROJECT_VERSION, with the following exceptions:
|
/systemd-251/src/shared/linux/ ! |
D | README | 1 The files in this directory are copied from kernel-5.2, and the following modifications are applied:
|
/systemd-251/src/core/ ! |
D | unit-serialize.c | 628 Unit *following; in unit_dump() local 735 following = unit_following(u); in unit_dump() 736 if (following) in unit_dump() 737 fprintf(f, "%s\tFollowing: %s\n", prefix, following->id); in unit_dump()
|
D | unit.c | 1866 Unit *following; in unit_start() local 1914 following = unit_following(u); in unit_start() 1915 if (following) { in unit_start() 1916 log_unit_debug(u, "Redirecting start request from %s to %s.", u->id, following->id); in unit_start() 1917 return unit_start(following); in unit_start() 1971 Unit *following; in unit_stop() local 1979 following = unit_following(u); in unit_stop() 1980 if (following) { in unit_stop() 1981 log_unit_debug(u, "Redirecting stop request from %s to %s.", u->id, following->id); in unit_stop() 1982 return unit_stop(following); in unit_stop() [all …]
|