Re: storeio and libstore bugs

2002-03-10 Thread Thomas Bushnell, BSG
Roland McGrath <[EMAIL PROTECTED]> writes: > > when reading past the end of a storeio provided file, you get EIO because > > offset is equal to the size of the underlying store, but the only offset > > check is in dev_rw: > > EIO is reasonable for a read some distance off the end of the store. >

Re: storeio and libstore bugs

2002-03-10 Thread Roland McGrath
> when reading past the end of a storeio provided file, you get EIO because > offset is equal to the size of the underlying store, but the only offset > check is in dev_rw: EIO is reasonable for a read some distance off the end of the store. Reading precisely at the end should report EOF (return

Re: feeping creaturism

2002-03-10 Thread Adam Olsen
On Sun, Mar 10, 2002 at 06:38:33PM -0800, James Morrison wrote: > Well, this is quite a feature to add. Personally, I intend on using > this in conjunction with a transdir translator to store my apache > logs. Transdir[1] will be a stripped down hostmux, that doesn't mux > anything. So I'll do

[광고] bug-hurd님 안녕하십니까? 누구? 로버트할리가..뭐? 세스영어Tape를..얼마? 공짜로..

2002-03-10 Thread 세스영어
Title: »ùÇñ³Àç(Å×ÀÌÇÁ)¸¦¹Þ¾Æº¸°í½ÍÀ¸½ÅºÐÀºÁÖ¼Ò¸¦±âÀçÇϽÅÈÄ.¾Æ·¡ÀǽÅûÇϱâ¹öưÀ»Å¬¸¯Çϼ¼¿ä.   »ùÇÃÅ×ÀÌÇÁ ½ÅûÀÚ´Â ÁÖ¼ÒÈ®Àΰú ÇÔ²² ¹«·á·Î ±³Àç ¹× ÇÁ·Î±×·

Re: I/O permission bitmap patch for oskit-mach

2002-03-10 Thread Roland McGrath
> Do you think the performance increase is worth the memory overhead of a > zone, esp if you preallocate iopb's (each being 8192 bytes huge)? What memory overhead are you talking about? The zone_t data structure is just a few words. The question is basically whether or not you have a free list

Re: feeping creaturism

2002-03-10 Thread Marcus Brinkmann
On Sun, Mar 10, 2002 at 06:38:33PM -0800, James Morrison wrote: > This will store my apache logs in /home/jim/apache, and > /var/log/apache will just be a reference to this weeks logs. Now if > I can figure out a way to add transparent gunzip to filemux, I will > have found a way to replace all t

Re: I/O permission bitmap patch for oskit-mach

2002-03-10 Thread Marcus Brinkmann
On Fri, Mar 08, 2002 at 07:14:46PM -0500, Roland McGrath wrote: > The io_bitmap_* functions can be static (and get inlined), no? Yes, done. > You left machine_task_zone. Uh, removed. > Btw, you could use a zone for the iopb's instead of > kalloc, since they are all the same size. It's not muc

feeping creaturism

2002-03-10 Thread James Morrison
> > This firmlink patch should conform to the GCS, and the time mode works > > nicely. > > > > 2002-03-09 James A. Morrison <[EMAIL PROTECTED]> > > > > * firmlink.c: Added the functionality for multiple targets decided > > on by a command line option choosing randomly, sequencially,

Re: roland_libstore_modules_branch

2002-03-10 Thread Marcus Brinkmann
On Tue, Mar 05, 2002 at 04:26:52PM -0500, Roland McGrath wrote: > Has anyone tried this code at all? Ok, I bite. First, it compiles and builds. The statically compiled ext2fs contains the following store classes (don't mind the date in the path, the directory has the latest CVS code of today):

Re: core file writing

2002-03-10 Thread Roland McGrath
Great stuff! Thanks again for working on this. I checked in the fix for that stupid libc bug (d'oh!). As to gdb, did you test the gdb "gcore" command? Your patch didn't include any changes to the gnu_find_memory_regions function, but you also didn't say that it works. Since that part of the c

console stuff (was: Re: argp limitation

2002-03-10 Thread Marcus Brinkmann
On Sun, Mar 10, 2002 at 07:47:23PM -0500, Roland McGrath wrote: > If you wanted to do that, you could call another argp's parse_opt function > from yours via the children pointers. Ok. > As to your particular option syntax plans for console, I can't even figure > out what most of that means exac

Re: hostmux using getaddrinfo

2002-03-10 Thread Neal H Walfield
I have checked this in. Thanks. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

storeio and libstore bugs

2002-03-10 Thread Marcus Brinkmann
Hi, when reading past the end of a storeio provided file, you get EIO because offset is equal to the size of the underlying store, but the only offset check is in dev_rw: if (offs < 0 || offs > dev->store->size) return EINVAL; else if (offs + len > dev->store->size) len = dev->store-

Re: argp limitation

2002-03-10 Thread Roland McGrath
argp is generic libc code now, so the questions about how best to use it really belong on bug-glibc. But anyway, I think your conclusions are right. I don't think argp's are intended to be used so you shadow options. If you wanted to do that, you could call another argp's parse_opt function from

argp limitation

2002-03-10 Thread Marcus Brinkmann
Hi, I wanted to use a hierarchy of argp parsers in the console server, one in each driver module, one for focus groups, one for consoles, and one for the main program. However, argp parents and childs shade the options of other childs, in the sense that argp calls only one parser for each recogn

Re: oskit-mach: device_write

2002-03-10 Thread Thomas Bushnell, BSG
Daniel Wagner <[EMAIL PROTECTED]> writes: > Calling device_write with an invalid data_count, device_write will return > an error (D_INVALID_SIZE). I didn't checked the return value, instead > I tested for the bytes_written and of course there's only a bogus > value. This is a general rule for

[±¤°í] (ÁÖ)Áö¿ÀÇÇ¾Æ ÀÎÅÍ³Ý Áֽİø¸ð ¾È³» (3¿ù 12ÀÏ - 14ÀÏ)

2002-03-10 Thread ÀÎÆ÷¸¶½ºÅÍ
Title: : : : Áö¿ÀÇÇ¾Æ Áֽİø¸ð : : : ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

[¼ºÀα¤°í] ¹Ýµå½Ã ¼ºÀθ¸ º¸½Ã±â ¹Ù¶ø´Ï´Ù...¹Ì¼º³âÀÚ Á¢±Ù ºÒ°¡ÀÔ´Ï´Ù.

2002-03-10 Thread ¼ºÀÎ
º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í»çÇ׿¡ ÀǰÅ,Á¦¸ñ¿¡ [±¤°í]¶ó Ç¥½ÃµÈ ±¤°í¸ÞÀÏÀÔ´Ï´Ù. ±ÍÇÏÀÇ E-MAILÀº °Ô½ÃÆÇ µî ÀÎÅÍ³Ý »ó¿¡¼­ ¾Ë°Ô µÇ¾úÀ¸¸ç, E-mailÀ» Á¦¿ÜÇÑ ¾î¶°ÇÑ Á¤º¸µµ ¾ËÁö ¸øÇÔÀ» ¹àÈü´Ï´Ù. Çã¶ô¾øÀÌ ¼ºÀα¤°í¸ÞÀÏÀ» º¸³»µå·Á Á˼ÛÇÏ¿À¸ç,Á¤ÁßÈ÷ ¾çÇØºÎʵ叮°Ú½À´Ï´Ù. ÀÌ ¸ÞÀÏÀ» ´õÀÌ»ó ¹Þ°í ½ÍÁö ¾ÊÀ¸½Ã´Ù¸é Á