DragonFly commits List (threaded) for 2009-01
DragonFly BSD
DragonFly commits List (threaded) for 2009-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.1.1.489.g3bf8a master etc netconfig etc/rc.d lockd statd include netconfig.h include/rpc auth_kerb.h clnt_soc.h clnt_stat.h nettype.h raw.h rpc_com.h rpcb_clnt.h rpcb_prot.x rpcent.h svc_dg.h svc_soc.h lib/libc/include reentrant.h lib/libc/rpc LICENSE README clnt_bcast.c clnt_dg.c clnt_vc.c getnetconfig.3 getnetconfig.c getnetpath.3 getnetpath.c mt_misc.c mt_misc.h netconfig.5 rpc_clnt_auth.3 rpc_clnt_calls.3 rpc_clnt_create.3 rpc_com.h rpc_generic.c rpc_soc.3 rpc_soc.c rpc_svc_create.3 rpc_svc_err.3 rpc_svc_reg.3 rpc_xdr.3 rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c rpcbind.3 svc_dg.c svc_generic.c svc_vc.c test/sysperf socketpair.c usr.sbin/bootparamd/bootparamd README usr.sbin/rpc.lockd lock_proc.c lockd.h lockd_lock.c lockd_lock.h usr.sbin/rpcbind Makefile check_bound.c pmap_svc.c rpcb_stat.c rpcb_svc.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.8 rpcbind.c rpcbind.h security.c util.c warmstart.c


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Jan 2009 14:57:39 -0800 (PST)

commit 3bf8a2ef5ed6ad0e7f60065ef53b8a2f66ef20fd
Author: Sascha Wildner <saw@online.de>
Date:   Sat Jan 31 23:57:25 2009 +0100

    Remove some unexpanded $DragonFly$ IDs in our tree.

Summary of changes:
 etc/netconfig                         |    1 -
 etc/rc.d/lockd                        |    1 -
 etc/rc.d/statd                        |    1 -
 include/netconfig.h                   |    1 -
 include/rpc/auth_kerb.h               |    1 -
 include/rpc/clnt_soc.h                |    1 -
 include/rpc/clnt_stat.h               |    1 -
 include/rpc/nettype.h                 |    1 -
 include/rpc/raw.h                     |    2 --
 include/rpc/rpc_com.h                 |    1 -
 include/rpc/rpcb_clnt.h               |    1 -
 include/rpc/rpcb_prot.x               |    1 -
 include/rpc/rpcent.h                  |    1 -
 include/rpc/svc_dg.h                  |    1 -
 include/rpc/svc_soc.h                 |    1 -
 lib/libc/include/reentrant.h          |    1 -
 lib/libc/rpc/LICENSE                  |    1 -
 lib/libc/rpc/README                   |    1 -
 lib/libc/rpc/clnt_bcast.c             |    1 -
 lib/libc/rpc/clnt_dg.c                |    1 -
 lib/libc/rpc/clnt_vc.c                |    1 -
 lib/libc/rpc/getnetconfig.3           |    1 -
 lib/libc/rpc/getnetconfig.c           |    1 -
 lib/libc/rpc/getnetpath.3             |    1 -
 lib/libc/rpc/getnetpath.c             |    1 -
 lib/libc/rpc/mt_misc.c                |    1 -
 lib/libc/rpc/mt_misc.h                |    1 -
 lib/libc/rpc/netconfig.5              |    1 -
 lib/libc/rpc/rpc_clnt_auth.3          |    1 -
 lib/libc/rpc/rpc_clnt_calls.3         |    1 -
 lib/libc/rpc/rpc_clnt_create.3        |    1 -
 lib/libc/rpc/rpc_com.h                |    1 -
 lib/libc/rpc/rpc_generic.c            |    1 -
 lib/libc/rpc/rpc_soc.3                |    1 -
 lib/libc/rpc/rpc_soc.c                |    1 -
 lib/libc/rpc/rpc_svc_create.3         |    1 -
 lib/libc/rpc/rpc_svc_err.3            |    1 -
 lib/libc/rpc/rpc_svc_reg.3            |    1 -
 lib/libc/rpc/rpc_xdr.3                |    1 -
 lib/libc/rpc/rpcb_clnt.c              |    1 -
 lib/libc/rpc/rpcb_prot.c              |    1 -
 lib/libc/rpc/rpcb_st_xdr.c            |    1 -
 lib/libc/rpc/rpcbind.3                |    1 -
 lib/libc/rpc/svc_dg.c                 |    1 -
 lib/libc/rpc/svc_generic.c            |    1 -
 lib/libc/rpc/svc_vc.c                 |    1 -
 test/sysperf/socketpair.c             |    2 --
 usr.sbin/bootparamd/bootparamd/README |    1 -
 usr.sbin/rpc.lockd/lock_proc.c        |    1 -
 usr.sbin/rpc.lockd/lockd.h            |    1 -
 usr.sbin/rpc.lockd/lockd_lock.c       |    1 -
 usr.sbin/rpc.lockd/lockd_lock.h       |    1 -
 usr.sbin/rpcbind/Makefile             |    1 -
 usr.sbin/rpcbind/check_bound.c        |    1 -
 usr.sbin/rpcbind/pmap_svc.c           |    1 -
 usr.sbin/rpcbind/rpcb_stat.c          |    1 -
 usr.sbin/rpcbind/rpcb_svc.c           |    1 -
 usr.sbin/rpcbind/rpcb_svc_4.c         |    1 -
 usr.sbin/rpcbind/rpcb_svc_com.c       |    1 -
 usr.sbin/rpcbind/rpcbind.8            |    1 -
 usr.sbin/rpcbind/rpcbind.c            |    1 -
 usr.sbin/rpcbind/rpcbind.h            |    1 -
 usr.sbin/rpcbind/security.c           |    1 -
 usr.sbin/rpcbind/util.c               |    1 -
 usr.sbin/rpcbind/warmstart.c          |    1 -
 65 files changed, 0 insertions(+), 67 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3bf8a2ef5ed6ad0e7f60065ef53b8a2f66ef20fd


-- 
DragonFly BSD source repository



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