summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/devname.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use fstatat() to avoid path surgery.guenther2016-07-061-12/+6
| | | | bug catching and ok millert@
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-131-1/+2
| | | | | | C standard are all weak. Apply __{BEGIN,END}_HIDDEN_DECLS to gdtoa{,imp}.h, hiding the arch-specific __strtorx, __ULtox_D2A, __strtorQ, __ULtoQ_D2A symbols.
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-6/+5
| | | | | | | Delete exect(2); it wasn't portable across archs and nothing used it. ports test build by naddy@ ok deraadt@ kettenis@
* Fall back to scanning /dev if /var/run/dev.db does not exist.millert2015-07-141-25/+63
| | | | OK deraadt@
* The first argument to devname(3) should be dev_t, not int.millert2015-07-141-2/+2
| | | | The man page was already correct.
* Do not write a warning to stderr if the db cannot be opened, justmillert2015-07-131-2/+1
| | | | | return an error. Avoids bogus warnings in chroots. OK deraadt@ ajacoutot@
* after we changed mode_t to be an int, the devname() man page wasderaadt2006-03-311-3/+2
| | | | updated but the function itself never was; ok millert
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* 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
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+86