Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   plunky
Date:           Tue May 12 10:05:07 UTC 2009

Modified Files:
        src/distrib/sets/lists/base: md.amd64 md.sparc64 shl.mi
        src/distrib/sets/lists/comp: mi
        src/lib/libbluetooth: Makefile shlib_version
        src/lib/libsdp: Makefile
        src/usr.sbin/sdpd: Makefile log.c main.c sdpd.8 server.c
Added Files:
        src/lib/libbluetooth: sdp-int.h sdp.3 sdp.h sdp_compat.c sdp_data.3
            sdp_data.c sdp_get.c sdp_match.c sdp_put.c sdp_record.c
            sdp_service.c sdp_session.c sdp_set.c sdp_uuid.c
        src/usr.sbin/sdpd: compat.c db.c record.c sdpd.h service.c
Removed Files:
        src/usr.sbin/sdpd: bgd.c dun.c ftrn.c gn.c hf.c hset.c irmc.c
            irmc_command.c lan.c log.h nap.c opush.c panu.c profile.c profile.h
            provider.c provider.h sar.c scr.c sd.c server.h sp.c srr.c ssar.c
            ssr.c sur.c uuid-private.h uuid.c

Log Message:
Add in the new Service Discovery Protocol API as announced previously in
http://mail-index.netbsd.org/tech-userlevel/2009/02/27/msg001764.html

  in lib/libbluetooth, add new SDP functions and bump minor version
  replace usr.sbin/sdpd with new version
  install sdp.h and sdp.3 from lib/libbluetooth

(Don't remove libsdp yet since some programs still refer to it)


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.41 -r1.42 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.470 -r1.471 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.1256 -r1.1257 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/Makefile \
    src/lib/libbluetooth/shlib_version
cvs rdiff -u -r0 -r1.1 src/lib/libbluetooth/sdp-int.h \
    src/lib/libbluetooth/sdp.3 src/lib/libbluetooth/sdp.h \
    src/lib/libbluetooth/sdp_compat.c src/lib/libbluetooth/sdp_data.3 \
    src/lib/libbluetooth/sdp_data.c src/lib/libbluetooth/sdp_get.c \
    src/lib/libbluetooth/sdp_match.c src/lib/libbluetooth/sdp_put.c \
    src/lib/libbluetooth/sdp_record.c src/lib/libbluetooth/sdp_service.c \
    src/lib/libbluetooth/sdp_session.c src/lib/libbluetooth/sdp_set.c \
    src/lib/libbluetooth/sdp_uuid.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libsdp/Makefile
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sdpd/Makefile src/usr.sbin/sdpd/main.c \
    src/usr.sbin/sdpd/sdpd.8
cvs rdiff -u -r1.2 -r0 src/usr.sbin/sdpd/bgd.c src/usr.sbin/sdpd/dun.c \
    src/usr.sbin/sdpd/ftrn.c src/usr.sbin/sdpd/hf.c src/usr.sbin/sdpd/hset.c \
    src/usr.sbin/sdpd/irmc.c src/usr.sbin/sdpd/irmc_command.c \
    src/usr.sbin/sdpd/lan.c src/usr.sbin/sdpd/opush.c \
    src/usr.sbin/sdpd/provider.c src/usr.sbin/sdpd/provider.h \
    src/usr.sbin/sdpd/sd.c src/usr.sbin/sdpd/sp.c src/usr.sbin/sdpd/ssar.c \
    src/usr.sbin/sdpd/ssr.c
cvs rdiff -u -r0 -r1.1 src/usr.sbin/sdpd/compat.c src/usr.sbin/sdpd/db.c \
    src/usr.sbin/sdpd/record.c src/usr.sbin/sdpd/sdpd.h \
    src/usr.sbin/sdpd/service.c
cvs rdiff -u -r1.1 -r0 src/usr.sbin/sdpd/gn.c src/usr.sbin/sdpd/log.h \
    src/usr.sbin/sdpd/nap.c src/usr.sbin/sdpd/panu.c src/usr.sbin/sdpd/sar.c \
    src/usr.sbin/sdpd/scr.c src/usr.sbin/sdpd/srr.c src/usr.sbin/sdpd/sur.c \
    src/usr.sbin/sdpd/uuid-private.h src/usr.sbin/sdpd/uuid.c
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sdpd/log.c
cvs rdiff -u -r1.6 -r0 src/usr.sbin/sdpd/profile.c
cvs rdiff -u -r1.3 -r0 src/usr.sbin/sdpd/profile.h src/usr.sbin/sdpd/server.h
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sdpd/server.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index