diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/acpid.c | 1 | ||||
-rw-r--r-- | util-linux/blkdiscard.c | 1 | ||||
-rw-r--r-- | util-linux/blkid.c | 1 | ||||
-rw-r--r-- | util-linux/dmesg.c | 1 | ||||
-rw-r--r-- | util-linux/fdisk.c | 1 | ||||
-rw-r--r-- | util-linux/findfs.c | 1 | ||||
-rw-r--r-- | util-linux/freeramdisk.c | 2 | ||||
-rw-r--r-- | util-linux/fsfreeze.c | 1 | ||||
-rw-r--r-- | util-linux/fstrim.c | 1 | ||||
-rw-r--r-- | util-linux/hwclock.c | 1 | ||||
-rw-r--r-- | util-linux/ionice.c | 1 | ||||
-rw-r--r-- | util-linux/losetup.c | 1 | ||||
-rw-r--r-- | util-linux/mdev.c | 1 | ||||
-rw-r--r-- | util-linux/mkfs_ext2.c | 1 | ||||
-rw-r--r-- | util-linux/mkfs_vfat.c | 1 | ||||
-rw-r--r-- | util-linux/mount.c | 1 | ||||
-rw-r--r-- | util-linux/nsenter.c | 1 | ||||
-rw-r--r-- | util-linux/pivot_root.c | 1 | ||||
-rw-r--r-- | util-linux/setarch.c | 3 | ||||
-rw-r--r-- | util-linux/setpriv.c | 1 | ||||
-rw-r--r-- | util-linux/swaponoff.c | 2 | ||||
-rw-r--r-- | util-linux/switch_root.c | 1 | ||||
-rw-r--r-- | util-linux/uevent.c | 1 | ||||
-rw-r--r-- | util-linux/unshare.c | 1 |
24 files changed, 28 insertions, 0 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index 00613f8e3..7bce8abea 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config ACPID | 9 | //config:config ACPID |
10 | //config: bool "acpid (9 kb)" | 10 | //config: bool "acpid (9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 13 | //config: help |
13 | //config: acpid listens to ACPI events coming either in textual form from | 14 | //config: acpid listens to ACPI events coming either in textual form from |
14 | //config: /proc/acpi/event (though it is marked deprecated it is still widely | 15 | //config: /proc/acpi/event (though it is marked deprecated it is still widely |
diff --git a/util-linux/blkdiscard.c b/util-linux/blkdiscard.c index 7ac8045f9..2291eec21 100644 --- a/util-linux/blkdiscard.c +++ b/util-linux/blkdiscard.c | |||
@@ -8,6 +8,7 @@ | |||
8 | //config:config BLKDISCARD | 8 | //config:config BLKDISCARD |
9 | //config: bool "blkdiscard (4.3 kb)" | 9 | //config: bool "blkdiscard (4.3 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: select PLATFORM_LINUX | ||
11 | //config: help | 12 | //config: help |
12 | //config: blkdiscard discards sectors on a given device. | 13 | //config: blkdiscard discards sectors on a given device. |
13 | 14 | ||
diff --git a/util-linux/blkid.c b/util-linux/blkid.c index 4a820771f..008ae5d9e 100644 --- a/util-linux/blkid.c +++ b/util-linux/blkid.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config BLKID | 9 | //config:config BLKID |
10 | //config: bool "blkid (12 kb)" | 10 | //config: bool "blkid (12 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: select VOLUMEID | 13 | //config: select VOLUMEID |
13 | //config: help | 14 | //config: help |
14 | //config: Lists labels and UUIDs of all filesystems. | 15 | //config: Lists labels and UUIDs of all filesystems. |
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 6670b84de..5da887f0e 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -11,6 +11,7 @@ | |||
11 | //config:config DMESG | 11 | //config:config DMESG |
12 | //config: bool "dmesg (3.7 kb)" | 12 | //config: bool "dmesg (3.7 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 15 | //config: help |
15 | //config: dmesg is used to examine or control the kernel ring buffer. When the | 16 | //config: dmesg is used to examine or control the kernel ring buffer. When the |
16 | //config: Linux kernel prints messages to the system log, they are stored in | 17 | //config: Linux kernel prints messages to the system log, they are stored in |
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 20e7d56fa..e9ebbd5d4 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -10,6 +10,7 @@ | |||
10 | //config:config FDISK | 10 | //config:config FDISK |
11 | //config: bool "fdisk (37 kb)" | 11 | //config: bool "fdisk (37 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 14 | //config: help |
14 | //config: The fdisk utility is used to divide hard disks into one or more | 15 | //config: The fdisk utility is used to divide hard disks into one or more |
15 | //config: logical disks, which are generally called partitions. This utility | 16 | //config: logical disks, which are generally called partitions. This utility |
diff --git a/util-linux/findfs.c b/util-linux/findfs.c index f5621a1fa..7ca9dc96b 100644 --- a/util-linux/findfs.c +++ b/util-linux/findfs.c | |||
@@ -10,6 +10,7 @@ | |||
10 | //config:config FINDFS | 10 | //config:config FINDFS |
11 | //config: bool "findfs (12 kb)" | 11 | //config: bool "findfs (12 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
13 | //config: select VOLUMEID | 14 | //config: select VOLUMEID |
14 | //config: help | 15 | //config: help |
15 | //config: Prints the name of a filesystem with given label or UUID. | 16 | //config: Prints the name of a filesystem with given label or UUID. |
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index 309169d25..d27113d97 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c | |||
@@ -11,6 +11,7 @@ | |||
11 | //config:config FDFLUSH | 11 | //config:config FDFLUSH |
12 | //config: bool "fdflush (1.3 kb)" | 12 | //config: bool "fdflush (1.3 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 15 | //config: help |
15 | //config: fdflush is only needed when changing media on slightly-broken | 16 | //config: fdflush is only needed when changing media on slightly-broken |
16 | //config: removable media drives. It is used to make Linux believe that a | 17 | //config: removable media drives. It is used to make Linux believe that a |
@@ -23,6 +24,7 @@ | |||
23 | //config:config FREERAMDISK | 24 | //config:config FREERAMDISK |
24 | //config: bool "freeramdisk (1.3 kb)" | 25 | //config: bool "freeramdisk (1.3 kb)" |
25 | //config: default y | 26 | //config: default y |
27 | //config: select PLATFORM_LINUX | ||
26 | //config: help | 28 | //config: help |
27 | //config: Linux allows you to create ramdisks. This utility allows you to | 29 | //config: Linux allows you to create ramdisks. This utility allows you to |
28 | //config: delete them and completely free all memory that was used for the | 30 | //config: delete them and completely free all memory that was used for the |
diff --git a/util-linux/fsfreeze.c b/util-linux/fsfreeze.c index 6e2ff0a54..fb0b3c4bd 100644 --- a/util-linux/fsfreeze.c +++ b/util-linux/fsfreeze.c | |||
@@ -7,6 +7,7 @@ | |||
7 | //config:config FSFREEZE | 7 | //config:config FSFREEZE |
8 | //config: bool "fsfreeze (3.5 kb)" | 8 | //config: bool "fsfreeze (3.5 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: select PLATFORM_LINUX | ||
10 | //config: select LONG_OPTS | 11 | //config: select LONG_OPTS |
11 | //config: help | 12 | //config: help |
12 | //config: Halt new accesses and flush writes on a mounted filesystem. | 13 | //config: Halt new accesses and flush writes on a mounted filesystem. |
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c index 6d673002f..12bab40d1 100644 --- a/util-linux/fstrim.c +++ b/util-linux/fstrim.c | |||
@@ -10,6 +10,7 @@ | |||
10 | //config:config FSTRIM | 10 | //config:config FSTRIM |
11 | //config: bool "fstrim (4.4 kb)" | 11 | //config: bool "fstrim (4.4 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 14 | //config: help |
14 | //config: Discard unused blocks on a mounted filesystem. | 15 | //config: Discard unused blocks on a mounted filesystem. |
15 | 16 | ||
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 723b09589..2edadfa4d 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config HWCLOCK | 9 | //config:config HWCLOCK |
10 | //config: bool "hwclock (5.8 kb)" | 10 | //config: bool "hwclock (5.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 13 | //config: help |
13 | //config: The hwclock utility is used to read and set the hardware clock | 14 | //config: The hwclock utility is used to read and set the hardware clock |
14 | //config: on a system. This is primarily used to set the current time on | 15 | //config: on a system. This is primarily used to set the current time on |
diff --git a/util-linux/ionice.c b/util-linux/ionice.c index 82bd309d1..b30d5f78d 100644 --- a/util-linux/ionice.c +++ b/util-linux/ionice.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config IONICE | 9 | //config:config IONICE |
10 | //config: bool "ionice (3.8 kb)" | 10 | //config: bool "ionice (3.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 13 | //config: help |
13 | //config: Set/set program io scheduling class and priority | 14 | //config: Set/set program io scheduling class and priority |
14 | //config: Requires kernel >= 2.6.13 | 15 | //config: Requires kernel >= 2.6.13 |
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index 24f7a2349..ec0cf04e4 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config LOSETUP | 9 | //config:config LOSETUP |
10 | //config: bool "losetup (5.5 kb)" | 10 | //config: bool "losetup (5.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 13 | //config: help |
13 | //config: losetup is used to associate or detach a loop device with a regular | 14 | //config: losetup is used to associate or detach a loop device with a regular |
14 | //config: file or block device, and to query the status of a loop device. This | 15 | //config: file or block device, and to query the status of a loop device. This |
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index ebdc0c254..f6de7ad2a 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -10,6 +10,7 @@ | |||
10 | //config:config MDEV | 10 | //config:config MDEV |
11 | //config: bool "mdev (17 kb)" | 11 | //config: bool "mdev (17 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 14 | //config: help |
14 | //config: mdev is a mini-udev implementation for dynamically creating device | 15 | //config: mdev is a mini-udev implementation for dynamically creating device |
15 | //config: nodes in the /dev directory. | 16 | //config: nodes in the /dev directory. |
diff --git a/util-linux/mkfs_ext2.c b/util-linux/mkfs_ext2.c index fcf374b2d..892b0867a 100644 --- a/util-linux/mkfs_ext2.c +++ b/util-linux/mkfs_ext2.c | |||
@@ -10,6 +10,7 @@ | |||
10 | //config:config MKE2FS | 10 | //config:config MKE2FS |
11 | //config: bool "mke2fs (10 kb)" | 11 | //config: bool "mke2fs (10 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 14 | //config: help |
14 | //config: Utility to create EXT2 filesystems. | 15 | //config: Utility to create EXT2 filesystems. |
15 | //config: | 16 | //config: |
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c index 821371953..5136446eb 100644 --- a/util-linux/mkfs_vfat.c +++ b/util-linux/mkfs_vfat.c | |||
@@ -10,6 +10,7 @@ | |||
10 | //config:config MKDOSFS | 10 | //config:config MKDOSFS |
11 | //config: bool "mkdosfs (7.2 kb)" | 11 | //config: bool "mkdosfs (7.2 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | ||
13 | //config: help | 14 | //config: help |
14 | //config: Utility to create FAT32 filesystems. | 15 | //config: Utility to create FAT32 filesystems. |
15 | //config: | 16 | //config: |
diff --git a/util-linux/mount.c b/util-linux/mount.c index 4e65b6b46..e3aeda666 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -20,6 +20,7 @@ | |||
20 | //config:config MOUNT | 20 | //config:config MOUNT |
21 | //config: bool "mount (23 kb)" | 21 | //config: bool "mount (23 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: select PLATFORM_LINUX | ||
23 | //config: help | 24 | //config: help |
24 | //config: All files and filesystems in Unix are arranged into one big directory | 25 | //config: All files and filesystems in Unix are arranged into one big directory |
25 | //config: tree. The 'mount' utility is used to graft a filesystem onto a | 26 | //config: tree. The 'mount' utility is used to graft a filesystem onto a |
diff --git a/util-linux/nsenter.c b/util-linux/nsenter.c index 1aa045b35..8652e803a 100644 --- a/util-linux/nsenter.c +++ b/util-linux/nsenter.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config NSENTER | 9 | //config:config NSENTER |
10 | //config: bool "nsenter (6.5 kb)" | 10 | //config: bool "nsenter (6.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 13 | //config: help |
13 | //config: Run program with namespaces of other processes. | 14 | //config: Run program with namespaces of other processes. |
14 | 15 | ||
diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c index ecc891100..41f29da32 100644 --- a/util-linux/pivot_root.c +++ b/util-linux/pivot_root.c | |||
@@ -11,6 +11,7 @@ | |||
11 | //config:config PIVOT_ROOT | 11 | //config:config PIVOT_ROOT |
12 | //config: bool "pivot_root (1.1 kb)" | 12 | //config: bool "pivot_root (1.1 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | ||
14 | //config: help | 15 | //config: help |
15 | //config: The pivot_root utility swaps the mount points for the root filesystem | 16 | //config: The pivot_root utility swaps the mount points for the root filesystem |
16 | //config: with some other mounted filesystem. This allows you to do all sorts | 17 | //config: with some other mounted filesystem. This allows you to do all sorts |
diff --git a/util-linux/setarch.c b/util-linux/setarch.c index cf8ef0064..57051a683 100644 --- a/util-linux/setarch.c +++ b/util-linux/setarch.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config SETARCH | 9 | //config:config SETARCH |
10 | //config: bool "setarch (3.6 kb)" | 10 | //config: bool "setarch (3.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 13 | //config: help |
13 | //config: The linux32 utility is used to create a 32bit environment for the | 14 | //config: The linux32 utility is used to create a 32bit environment for the |
14 | //config: specified program (usually a shell). It only makes sense to have | 15 | //config: specified program (usually a shell). It only makes sense to have |
@@ -18,12 +19,14 @@ | |||
18 | //config:config LINUX32 | 19 | //config:config LINUX32 |
19 | //config: bool "linux32 (3.3 kb)" | 20 | //config: bool "linux32 (3.3 kb)" |
20 | //config: default y | 21 | //config: default y |
22 | //config: select PLATFORM_LINUX | ||
21 | //config: help | 23 | //config: help |
22 | //config: Alias to "setarch linux32". | 24 | //config: Alias to "setarch linux32". |
23 | //config: | 25 | //config: |
24 | //config:config LINUX64 | 26 | //config:config LINUX64 |
25 | //config: bool "linux64 (3.3 kb)" | 27 | //config: bool "linux64 (3.3 kb)" |
26 | //config: default y | 28 | //config: default y |
29 | //config: select PLATFORM_LINUX | ||
27 | //config: help | 30 | //config: help |
28 | //config: Alias to "setarch linux64". | 31 | //config: Alias to "setarch linux64". |
29 | 32 | ||
diff --git a/util-linux/setpriv.c b/util-linux/setpriv.c index 6904cf019..bfe2c7a7a 100644 --- a/util-linux/setpriv.c +++ b/util-linux/setpriv.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config SETPRIV | 9 | //config:config SETPRIV |
10 | //config: bool "setpriv (6.6 kb)" | 10 | //config: bool "setpriv (6.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: select LONG_OPTS | 13 | //config: select LONG_OPTS |
13 | //config: help | 14 | //config: help |
14 | //config: Run a program with different Linux privilege settings. | 15 | //config: Run a program with different Linux privilege settings. |
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index e2ff4b5cc..567869cc7 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config SWAPON | 9 | //config:config SWAPON |
10 | //config: bool "swapon (15 kb)" | 10 | //config: bool "swapon (15 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 13 | //config: help |
13 | //config: Once you have created some swap space using 'mkswap', you also need | 14 | //config: Once you have created some swap space using 'mkswap', you also need |
14 | //config: to enable your swap space with the 'swapon' utility. The 'swapoff' | 15 | //config: to enable your swap space with the 'swapon' utility. The 'swapoff' |
@@ -35,6 +36,7 @@ | |||
35 | //config:config SWAPOFF | 36 | //config:config SWAPOFF |
36 | //config: bool "swapoff (14 kb)" | 37 | //config: bool "swapoff (14 kb)" |
37 | //config: default y | 38 | //config: default y |
39 | //config: select PLATFORM_LINUX | ||
38 | //config: | 40 | //config: |
39 | //config:config FEATURE_SWAPONOFF_LABEL | 41 | //config:config FEATURE_SWAPONOFF_LABEL |
40 | //config: bool "Support specifying devices by label or UUID" | 42 | //config: bool "Support specifying devices by label or UUID" |
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 901c0b8db..f61002236 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config SWITCH_ROOT | 9 | //config:config SWITCH_ROOT |
10 | //config: bool "switch_root (5.5 kb)" | 10 | //config: bool "switch_root (5.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: help | 13 | //config: help |
13 | //config: The switch_root utility is used from initramfs to select a new | 14 | //config: The switch_root utility is used from initramfs to select a new |
14 | //config: root device. Under initramfs, you have to use this instead of | 15 | //config: root device. Under initramfs, you have to use this instead of |
diff --git a/util-linux/uevent.c b/util-linux/uevent.c index db11746d0..bd39c3acd 100644 --- a/util-linux/uevent.c +++ b/util-linux/uevent.c | |||
@@ -6,6 +6,7 @@ | |||
6 | //config:config UEVENT | 6 | //config:config UEVENT |
7 | //config: bool "uevent (3.1 kb)" | 7 | //config: bool "uevent (3.1 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: select PLATFORM_LINUX | ||
9 | //config: help | 10 | //config: help |
10 | //config: uevent is a netlink listener for kernel uevent notifications | 11 | //config: uevent is a netlink listener for kernel uevent notifications |
11 | //config: sent via netlink. It is usually used for dynamic device creation. | 12 | //config: sent via netlink. It is usually used for dynamic device creation. |
diff --git a/util-linux/unshare.c b/util-linux/unshare.c index 06b938074..156a96d94 100644 --- a/util-linux/unshare.c +++ b/util-linux/unshare.c | |||
@@ -9,6 +9,7 @@ | |||
9 | //config:config UNSHARE | 9 | //config:config UNSHARE |
10 | //config: bool "unshare (7.2 kb)" | 10 | //config: bool "unshare (7.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | ||
12 | //config: depends on !NOMMU | 13 | //config: depends on !NOMMU |
13 | //config: select LONG_OPTS | 14 | //config: select LONG_OPTS |
14 | //config: help | 15 | //config: help |