Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix const warnings | Samuel Thibault | 2022-01-17 | 1 | -3/+3 |
| | | | | | Now that the RPCs have const, this forces us cleaning our const-meant functions. | ||||
* | mach-defpager: Fix warning | Samuel Thibault | 2020-11-22 | 1 | -1/+1 |
| | | | | * mach-defpager/default_pager.h (panic): Add noreturn function attribute. | ||||
* | Remove warnings during compilation. | Maksym Planeta | 2012-03-26 | 1 | -0/+43 |
* mach-defpager/kalloc.c: Added missing prototypes, headers, types. * mach-defpager/wiring.c: Likewise. * mach-defpager/default_pager.c: Likewise. * mach-defpager/main.c: Likewise. * mach-defpager/setup.c: Likewise. (S_default_pager_paging_storage): Fix wrong calling of kfree. * mach-defpager/kalloc.h: New file with prototypes from kalloc.c. * mach-defpager/default_pager.h: New file with prototypes from default_pager.c. * mach-defpager/Makefile (LCLHDRS): Add new header files. |