History log of /netbsd-src/sys/rump/kern/lib/libtty/tty_component.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 6bb51422 26-Jan-2016 pooka <pooka@NetBSD.org>

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile.

Leave compat headers around in the old locations.

The commit changes some autogenerated files, but I'll fix the
generators shortly and regen.

show more ...


# 13f1407f 07-Jan-2016 pooka <pooka@NetBSD.org>

Initialize non-VFS parts of tty subsystem already at RUMP_COMPONENT_KERN.

That way components under RUMP__FACTION_DEV can call tty routines.


# 1a4eecf1 20-Aug-2015 christos <christos@NetBSD.org>

use ioconf.h for pseudo-device attach prototypes


# e9fb1375 13-Mar-2014 pooka <pooka@NetBSD.org>

rename component.c -> tty_component.c