minix/minix
Sanchayan Maity 368b5fc155 Initialise the "name" variable properly and compare all 32 bytes
Without this patch, calling sys_mq_open() with same names specified
results in two separate queues being opened and their descriptors
returned instead of the same descriptor being returned for both.

Do the initialisation and comparison properly, so that when the
same name is specified to sys_mq_open multiple times in same
process or different process, the same opened queue descriptor is
returned.
2016-03-23 11:11:30 +05:30
..
bin New sources layout 2014-07-31 16:00:30 +02:00
commands Allow users to request a asynchronous notification 2016-03-22 17:51:09 +05:30
drivers New image framework generation 2015-10-10 19:09:35 +02:00
fs isofs: reworked for better performance 2015-10-07 12:40:24 +02:00
include Allow users to request a asynchronous notification 2016-03-22 17:51:09 +05:30
kernel Initialise the "name" variable properly and compare all 32 bytes 2016-03-23 11:11:30 +05:30
lib Allow users to request a asynchronous notification 2016-03-22 17:51:09 +05:30
llvm Fix default partition in clientctl. 2015-10-28 16:06:52 +01:00
man commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
net commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
sbin New sources layout 2014-07-31 16:00:30 +02:00
servers PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
share New sources layout 2014-07-31 16:00:30 +02:00
tests isofs: reworked for better performance 2015-10-07 12:40:24 +02:00
usr.bin PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
usr.sbin commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
Makefile benchmarks: remove unixbench 2015-07-20 11:05:28 +00:00
Makefile.inc New sources layout 2014-07-31 16:00:30 +02:00