Alfred Perlstein 0fd061c0c4 Cleanup
Remove comment about setting error for reads on EOF, read returns 0 on
EOF so the code should be ok.

Remove non-effective priority boost, PRIO+1 doesn't do anything
(according to McKusick), if a real priority boost is needed it should
have been +4.

Style fixes:
.) return foo -> return (foo)
.) FLAG1|FlAG2 -> FLAG1 | FlAG2
.) wrap long lines
.) unwrap short lines
.) for(i=0;i=foo;i++) -> for (i = 0; i=foo; i++)
.) remove braces for some conditionals with a single statement
.) fix continuation lines.

md5 couldn't verify the binary because some code had to
be shuffled around to address the style issues.
2001-05-17 19:47:09 +00:00
..
2001-01-28 06:39:56 +00:00
2001-04-13 09:37:25 +00:00
2001-05-11 17:05:47 +00:00
2001-04-29 22:09:26 +00:00
2000-12-01 08:57:47 +00:00
2001-01-01 23:09:53 +00:00
2000-12-31 23:12:20 +00:00
2000-12-28 12:17:35 +00:00
2000-09-29 13:36:47 +00:00
2000-04-22 15:13:06 +00:00
2001-05-17 19:47:09 +00:00
2000-12-01 08:57:47 +00:00
1999-08-28 01:08:13 +00:00
2001-05-15 18:12:38 +00:00