Re: I/O permission control in OSKit-Mach

2001-10-21 Thread Kevin Kreamer
On Tue, Oct 16, 2001 at 04:16:42AM +0200, Marcus Brinkmann said: > This is not so cool as Kalles cursor move program, so: > > Exercise > > > Reimplement Kalles cursor move test program so that it works on OSKit-Mach > with the patch. Attached. Thanks, Kevin --

Re: [patch] direct console set_status

2001-10-18 Thread Kevin Kreamer
x27;t it be more Hurdish to have this stuff in user-space eventually (especially if we move to L4) ? Kevin -- Kevin Kreamer FsckIt on openprojects.net ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

[patch] direct console set_status

2001-10-18 Thread Kevin Kreamer
console, DC_NO_ONLCR, 0, 0); if (err) return err; Thanks, Kevin -- Kevin Kreamer FsckIt on openprojects.net Index: oskit/ds_asyncio.c === RCS file: /cvsroot/hurd/gnumach/oskit/Attic/ds_asyncio.c,v retrieving revi

[patch] direct_cons_set_flags

2001-10-10 Thread Kevin Kreamer
Roland, You said if I made a patch to move direct_cons_set_flags to the first time the console is device_open'd, you would include it in oskit-mach. This is that patch. Thanks, Kevin ChangeLog entry: 2001-10-10 Kevin Kreamer <[EMAIL PROTECTED]> * ds_osenv.c: Do

[patch] bug in libstore/std.c

2001-10-10 Thread Kevin Kreamer
Neal and I found a bug in libstore/std.c where &store_part_class was not compiled in due to HAVE_PARTED_PARTED_H not being defined. Neal's suggested fix was to change it to HAVE_LIBPARTED, which is the included patch. ChangeLog entry: 2001-10-10 Kevin Kreamer <[EMA

Re: oskit-mach & oskit-20010214: network

2001-10-09 Thread Kevin Kreamer
k test (pinging a remote machine). Daniel, good job! Thank you for getting this to work. Kevin -- Kevin Kreamer FsckIt on openprojects.net ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: Building OSKit-Mach (texinfo format) - dead link w/patch

2001-10-09 Thread Kevin Kreamer
ped ] As Ognyan stated, that URL is temporary, and its' use is discouraged. Since the other one, however, is not always available, I put copy of that document on my web site, and made the link point there. This should work until both documents get a more permanent home. Kevin -- Kevin

Re: oskit-mach: -O2 and gdb

2001-10-08 Thread Kevin Kreamer
t I understand, most other debuggers won't debug optimized code at all. Kevin -- Kevin Kreamer FsckIt on openprojects.net ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: Building OSKit-Mach (texinfo format)

2001-10-02 Thread Kevin Kreamer
revision), and the individual patches are under http://www.etherhogz.org/src/patches/>. It also contains several other revisions besides those listed above. Thanks, Kevin -- Kevin Kreamer FsckIT on openprojects.net ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: colortext patch

2001-10-02 Thread Kevin Kreamer
For anyone trying to build colortext, you have to grab pio.h from the gnumach/oskit-mach sources. screen.c tries to include it as , but the mach's (or machen or whatever) no longer install that header. Kevin -- Kevin Kreamer FsckIt on openproject

building libstore replaces /include/hurd/store.h

2001-10-02 Thread Kevin Kreamer
I noticed while building the Hurd, the $(MAKE) invoked in libstore/ replaces /include/hurd/store.h. Is this a new bug, known problem, quick hack, misunderstood feature, or user error (quite possible)? Thanks, Kevin -- Kevin Kreamer FsckIt on openprojects.net

Re: Building OSKit-Mach (texinfo format)

2001-09-25 Thread Kevin Kreamer
nk it's best, then, to get this updated copy out to everyone instead of worrying about @smallbook. I may move it there in the future, and I'll keep this point in mind whenever I write more docs, so thank you for pointing it out

Building OSKit-Mach (texinfo format)

2001-09-21 Thread Kevin Kreamer
nyan Kulev. Thanks to both of you. Kevin -- Kevin Kreamer FsckIt on openprojects.net oskit-mach.texi