Please, go ahead and admin the lists.
--
Thanks,
Jim
http://www.csclub.uwaterloo.ca/~ja2morri/
http://phython.blogspot.com
http://open.nit.ca/wiki/?page=jim
___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd
Antti-Juhani Kaijanaho <[EMAIL PROTECTED]> writes:
> Now, you seem to have completely missed *my* point. "extern inline"
> will change semantics sooner or later, and I would assume that "extern
> __inline__" does too. If you can tell me that my assumption is false,
> be my guest, but -ansi is n
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes:
> Hey,
>
> I got this funky idea today, but I'm not sure what would be the best
> way to implement it. What it would essentially do is provide a
> "circular file", so when you get to the end of the file you start from
> position 0. With the nice o
I
Juha Nygard <[EMAIL PROTECTED]> writes:
> tried to boot GNU/Hurd on my PC (asus a7a266 motherboard, duron and
> 40GB maxtor hard disk). The Hurd partition size is 1.7GB. I have
> managed to boot Debian GNU/Hurd with the serverboot.gz thing, which
> has become obsolete, but not with the new met
bly only use it.
Anyway, have fun.
James A. Morrison
2003-03-25 James A Morrison <[EMAIL PROTECTED]>
* mlock.c (mlock): Check the memory protections for the regions to
be locked and ensure each page is in memory before
On Wed, 2003-03-19 at 09:50, Marcus Brinkmann wrote:
> On Wed, Mar 19, 2003 at 03:49:22PM +0100, Marcus Brinkmann wrote:
> > > #177486: POSIX semaphore
> >
> > This implementation is not POSIX compliant.
>
> Oops, sorry, I mixed this up with something else. Fact is I don't have an
> opinion on
00 (EDT)
> Message-Id: <[EMAIL PROTECTED]>
> X-Authentication-Warning: rees.math: ja2morri set sender to [EMAIL PROTECTED] using
> -f
> From: James A Morrison <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: FTBFS: hurd should build-depend on autoconf2.13
> Deliv
On Tue, 2003-03-11 at 17:39, Sebastien DI MERCURIO wrote:
> Hello,
>
> I've got a couple of question when looking at Hurd boot sequence. To
> start the system, Grub (or any other multiboot bootloader) launch 3
> modules : the kernel, the exec server and the filesystem server. But,
> how thoses
launch_something () to retry
start_child as it needs to and crashes the system if nothing works.
James A. Morrison
2003-01-22 James A. Morrison <[EMAIL PROTECTED]>
* init.c (start_child): Return err on error.
Index:
This patch allows the computer to reboot if the user does not enter
a value for the path to a server.
James A. Morrison
2003-01-20 James A. Morrison <[EMAIL PROTECTED]>
* init.c (getstring): Return 0 if the user only presses enter.
Index:
$(installed-headers)))
cat $^ > $@
to Makefile.in would work, but I keep getting
make: *** No rule to make target `device/device.msgids', needed by `mach.msgids'
. Stop.
James A. Morrison
2002-12-01 James A. Morrison <[EMAIL PROTECTED]>
* rpctrace.c: Add option
Hi,
After discovering I could recover my vga console by specifying a font,
I decided I wanted a system font directory, so I made one. Here is the
patch.
James A. Morrison
2003-01-05 James A. Morrison <[EMAIL PROTECTED]>
* vga.c (DEFAULT_VGA_FONT_PATH): Default path f
?
There are many bugs in GNU Mach and in the Hurd, but we don't have enough
information so far to tell.
---
Gerardo Pirla Diaz
James A. Morrison
___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd
some more error
checking.
James A. Morrison
2002-11-09 James A. Morrison <[EMAIL PROTECTED]>
* ops.c (netfs_attempt_mkfile): Use asprintf instead of sprintf.
(netfs_attempt_unlink): Likewise.
(netfs_report_access): Pass !ERR to process_returned_stat as similar
Hi,
While searching for round_page, I started reading the TODO list. I found
what seems to be an older reference to switching to libio. Anyway, the
actual point of this is to ask where the BFD exec server has been resurected
or if it has been excised yet.
James A. Morrison
a colon. So here is the
patch.
2002-10-07 James A Morrison <[EMAIL PROTECTED]>
* typed.c (store_typed_open): Use store_open if NAME does not contain
a ':'.
Index: typed.c
===
RCS file: /cvsroot/hur
Hi,
I noticed vmstat wasn't reporting the total amount of memory on my system.
I'm not sure if it is the Hurd or Mach that is incorrectly counting memory
some where, but I suspect it is Mach. Anyway, here is the patch.
James A. Morrison
2002-06-16 James A. Morrison <[EM
Hi,
This is a slight modification from my last patch, same idea though.
James A. Morrison
2002-06-04 James A. Morrison <[EMAIL PROTECTED]>
* spec.c (sprint_frac_value): Added case for values between 1000 and
1023. Make VALUE, FRAC size_t's and return a va
a recent checkin by Marcus that
briefly explains why.
2002-05-13 Marcus Brinkmann <[EMAIL PROTECTED]>
* version.h.in (STANDARD_HURD_VERSION): Remove EXTRA argument,
because cpp 3.0 is not removing any token before ##args that is
not a single comma,
Hey,
I tried to compile the Hurd, and it failed on libiohelp. I can't remember
the error message, but here is the fix. It wanted the declarations before
the definitions of the functions.
James A. Morrison
2002-06-01 James A. Morrison <[EMAIL PROTECTED]>
* sha
2002-05-31 James A. Morrison <[EMAIL PROTECTED]>
* Makefile (LINUXSRCS): Removed Search for .S files.
(LINUXASMS): New Variable to hold .S files.
(arch-lib-asms): New Variable to hold .S filenames.
(OBJS): Pattern substitute .S to .o.
Index: Ma
Hi,
It seems CMU expected task_basic_info.resident_size and
task_basic_info.virtual_size to return the number of pages used, but it seems
oskit-mach doesn't do that, gnumach probably returns the number of bytes used
as well.
James A. Morrison
2002-05-26 James A. Morrison &l
Hi,
I had noticed that ps and pptop would show the virtual size of some of my
processes to be some large negative number, which seems wrong, so here is the
patch I use to get only positive number for the resident size and the virtual
size.
James A. Morrison
2002-05-26 James A. Morrison
Hi,
Although Roland wasn't sure of the usefulness of the this patch. This
patch changes both libnetfs and libdiskfs to have make_node return an
error_t.
2002-04-06 James A. Morrison <[EMAIL PROTECTED]>
libnetfs:
* make-node.c (netfs_make_node): Now returns an error
Hi,
This patch should sync the interfaces of libnetfs and libdiskfs wrt
the creation of peropens and protids.
2002-04-05 James A. Morrison <[EMAIL PROTECTED]>
libnetfs:
netfs_make_peropen, and netfs_make_protid to return an error_t and
take an extra parameter to r
Hi,
I've changed diskfs_create_protid not to duplicate the iouser passed into
it. This diskfs_create_protid and netfs_make_protid the same semantics
wrt the iouser passed to them.
2002-04-06 James A. Morrison <[EMAIL PROTECTED]>
libdiskfs:
* io-rest
I changed the signature of diskfs_make_node to return an error_t like
diskfs_make_peropen or diskfs_make_protid.
I'm holding back on the libnetfs stuff until I know how make_protid should
act wrt it iouser struct.
2002-04-02 James A. Morrison <[EMAIL PROTECTED]>
ext2fs:
Some compiler warning fixes. And an updated copyright.
2002-04-02 James A. Morrison <[EMAIL PROTECTED]>
daemons:
* console-run.c: Updated the copyright.
nfsd:
* fsys.c: Include .
* main.c: Likewise.
sutils:
* halt.c: Include .
* reboot.c: Li
np->lock);
> > +
> > + iohelp_free_iouser (new_user);
>
> This change looks wrong. new_user should not be freed in the success
> case. Also, ports_port_deref needs to happen after the unlock.
>
Humm, again I followed the example in libdiskfs/io-re
ted in console-run.c during the last
set of checkins.
Just a reminder, there are outstanding documentation patches for hurd.texi.
2002-03-28 James A. Morrison <[EMAIL PROTECTED]>
daemons:
* console-run.c: Updated copyright.
ftpfs:
* fs.c (ftpfs_create): Check retur
t executes when netfs_make_protid succeeds.
2002-03-24 James A. Morrison <[EMAIL PROTECTED]>
* fsys-getroot.c (netfs_S_fsys_getroot): Check if netfs_make_protid
fails.
* io-duplicate.c (netfs_S_io_duplicate): Likewise.
* io-reauthenticate.c (netfs_S_io_reau
checks the number of arguments it has
before checking to see if it started as a translator to match the behaviour
of other translators.
2002-03-23 James A. Morrison <[EMAIL PROTECTED]>
boot:
* boot.c (main): Use error, not perror and exit.
console:
* main.c (main)
ACH_PORT_NULL is not assumed to
be 0 in the Hurd system.
So how does the change log look?
2002-03-14 James A. Morrison <[EMAIL PROTECTED]>
daemons:
* console-run.c (open_console): Use err, not errno.
fstests:
* opendisk.c: Use err, not errno.
init:
* ini
Hi,
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 command line option choosing randomly, sequencial
Hi, I managed to get this to work manually bootstrapping it to show that
these changes work.
2002-03-09 James A. Morrison <[EMAIL PROTECTED]>
* mux.c: Changed lookup behaviour to use the addrinfo struct instead of
the hostent struct. Renamed lookup_host
Hi,
This patch is cosmetic, but it helped me debug since I couldn't get
gdb to print errno, where it would print error.
Is this the better way to return the error? If yes, I will go through
the rest of the hurd source looking for similar situations and fix them
as well.
2002-03-9 Ja
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]>
* mux.c (lookup_host): removed arbitrary limit on host name size.
I
1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
Written by Miles Bader <[EMAIL PROTECTED]>
+ Extended by James A. Morrison <[EMAIL PROTECTED]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Publ
Hi, This patch just updates the copyright information
2002-02-11 James A. Morrison <[EMAIL PROTECTED]>
* hurd.texi: Updated copyright dates, and identified JM in hurd.texi
Index: hurd.texi
===
RCS file: /c
Hi, I tried to reword this paragraph to make more sense, I hope it does.
2002-02-11 James A. Morrison <[EMAIL PROTECTED]>
* hurd.texi (Translators): Reworded a paragraph that had a reword
request on it.
Index: hur
2002-02-11 James A. Morrison <[EMAIL PROTECTED]>
* hurd.texi (Translators): Document the options for showtrans and
fsystops.
Index: hurd.texi
===
RCS file: /cvsroot/hurd/hurd/doc/hurd.texi,v
retr
2002-02-11 James A. Morrison <[EMAIL PROTECTED]>
* hurd.texi: Document boot program, added Invoking boot section
Index: hurd.texi
===
RCS file: /cvsroot/hurd/hurd/doc/hurd.texi,v
retrieving revision 1.20
d
2002-02-11 James A. Morrison <[EMAIL PROTECTED]>
* hurd.texi: Add a space before []'s in vector definitions to remove
compile warnings.
Index: hurd.texi
===
RCS file: /cvsroot/hurd/hurd/doc/
2002-02-11 James A. Morrison <[EMAIL PROTECTED]>
* hurd.texi (Modifying Directories): Documented dir_mkfile, dir_mkdir
dir_rmdir, dir_unlink, dir_link and dir_rename.
Index: hurd.texi
===
RCS file: /c
These should be last references to dir_pathtrans left in the hurd sources.
2002-02-11 James A. Morrison <[EMAIL PROTECTED]>
* fstests/fstests: dir_pathtrans -> dir_lookup
* hurd/fs.defs: Likewise
* hurd/fsys.defs: Likewise
* libdiskfs/diskfs.h:
2002-02-11 James A. Morrison <[EMAIL PROTECTED]>
* hurd.texi: Updated grub url.
Index: hurd.texi
===
RCS file: /cvsroot/hurd/hurd/doc/hurd.texi,v
retrieving revision 1.20
diff -u -r1.20 hurd.texi
--- hurd.texi
I've tried to fill in some gaps I found and reword some sections that
indicated they needed rewording.
Comments?
2002-01-29 James A. Morrison <[EMAIL PROTECTED]>
* hurd.texi (Invoking boot): Added Invoking boot section.
(showtrans): Added command l
Here is a patch for hurd.texi that adds some information on using boot.
It also fixes a typo.
2002-01-23 James A. Morrison <[EMAIL PROTECTED]>
* hurd.texi (Boot Program): Added section for program 'boot'.
(Recursive Bootstrap): Added a real p
I haven't been able to follow this up much, but I find gdb accepts keyboard
signals when the process is run from gdb, but when gdb attaches to a process
direct keyboard signals no longer work. The last encounter I had with this
problem I was able to send an external signal to gdb and it worked.
Ok, I have screen open but I can't switch screens for some reason.
Well, I think I'll enable my telnetd.
Thanks for you help
James Morrison
This is interesting:
X-Shopping-List:
(1) Tabular samples
(2) Fabulous buds
(3) Gymnastic acne
(4) Historic secret rebellions
___
50 matches
Mail list logo