minix/boot
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
..
a.out2com Initial revision 2005-04-21 14:53:53 +00:00
addaout.c *** empty log message *** 2005-06-17 09:15:39 +00:00
boot.c Fixed a number of complaints about missing return statements. 2010-01-28 13:17:07 +00:00
boot.h Fix to make making a bootable cd possible again. 2010-01-18 14:10:04 +00:00
bootblock.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
boothead.s Fix to make making a bootable cd possible again. 2010-01-18 14:10:04 +00:00
bootimage.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
doshead.s unbreak "make dos" in boot (Bug#365, patch by Antoine Leca) 2009-12-24 23:49:23 +00:00
image.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
installboot.c Fix to make making a bootable cd possible again. 2010-01-18 14:10:04 +00:00
jumpboot.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Makefile Fix to make making a bootable cd possible again. 2010-01-18 14:10:04 +00:00
masterboot.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mkfhead.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mkfile.c Fixed a number of complaints about missing return statements. 2010-01-28 13:17:07 +00:00
rawfs.c fix remaining warnings in 'make world' 2009-12-14 20:25:52 +00:00
rawfs.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
updateboot.sh /boot/boot install helper script. 2008-12-19 12:52:45 +00:00