Should __FD_SETSIZE still be set to 1024 ?

2001-06-22 Thread Dag Wieers
aq remarks that increasing this can break select. Is this still an issue ? Under what conditions ? Thanks in advance, -- dag wieers, [EMAIL PROTECTED], http://dag.wieers.com/ -- «Onder voorbehoud van hetgeen niet uitdrukkelijk wordt erkend» - To unsubscribe from this list: send the line &q

Re: Should __FD_SETSIZE still be set to 1024 ?

2001-06-22 Thread Dag Wieers
On Sat, 23 Jun 2001, Chris Wedgwood wrote: > On Fri, Jun 22, 2001 at 04:59:36PM +0200, Dag Wieers wrote: > > Is there a reason for __FD_SETSIZE to be 1024 in > linux/posix_types.h and gnu/types.h ? > Why can't we increase this number by default ? > > It migh

ide-pci-patch for 2.2.18pre5

2000-09-11 Thread Dag Wieers
t = 0; break; } - if (IDE_PCI_DEVID_RQ(devid, DEVID_VP_OLDIDE)) + if (IDE_PCI_DEVID_EQ(devid, DEVID_VP_OLDIDE)) { autodma_default = 0; break; -- dag wieers, <[EMAIL PROTECTED]>, htt

Typo in drivers/video/vesafb.c for 2.4.0-ac3

2001-01-06 Thread Dag Wieers
add(video_base, temp_size, MTRR_TYPE_WRCOMB, 1)==-EINVAL) { -- dag wieers, <[EMAIL PROTECTED]>, http://mind.be/ -- Out of swap, out of luck. - 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/

[PATCH] Mostly documentation fixes

2001-01-06 Thread Dag Wieers
-386,7 +386,7 @@ spin_lock() and spin_unlock() calls. spin_lock_bh() is - unnecessary here, as you are already in a a tasklet, and + unnecessary here, as you are already in a tasklet, and none will be run on the same CPU. -- dag wieers, <[EMAIL

Unresolved symbols for wavelan_cs in 2.4.1-ac9

2001-02-10 Thread Dag Wieers
@@ -4821,5 +4821,7 @@ #endif } +EXPORT_SYMBOL(__bad_udelay); + module_init(init_wavelan_cs); module_exit(exit_wavelan_cs); -- dag wieers, <[EMAIL PROTECTED]>, http://mind.be/ -- Out of swap, out of luck. - To unsubscribe from this list: send the line "unsubscribe linux-ker

Re: Unresolved symbols for wavelan_cs in 2.4.1-ac9

2001-02-10 Thread Dag Wieers
tions) could be added to the lkml-FAQ ? It would have prevented me to post it on lkml ;) Thanks, -- dag wieers, <[EMAIL PROTECTED]>, http://mind.be/ -- Out of swap, out of luck. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o