Lese selbst:
http://www.kommunisten-online.de/blackchanel/dresden3.htm
___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd
ebian/ sid/main hurd-i386 Packages
I would appreciate some advice on what to do next. Should I forward the
bug to Debian (I can't find it on the debian bug tracker) with the
patch?
Thanks very much,
James
do you still need a technical writer to do documentation?
k.
Does anyone have an idea how this situation could be occurring?
James Clarke
-request.c:113 (_pager_S_memory_object_data_request)
5 libpager/memory_objectServer.c:443 (_Xmemory_object_data_request)
6 libpager/demuxer.c:215 (worker_func)
7 libpthread/pthread/pt-create.c:64 (entry_point)
James Clarke
> On 27 Jun 2015, at 20:34, Richard Braun wrote:
>
> On Sa
That doesn’t seem to boot at all. I had tried changing it to inhibiting all
RPCs (it looks like you’ve inhibited an extra class?), but it seems that paging
is needed? Perhaps part of ext2fs gets paged out, and it needs to be paged in
when remounting?
James
> On 12 Jul 2015, at 00:27, Jus
hat's happening, and it's that the *file* pager is
trying to read from disk. Any thoughts?
James
> On 14 Jul 2015, at 20:54, Justus Winter <4win...@informatik.uni-hamburg.de>
> wrote:
>
> Hi James :)
>
> you found a long-standing bug in ext2fs. Fixing it allows us
n/worker threads, as pager_start_workers just takes
a bucket and returns void. Is there a way we can instead make the main thread
and/or workers able to block ports_inhibit_X_rpcs like normal RPC handlers and
be cancelled etc? If possible I think that would be a cleaner solution.
James
> On 19 Jul 2015,
debugger), so I
need to do some more debugging to see why.
James
> On 19 Jul 2015, at 15:00, Richard Braun wrote:
>
>> On Sun, Jul 19, 2015 at 02:25:14PM +0100, James Clarke wrote:
>> Yeah, I tried inhibiting both buckets, but the paging RPCs still got
>> through, so my g
---
ext2fs/ext2fs.c | 18 +++
ext2fs/ext2fs.h | 6 +++
ext2fs/pager.c | 35 +-
fatfs/fatfs.h| 2 +
fatfs/pager.c| 35 +-
libdiskfs/disk-pager.c | 3 +-
libdiskfs/diskfs-pager.h | 1 +
libpager/demuxer.c
On some systems, ext2fs.static would regularly hang at startup, as a
race condition meant it would process paging requests while reounting.
To fix this, libpager has been altered to allow inhibiting and resuming
its worker threads.
* console/pager.c (pager_requests): New variable.
(user_pager_init
On some systems, ext2fs.static would regularly hang at startup, as a
race condition meant it would process paging requests while remounting.
To fix this, libpager has been altered to allow inhibiting and resuming
its worker threads, and ext2fs uses this to inhibit paging while
remounting.
* consol
Perhaps; I was following what diskfs_remount does when inhibiting RPCs, which
stay inhibited on error.
James
> On 23 Jul 2015, at 00:51, Diego Nieto Cid wrote:
>
> Hi
>
> This is me being picky about a corner case :-)
>
> 2015-07-22 19:42 GMT-03:00 James
On some systems, ext2fs.static would regularly hang at startup, as a
race condition meant it would process paging requests while remounting.
To fix this, libpager has been altered to allow inhibiting and resuming
its worker threads, and ext2fs uses this to inhibit paging while
remounting.
* consol
Not sure how I missed that; will grep for any others.
James
> On 14 Aug 2015, at 13:16, Justus Winter <4win...@informatik.uni-hamburg.de>
> wrote:
>
> Quoting James Clarke (2015-07-23 19:33:42)
>> diff --git a/libdiskfs/disk-pager.c b/libdiskfs/disk-pager.c
>>
On some systems, ext2fs.static would regularly hang at startup, as a
race condition meant it would process paging requests while remounting.
To fix this, libpager has been altered to allow inhibiting and resuming
its worker threads, and ext2fs uses this to inhibit paging while
remounting.
* consol
* i386/i386at/kd.c (kdstart): Moved escape sequence handling to new
kd_putc_esc function.
(kd_putc_esc): New function with logic from kdstart.
(kdcnputc): Call kd_putc_esc rather than kd_putc to allow for ANSI
escape codes.
* i386/i386at/kd.h (kd_putc_esc): New function.
---
i386/i386at/kd.c | 63
you think that was the right decision?
James
> On 29 Aug 2015, at 11:20, Samuel Thibault wrote:
>
> James Clarke, le Sat 29 Aug 2015 11:15:29 +0100, a écrit :
>> @@ -1069,33 +1068,12 @@ kdstart(struct tty *tp)
>>break;
>>if ((tp->t_outq.c_cc
I never gave that as an option?
James
> On 29 Aug 2015, at 11:44, Samuel Thibault wrote:
>
> James Clarke, le Sat 29 Aug 2015 11:42:38 +0100, a écrit :
>> Yes, it should be; since I didn't catch that I'd guess nothing in Mach/Hurd
>> is actually using escap
Yes, that was a mistake, it should call kd_putc_esc.
James
> On 29 Aug 2015, at 11:55, Samuel Thibault wrote:
>
> James Clarke, le Sat 29 Aug 2015 11:53:57 +0100, a écrit :
>> I never gave that as an option?
>
> ? I understand even less. AIUI, before kd_start had esc
* libports/Makefile (installhdrs): Add port-deref-deferred.h for ports.h
---
libports/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libports/Makefile b/libports/Makefile
index b8b82ee..af881f8 100644
--- a/libports/Makefile
+++ b/libports/Makefile
@@ -38,7 +38,7 @@ S
This adds support for CSI s and u, which are equivalent to ESC 7 and 8,
saving/restoring the cursor position.
* console/display.c (handle_esc_bracket): Added support for CSI s and u.
---
console/display.c | 12
1 file changed, 12 insertions(+)
diff --git a/console/display.c b/consol
CP/RCP, because ANSI.SYS called them Save/Restore Cursor Position, and
everywhere seems to refer to them by that acronym (they're even listed on
Wikipedia in the table of codes, despite not being in ECMA-48, nor being
implemented by the VT100).
James
> On 12 Sep 2015, at 10:15, Samuel Thib
That’s an issue with the current Hurd repo on Savannah. You need this patch
http://darnassus.sceen.net/gitweb/teythoon/packaging/hurd.git/blob/HEAD:/debian/patches/proc-task-notify-0005-proc-fix-build.patch,
from what I gather (at least it fixes it for me).
James
> On 24 Sep 2015, at 13
prompt for a username, and then
exec login, which seems unnecessary). Thoughts?
James
This seems to be caused by a segfault, so I imagine this is not intended!
Tracking down the cause...
James
On Tue, 29 Sep 2015, James Clarke wrote:
Whilst looking through the code in utils/login.c, I noticed a security issue.
Even if --paranoid is set, if you give it a UID that doesn’t
The getpwnam_r and similar functions only return non-zero on error, but not
finding the given name/UID/GID does not count as an error. When they return 0,
the value of the result (*result when looking at the arguments in the man pages)
still needs to be checked for null.
* libshouldbeinlibc/idvec-
This stops /bin/login segfaulting when giving it a bad UID. However, the fact
that the UID does not exist is still leaked, since
libshouldbeinlibc/idvec-verify.c:verify_id falls back on asking for the root
password, and indicates this by changing the prompt to "Password for root".
James
Signed-off-by: James Clarke
---
login-utils/sulogin-consoles.c | 8
1 file changed, 8 insertions(+)
diff --git a/login-utils/sulogin-consoles.c b/login-utils/sulogin-consoles.c
index 39d24d2..1b05b38 100644
--- a/login-utils/sulogin-consoles.c
+++ b/login-utils/sulogin-consoles.c
die "Usage: $0 HZ\n";
> }
>
> @val = @{$canned_values{$hz}};
> - if (!defined(@val)) {
> + if (!@val) {
> @val = compute_values($hz);
> }
> output($hz, @val);
> }
> exit 0;
James
[1]
https://metacpan.org/pod/r
On 7 Feb 2016, at 14:51, Flavio Cruz wrote:
> - cred = netfs_make_protid (netfs_make_peropen (node, flags, cookie2),
> - user);
> + po = netfs_make_peropen (node, flags, cookie2);
> + if (! po)
> +return errno;
You need to free user.
James
* libnetfs/trans-callback.c (_netfs_translator_callback2_fn): Fixed leaking
iouser and peropen structs on error.
---
libnetfs/trans-callback.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/libnetfs/trans-callback.c b/libnetfs/trans-callback.c
index 3f1aee6..7816bd1 10064
po = netfs_make_peropen (node, flags, cookie2);
> if (! po)
> -return errno;
> +{
> + err = errno;
> + iohelp_free_iouser (user);
> + return err;
> +}
or can we assume the free functions don’t set errno?
James
signature.asc
Description: Message signed with OpenPGP using GPGMail
* libnetfs/trans-callback.c (_netfs_translator_callback2_fn): Fixed leaking
iouser and peropen structs on error.
---
libnetfs/trans-callback.c | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/libnetfs/trans-callback.c b/libnetfs/trans-callback.c
index 3f1aee6..ed21aa2
're to contribute
>> more to GNU/Hurd, it'd be useful that you already assign copyright for
>> GNUMACH, HURD, GLIBC.
>
> You forgot MIG.
Unless it’s changed since I assigned copyright last year, MIG is an individual
project and you can’t assign copyright for it.
Ja
tions with a red-black tree
I shall try building a kernel with 1db202e reverted.
James
[1]
https://anonscm.debian.org/cgit/pkg-hurd/gnumach.git/commit/?id=8d63d9c0d3b84e8496248093ce333c959fe985c9
signature.asc
Description: Message signed with OpenPGP using GPGMail
> On 4 Jun 2016, at 15:04, James Clarke wrote:
>
>> On 3 Jun 2016, at 19:36, Samuel Thibault wrote:
>>
>> Samuel Thibault, on Fri 03 Jun 2016 20:35:13 +0200, wrote:
>>> Adam Richards, on Fri 03 Jun 2016 19:30:40 +0100, wrote:
>>>> On rebooting and
ypt.
> HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@
>
> +# Whether we found libgcrypt.
Copy-paste error :)
James
; +CFLAGS += -I$(top_srcdir)/libbpf -ggdb -O0
I don't think you meant to include this hunk? :)
James
ive which last saw an upload in 2012, so might be worth
unifying them if possible (it seems to be a fork from a while ago[1], probably
before IPv6 was added upstream).
Regards,
James
[1] https://sourceforge.net/p/view-os/code/HEAD/tree/trunk/lwipv6/
On 18 Dec 2017, at 17:09, Samuel Thibault wrote:
> James Clarke, on lun. 18 déc. 2017 17:06:28 +, wrote:
>> On 18 Dec 2017, at 16:28, Samuel Thibault wrote:
>>> Joan Lledó, on lun. 18 déc. 2017 17:10:42 +0100, wrote:
>>>> 2017-12-18 14:46 GMT+01:00 Samuel Th
agesize
>>
>> I have completely changed the fix there, and commited upstream.
>
> Maybe I can try to help out here after being AFK for a month. Where is
> upstream? Noting visible at
> http://git.savannah.gnu.org/cgit/hurd/glibc.git/
> except your commit??
That's
r you (or him), see #894080.
>
> Next step is to send them to golang-dev for upstream adoption. gcc-patches
> seems
> to be a null sink. Sending patches there gives no reply whatsoever: Recent
> examples gdb and gccgo.
The best place for them is https://go-review.googlesource.com against
go-frontend.
James
[ $mach_ncpus -gt 1 ]; then]
> AC_DEFINE([MULTIPROCESSOR], [1], [set things up for a multiprocessor])
> [fi]
So enabling it is just a case of tweaking that constant or making it a
configurable option.
James
a few
minutes for me. You've had more than enough information from us to pinpoint the
problem; this mailing list is really not for simple programming questions like
this.
James
[1]
https://github.com/AlmuHS/GNUMach_SMP/commit/371df36e565f4408737948ccc3d25acf2e1ccb57
On 15 Feb 2019, at 13:33, Almudena Garcia wrote:
> El vie., 15 feb. 2019 a las 14:28, James Clarke ()
> escribió:
>> On 15 Feb 2019, at 13:21, Samuel Thibault wrote:
>> >
>> > Almudena Garcia, le ven. 15 févr. 2019 14:13:17 +0100, a ecrit:
>> >> This
einlibc/maptime.[ch]; it's exposed through /dev/time and/or
the "time" mach device.
James
>
> 1: https://www.gnu.org/software/hurd/gnumach-doc/Host-Time.html
> --
> Andrew Eggenberger
;%04x", device->domain);
>> + snprintf (entry_name, NAME_SIZE - 1, "%04x", device->domain);
>
> Perhaps replace the whole memset with just setting
> entry_name[NAME_SIZE-1] = 0
> ? and ditto below.
snprintf guarantees NUL termination, so this now over-truncates.
James
y, so you could correlate the successes and failures with the
system their running on?
For the record, here's mine:
hurd-2130
P-166, 64MB physical, 150MB swap, Hurd on 540MB partition
James
__
Get Your Private, Free Email at http://www.hotmail.com
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of James Franklin
Sent: Saturday, February 17, 2001 12:57 AM
To: [EMAIL PROTECTED]
Subject: GRUB problem installing menu.lst when e2fs_stage1_5 is present
Hi folks,
I was installing GRUB 0.5.96.1 on my new setup. This is a couple of 30 Gig
IDE hard
Hi,
I tried to compile uw-imap today and go this error:
/include/bits/sigaction.h:35: parse error before siginfo_t
the section is
union {
__sighandler_t sa_handler;
void (*sa_sigaction)(int,siginfo_t *, void *);
} __sigaction_handler
=
James Morrison
University of Waterloo
--- Marcus Brinkmann <[EMAIL PROTECTED]> wrote:
> On Sat, Sep 22, 2001 at 10:15:52AM -0700, James Morrison wrote:
> > Here is the error I am getting on boot:
> >
> > 1 multiboot modules
>
> You get this? I get
>
> Loading single multiboot mod
cd worked. My question is why this would happen? serverboot
is only used on boot right? So how would it change while the system
is running?
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
__
Do
e.
I have upgraded gnumach and hurd since I last rebooted. Could
this be causing my problem?
hw config: Pentium 200 MMX 1 3c509 NIC
1 TLAN NIC
32 megs of ram.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
ver, I cannot su - so I don't think this is just my
> ssh session that's screwed up. I'll try to leave the box in this
> state for as longas I can. If it's just gdb screwing up, maybe a
> new
> one will tell me more.
>
> I'll keep you posted.
>
>
from /lib/libhurduser.so.0.0
#5 0x01056fb9 in get_privileged_ports () from /lib/libc.so.0.2
#6 0x0104b52b in mach_msg_server_timeout () from /lib/libc.so.0.2
#7 0x0104b614 in mach_msg_server () from /lib/libc.so.0.2
#8 0x0105705b in get_privileged_ports () from /lib/libc.so.0.2
(gdb)
=
Jame
gh tail. One my second 'next'
gdb froze. It is no longer taking keyboard signals C-c or C-\ and
I can't change screens to try externel signals. My system seems to
be up, but I can't use it.
=
James Morrison
University of Waterloo
Computer Science
ini>, stack_end=0x1025c2c)
at ../sysdeps/generic/libc-start.c:129
(gdb)
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
__
Do You Yahoo!?
Find a job, post your resume.
http:/
en I do not run cthread_init();
I have made a simple program that does what I think python2.1
is
doing but it has no problems.
The back trace has not changed from my posting yesterday.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://
the right
place. Now I've got python2.2 going ;)
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
__
Do You Yahoo!?
Find a job, post yo
or. I haven't found the
sources for the __io_write function yet. This __io_write
finds a bad file descriptor no matter if /etc/hostname exists
or
not.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A
oken but be more
> > appropriate then libkrb5, but apart from that everything else
> looks
> > OK (not tested thoroughly yet, as I do not have the latest
> automake
> > required).
> >
> > Thanks.
> > --
> > Brian May <[EMAIL PROTECTED]>
>
> >
ng string is less than maxsize passed to snprintf.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone refering this as 'Open Source' shall be eaten by a GNU
__
Do You
ntly
and there are two mach_port_t 's that I noticed. One is realnode and
the
other is realnodenoauth. What is the difference between these port_t's.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
___
't seem to use the translator when gdb is attached.
I've been looking through the processes run when hurd boots and I
have
a process with pid 3 but there is no cmdline for it. What is this
process.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardw
file1
S_fsys_getroot tries file2
S_fsys_getroot tries file3 and gives back this node
Perhaps there is a magic retry variable?
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndn
TECTED]
>
When I extracted osf Mach from MkLinux I noticed that it had
3
architextures, i386, PowerPC, and HP700. I'm wondering how well i386
and
HP700 source still builds. Do you know anyone who has used osf mach
on these
architextures?
=
James Morrison
University of Wa
I've
still got irc, but no new processes. Is there anything I can do
to get the exec server working again without rebooting?
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone refering this as 'O
ught to
> work, but there might be some problems with things not getting a
> new port
> when their old one dies. Try it and debug it. But note that it
> will only
> ever work right if the old translator dies so that the open ports
> to it die.
>
>
now for the obvious, if
n. Is
there any explaination for this contradiction?
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone refering this as 'Open Source' shall be eaten by a GNU
___
g them
> with
> vim, and presumably every other app that already supports gzipped
> files. Being compatable is very important.
Humm, it seems vim is broken.
> --
> Adam Olsen, aka Rhamphoryncus
>
=
James Morrison
University of Waterloo
Computer Science - Digital
m/arenn/hacking/hurd/hurd-hardware.html )
> GNUMach supports the PCI NE2000.
>
That HCL is old. The new HCL is at
http://www.freesoftware.fsf.org/thug/gnumach_hardware.html .
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://h
partition is hd0s3, I am booting a sub-hurd off of
hd3s1
so I settrans -a /mnt /hurd/ext2fs /dev/hd3s1; boot -I -D/mnt
/mnt/boot/servers.boot hd3s1
Thanks for any help ;)
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
An
rite the contents. */
=====
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone refering this as 'Open Source' shall be eaten by a GNU
__
Do You Yahoo!?
Great stuff see
--- "Thomas Bushnell, BSG" <[EMAIL PROTECTED]> wrote:
> James Morrison <[EMAIL PROTECTED]> writes:
>
> > Before I get to the patch, here is an interesting error:
> >
> > Fatal error, aborting.
> > load average of 17 is too high
>
>
It seems my assumption of Rolands patch being in the debian tree is
wrong.
--- "Thomas Bushnell, BSG" <[EMAIL PROTECTED]> wrote:
> James Morrison <[EMAIL PROTECTED]> writes:
>
> > - err = __dir_mkfile (dir, O_WRONLY, 0644, &new);
> > + err = __dir
--- "Thomas Bushnell, BSG" <[EMAIL PROTECTED]> wrote:
> James Morrison <[EMAIL PROTECTED]> writes:
>
> > Actually, O_READ, O_WRITE, O_EXEC are the only things that can be
> > turned on.
>
> No, O_APPEND, the O_*SYNC flags, and so forth, are al
denote comments.
Does this make sense?
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone refering this as 'Open Source' shall be eaten by a GNU
__
Do You Ya
checkout of the Hurd tonight, this is
of course assuming a new checkout will compile natively.
changing ports_manage_port_operations_multithread to
ports_manage_port_operations_one_thread fixes the SIGILL.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardw
Thanks, linking to libthreads fixed it.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone refering this as 'Open Source' shall be eaten by a GNU
__
Do You Yahoo!?
Yahoo!
--- Neal H Walfield <[EMAIL PROTECTED]> wrote:
> > Hey,
> >
> > Guess what? It's time for my weekly patch ;) This stuff is
> mostly
> > out of the glibc manual ;)
> >
> > 2002-03-03 James A. Morrison <[EMAIL PROTECTED]>
> &g
hostmux --help|--usage still work and ./hostmux /hurd/ftpfs still
says hostmux must be started as a translator.
Any hints would be appriciated.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone r
--- Marcus Brinkmann <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 06, 2002 at 09:02:07PM -0800, James Morrison wrote:
> > I CAN'T hostmux to WORK.
>
> You have linked it with libthreads? The ldd output is not enough
> to tell us
> this. Even the order of libraries
de is wrong. This is the Right Way.
>
Ok, next week's patch will contains the rest of these fixes.
> > * init-startup: Changed errno to err.
>
> This is better:
>
> * init-startup (netfs_startup): Use err, not errno.
>
>
And look, my changelog entry
> > 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 com
tten to, or some optimized version of this.
It seems gopherd, smbd, and nmbd all would need a SIGHUP as well.
At least I can feel comfortable that this will work for my changelogs
when I am working this summer ;) It will also work as my ogg
playlist, but that will require an nfsd on my machin
--- "Thomas Bushnell, BSG" <[EMAIL PROTECTED]> wrote:
> James A Morrison <[EMAIL PROTECTED]> writes:
>
> > Ok, I've grep'd through the hurd source looking for instances of
> errno being
> > assigned directly. These seem to be the places wher
tancy
things I should look for while reading through more code?
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone refering this as 'Open Source' shall be eaten by a GNU
__
--- "Thomas Bushnell, BSG" <[EMAIL PROTECTED]> wrote:
> James Morrison <[EMAIL PROTECTED]> writes:
>
> > > > I've also changed !var to var == MACH_PORT_NULL where
> > > > appropriate because some documentation, mach.texi, says
> &g
Well, I compiled the newest version of oskit today, I added the tlan driver to
oskit and oskit-mach compiled and run with the following patch.
However, I did notice that my oskit-mach kernel did not boot the Hurd directly.
I had to go back to using serverboot.
2002-03-17 James A. Morrison
--- Jeroen Dekkers <[EMAIL PROTECTED]> wrote:
> On Sun, Mar 17, 2002 at 04:18:27PM -0800, James Morrison wrote:
> > Well, I compiled the newest version of oskit today, I added the tlan
> driver to
> > oskit and oskit-mach compiled and run with the following patch.
>
...^C
--- localhost ping statistics ---
1094 packets transmitted, 546 packets received, 50% packet loss
round-trip min/avg/max = 30.0/1441.0/3360.0 ms
What ethernet driver are you using?
=
James Morrison
University of Waterlo
Makeconf needs to be edited to include the appropriate libxml headers.
If need be I'll make a self-contained tarball of httpfs this weekend, and send
a Makefile patch here.
Sorry about bitching, I just want to compile and play with cool things out of
the box ;). Note: libxml2 is compil
hanks.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone refering this as 'Open Source' shall be eaten by a GNU
__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th
n't use ps -a.
I don't know why I couldn't use ps -a, but I couldn't.
=
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone refering this as 'O
--- Jon Arney <[EMAIL PROTECTED]> wrote:
> James,
>
> Thanks for the links. One of the difficult things about coming up to
> speed on the Hurd is that there are so many different websites with
> lots of (sometimes conflicting) information.
Yes, luckily this has gotten a
("/include/machine-lock.h") 53))
] ) -1 (insn_list 106 (insn_list 111 (nil)))
(expr_list:REG_DEAD (reg:SI 41)
(nil)))
make[1]: *** [file-syncfs.o] Error 1
make[1]: Leaving directory `/home/compile/A/cvs/hurd/build/libdiskfs'
make: *** [libdiskfs] Error 2
machine-lock.h com
Hi,
I'm curious what types of checks would be in a make check target for the
hurd.
Would have to be run in a sub-hurd to test all the hurd translators and libc
functions? Should the test programs be compiled within that test sub-hurd?
=
James Morrison
University of Wat
There is a function in utils/w.c called fetch_boot_time (). Moving this
function to a hurd libraries would make it much simpler for people to write
there
own uptime programs for GNU Hurd and any other application that might want to
get the systems boot time, like procfs.
=
James Morrison
--- "Thomas Bushnell, BSG" <[EMAIL PROTECTED]> wrote:
> James A Morrison <[EMAIL PROTECTED]> writes:
>
> > libnetfs:
> > * make-protid.c (netfs_make_protid): Use err, not errno.
>
> This one is incorrect; it changes the established interface
1 - 100 of 234 matches
Mail list logo