Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|