minix/servers
Kees van Reeuwijk 477b616fe8 Fixed a number of complaints about missing return statements.
Some cases were fixed by declaring the function void, others were fixed
by adding a return <value> statement, thereby avoiding potentially
incorrect behavior (usually in error handling).
Some enum correctness in boot.c.
2010-01-28 13:17:07 +00:00
..
ds Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
hgfs HGFS tweaks 2010-01-27 22:59:03 +00:00
inet Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
init Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
ipc Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
is Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
iso9660fs update DS label retrieve calls 2010-01-25 23:23:43 +00:00
mfs Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
pfs Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
pm Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
rs Fixed a number of complaints about missing return statements. 2010-01-28 13:17:07 +00:00
vfs Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
vm Fixed a number of complaints about missing return statements. 2010-01-28 13:17:07 +00:00
Makefile HGFS - VMware Shared Folders file system server 2010-01-25 23:18:02 +00:00