Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initial ioctlHEADmaster | Kyle K | 2013-02-01 | 1 | -0/+65 |
| | |||||
* | fix improper ptr check, fix offset calc, ratelimit printk messages | Kyle K | 2013-02-01 | 1 | -8/+12 |
| | |||||
* | use a linked list to hold data, utilize Linux api | Kyle K | 2013-01-24 | 1 | -25/+177 |
| | |||||
* | place a simple /proc, support debug build with Makefile | Kyle K | 2013-01-22 | 1 | -1/+43 |
| | |||||
* | implement write, use semaphores | Kyle K | 2012-12-25 | 1 | -12/+58 |
| | |||||
* | spawn char device at /dev/, implement read | Kyle K | 2012-12-24 | 1 | -21/+128 |
| | |||||
* | register char device and prepare mknod script | Kyle K | 2012-12-23 | 1 | -0/+8 |
| | |||||
* | initial commit | Kyle K | 2012-12-22 | 1 | -0/+46 |
this is a simple try of unuseful code in kernel space, debugfs is used to create a dir and a file |