scale=2 print "\nCheck book program!\n" print " Remember, deposits are negative transactions.\n" print " Exit by a 0 transaction.\n\n" print "Initial balance? "; bal = read() bal /= 1 print "\n" while (1) { "current balance = "; bal "transaction? "; trans = read() if (trans == 0) break; bal -= trans bal /= 1 } quit ef='/'>cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/tests/dev/raidframe
AgeCommit message (Expand)Author
2013-02-19Check for RUMP programs before using them.joerg
2011-10-15Fix cut-and-paste-o that casused the raid1_normal test case to have nogson
2011-08-09Add missing RUMP_SERVER export, so the "normal" test does not fail withmartin
2011-07-29Note that PR kern/44251 is fixed.oster
2011-05-14Instead of doing 'atf_check ... sh -c foo', just do 'atf_check ... -x foo'.jmmv
2011-03-01PR#44239 is now fixed, remove the xfail from the test.riz
2011-02-04convert tests from oldstyle dd rif/rof to newstyle dd | rump.ddpooka
2010-12-30Substitute a surgical rump_server configuration for rump_allserverpooka
2010-12-18test case for PR kern/44251pooka
2010-12-18Check that raid1 and raid5 can serve data after a component haspooka
2010-12-17fix editing artifactpooka
2010-12-15fix post-move testsdir. duhpooka
2010-12-15"A few seconds later" I realized the kernel directory is dev/raidframe,pooka