Kees van Reeuwijk
851dc95566
Move cp_grant_id_t to a more central header file, and uses it more
...
extensively.
Fix casts that cast the grand id field of some messages to the wrong
type.
2010-03-04 16:15:26 +00:00
Kees van Reeuwijk
1597e701a0
Remove useless variables and the computations on them.
2010-02-19 10:00:32 +00:00
Arun Thomas
b706112487
Incorporate bsdmake into buildsystem and reorganize libs
2010-02-16 14:41:33 +00:00
Kees van Reeuwijk
064cb7583a
Lots of small code cleanup: make symbols local, remove unused symbols,
...
fixed a typo, removed a now unused header file.
Use #include <..> for header files that represent libraries.
2010-02-09 15:23:38 +00:00
Ben Gras
82ce09234b
improve behaviour under VPC, fixes from nicolas tittley.
2010-01-31 18:29:51 +00:00
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
Ben Gras
76f8132545
dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
2010-01-26 10:20:18 +00:00