summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorivoras <ivoras@FreeBSD.org>2009-03-20 21:51:27 +0000
committerivoras <ivoras@FreeBSD.org>2009-03-20 21:51:27 +0000
commit79c72751b7f97009077ff9f01b67a0794ce358eb (patch)
treedcc1814ea8cc227cdb523737e3a6dc406f21ef52 /UPDATING
parenta6782e2e3827f260d7a6ebc061218843605ef765 (diff)
downloadFreeBSD-src-79c72751b7f97009077ff9f01b67a0794ce358eb.zip
FreeBSD-src-79c72751b7f97009077ff9f01b67a0794ce358eb.tar.gz
Note that GEOM_PART is on by default in 8-CURRENT and how it's different
from older slices. OKed by: marcel Approved by: gnn (mentor)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e4cc7c3..3d43153 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090320:
+ GEOM_PART has become the default partition slicer for storage devices,
+ replacing GEOM_MBR, GEOM_BSD, GEOM_PC98 and GEOM_GPT slicers. It
+ introduces some changes: the devices created from MSDOS extended
+ partition entries (EBR) can be named differently than with GEOM_MBR
+ and are now symlinks to devices with offset-based names, and kernel
+ dumps are now not allowed to be written to devices whose partition
+ types indicate they are meant to be used for file systems.
+
20090319:
The uscanner(4) driver has been removed from the kernel. This follows
Linux removing theirs in 2.6 and making libusb the default interface
OpenPOWER on IntegriCloud