git: mqueues: Port POSIX message queues from NetBSD.

Stathis Kamperis beket at crater.dragonflybsd.org
Sun Oct 11 13:18:58 PDT 2009


commit f2df0f7ca6de3f944dcbfb9923750d7c88984535
Author: Stathis Kamperis <beket at dragonflybsd.org>
Date:   Wed Oct 7 20:03:34 2009 +0000

    mqueues: Port POSIX message queues from NetBSD.

Summary of changes:
 sys/kern/sys_mqueue.c | 1114 +++++++++++++++++++++++++++++++++++++++++++++++++
 sys/sys/file.h        |    1 +
 sys/sys/mqueue.h      |  147 +++++--
 sys/sys/proc.h        |    1 +
 sys/sys/types.h       |    1 +
 5 files changed, 1217 insertions(+), 47 deletions(-)
 create mode 100644 sys/kern/sys_mqueue.c

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list