Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/i386/floppies/kernel-ramdisk Pullup 1.1 [fvdl]:



details:   https://anonhg.NetBSD.org/src/rev/936da4897555
branches:  netbsd-1-5
changeset: 489969:936da4897555
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Oct 20 21:58:52 2000 +0000

description:
Pullup 1.1 [fvdl]:
Add a little gdb script to switch off FFS clustering. This avoids
buffer cache lockups in INSTALL_TINY (it has very little buffers
to spare). This is the least intrusive way of fixing that.

diffstat:

 distrib/i386/floppies/kernel-ramdisk/nocluster.gdb |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (6 lines):

diff -r 00a6330942ef -r 936da4897555 distrib/i386/floppies/kernel-ramdisk/nocluster.gdb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/i386/floppies/kernel-ramdisk/nocluster.gdb        Fri Oct 20 21:58:52 2000 +0000
@@ -0,0 +1,2 @@
+set doclusterwrite=0
+set doclusterread=0



Home | Main Index | Thread Index | Old Index