K 10 svn:author V 2 mm K 8 svn:date V 27 2012-02-07T17:47:04.112866Z K 7 svn:log V 267 MFC r230495: Try resolving jail path with realpath(3). jail(8) does a chdir(2) to the given path argument. Kernel evaluates the jail path from the new cwd and not from the original cwd, which leads to undesired behavior if given a relative path. Reviewed by: jamie END