Sayýn bug-hurd@gnu.org

2003-08-16 Thread Verim . com
Title: Verim.com kariyer personel cv sitesi iş arama personel eleman ilanlar insan kaynakları danışmanlık [EMAIL PROTECTED]  

RE: (no subject)

2003-08-16 Thread Gregg C Levine
Hello from Gregg C Levine >From your message, its difficult to tell. Can you supply more details please? And with a subject, as well. Also please do not use HTML mail. --- Gregg C Levine [EMAIL PROTECTED] "The Force will b

[patch #1836] [Patch #1836] Using unsigned IDs

2003-08-16 Thread noreply
Patch #1836 has been updated. Project: Category: libihash Status: Open Summary: Using unsigned IDs Follow-Ups: Date: Sun 08/17/2003 at 00:29 By: marcus Comment: This patch makes libihash IDs unsigned to prevent overflow of the ID into the negative range (and thus underflow of the array). Su

[patch #1633] [Patch #1633] Terminated with C-c rpctrace:d programshang

2003-08-16 Thread noreply
Patch #1633 has been updated. Project: Category: None Status: Open Summary: Terminated with C-c rpctrace:d programs hang Follow-Ups: Date: Mon 06/16/2003 at 14:55 By: ogi Comment: This patch is a possible resolution of bug #3939[1] [1] http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3939

[patch #1836] [Patch #1836] Using unsigned IDs

2003-08-16 Thread noreply
Patch #1836 has been updated. Project: Category: libihash Status: Open Summary: Using unsigned IDs --- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1836&group_id=30 __

[bug #3939] rpctrace:d program hangs when signal that terminates orsuspends it is sent

2003-08-16 Thread nobody
=== BUG #3939: LATEST MODIFICATIONS == http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3939&group_id=30 Changes by: Marcus Brinkmann <[EMAIL PROTECTED]> Date: Sun 08/17/2003 at 00:25 (Europe/Berlin) What | Removed | Added

Re: PATCH: proc_do_stop and rpctrace

2003-08-16 Thread Marcus Brinkmann
On Sat, Aug 16, 2003 at 03:58:34PM +0300, Ognyan Kulev wrote: > This is exactly what I meant, but I haven't looked deep enough. This > user-supplied task_t is added through proc/mgt.c:add_tasks (called from > proc/hash.c:task_find, called from proc/mgt.c:S_proc_child). But > add_tasks retrieve

Re: PATCH: proc_do_stop and rpctrace

2003-08-16 Thread Ognyan Kulev
Marcus Brinkmann wrote: That it simply adds the task port in proc_child might in fact mean that it uses the user supplied task port as you indicate, but I am not sure you meant that. This is exactly what I meant, but I haven't looked deep enough. This user-supplied task_t is added through proc/mg

Re: Status of ext2fs

2003-08-16 Thread Alfred M. Szmidt
Does anyone know about the current status of the ext2fs server and the problem of the filesystem size. The status is as before, >2gb partitions don't work. But some good news is in order, Ogi made a couple alpha-alpha patches avaiable that try to fix this limit. Search the archives for the

Re: PATCH: proc_do_stop and rpctrace

2003-08-16 Thread Marcus Brinkmann
On Sat, Aug 16, 2003 at 11:16:57AM +0300, Ognyan Kulev wrote: > proc also uses the task port given by rpctrace. So one can write a > program that passes fake task port to proc, and when proc tries to > handle the fake process in some way, the whole proc server will hang > because it is single-t

SVGA console

2003-08-16 Thread Marco Gerards
Hi, Currently the console client only support (minimally) VGA. It it not really hard to add some more VGA support and even basic SVGA support. For better VGA support I want to add some features. First I'd like to add modeline support. This is how SVGATextMode, Xfree, svgalib, etc. setup a videomo

Re: PATCH: proc_do_stop and rpctrace

2003-08-16 Thread Roland McGrath
> proc also uses the task port given by rpctrace. So one can write a > program that passes fake task port to proc, and when proc tries to > handle the fake process in some way, the whole proc server will hang > because it is single-threaded. a) proc is not single-threaded b) proc does not send

(no subject)

2003-08-16 Thread Mulls21
The website you have attached about the downloading of the bootloader does not load so what do i do now? ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

[patch #1835] [Patch #1835] Fix typo in libcons/cons.h

2003-08-16 Thread noreply
Patch #1835 has been updated. Project: Category: None Status: Closed Summary: Fix typo in libcons/cons.h Follow-Ups: Date: Sat 08/16/2003 at 20:06 By: marcus Comment: Thanks, checked in. Your patch was reversed, btw. --- -

[patch #1835] [Patch #1835] Fix typo in libcons/cons.h

2003-08-16 Thread noreply
Patch #1835 has been updated. Project: Category: None Status: Open Summary: Fix typo in libcons/cons.h --- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1835&group_id=30 __

[patch #1835] [Patch #1835] Fix typo in libcons/cons.h

2003-08-16 Thread noreply
Patch #1835 has been updated. Project: Category: None Status: Open Summary: Fix typo in libcons/cons.h --- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1835&group_id=30 __

Re: e2fslibs for ext2fs?

2003-08-16 Thread Ognyan Kulev
Marcus Brinkmann wrote: Note that I mentioned io_map and that its implementation will not be helped at all by such a simple library. That includes large file support. Large filesystems might trivially be supported by such a library if it always accesses the store directly, without any mapping. N

(no subject)

2003-08-16 Thread bugjm
Title: Á¦¸ñ ¾øÀ½                       2 2ÀÎÀÌ ÆîÄ¡´Â Áý´ÜÈ¥À½.mpeg (ÃÑ 3Æí) 6¸íÀÇ ºÎºÎ°¡ ÆÄÆ®³Ê¸¦ ¹Ù²ã°¡¸ç ¹úÀÌ´Â Áý´Ü È¥À½

Re: PATCH: proc_do_stop and rpctrace

2003-08-16 Thread Ognyan Kulev
Marcus Brinkmann wrote: On Sat, Aug 09, 2003 at 05:33:29PM -0400, Roland McGrath wrote: The concern I have about this patch per se is proc calling thread_resume on a random port from the user. This is at least a DoS opportunity. It also points to a more general problem rpctrace has--servers make