Re: curedump configuration additions

2001-05-07 Thread Michael Miller
or several different types of binary formats. We keep * trying until we recognize the file or we run out of supported binary * formats. + * + * Configurable coredump_file_name, coredump_log and coredump_enabled + * coredump_suid_enabled support added by Michael Miller, + * May 2001

Re: curedump configuration additions

2001-05-07 Thread Michael Miller
run out of supported binary * formats. + * + * Configurable coredump_file_name, coredump_log and coredump_enabled + * coredump_suid_enabled support added by Michael Miller, + * May 2001, [EMAIL PROTECTED] + * */ #include linux/config.h @@ -48,6 +53,11 @@ static struct linux_binfmt

curedump configuration additions

2001-05-05 Thread Michael Miller
of supported binary * formats. + * + * Configurable coredump_file_name, coredump_log and coredump_enabled + * support added by Michael Miller, May 2001, [EMAIL PROTECTED] + * */ #include @@ -48,6 +52,10 @@ static struct linux_binfmt *formats; static rwlock_t binfmt_lock = RW_LOCK_UNLOCKED

curedump configuration additions

2001-05-05 Thread Michael Miller
of supported binary * formats. + * + * Configurable coredump_file_name, coredump_log and coredump_enabled + * support added by Michael Miller, May 2001, [EMAIL PROTECTED] + * */ #include linux/config.h @@ -48,6 +52,10 @@ static struct linux_binfmt *formats; static rwlock_t binfmt_lock

Re: memory size detection problem on 2.3.16+ and 2.4.x

2001-04-04 Thread Michael Miller
eaking many machines (presumably there was a reason + * to orginally use CX/DX instead of AX/BX), we do a kludge to see + * if CX/DX have been changed in the e801 call and if so use AX/BX . + * Michael Miller, April 2001 <[EMAIL PROTECTED]> + * */ #define __ASSEMBLY__ @@ -34

Re: memory size detection problem on 2.3.16+ and 2.4.x

2001-04-04 Thread Michael Miller
a kludge to see + * if CX/DX have been changed in the e801 call and if so use AX/BX . + * Michael Miller, April 2001 [EMAIL PROTECTED] + * */ #define __ASSEMBLY__ @@ -341,10 +351,24 @@ # to write everything into the same place.) meme801: + stc # fix

memory size detection problem on 2.3.16+ and 2.4.x

2001-04-03 Thread Michael Miller
ich currently work correctly. Please could this patch be included in the next 2.4.x kernel source tree, as I would guess that it is not only me affected by this... Many thanks. Michael Miller --- linux-2.4.2-orig/arch/i386/boot/setup.S Sat Jan 27 18:51:35 2001 +++ linux/arch/i386/boot/setu

memory size detection problem on 2.3.16+ and 2.4.x

2001-04-03 Thread Michael Miller
currently work correctly. Please could this patch be included in the next 2.4.x kernel source tree, as I would guess that it is not only me affected by this... Many thanks. Michael Miller --- linux-2.4.2-orig/arch/i386/boot/setup.S Sat Jan 27 18:51:35 2001 +++ linux/arch/i386/boot/setup.SWed