aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2014-05-02 05:30:49 +0000
committerEitan Adler <eadler@FreeBSD.org>2014-05-02 05:30:49 +0000
commit461dbce2d906739ec5133cd95a4a5ce5b37336c0 (patch)
treedc67c6e9e999713be186e49d09ef2a4e7523b1b3 /UPDATING
parentb100acf254bfe7f5003e82da2578bd1f2f84cdbf (diff)
downloadsrc-461dbce2d906739ec5133cd95a4a5ce5b37336c0.tar.gz
src-461dbce2d906739ec5133cd95a4a5ce5b37336c0.zip
lindev(4): remove the device
lindev(4) was only used to provide /dev/full which is now a standard feature of FreeBSD. /dev/full was never linux-specific and provides a generally useful feature. Document this in UPDATING and bump __FreeBSD_version. This will be documented in the PH shortly. Reported by: jkim
Notes
Notes: svn path=/head/; revision=265212
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b1e55e3e87a2..35ec68beb49a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20140430:
+ The lindev device has been removed since /dev/full has been made a
+ standard device. __FreeBSD_version has been bumped.
+
20140418:
The YES_HESIOD knob has been removed. It has been obsolete for
a decade. Please move to using WITH_HESIOD instead or your builds