Patch #1768 has been updated.
Project:
Category: None
Status: Open
Summary: Adds non-std. resolution support and ncursesw bug-fixes
Follow-Ups:
Date: Mon 07/28/2003 at 04:18
By: marco_g
Comment:
Changelog entry:
2003-07-18 Marco Gerards <[EMAIL PROTECTED]>
* console.c (cons_vcons_
Patch #1798 has been updated.
Project:
Category: None
Status: Open
Summary: Fixes dir. dependancy and refcnt locking problem
Follow-Ups:
Date: Tue 08/05/2003 at 23:23
By: marco_g
Comment:
This patch fixes Task #2489: "diskfs_node_refcnt_lock can be locked while write_node
tries to lock it."
Peter Bruin wrote:
Hi,
I'm in the process of splitting my changes for the OSF Mach/PowerPC
port into multiple patches (one per subdirectory of the Hurd source
directory). I'm done with most of the Hurd libraries and a few other
subdirectories; the patches, including ChangeLog entries for the
fin
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes:
> Looks like parted is still broken even with the dlclose() patch that
> Roland commited.
I could reproduce this. If it is simple (and doesn't take longer than
a few hours) I can have a look at this.
Thanks,
Marco
Marco Gerards wrote:
There is a bug in the default pager or in GNUMach that makes tmpfs
unusable.
Please record this bug in Savannah (there is file upload too). Even if
you intend to fix these bugs soon, they don't seem trivial[1] so you can
easily be distracted by other tasks.
[1] I consider
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
is there a problem with the savannah OSKit? I just updated my local cvs
tree and the 'make' command showed the following output:
make[1]: Entering directory `/home/miguel/cvs/hurd/oskit/build/oskit'
GNUmakefile:26: Makeconf: No such file or dire
Patch #1810 has been updated.
Project:
Category: None
Status: Open
Summary: Adds support for bell broadcasting (console, libcons)
---
For more info, visit:
http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1810&group_id=30
___
There is no reason to replace tmpfs per se, just hack it.
There is no problem with its directory management code, right?
A tmpfs that uses vm_allocate for file pages is perfectly doable, it just
has a limit on total file space imposed by the address space of the tmpfs
server process (so presumably
Hi,
As most of you know tmpfs is broken and I assume this won't be fixed
in the near future. If someone can help me a bit I can have a look at
this.
In case it won't be fixed I have a (possibly very stupid)
suggestion. I can write a temporary tmpfs (named tmptmpfs) using
netfs and vm_allocate, et
Patch #1768 has been updated.
Project:
Category: None
Status: Open
Summary: Adds non-std. resolution support and ncursesw bug-fixes
Follow-Ups:
Date: Mon 07/28/2003 at 04:18
By: marco_g
Comment:
Changelog entry:
2003-07-18 Marco Gerards <[EMAIL PROTECTED]>
* console.c (cons_vcons_
Ognyan Kulev <[EMAIL PROTECTED]> writes:
> Miguel wrote:
>
>> CC=gcc-2.95 CFLAGS="-g" ./configure --prefix=/home/miguel/hurd --enable-debug
>> --enable-modulefile=my-modules.x86.pc
>
> In your my-modules.x86.pc, is "oskit" uncommented? I should be. If you just
Yes, it is.
> want to build GNU
Miguel wrote:
I think the problem is that, when first entering the directory 'oskit',
the GNUmakefile can not include the Makeconf file -- it does not exist!
Look at the extract from the GNUmakefile:
Start of configuration section
OSKIT_SRCDIR= ../..
OBJDIR = .
prefix
fuskusdxutrvzjd p
HI,Bug-hurd
I
have been receiving emails saying that I'm contributing to the "moral
decay of society" by selling the Banned C D. That may be, but I feel
Strongly that you have a right to benefit from this hard-to-find
Miguel wrote:
nop, OBJDIR is hard-coded to "." in the oskit/GNUmakefile.in! I tryied
to change it to ".." but there are problems after that:
http://savannah.nongnu.org/cgi-bin/viewcvs/oskit/oskit/oskit/GNUmakefile.in?rev=HEAD&content-type=text/vnd.viewcvs-markup
make[1]: Entering directory `/home/
BARRISTER TOPA IBE. & CO.
IKOYI-LAGOS.
FOR YOUR KIND ATTENTION:
RE: REQUEST FOR MUTUALLY BENEFITTING ENDEAVOUR.
I humbly crave your indulgence in sending you this mail, if the contents does not meet
with your personal and business ethics, I appologise in advance.
I am barrister topa ibe (att
The only interesting thread is the last one. The others are service
threads waiting for something to do, which is normal. When showing cold
backtraces, always include "x/i $pc" and "info regs" as well. It's
annoying that the arguments are omitted from most of the frames from "bt
full", like the
On Wed, Aug 13, 2003 at 05:35:35PM +, Robert Millan wrote:
> On Sun, Aug 10, 2003 at 04:24:41PM +0200, Alfred M. Szmidt wrote:
> > For the time being I think that we should compile and install hurd.ti
> > when installing the Hurd. Atleast untill ncurses gets updated and
> > includes our termin
Roland McGrath <[EMAIL PROTECTED]> writes:
> The only interesting thread is the last one. The others are service
> threads waiting for something to do, which is normal. When showing cold
> backtraces, always include "x/i $pc" and "info regs" as well. It's
> annoying that the arguments are omitt
Robert Millan <[EMAIL PROTECTED]> writes:
> Hi there,
>
> I recently came across the "e2tools" [1] package which is basicaly like
> "mtools" but for ext2. (btw I even made a Debian package [2] which is now used
> by GRUB to produce these nice GRUB rescue floppies automagicaly [3])
>
> The intere
bug-hurd
not for me
___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd
Patch #1808 has been updated.
Project:
Category: None
Status: Postponed
Summary: Add support for task_basic_info without creation_time
Follow-Ups:
Date: Sat 08/09/2003 at 22:26
By: pbruin
Comment:
This patch adds support for OSF Mach, which doesn't have creation_time in `struct
task_basic_in
Patch #1808 has been updated.
Project:
Category: None
Status: Open
Summary: Add support for task_basic_info without creation_time
Follow-Ups:
Date: Sat 08/09/03 at 22:26
By: pbruin
Comment:
This patch adds support for OSF Mach, which doesn't have creation_time in `struct
task_basic_info', by
> I'm not sure, but it seems to work. There are two bugs in the default
> pager (or GNUMach, I'm not sure about this) that make tmpfs unusable.
We should figure out what these really are.
> I prefer to fix the current tmpfs instead.io_map is more ugly when
> using libnetfs I think because the mem
Уважаемые коллеги!
Повышение конкурентоспособности Вашей компании напрямую зависит от расширения круга
потребителей - приверженцев ее продукции и услуг. Этого можно добиться только при
четкой организации взаимодействия всех структурных подразделений и, в первую очередь,
отделов маркетинга и сб
Patch #1768 has been updated.
Project:
Category: None
Status: Open
Summary: Adds non-std. resolution support and ncursesw bug-fixes
Follow-Ups:
Date: Mon 07/28/2003 at 04:18
By: marco_g
Comment:
Changelog entry:
2003-07-18 Marco Gerards <[EMAIL PROTECTED]>
* console.c (cons_vcons_
Patch #1800 has been updated.
Project:
Category: libshouldbeinlibc
Status: Open
Summary: clean up some more crypt() things in idvec-verify.c
Follow-Ups:
Date: Wed 08/06/03 at 11:48
By: jeroen
Comment:
We don't have to make crypt() weak nor check whether crypt() exist because it's always
in g
Hi there,
I recently came across the "e2tools" [1] package which is basicaly like
"mtools" but for ext2. (btw I even made a Debian package [2] which is now used
by GRUB to produce these nice GRUB rescue floppies automagicaly [3])
The interesting point for the Hurd is that e2tools uses library ca
On Sat, Aug 09, 2003 at 09:08:41PM +0200, Ireadyourmaillist wrote:
> Hello,
>
> Does anyone know about the current status of the ext2fs server and the
> problem of the filesystem size.
There's an highly experimental patch; testers wanted; search the list
archives and Savannah patch list for deta
On Sun, Aug 10, 2003 at 04:24:41PM +0200, Alfred M. Szmidt wrote:
> For the time being I think that we should compile and install hurd.ti
> when installing the Hurd. Atleast untill ncurses gets updated and
> includes our terminfo entry.
What is putting ncurses on hold? Dickey is active and fast w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sorry, but the correct configuration command I used was:
CC=gcc-2.95 CFLAGS="-g" ../configure --prefix=/home/miguel/hurd --enable-debug
--enable-modulefile=my-modules.x86.pc
I created a build directory and executed the configure script from there.
On Fri, Aug 08, 2003 at 02:06:13PM +0200, Jeroen Dekkers wrote:
> On Thu, Aug 07, 2003 at 11:48:41PM +0200, Marco Gerards wrote:
> > Already tried to use an argp parser, and that worked. Unfortunately
> > there were issues with the argp parser, argp isn't reentrant. (I guess
> > I was lucky when I
You are receiving this email as a warning.
the most common viruses are transmitted and installed behind the scenes while you're
on the internet!
Norton Antivirus Stops hackers, trojans and viruses in their tracks!
btw, you look great today.
Total PC Protection RIGHT NOW.
http://[EMAIL PROTECTED]
For the time being I think that we should compile and install hurd.ti
when installing the Hurd. Atleast untill ncurses gets updated and
includes our terminfo entry. This will easy the installation of the
new console for users a bit.
2003-08-10 Alfred M. Szmidt <[EMAIL PROTECTED]>
* Ma
On Sat, Aug 09, 2003 at 05:55:22PM +0200, Peter Bruin wrote:
> subdirectories; the patches, including ChangeLog entries for the
> finished patches, are on http://huizen.dds.nl/~pjbruin/hurd/. I could
I have committed something equivalent to your fatfs patch, but using
and bswap_16/bswap_32 inste
Looks like parted is still broken even with the dlclose() patch that
Roland commited.
/home/ams $ parted
/sbin/parted: cannot load libstore_/dev/sd0.so.0.3: libstore_/dev/sd0.so.0.3: cannot
open shared object file: No such file or directory
/sbin/parted: cannot load libstore_/dev/sd0.so.0.3: libs
Hello,
Does anyone know about the current status of the ext2fs server and the
problem of the filesystem size.
Bye
___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd
Robert Millan <[EMAIL PROTECTED]> writes:
> On Sun, Aug 10, 2003 at 04:24:41PM +0200, Alfred M. Szmidt wrote:
> > For the time being I think that we should compile and install hurd.ti
> > when installing the Hurd. Atleast untill ncurses gets updated and
> > includes our terminfo entry.
> What is
Ognyan Kulev <[EMAIL PROTECTED]> writes:
> Marco Gerards wrote:
>
> > There is a bug in the default pager or in GNUMach that makes tmpfs
> > unusable.
>
> Please record this bug in Savannah (there is file upload too). Even
> if you intend to fix these bugs soon, they don't seem trivial[1] so
>
Patch #1798 has been updated.
Project:
Category: None
Status: Open
Summary: Fixes dir. dependancy and refcnt locking problem
---
For more info, visit:
http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1798&group_id=30
Patch #1768 has been updated.
Project:
Category: None
Status: Open
Summary: Adds non-std. resolution support and ncursesw bug-fixes
Follow-Ups:
Date: Mon 07/28/2003 at 04:18
By: marco_g
Comment:
Changelog entry:
2003-07-18 Marco Gerards <[EMAIL PROTECTED]>
* console.c (cons_vcons_
Patch #1810 has been updated.
Project:
Category: None
Status: Open
Summary: Adds support for bell broadcasting (console, libcons)
Follow-Ups:
Date: Mon 08/11/2003 at 22:54
By: marco_g
Comment:
This patch does exactly what is descibed in task #2502. The VC number is not used yet,
but I've add
Title: Segmentos Estaduais
Segmentos
Estaduais
Banco de dados
apropriado
para marketing intensificado por estado.
Lote:
Qtd.de
emails:
Tamanho:
Preço:
Patch #1808 has been updated.
Project:
Category: None
Status: Open
Summary: Add support for task_basic_info without creation_time
Follow-Ups:
Date: Sat 08/09/2003 at 22:26
By: pbruin
Comment:
This patch adds support for OSF Mach, which doesn't have creation_time in `struct
task_basic_info',
Miguel wrote:
CC=gcc-2.95 CFLAGS="-g" ./configure --prefix=/home/miguel/hurd --enable-debug --enable-modulefile=my-modules.x86.pc
In your my-modules.x86.pc, is "oskit" uncommented? I should be. If you
just want to build GNU Mach 2, use modules-light from
http://hurd.gnufans.org/bin/view/Mach/B
Patch #1808 has been updated.
Project:
Category: None
Status: Open
Summary: Add support for task_basic_info without creation_time
---
For more info, visit:
http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1808&group_id=30
___
On Sun, Aug 10, 2003 at 04:24:41PM +0200, Alfred M. Szmidt wrote:
> Since the dawn of time the Hurd info pages have been incompletly
> installed (only hurd.info gets installed). This wonderful patch lets
> users read this magnificant work with their favourite info browser.
Thanks, I have applied
> Can you split the patches up by features, rather than directories?
> For example, all changes to device_open in one patch, etc.
> This would be much better to manage and maintain.
I agree.
> > Almost all changes are between #ifdefs, so applying the patches (at
> > least the ones that have Chang
Уважаемые коллеги!
"ПРАКТИЧЕСКИЙ МАРКЕТИНГ
Внедрение Стандарта Предприятия (СТП) по маркетингу и сбыту)"
21-22 августа 2003 года
Для того, чтобы получить более подробную информацию о курсе и
зарегистрироваться в качестве участника, звоните нам по телефону: (095) 258-51-84
В ПРОГРАММЕ СЕМИНАРА:
Marco Gerards <[EMAIL PROTECTED]> writes:
> Hi,
>
> Fatfs still has serious locking problems write writing and I had a
> close look at this today.
>
> First I need to separate the problem into sub-problems:
>
> -- The diskfs_node_refcnt_lock problem --
>
> diskfs_node_refcnt_lock can be locked
Ognyan Kulev <[EMAIL PROTECTED]> writes:
> Miguel wrote:
>> I think the problem is that, when first entering the directory 'oskit',
>> the GNUmakefile can not include the Makeconf file -- it does not exist!
>> Look at the extract from the GNUmakefile:
>> Start of configuration section
>>
Patch #1810 has been updated.
Project:
Category: None
Status: Open
Summary: Adds support for bell broadcasting (console, libcons)
Follow-Ups:
Date: Mon 08/11/2003 at 22:54
By: marco_g
Comment:
This patch does exactly what is descibed in task #2502. The VC number is not used yet,
but I've add
Hi,
I have made a new pre-release (0.02) of my translator for the MINIX
file system (actually a modified version of the Ext2 translator).
As several major bugs have been fixed, especially in the directory-
handling code, the new release should work far better than the previous
one, although it
Marco Gerards <[EMAIL PROTECTED]> writes:
> --rmcup=on
> --rmcup=off
> --rmcup=to-scrollback-buffer
Remove this line if you want to use --rmcup=on instead of
--rmcup=to-scrollback-buffer (which is used by default).
> + user->screen.cur_line += user->screen.height;
Thanks,
Marco
Roland McGrath <[EMAIL PROTECTED]> writes:
> > I'm not sure, but it seems to work. There are two bugs in the default
> > pager (or GNUMach, I'm not sure about this) that make tmpfs unusable.
>
> We should figure out what these really are.
Right. I hope you can have a look at these backtraces. Pl
Patch #1768 has been updated.
Project:
Category: None
Status: Open
Summary: Adds non-std. resolution support and ncursesw bug-fixes
Follow-Ups:
Date: Mon 07/28/2003 at 04:18
By: marco_g
Comment:
Changelog entry:
2003-07-18 Marco Gerards <[EMAIL PROTECTED]>
* console.c (cons_vcons_
Roland McGrath <[EMAIL PROTECTED]> writes:
> There is no reason to replace tmpfs per se, just hack it.
> There is no problem with its directory management code, right?
I'm not sure, but it seems to work. There are two bugs in the default
pager (or GNUMach, I'm not sure about this) that make tmpfs
Jeroen Dekkers <[EMAIL PROTECTED]> writes:
> Of course the getopt interface uses some global variables: opterr,
> optopt, optind and optarg.
There's also one static variable in the getopt implementation:
/* The next char to be scanned in the option-element
in which the last option charact
On Sat, Aug 09, 2003 at 05:55:22PM +0200, Peter Bruin wrote:
> I'm in the process of splitting my changes for the OSF Mach/PowerPC
> port into multiple patches (one per subdirectory of the Hurd source
> directory). I'm done with most of the Hurd libraries and a few other
> subdirectories; the patc
"Alfred M. Szmidt" <[EMAIL PROTECTED]> schrieb:
> For the time being I think that we should compile and install hurd.ti
> when installing the Hurd.
No.
Thanks,
Marcus
___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug
Patch #1800 has been updated.
Project:
Category: libshouldbeinlibc
Status: Open
Summary: clean up some more crypt() things in idvec-verify.c
Follow-Ups:
Date: Wed 08/06/03 at 11:48
By: jeroen
Comment:
We don't have to make crypt() weak nor check whether crypt() exist because it's always
in g
x8+8vL/kLg==?=
Date: Thu, 14 Aug 2003 10:47:23 +0900
MIME-Version: 1.0
Content-Type: text/html;
charset="ks_c_5601-1987"
Content-Transfer-Encoding: 8bit
º» ¸ÞÀÏÀº ¹ß½ÅÀü¿ëÀÔ´Ï´Ù. °¢Á¾ ¹®ÀÇ»çÇ×Àº ¹®ÀǸÞÀÏÀ» ÀÌ¿ëÇØ ÁÖ¼¼¿ä.
On Thu, Aug 07, 2003 at 11:48:41PM +0200, Marco Gerards wrote:
> It is hard to write a nice parser.
[...]
> The syntax would be:
> console {OPTIONS} {-d DRIVER [suboptions]} CONSOLE
I can not see how this solves the problem that it is hard to write a
nice parser. The suboptions-variant has the di
On Thu, Aug 07, 2003 at 11:48:41PM +0200, Marco Gerards wrote:
> Already tried to use an argp parser, and that worked. Unfortunately
> there were issues with the argp parser, argp isn't reentrant. (I guess
> I was lucky when I used it).
The only acceptable way I am seeing here is to have the argp
Patch #1800 has been updated.
Project:
Category: libshouldbeinlibc
Status: Open
Summary: clean up some more crypt() things in idvec-verify.c
Follow-Ups:
Date: Wed 08/06/2003 at 11:48
By: jeroen
Comment:
We don't have to make crypt() weak nor check whether crypt() exist because it's always
in
On Tue, Jul 01, 2003 at 06:38:08PM +0200, Jeroen Dekkers wrote:
> It's because the nm output was changed, on my systems it works with this
> patch (my sed skills aren't that great but it works):
>
> Index: Makefile.in
> ===
> RCS file
> Thanks for your help. For completeness here is the "bt full" of thread
> 4, with debugging symbols for glibc this time, x/i and info regs.
That verifies what we suspected. The libc symbols help a little, but there
is some bug in gdb or gcc that prevents the libpager/libdiskfs frames from
showin
В СЕТИ МАГАЗИНОВ "ПАЛЕРМО"
РАСПРОДАЖА 50%-70% !
В магазинах представлены коллекции: сттоядо от осияс
Ermenegildo Zegna
Oppio енутлвеш ооонв жиндуо
Iceberg
Chloe аоо нр азьбе тодр
Montana Blu
Verri еен обй ооерсоен сйаа
Corneliani химпсао тдное кьилу ооусч
Cesare Paciotti
Alberto Guar
=== BUG #3939: LATEST MODIFICATIONS ==
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3939&group_id=30
Changes by: Marcus Brinkmann <[EMAIL PROTECTED]>
Date: Sat 08/09/2003 at 18:51 (Europe/Berlin)
What | Removed | Added
Patch #1633 has been updated.
Project:
Category: None
Status: Closed
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=39
69 matches
Mail list logo