minix/servers
Thomas Veerman 6bbcab3ec4 Clean up MFS a bit:
- Remove unused includes.
 - Add include guards to headers.
 - Use unsigned variables in case they're never going to hold a negative
   value. This causes GCC's complaints to disappear and should make flexelint
   a lot happier, too.
 - Make functions private when they're used only within a module.
 - Remove unused variables.
 - Add casts where appropriate.
2010-06-01 12:35:33 +00:00
..
ds GCC build fixes/updates 2010-05-26 18:45:55 +00:00
hgfs Reorganize some directories 2010-05-26 22:49:57 +00:00
inet This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
init GCC build fixes/updates 2010-05-26 18:45:55 +00:00
ipc ipc server: don't print as many errors, to make ipc test less noisy. 2010-04-12 11:06:15 +00:00
is make IS report masked IRQs properly 2010-05-26 08:44:50 +00:00
iso9660fs Fixed some inconsistent strict typing declarations. 2010-05-25 07:23:24 +00:00
mfs Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
pfs Clean up PFS 2010-05-28 09:39:18 +00:00
pm Fixed some inconsistent strict typing declarations. 2010-05-25 07:23:24 +00:00
rs Avoid use of C++ reserved word class in headers (reported by Aki Goto, tracker item 375) 2010-05-27 08:48:53 +00:00
sched Various small scheduling related fixes 2010-05-26 07:16:39 +00:00
vfs Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
vm GCC build fixes/updates 2010-05-26 18:45:55 +00:00
Makefile Scheduling server (by Bjorn Swift) 2010-05-18 13:39:04 +00:00