summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2013-12-28 19:45:13 +0000
committerpgoyette <pgoyette@NetBSD.org>2013-12-28 19:45:13 +0000
commit86ec33ada8a3dc2fbcbe77eea43949f3bc62b530 (patch)
tree2809af8f2cab8f492ce7d1092ac357967d2adaea /sys/modules
parent8431831612e3523d9d41033ccf29eada4bae3c30 (diff)
Descend into ccd
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index a2a00ad01df..f65dafb2958 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.129 2013/12/28 19:25:07 pgoyette Exp $
+# $NetBSD: Makefile,v 1.130 2013/12/28 19:45:13 pgoyette Exp $
.include <bsd.own.mk>
@@ -10,6 +10,7 @@ SUBDIR+= adosfs
SUBDIR+= aio
SUBDIR+= bpf
SUBDIR+= cd9660
+SUBDIR+= ccd
SUBDIR+= cgd
SUBDIR+= coda
SUBDIR+= coda5
livery of SIGPIPEchristos 2011-06-26* Arrange for interfaces that create new file descriptors to be able tochristos 2011-05-24fix incorrect variable nameryo 2010-04-13Uncomment pdf link for paper.wiz 2010-04-13Add the USENIX paper of Jonathan Lemon to SEE ALSO.jruoho 2010-03-22Use .In for header files instead of .Ar Pa and variations.joerg 2009-11-22remove one the to much.mbalmer 2009-10-24simplify the example; only register the set of events to watch once sincechristos 2009-09-01Make HTML-ready.wiz 2009-09-01Add useful example program fromelad 2009-03-12Use comments instead of .ig (requested by joerg).wiz 2009-02-25Remove pointless AUTHORS sections. The names are in the source and CVSad 2006-10-13Make HTML-output safe.wiz 2003-12-09Reference kfilter_register(9) rather than the non-existent kfilter_register(2).augustss 2003-04-16Usewiz 2003-02-16After "sys/event.h" was fixed "sys/types.h" doesn't need to be includedtron 2003-02-04update copyright dates and .Ddjdolecek 2003-02-04Introduce EVFILT_TIMER, which allows a process to establish anjdolecek 2003-01-19g/c the NEXTRELEASE comment tag now that the next version number is decidedjdolecek 2003-01-18Merge the nathanw_sa branch.thorpej 2002-11-04struct kevent's udata is actually intptr_tjdolecek 2002-10-23update HISTORY - kqueue branch was mergedjdolecek 2002-10-23'data' field of struct kevent is actually int64_t nowadaysjdolecek 2002-10-13no more BUGS; EVFILT_{VNODE,READ} is supported also for other filesystemsjdolecek 2002-10-01deprecated, not depreciated.wiz 2002-10-01New sentence, new line. From Robert Elz.wiz 2002-09-25Drop trailing whitespace, and some mdoc fixes and improvements.wiz 2002-09-24add missing commajdolecek 2002-09-24'data' contains amount of space remaining in the write buffer alsojdolecek 2002-09-22add kqueue(2)/kevent(2) manpage to mainline, to reduce difference betweenjdolecek 2001-07-10move to kqueue branch for nowlukem 2001-06-28freebsd kqueue implementationlukem