minix/servers/rs
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
..
const.h Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
exec.c RS fixes: 2009-11-28 13:23:45 +00:00
glo.h Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
inc.h Rewrite of boot process 2009-12-11 00:08:19 +00:00
main.c Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
Makefile Basic System Event Framework (SEF) with ping and live update. 2009-12-21 14:12:21 +00:00
manager.c Fixed a number of complaints about missing return statements. 2010-01-28 13:17:07 +00:00
memory.c Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
proto.h Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
service.c Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
table.c Unmount defunct boot ramdisk at bootup 2010-01-21 09:58:07 +00:00
type.h Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
utility.c Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00