Age | Commit message (Collapse) | Author |
|
This avoids kmalloc overwriting it because it may be within the
kmalloc or eternal pool.
|
|
This reverts commit 41c005cb140c8a9ae94e6b68456d8d6f1d925a8f.
|
|
This avoids kmalloc overwriting it because it may be within the
kmalloc or eternal pool.
|
|
lookup() returns an Optional<String> which allows us to implement easy
default values using lookup(key).value_or(default_value);
|
|
- If there is no VMWare backdoor, don't allocate memory for it.
- Remove the "unsupported" state, instead just don't instantiate.
- Move the command-line parsing from init to the driver.
- Move mouse packet reception from PS2MouseDevice to VMWareBackdoor.
|
|
Let's make this read more like English.
|