summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-05-30Only enable the FPU when the process has an FPU context. ok miod@drahn1-2/+2
2005-05-30Don't call va_start() when we do not log. From Andrey Matveev.camield1-1/+2
2005-05-30add find-alternate-file command and binding for ^X^V; ok cloderjason4-5/+15
(you're welcome kjell)
2005-05-30Just use preempt(NULL) like every other architecture in this code path,art1-15/+4
don't roll our own. ok miod@ pefo@
2005-05-30don't forget to send the log message, this fixes the commit command.joris1-1/+4
ok xsa@
2005-05-30-D and -r can be used simultaneously, pointed out by marc@ and thusxsa2-14/+8
backout my previous change + spotted another case in the annotate command... ok joris@
2005-05-30zap an unused variablejoris1-2/+1