Re: [PATCH] Unisys pc keyboard new keys patch, kernel 2.4.3

2001-04-14 Thread Jan Dvorak
with setkeycodes, but anyway ... Jan Dvorak <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] Unisys pc keyboard new keys patch, kernel 2.4.3

2001-04-13 Thread Jan Dvorak
essages), but beacuse i am new to kernl programming, i don't know if it is the right approach. If it'll be OK, it should apply to drivers/char/q40_keyb.c, drivers/sbus/char/sunkbd.c and drivers/sbus/char/pcikbd.c as well. I found no maintainer of charaacter devices/keyboards/input, s

just a note

2001-04-11 Thread Jan Dvorak
Hi, just a note: there are 66 Alan Coxes in net/ipv4/tcp.c in kernel 2.4.3: [johnydog@napalm ipv4]# cat ./tcp.c | grep "Alan Cox" -c 66 do you bet that there will be 666 of them in 2.5.3/2.6.3 kernel ? :) Jan Dvorak <[EMAIL PROTECTED]> - To unsubscribe from this lis

Re: VMWare will not run on kernel 2.4.0-test11

2000-11-23 Thread Jan Dvorak
> It's probably due to /proc/cpuinfo change - 'flags' has changed to 'features'. Jan Dvorak <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Modprobe local root exploit

2000-11-13 Thread Jan Dvorak
On Mon, Nov 13, 2000 at 04:56:40PM +, Chris Evans wrote: > > On Mon, 13 Nov 2000, Torsten Duwe wrote: > > Code in a security sensitive area needs to be crystal clear. > > What's wrong with isalnum() ? > What about this then ? --- kmod.c.orig Sat Nov 4 20:02:11 2000 +++ kmod.c Mon

2.4.0-test10 oops

2000-11-09 Thread Jan Dvorak
Hi, attached oops came from writing to vfat fs. Jan Dvorak <[EMAIL PROTECTED]> ksymoops 2.3.5 on i686 2.4.0-test10. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.0-test10/ (default) -m /boot/System.map (spe

Re: 2.4.(0-test10): /proc security hole

2000-11-05 Thread Jan Dvorak
01:16 ini drwx--2 root root 3072 Nov 6 01:16 tmp -rw-r--r--1 root root 10121 Jun 30 17:04 tree [johnydog@napalm cwd]$ Jan Dvorak <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

tdfx fb with SUN12x22 font on 2.4.0-test10

2000-11-04 Thread Jan Dvorak
ont width wasn't supported but now it is. .config attached Thanks, Jan Dvorak <[EMAIL PROTECTED]> # # Automatically generated by make menuconfig: don't edit # CONFIG_X86=y CONFIG_ISA=y # CONFIG_SBUS is not set CONFIG_UID16=y # # Code maturity level options # CONFIG_EXPERIMEN

Re: Where did kgcc go in 2.4.0-test10 ?

2000-11-01 Thread Jan Dvorak
ilize), it will be better to put in kernel variable (maybe in config) which cc to use. I agree, that this is not the best thing to do - put such code in kernel, but if it'll be needed, it can be done as shell script - 'which cc you want to compile kernel ? (1) gcc (default) (2) kgcc

Re: Kernel 2.2.17 with RedHat 7 Problem !

2000-10-22 Thread Jan Dvorak
d if it will not (or if error in runtime), try to use egcs-whatever or gcc 2.7.2.*. Gcc 2.95.2 (in fact anything > 2.7.2.3) is there compared as equal to pgcc, which is unfair. Jan Dvorak <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel&quo

[PATCH] fix for drivers/char/sysrq.c, addition to include/linux/major.h, 2.4.0-test9

2000-10-18 Thread Jan Dvorak
Hi, i've sent this patch months ago, but it didn't came into kernel, so i reposting it. It fixes sysrq.c bug (not all ide disks unmounted) once for all, and adding new macro to include/linux/major.h (already discussed here). Applies correctly to 2.4.0-test9 and test10-pre* Jan Dvor