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
eeded. 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.

Space-Certified CPUs and Linux

2012-08-24 Thread Craig Milo Rogers
equipment sent 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 messa

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
we'd need a formal 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 major

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

2001-06-21 Thread Craig Milo Rogers
ailable as require by the GPL. This is *not* the same as saying that 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 "unsubs

Re: Getting FS access events

2001-05-15 Thread Craig Milo Rogers
g implementation of the system, you could preload the file system index pages into the block cache, and load the 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: UDP stop transmitting packets!!!

2001-03-16 Thread Craig Milo Rogers
statistical 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.ker

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 may

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

2001-02-26 Thread Craig Milo Rogers
!= "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