CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/10/04 10:00:43
Modified files: bin/ls : ls.c Log message: ls can use tame "stdio rpath getpw". It does uid/gid lookups, using the 4.4bsd libc caching varients called user_from_uid/group_from_uid, which are backed by getpw*/getgr* type functions. ok semarie