summaryrefslogtreecommitdiff
path: root/lib/libc/gen/devname.c
AgeCommit message (Collapse)Author
2015-09-13Wrap <stdlib.h> so that calls go direct and the symbols not in thePhilip Guenther
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.
2015-08-26Hide many (194!) symbols that nothing should be using.Philip Guenther
Delete exect(2); it wasn't portable across archs and nothing used it. ports test build by naddy@ ok deraadt@ kettenis@
2015-07-14Fall back to scanning /dev if /var/run/dev.db does not exist.Todd C. Miller
OK deraadt@
2015-07-14The first argument to devname(3) should be dev_t, not int.Todd C. Miller
The man page was already correct.
2015-07-13Do not write a warning to stderr if the db cannot be opened, justTodd C. Miller
return an error. Avoids bogus warnings in chroots. OK deraadt@ ajacoutot@
2006-03-31after we changed mode_t to be an int, the devname() man page wasTheo de Raadt
updated but the function itself never was; ok millert
2005-08-08zap remaining rcsid.Marc Espie
Kill old files that are no longer compiled. okay theo
2003-07-15proto repairsTheo de Raadt
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt