K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2004-03-16T10:46:42.000000Z K 7 svn:log V 269 Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE. Use kern_open() to implement creat() rather than taking the long route through open(). Mark creat as MPSAFE. While I'm at it, mark nosys() (syscall 0) as MPSAFE, for all the difference it will make. END