| #
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
| #
2b9a850f |
| 20-Jun-2005 |
thorpej <thorpej@NetBSD.org> |
Install eeprom.h and idprom.h
|
| #
e8bbb685 |
| 06-May-2002 |
lukem <lukem@NetBSD.org> |
Replace <dev/sun/sun_boot.h> with <sys/bootinfo.h>, which is intended to be more generic than ``bbinfo definitions for Sun-based systems''. Other platforms can store bbinfo-style information here, an
Replace <dev/sun/sun_boot.h> with <sys/bootinfo.h>, which is intended to be more generic than ``bbinfo definitions for Sun-based systems''. Other platforms can store bbinfo-style information here, and possibly other platform-specific boot information that needs to be accessible by foriegn platforms in tools such as /usr/sbin/installboot.
show more ...
|
| #
dcb34210 |
| 24-Apr-2002 |
lukem <lukem@NetBSD.org> |
Add <dev/sun/sun_boot.h>, which contains common boot block stuff for Sun based systems.
|
| #
9b70a4cc |
| 22-Mar-2002 |
fredette <fredette@NetBSD.org> |
Added Sun common kbd_reg.h, kbio.h, and vuid_event.h files.
|
| #
745ab257 |
| 11-Apr-2001 |
jdolecek <jdolecek@NetBSD.org> |
Put back all header files defining ioctls
|
| #
372e5956 |
| 11-Apr-2001 |
jdolecek <jdolecek@NetBSD.org> |
Only install headers which are actually used by our userland. This saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@ recently.
I HOPE to get the list right. The headers I left in ar
Only install headers which are actually used by our userland. This saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@ recently.
I HOPE to get the list right. The headers I left in are ones used for MI tools and those whose usage I discovered by grep over tree sources. Feel free to put needed includes back in if you encounter anything which should not be removed from lists.
show more ...
|
| #
02c262b2 |
| 20-Aug-2000 |
pk <pk@NetBSD.org> |
Move fbio.h and fbvar.h here.
|
| #
5ebf3ec3 |
| 20-Jun-1998 |
mrg <mrg@NetBSD.org> |
add <dev/sun/disklabel.h>
|
| #
651b44e2 |
| 12-Jun-1998 |
cgd <cgd@NetBSD.org> |
Rework the way kernel include files are installed. In the new method, as with user-land programs, include files are installed by each directory in the tree that has includes to install. (This allow
Rework the way kernel include files are installed. In the new method, as with user-land programs, include files are installed by each directory in the tree that has includes to install. (This allows more flexibility as to what gets installed, makes 'partial installs' easier, and gives us more options as to which machines' includes get installed at any given time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_ still supported, though at least one bug in the 'symlinks' case is fixed by this change. Include files can't be build before installation, so directories that have includes as targets (e.g. dev/pci) have to move those targets into a different Makefile.
show more ...
|