| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  | creation code | 
|  |  | 
|  | This can be used by any program does nothing until it gets user input. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | This optimization should probably move over to memcpy later. | 
|  | This allow other processes to easily modify the wallpaper by opening the
memory region and poking into memory. | 
|  |  | 
|  |  | 
|  |  | 
|  | This helps a ton when using functions such as fscanf that reads from a
FILE byte by byte. By creating a cache it avoids a ton of 'read'
syscalls that would otherwise be made. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  |