freebsd-dev/usr.sbin/bluetooth
Mark Murray 16fc3635f7 Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).

There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.

Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".

Tested on: i386 sparc64
2004-03-05 08:10:19 +00:00
..
bcmfw Update Bluetooth code. 2003-10-12 22:04:24 +00:00
bt3cfw Replace all uses of the old netgraph constants NG_*LEN by the new 2003-11-15 15:26:35 +00:00
hccontrol Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
hcsecd Fix uncontrolled access to the buffer in rfcomm_sppd(1). 2003-12-19 18:15:56 +00:00
hcseriald Replace all uses of the old netgraph constants NG_*LEN by the new 2003-11-15 15:26:35 +00:00
l2control Update Bluetooth code. 2003-10-12 22:04:24 +00:00
l2ping l2ping(8) should not loose echo data if target does not responds to the ping 2004-02-17 18:37:12 +00:00
rfcomm_pppd Teach rfcomm_pppd(8) how to register Bluetooth LAN service with local sdpd(8) 2004-02-23 17:30:59 +00:00
sdpcontrol Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon. 2004-01-20 20:48:26 +00:00
sdpd Add extra sanity check for SDP packets in libsdp(3) 2004-02-26 20:44:55 +00:00
Makefile Cleanup CFLAGS in libsdp(3) Makefile 2004-01-25 21:33:59 +00:00
Makefile.inc Update Bluetooth code. 2003-10-12 22:04:24 +00:00