mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:12:43 +00:00 
			
		
		
		
	|  9a04f53a0f It's easy to forget the responsibility of validating and safely copying kernel parameters in code that is far away from syscalls. ioctl's are one such example, and bugs there are just as dangerous as at the root syscall level. To avoid this case, utilize the AK::Userspace<T> template in the ioctl kernel interface so that implementors have no choice but to properly validate and copy ioctl pointer arguments. | ||
|---|---|---|
| .. | ||
| Bochs | ||
| Console | ||
| Intel | ||
| VirtIOGPU | ||
| Definitions.h | ||
| FramebufferDevice.cpp | ||
| FramebufferDevice.h | ||
| GraphicsDevice.h | ||
| GraphicsManagement.cpp | ||
| GraphicsManagement.h | ||
| VGACompatibleAdapter.cpp | ||
| VGACompatibleAdapter.h | ||