minix/minix
Sanchayan Maity fe71ea4bc1 First round of assorted bug fixes
Fixed the following bugs:
1. Message priority was not set at all at two places
2. Limits check was not correct while returning error values
3. We are suppose to allow multiple users operate on the same queue
using a named descriptor. However any one user calling close before
the other would result in closing the queue even when other users
might be using it. Track number of users and close only if number of
users is zero. Yet to do functional tests for this, so this is untested,
but introduce it anyway at this juncture.
2016-03-19 11:49:48 +05:30
..
bin New sources layout 2014-07-31 16:00:30 +02:00
commands minix: Prepare for message queue support to Minix kernel 2016-02-29 20:43:07 +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 Add message queue support for Minix 2016-03-07 17:41:07 +05:30
kernel First round of assorted bug fixes 2016-03-19 11:49:48 +05:30
lib First round of assorted bug fixes 2016-03-19 11:49:48 +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