summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/devname.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use fstatat() to avoid path surgery.guenther2016-07-061-12/+6
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-131-1/+2
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-6/+5
* Fall back to scanning /dev if /var/run/dev.db does not exist.millert2015-07-141-25/+63
* The first argument to devname(3) should be dev_t, not int.millert2015-07-141-2/+2
* Do not write a warning to stderr if the db cannot be opened, justmillert2015-07-131-2/+1
* after we changed mode_t to be an int, the devname() man page wasderaadt2006-03-311-3/+2
* zap remaining rcsid.espie2005-08-081-4/+1
* proto repairsderaadt2003-07-151-2/+4
* ansification; checked by pvalderaadt2003-06-111-4/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+86