Age | Commit message (Collapse) | Author |
|
On AMD64, CR0/CR4 are 64-bit registers, with
the upper half reserved. So use uintptr type
to store the register values to get 32 bit on 386
and 64 bit on AMD64.
|
|
|
|
use instead
|
|
|
|
after xstart
|
|
|
|
|
|
(thanks umbraticus)
|
|
|
|
|
|
|
|
|
|
|
|
The -v flag now does not create a new rio window,
while -w flag does (restores the old behaviour).
This allows vmx to run under vncs and is in general
mode aligned to other emulators and programs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- open /proc/n/ctl with OCEXEC flag
- format pid as ulong
- don't leak the fd
|
|
|
|
|
|
|
|
flag
|
|
|
|
- open /proc/n/args with OCEXEC flag
- reduce stack usage by using smaller buffer for path
- format pid as ulong
|
|
|
|
|
|
|
|
|
|
Removes the 128 kB limit for files making up the database.
We used to skip over and complain about files that exceeded
the limit, forcing the user to generate hash files.
This caused things to inexplicably stop working after a file
hit the hidden limit, which is unreasonable behaviour considering
that libndb happily, albeit slowly, works with bigger files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We color the window border with a dark red in case the
window is too small.
|
|
|
|
|