Gnumach cleanup - 'return type defaults to int'

2006-11-12 Thread Barry deFreese
As per Samuels request, here is a patch to clean up all warnings for non-typed functions. * device/cons.c * cninit() Add void return type to function definition * cngetc() return type int * cnmaygetc() Likewise * cnputc() return type void * device/net_io.c * net_del_q_i

Re: Gnumach cleanup Round 4

2006-11-12 Thread Barry deFreese
- Original Message - From: "Roland McGrath" <[EMAIL PROTECTED]> To: "Barry deFreese" <[EMAIL PROTECTED]> Cc: Sent: Sunday, November 12, 2006 7:50 PM Subject: Re: Gnumach cleanup Round 4 Decls for copyin et al do not belong in a machine header. Roland, I don't disagree. Have a s

Re: Gnumach cleanup Round 4

2006-11-12 Thread Roland McGrath
Decls for copyin et al do not belong in a machine header. ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

[task #6096] Querying GNU Mach via ``mach_debug/mach_debug.defs''

2006-11-12 Thread Thomas Schwinge
URL: Summary: Querying GNU Mach via ``mach_debug/mach_debug.defs'' Project: The GNU Hurd Submitted by: tschwinge Submitted on: Monday 11/13/06 at 01:42 Category: GNU Mach Shou

Re: Gnumach cleanup Round 4

2006-11-12 Thread Barry deFreese
- Original Message - From: "Samuel Thibault" <[EMAIL PROTECTED]> To: "Barry deFreese" <[EMAIL PROTECTED]> Cc: Sent: Sunday, November 12, 2006 6:47 PM Subject: Re: Gnumach cleanup Round 4 Hi, Barry deFreese, le Sun 12 Nov 2006 21:19:06 -0500, a écrit : OK, I was working on a much b

Re: Gnumach cleanup Round 4

2006-11-12 Thread Samuel Thibault
Hi, Barry deFreese, le Sun 12 Nov 2006 21:19:06 -0500, a écrit : > OK, I was working on a much bigger patch but got hung up on some of the > chario / tty stuff. So I am sending what I have for now. Ah, I misread it, so that patch was not so big, I commited most of it (the obvious part). > * i

Re: Working on stuff / statement from tschwinge

2006-11-12 Thread Constantine Kousoulos
Please allow me to add something. I'm relatively new to the GNU Hurd project, so i don't know a lot of things that are technical in nature or otherwise (eg Szmidt's history). However, i do know one thing. All Hurd needs to survive is a community of people that actually care for Hurd to survive.

Gnumach cleanup Round 4

2006-11-12 Thread Barry deFreese
Heya gang. OK, I was working on a much bigger patch but got hung up on some of the chario / tty stuff. So I am sending what I have for now. * i386/i386/locore.h New file * i386/i386/pcb.h New file * i386/i386/spl.h Add function declarations * i386/i386at/kd_event.h New file * i386/