Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Opening a /srv file sets the close-on-exec flag on the
shared channel breaking the exportfs openmount() hack.
The devsrv tries to prevent posting a channel with the
close-on-exec or remove-on-close flags. but nothing
currently prevents this poisoning on open.
Until this gets fixed in eigther exportfs or devsrv,
i'll back out the changes that could have potential side
effects like this.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|