summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_tap
Commit message (Collapse)AuthorAgeFilesLines
* Per email to arch@ a little while ago (that was greeted with silence),imp2008-09-011-1/+1
| | | | | prefer the more common > ${.TARGET} over > opt_foo.h in modules makefiles.
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-1/+4
| | | | | | | | | | | | | ioctls passing integer arguments should use the _IOWINT() macro. This fixes a lot of ioctl's not working on sparc64, most notable being keyboard/syscons ioctls. Full ABI compatibility is provided, with the bonus of fixing the handling of old ioctls on sparc64. Reviewed by: bde (with contributions) Tested by: emax, marius MFC after: 1 week
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-0/+2
| | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64
* Mechanically tidy up the contents of CLEANFILES:M*.h: kmod.mkru2004-09-011-2/+0
| | | | automatically removes opt_*.h and if_*.h found in SRCS.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-3/+4
|
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-1/+1
| | | | | | | | | | | | | | | | | | cloning infrastructure standard in kern_conf. Modules are now the same with or without devfs support. If you need to detect if devfs is present, in modules or elsewhere, check the integer variable "devfs_present". This happily removes an ugly hack from kern/vfs_conf.c. This forces a rename of the eventhandler and the standard clone helper function. Include <sys/eventhandler.h> in <sys/conf.h>: it's a helper #include like <sys/queue.h> Remove all #includes of opt_devfs.h they no longer matter.
* Somehow the module makefile got missed in the big commit.nsayer2000-07-211-0/+14
OpenPOWER on IntegriCloud