Re: Panic: zalloc!

2002-03-01 Thread Gordon Matzigkeit
t, during which somebody at the console can press a key and drop to a debugger? Then the command-line option would be the number of seconds to wait, default=10, 0=reboot immediately, -1=drop to the debugger immediately. Sensical? -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (htt

Re: GDB (CVS) broken under GNU.

2002-02-22 Thread Gordon Matzigkeit
; -#ifdef HAVE_REALPATH > +#ifdef HAVE_CANONICALIZE_FILE_NAME > + return canonicalize_file_name (filename); > +#elif HAVE_REALPATH To keep their old semantics, you may want to do: #elif defined (HAVE_REALPATH) Thanks, -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG

Re: Meaning of sys_nerr (and porting programs)

2002-01-14 Thread Gordon Matzigkeit
[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > Roland McGrath <[EMAIL PROTECTED]> writes: > > > 1998-06-01 Gordon Matzigkeit <[EMAIL PROTECTED]> > > > > * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak > > aliases f

Re: ports in symlink server

2001-10-08 Thread Gordon Matzigkeit
James Morrison <[EMAIL PROTECTED]> writes: > I'm having trouble attaching gdb to the translator for some reason. > I can attach gdb to the process but I can't seem to use the > translator when gdb is attached. Have you continued (`c') the translator after yo

Re: oskit-mach as of today, oskit-20010214, and missing cpus.h

2001-10-02 Thread Gordon Matzigkeit
Thanks. Is the following patch acceptable for checkin? 2001-10-02 Gordon Matzigkeit * Makefile.in (clean): Don't remove acconfig.h and cpus.h. From Daniel Wagner <[EMAIL PROTECTED]>. diff -u -r1.22.2.12 Makefile.in --- Makefile.in 2001/08/17 09:03:30

oskit-mach as of today, oskit-20010214, and missing cpus.h

2001-10-02 Thread Gordon Matzigkeit
y relevant information I could find was an old ChangeLog.oskit entry: 1999-11-25 Roland McGrath <[EMAIL PROTECTED]> [...] * cpus.h: New file, uses configure-generated config.h for values. Thanks for any pointers, -- Gordon Matzigkeit <[EMAIL PROTECTED]>

Re: continuing documentation

2001-06-29 Thread Gordon Matzigkeit
a documentor when an interface change has been made, and indicating to the coder when a description has been clarified. Perhaps just `diffmon' is good enough, and is already as specific as possible. -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.or

Re: continuing documentation

2001-06-28 Thread Gordon Matzigkeit
uld be this a good idea? I like the cross-referencing projects that already exist. My only intention for the kind of tool I was describing was for the rather small niche of synchronizing Texinfo docs with markup-free code. -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http:

Re: continuing documentation

2001-06-23 Thread Gordon Matzigkeit
27;t need to make something completely generic, only something that is useful for this project and others similar to it. OY> Anyway, I'm going to start hacking with easy things (parsing C OY> and Texinfo, and detecting functions which is absent in C or OY> Texinfo). Cool. I l

Re: continuing documentation

2001-06-22 Thread Gordon Matzigkeit
ould be made without human assistance, and the person should have the opportunity to edit files after each change. The tool is an assistant, not an oracle. Thank you for your comments... I think we are a little further along the way to having a set of requirements. -- Gordon Matzigk

Re: continuing documentation

2001-06-21 Thread Gordon Matzigkeit
environment for all the manual editing that would still need to be done. Your thoughts? -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to diversity and freedom \// Try Emacs (http://fig.org/gnu/emacs/) __

Re: continuing documentation

2001-06-21 Thread Gordon Matzigkeit
dn't support bidirectional pasting of docs into source comments, nor did it support Texinfo. -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// Go Figure (http://fig.org/figure/)

Re: [PATCH] settrans -gl only kills the active translator

2001-05-11 Thread Gordon Matzigkeit
be reassuring to have another way of keeping the system running in the face of a translator bug.] -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to diversity and freedom \// I use GNU (http://fig.org/gnu/) ___

Portability [was: Porting the Hurd to L4...]

2000-10-31 Thread Gordon Matzigkeit
lans for universal portability on that mailing list. Such discussion is quite on-topic there, and you may even see your ideas implemented in Figure (even more likely if you do the work yourself ;). If Figure turns out not to fit your needs, then that's fine, but I'd still love a c

Re: cross compilation problems

2000-10-25 Thread Gordon Matzigkeit
If not, and you didn't tweak it yourself, we should file a bug report against gcc-i386-gnu. Good luck, -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// I use GNU (http://www.gnu.org/) ___

Re: No more Mails please.

2000-10-10 Thread Gordon Matzigkeit
>>>>> Antti-Juhani Kaijanaho writes: AK> IMHO any mailing list that requires passwords to unsubscribe is AK> broken. I won't argue with that. -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and divers

Re: No more Mails please.

2000-10-10 Thread Gordon Matzigkeit
age, go to the `Forgotten your password?' link, and hit `Email My Password To Me'. When you get your password in the mail, you can use it in the first page to unsubscribe. -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) C

Re: dummy interface for pfinet

2000-10-01 Thread Gordon Matzigkeit
see what Marcus meant. The packets disappear into nowhere. -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// I use GNU (http://www.gnu.org/) ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: translators, ext2 and files

2000-07-13 Thread Gordon Matzigkeit
>>>>> Brent Fulgham writes: BF> Does this mean I can fix the zero-hole bug by saying "XYZZY"? BF> :-) Nope. That particular command just cds to your home directory. ;) -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Co

GRUB 0.5.95 is released

2000-07-03 Thread Gordon Matzigkeit
images, ``nbgrub'' for Net Boot Image Proposal and ``pxegrub'' for Preboot Execution Environment. See the documentation, for more details. * The command "tftpserver" overrides a TFTP server address returned by a BOOTP server, a DHCP server or a RARP server. * Fix

Bug#62817: doc generation fails

2000-04-21 Thread Gordon Matzigkeit
>>>>> Marcus Brinkmann writes: MB> doc generation is broken: Mea culpa. I've now removed the stale reference in the CVS version of hurd.texi. Let me know if there are any other problems, -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://

GRUB 0.5.94 is released

2000-03-21 Thread Gordon Matzigkeit
sed to initialize a network device and get IP addresses from a network. * Long filename support in the FAT filesystem is added. * The command "cmp" compares each bytes in two files. As always, you can find out more about GRUB development at http://www.gnu.org/software/grub.html Have fun, -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// I use GNU (http://gnu.fig.org/)

Hurd user survey results

2000-03-14 Thread Gordon Matzigkeit
ble nfsd 1 wants Linux binary compatibility 1 wants SMP Rest assured that your voices have been hurd, and we'll be working on the outstanding problems. I now return you to your regularly scheduled bug-stomping, -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.

Re: Hurd user survey

2000-03-07 Thread Gordon Matzigkeit
mesticity. Old McDonald is a symbol for totalitarian dictatorship (EIEIO). ;) Thanks for your reply, -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// I use GNU (http://gnu.fig.org/)

Re: Hurd user survey

2000-03-06 Thread Gordon Matzigkeit
Smarty-pants. ;) -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// I use GNU (http://gnu.fig.org/)

Hurd user survey

2000-03-06 Thread Gordon Matzigkeit
o? 3) If it is not running, what appears to be the problem? I'll post the results after a week or so has elapsed, -- Gordon Matzigkeit <[EMAIL PROTECTED]> //\ I'm a FIG (http://fig.org/) Committed to freedom and diversity \// I use GNU (http://gnu.fig.org/)