search for: vtinit

Displaying 3 results from an estimated 3 matches for "vtinit".

Did you mean: v6init
1997 Mar 31
1
Re: X-Windows security hole?
Roman Garcia wrote: > > Hi, > Maybe I found a hole in the security on Linux running X-Windows. > Supose that you logged as root. If you locks the screen (at least > using openwindows+virtual desktop and xlock), anybody can press > <Ctrl><Alt><Backspace>, that kills the xserver, giving the root > prompt in the console. You can disable this in the XF86Config
2006 Oct 24
15
How to emit associative array after ^C
Boy am I a dummy. I want to simply dump out unfreed allocations when I terminate the script. What''s the secret sauce? #!/usr/sbin/dtrace -s pid$1::MyAlloc:return { bufs[arg1] = walltimestamp; } pid$1::MyFree:entry /bufs[arg0]/ { bufs[arg0] = 0; } This message posted from opensolaris.org
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...rerror instead of errno values in user strings. Remove useless commentary from environment and argument processing. Don't even attempt to parse -bpp in xfree86 DDX option parsing. Don't bother warning people about the keyboard driver rename, just do it. Eradicate the VTInit code. Friends don't let friends call xf86AddModuleInfo. Remove some braindamage from ModuleDesc. Simplify dlloader a bit more. Silence useless debug spew from XFree86-Misc extension. Bah, macros are hard. Fix Xinerama's consolidated visual handling....