History log of /netbsd-src/usr.sbin/dev_mkdb/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# 9edf9a04 10-Aug-2012 joerg <joerg@NetBSD.org>

Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
to Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.


# 1907ec3a 03-Jun-2012 joerg <joerg@NetBSD.org>

Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
depend on new devname_r(3) as heart. Add /dev/pts magic directly to
devname(3). While it can lead to returning non-existing pat

Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
depend on new devname_r(3) as heart. Add /dev/pts magic directly to
devname(3). While it can lead to returning non-existing paths, the
behavior is more consistent that way. Drop caching layer in devname(3),
it doesn't buy anything for the common case of having access to the
database. Teach devname(3) proper fallback behavior of scanning /dev.
Create both old-style and new-style database for now in /etc/rc.d/sysdb.

show more ...


# 19a92f1b 15-Apr-2009 lukem <lukem@NetBSD.org>

Fix -Wsign-compare issue


# cf66608c 16-Mar-2005 xtraeme <xtraeme@NetBSD.org>

Kill __P(), use ANSI function declarations; WARNS=3


# 54d63208 08-Mar-1997 mikel <mikel@NetBSD.org>

RCSid police


# bbfccb8f 30-Jan-1995 mycroft <mycroft@NetBSD.org>

Merge with 4.4-Lite, and use libc err(3) and warn(3).


# d8806814 22-Dec-1994 cgd <cgd@NetBSD.org>

specify man pages the new way.


# b465cf46 30-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources