diff options
author | phk <phk@FreeBSD.org> | 1997-09-14 18:05:47 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1997-09-14 18:05:47 +0000 |
commit | 37fbc2eca7914f5981f1ccefbc00a1ad6d57bef2 (patch) | |
tree | 908f78649ab14b7e18fd2dcbaa70e0d4c5f2e3c2 /release | |
parent | b0704ce42b3046859d47cf760f41efa42ca721fa (diff) | |
download | FreeBSD-src-37fbc2eca7914f5981f1ccefbc00a1ad6d57bef2.zip FreeBSD-src-37fbc2eca7914f5981f1ccefbc00a1ad6d57bef2.tar.gz |
What I did in my vacation.
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/help/relnotes.hlp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/release/sysinstall/help/relnotes.hlp b/release/sysinstall/help/relnotes.hlp index 103294e..72e342d 100644 --- a/release/sysinstall/help/relnotes.hlp +++ b/release/sysinstall/help/relnotes.hlp @@ -112,6 +112,26 @@ Responses to multicast ICMP ECHO REQUEST (``ping'') and ADDRESS MASK REQUEST packets can now be disabled via sysctl. The netstat program will print out statistics on how many times this happens. +It is possible to compile in a font for syscons. + +The bootblocks can set VESA videomode 0x102 (800x600x16) before loading +the kernel, this allows XFree86 to work in this resolution on most +moderately recent graphics hardware, including many laptops. +A set of patches are making their way to -current that allows syscons +to operate in this mode too; contact phk@FreeBSD.org. + +A subtle and seldom bug in ffs has been fixed. + +The VFS name cache has been reworked to be more accountable and efficient. + +The generic part of VOP_LOOKUP() has been put it in system-wide function +which filesystems can rely on for the canonical stuff. + +Vnode freelist handling has been hauled over. Vnodes are only on the +freelist if nobody care about them. + +The kernel provides assistance to getcwd() if possible. + SECURITY CHANGES: |