K 10 svn:author V 3 kib K 8 svn:date V 27 2014-11-13T18:01:51.968662Z K 7 svn:log V 321 Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat(). This removes one (sometimes two) levels of indirection and consolidates arguments checks. Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week END