From 528318400aaba47c72ea131ed1dca84db2f2ed63 Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 4 Jul 1993 14:02:11 +0000 Subject: allow toplevel makefile to descend into sys --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 529b0f148cb..e61dc44c34a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,12 @@ -# $Id: Makefile,v 1.11 1993/05/22 07:15:52 cgd Exp $ +# $Id: Makefile,v 1.12 1993/07/04 14:02:11 cgd Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games SUBDIR+= gnu +SUBDIR+= sys + .ifmake !(install) SUBDIR+= regress .endif -- cgit 1af1'/> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/netbt/rfcomm_socket.c
AgeCommit message (Expand)Author
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-04-24Merge the socket locking patch:ad
2007-10-15for PRU_ATTACH, we should make sure that so_pcb is not allocated whenplunky
2007-04-21Add 'service level' security for L2CAP and RFCOMM connections, followingplunky
2007-03-31change declaration for protosw.h const symbolic strings to static, so thatplunky
2007-03-30be more explicit and consistent in use of KASSERT with pointers,plunky
2007-03-05return ENOPROTOOPT when protocol options are not knownplunky
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore