Age | Commit message (Collapse) | Author |
|
|
|
These files only compiled due to the previous header not being cleaned
up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I am not sure why the mouse requires interrupt line 2 to be cleared.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The memory not being zeroed caused certain flags to be set(presumably
no-cache flag) and resulted in the OS being unusually for only certain
operations and only in certain cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of using the "append only" list it now uses "relist" which
allows for indexes to be removed.
|
|
Instead of having to store state in variables functions are called to
check the object directly.
|
|
|
|
|
|
|
|
The kernel should kill the process if it has memory issues.
|
|
|
|
This will be used later
|
|
It appears that there was a race condition where the process got closed
before the server accepted the incoming request. Causing the file
descriptor to have "0" in the reference count but it would still be
given when calling accept.
|
|
|
|
|
|
|
|
|
|
|
|
It can now compile with almost all compiler warnings turned on without
producing any warnings.
|
|
|
|
|
|
|
|
|
|
|