K 10 svn:author V 6 davide K 8 svn:date V 27 2014-10-16T18:04:43.249826Z K 7 svn:log V 259 Follow up to r225617. In order to maximize the re-usability of kernel code in userland rename in-kernel getenv()/setenv() to kern_setenv()/kern_getenv(). This fixes a namespace collision with libc symbols. Submitted by: kmacy Tested by: make universe END