aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <christian.franke@t-online.de>2023-11-07 15:25:54 +0100
committerCorinna Vinschen <corinna@vinschen.de>2023-11-07 16:15:12 +0100
commit7236f22f713a923759ec7a98b4572c1910beb730 (patch)
tree4bcaf3cd965c050f44351956817c419cd860433c
parent1ebef73c596cda6da23dec094e5b22add43a86e4 (diff)
downloadnewlib-7236f22f713a923759ec7a98b4572c1910beb730.zip
newlib-7236f22f713a923759ec7a98b4572c1910beb730.tar.gz
newlib-7236f22f713a923759ec7a98b4572c1910beb730.tar.bz2
Cygwin: Document /dev/disk/by-id and /dev/disk/by-partuuid
Signed-off-by: Christian Franke <christian.franke@t-online.de>
-rw-r--r--winsup/cygwin/release/3.5.06
-rw-r--r--winsup/doc/new-features.xml14
2 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index dbbf800..2d59818 100644
--- a/winsup/cygwin/release/3.5.0
+++ b/winsup/cygwin/release/3.5.0
@@ -17,6 +17,12 @@ What's new:
class expressions, and collating symbols in the search pattern, i.e.,
[:alnum:], [=a=], [.aa.].
+- Introduce /dev/disk directory with subdirectories by-id and by-partuuid.
+ The by-id directory provides symlinks for each disk and its partitions:
+ BUSTYPE-[VENDOR_]PRODUCT_[SERIAL|HASH][-partN] -> ../../sdX[N].
+ The by-partuuid directory provides symlinks for each MBR and GPT disk
+ partition: MBR_SERIAL-OFFSET -> ../../sdXN, GPT_GUID -> ../../sdXN.
+
- Introduce /proc/codesets and /proc/locales with information on
supported codesets and locales for all interested parties. Locale(1)
opens these files and uses the info for printing locale info like any
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 78b2dba..a8e8a79 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -35,6 +35,20 @@ class expressions, and collating symbols in the search pattern, i.e.,
</para></listitem>
<listitem><para>
+Introduce /dev/disk directory with subdirectories by-id and by-partuuid.
+The by-id directory provides symlinks for each disk and its partitions:
+ <screen>
+ BUSTYPE-[VENDOR_]PRODUCT_[SERIAL|0xHASH][-partN] -> ../../sdX[N]
+ </screen>
+The by-partuuid directory provides symlinks for each MBR and GPT disk
+partition:
+ <screen>
+ MBR_SERIAL-OFFSET -> ../../sdXN
+ GPT_GUID -> ../../sdXN
+ </screen>
+</para></listitem>
+
+<listitem><para>
Introduce /proc/codesets and /proc/locales with information on supported
codesets and locales for all interested parties. Locale(1) opens these
files and uses the info for printing locale info like any other process