DragonFly commits List (threaded) for 2009-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: mqueues: Let the world know we support them.
commit 1973ed78140b304a046f6c01c297510dc14611c0
Author: Stathis Kamperis <beket@dragonflybsd.org>
Date: Fri Nov 6 22:42:26 2009 +0200
mqueues: Let the world know we support them.
There are two ways to determine whether we support the message
passing interface, as described in POSIX 1003.1B standard.
The standard way is to use sysconf(3) and the DragonFly-specific
way is to check the value of p1003_1b.message_passing sysctl.
We make sure that both return consistent results with respect to
each other.
Summary of changes:
lib/libc/gen/sysconf.c | 6 ------
sys/kern/kern_p1003_1b.c | 2 ++
sys/sys/unistd.h | 2 +-
3 files changed, 3 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1973ed78140b304a046f6c01c297510dc14611c0
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]