СИСТЕМА ЭФФЕКТИВНОГО СНИЖЕНИЯ РИС КОВ ПРАВОВЫМИ И ФИНАНСОВЫМИ МЕТОДАМИ

2005-08-25 Thread 13-14 сентября
Приглашаем генеральных, финансовых, коммерческих директоров, руководителей юридических служб, заинтересованных в постановке эффективной договорной работы компании принять участие в новом актуальном семинаре: СИСТЕМА ЭФФЕКТИВНОГО СНИЖЕНИЯ РИСКОВ ПРАВОВЫМИ И ФИНАНСОВЫМИ МЕТОДАМИ 13-14 сентябр

kalloc.c and recent gcc's

2005-08-25 Thread Alfred M\. Szmidt
I reported this a while back (it happens with gcc 4.x too): /usr/local/lib/gcc/i386-unknown-gnu0.3/3.4.0/../../../../i386-unknown-gnu0.3/li b/libcrt.a(malloc.o)(.text+0x10d8): In function `__libc_free': /export/ams/libc/malloc/malloc.c:3355: multiple definition of `free' kalloc.o(.text+0x334):../

Console switching ioctls

2005-08-25 Thread Marco Gerards
Hi, To be able to switch from X (and svgalib, etc) to the console and back we need support for some ioctls. I wonder if we want to have such ioctls or do we want a special library (libvt or so). There are several ioctls related for console switching. The most important one is VT_ACTIVATE which

Re: Console switching ioctls

2005-08-25 Thread Bas Wijnen
Hi, On Thu, Aug 25, 2005 at 05:01:01PM +0200, Marco Gerards wrote: > So I am considering a library that is capable of the same things as > the ioctls. Would that be a wise choice or is there any way to > overcome the problems I described? My choice would be a library that > should be used for co

Re: Console switching ioctls

2005-08-25 Thread Marco Gerards
Samuel Thibault <[EMAIL PROTECTED]> writes: Hi Samuel, > Marco Gerards, le Thu 25 Aug 2005 17:01:01 +0200, a écrit : >> There are several ioctls related for console switching. The most >> important one is VT_ACTIVATE which is easy to implement. > > How is it easy to implement? You need to know w

>2gb ext2fs patch

2005-08-25 Thread Alfred M\. Szmidt
I have applied Ognyan's >2gb ext2fs patch to ams-branch. Please test it, and report bugs. Thank you Ognyan! ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

Re: patch to close task #1017

2005-08-25 Thread Alfred M\. Szmidt
How about the following? Index: hurd/ChangeLog 2005-08-25 Alfred M. Szmidt <[EMAIL PROTECTED]> * Makefile (MSGIDS): New variable. (all, install-msgids, $(datadir)/msgids): New targets. (install): Specify install-header and install-msgids as prerequisites. Index:

Re: [PATCH] symlink support in tmpfs

2005-08-25 Thread Alfred M\. Szmidt
Commited to ams-branch. Index: tmpfs/ChangeLog 2005-08-08 Alfred M. Szmidt <[EMAIL PROTECTED]> * node.c (create_symlink_hook): Set NP->dn_stat.st_size to the length of TARGET. (create_symlink_hook): Set NP->dn->type to DT_LNK. (diskfs_truncate): Do NP->allocsize

Re: [EMAIL PROTECTED]: Re: [PATCH] Trivial fix on an argument in ftpfs]

2005-08-25 Thread Alfred M\. Szmidt
Commited to ams-branch. ftpfs/ChangeLog 2005-07-30 Samuel Thibault <[EMAIL PROTECTED]> * node.c (ftpfs_create_node): Check the result from hurd_ihash_add (). Add E to the hash table instead of NEW. libihash/ChangeLog 2005-07-30 Samuel Thibault <[EMAIL PROTECTED]> *

Re: >2gb ext2fs patch

2005-08-25 Thread Alfred M\. Szmidt
The ChangeLog entries for anyone interested... console/ 2005-08-22 Ognyan Kulev <[EMAIL PROTECTED]> * pager.c (pager_notify_evict): New function. (user_pager_create): Added zero notify_on_evict argument to invocation of pager_create. ext2fs/ 2005-08-22 Ognyan Kulev <[

oskit-stomach hd0s4: No such device or address

2005-08-25 Thread Shakthi Kannan
Greetings! I am trying to boot oskit-stomach on my IBM T41 (x86), currently running Debian Sarge 3.1r0a and Debian GNU Mach/GNU Hurd K8. I have successfully compiled the following versions: tempura-stomach--08062005 tempura-stomach--20050615 I am using the same entry as in GNU Hurd, except for

Re: oskit-stomach hd0s4: No such device or address

2005-08-25 Thread Alfred M\. Szmidt
I am trying to boot oskit-stomach on my IBM T41 (x86), You should report this to Gianluca since it is his baby. kernel (hd0,3)/boot/kernel.gz root=device:hd0s4 Try: kernel (hd0,3)/boot/kernel.gz -- root=device:hd0s4 ___ Bug-hurd mailing list Bu

Re: oskit-stomach hd0s4: No such device or address

2005-08-25 Thread Gianluca Guida
Hi Shakthi, On 8/25/05, Shakthi Kannan <[EMAIL PROTECTED]> wrote: > When I boot, all initializations take place (hdd, CD). > It even probes for floppy, I don't have a floppy drive > in the T41. It finally hangs at: > > (hd0,3)/hurd/ext2fs.static: device: hd0s4: No such > device or address > > My

Re: patch to close task #1017

2005-08-25 Thread Thomas Schwinge
On Thu, Aug 25, 2005 at 09:06:59PM +0200, Alfred M. Szmidt wrote: > Index: hurd/ChangeLog > 2005-08-25 Alfred M. Szmidt <[EMAIL PROTECTED]> > > * Makefile (MSGIDS): New variable. > (all, install-msgids, $(datadir)/msgids): New targets. > (install): Specify install-header and in