Re: Insanely high baud rates

2018-10-11 Thread Craig Milo Rogers
dth limitation layer? You say, I need to justify it? It's for, uh... protecting the system from unrestricted pty usage DOS attacks! Yeah. That's what it's for. Craig Milo Rogers

Re: Insanely high baud rates

2018-10-11 Thread Craig Milo Rogers
dth limitation layer? You say, I need to justify it? It's for, uh... protecting the system from unrestricted pty usage DOS attacks! Yeah. That's what it's for. Craig Milo Rogers

Re: [PATCH 0/5] kstrdup optimization

2015-01-13 Thread Craig Milo Rogers
. If making this check all the time leads to a significant decrease in performance (numbers needed here), another option is to keep kfree_const() but add a check to kfree(), when compiled for debugging, that issues a suitable complaint if the region being freed is in .rodata.

Re: [PATCH 0/5] kstrdup optimization

2015-01-13 Thread Craig Milo Rogers
to a significant decrease in performance (numbers needed here), another option is to keep kfree_const() but add a check to kfree(), when compiled for debugging, that issues a suitable complaint if the region being freed is in .rodata. Craig Milo Rogers

Space-Certified CPUs and Linux

2012-08-24 Thread Craig Milo Rogers
to the ISS. Not, I think, on the avionics. Curiosity runs VxWorks, as do the SpaceX Falcon 9 and Dragon. Craig Milo Rogers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@v

Space-Certified CPUs and Linux

2012-08-24 Thread Craig Milo Rogers
, on the avionics. Curiosity runs VxWorks, as do the SpaceX Falcon 9 and Dragon. Craig Milo Rogers -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: Cosmetic JFFS patch.

2001-06-28 Thread Craig Milo Rogers
>Print all copyright, config, etc. as KERN_DEBUG. How about a new level, say "KERN_CONFIG", with a "show-config" parameter to enable displaying KERN_CONFIG messages? Craig Milo Rogers - To unsubscribe from this list: sen

Re: Cosmetic JFFS patch.

2001-06-28 Thread Craig Milo Rogers
mal policy on the length, content, and maybe even format of attribution strings. Craig Milo Rogers - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at htt

Re: Cosmetic JFFS patch.

2001-06-28 Thread Craig Milo Rogers
Print all copyright, config, etc. as KERN_DEBUG. How about a new level, say KERN_CONFIG, with a show-config parameter to enable displaying KERN_CONFIG messages? Craig Milo Rogers - To unsubscribe from this list: send the line unsubscribe linux

Re: Cosmetic JFFS patch.

2001-06-28 Thread Craig Milo Rogers
of attribution strings. Craig Milo Rogers - 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

Re: Controversy over dynamic linking -- how to end the panic

2001-06-21 Thread Craig Milo Rogers
any non-GPL'ed source code in question has, automatically, itself become licensed under the GPL (sections 1 and 2). Craig Milo Rogers - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: Controversy over dynamic linking -- how to end the panic

2001-06-21 Thread Craig Milo Rogers
become licensed under the GPL (sections 1 and 2). Craig Milo Rogers - 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

Re: Getting FS access events

2001-05-15 Thread Craig Milo Rogers
he datd pages into the page cache. Clean! Sewer-like! Craig Milo Rogers - 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/

Re: Getting FS access events

2001-05-15 Thread Craig Milo Rogers
! Craig Milo Rogers - 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/

Re: UDP stop transmitting packets!!!

2001-03-16 Thread Craig Milo Rogers
stical average, this is more optimal than dropping the latest packet. Craig Milo Rogers - 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.o

Re: UDP stop transmitting packets!!!

2001-03-16 Thread Craig Milo Rogers
ptimal than dropping the latest packet. Craig Milo Rogers - 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.htm

Re: [UPDATE] zerocopy.. While working on ip.h stuff

2001-02-26 Thread Craig Milo Rogers
et that was damaged*** while waiting around in memory. I don't know if people worry about this now, but 20 years ago there was a fuss about it. Further discussion offline, please. Craig Milo Rogers *** Maybe by hardware trouble, or maybe be

2.2.19pre15: drivers/net/Config.in: 359: bad if condition

2001-02-26 Thread Craig Milo Rogers
R" != "n" ]; then should be: if [ "$CONFIG_EXPERIMENTAL" = "y" -a "$CONFIG_WAN_ROUTER" != "n" ]; then Craig Milo Rogers - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

2.2.19pre15: drivers/net/Config.in: 359: bad if condition

2001-02-26 Thread Craig Milo Rogers
R" != "n" ]; then should be: if [ "$CONFIG_EXPERIMENTAL" = "y" -a "$CONFIG_WAN_ROUTER" != "n" ]; then Craig Milo Rogers - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

Re: [UPDATE] zerocopy.. While working on ip.h stuff

2001-02-26 Thread Craig Milo Rogers
le waiting around in memory. I don't know if people worry about this now, but 20 years ago there was a fuss about it. Further discussion offline, please. Craig Milo Rogers *** Maybe by hardware trouble, or maybe because someone foll