#!/bin/csh -f # # This makes the user's EXINIT variable set to the 'correct' things. # I don't know what will happen if they also have a .exrc file! # # XXX # Make sure that user is using a 24 line window!!! # if ($1 != "beginner" && $1 != "advanced") then echo Usage: $0 beginner or $0 advanced exit endif if ($?EXINIT) then set oexinit="$EXINIT" setenv EXINIT 'se ts=4 wm=8 sw=4' endif vi vi.{$1} onintr: if ($?oexinit) then setenv EXINIT "$oexinit" endif rm method='get'> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/iscsi/iscsi_test.c
AgeCommit message (Expand)Author
2015-05-30Remove ISCSI_TEST_MODE and corresponding dev/iscsi_test.h header.joerg
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-12-29- defer session cleanup to not force detachmentsmlelstv
2011-11-29Remove rnd_extract_data from the public kernel API (it is for use by thetls
2011-10-23Start to move the in-kernel iSCSI initiator, kindly contributed to theagc