git: Import proplib from NetBSD

Francois Tigeot ftigeot at crater.dragonflybsd.org
Tue Oct 4 01:01:28 PDT 2011


commit d623d4f98366687987265798a1ea6aa7425a3a36
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sat Oct 1 13:07:35 2011 +0200

    Import proplib from NetBSD
    
    - main change: fix for an implementation inconsistency with the
    prop_*_send_syscall() and prop_*_recv_syscall() functions
    NetBSD commit message:
    http://mail-index.netbsd.org/source-changes/2011/09/30/msg027701.html
    
    - some unrelated minor fixes

Summary of changes:
 lib/libprop/prop_array.3           |   16 +++-
 lib/libprop/prop_dictionary.3      |   14 +++-
 lib/libprop/prop_dictionary_util.3 |    6 +-
 lib/libprop/prop_send_ioctl.3      |    3 +-
 lib/libprop/prop_send_syscall.3    |   37 ++++++--
 sys/libprop/prop_array.h           |    8 +-
 sys/libprop/prop_dictionary.h      |    8 +-
 sys/libprop/prop_kern.c            |  199 ++++++++++++++++++++++++++----------
 8 files changed, 216 insertions(+), 75 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d623d4f98366687987265798a1ea6aa7425a3a36


-- 
DragonFly BSD source repository





More information about the Commits mailing list