Re: [PATCH gnumach 00/16] Another round of warning fixes

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:26 +0200, a écrit : > The one that I could see being contentious is > “Remove unused and non-functional string specialization header“ > but then I think it would make more sense to add optimized version > in something like i386/strings.c so that they could

Re: [PATCH gnumach 16/16] Fix undefined operation on assigning self pre-incremented variable

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:42 +0200, a écrit : > * linux/src/drivers/scsi/wd7000.c (mail_out): Add `1' instead of > pre-incrementing self assigned variable. > * linux/src/drivers/net/de4x5.c (de4x5_sw_reset, de4x5_queue_pkt, de4x5_rx) > (de4x5_tx, de4x5_rx_ovfc, set_multicast_list, pin

Re: [PATCH gnumach 15/16] Honour type promotion on variable argument handling

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:41 +0200, a écrit : > * linux/dev/lib/vsprintf.c (linux_vsprintf): Use `int' when retrieving > a `short' through `va_arg'. Applied, thanks. Samuel

Re: [PATCH gnumach 14/16] Correct MiG Mach types to fix compilation warnings

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:40 +0200, a écrit : > * include/mach/mach_types.defs (thread_info_t): Change from array of > natural_t to integer_t. > (task_info_t): Likewise. > (host_info_t): Likewise. > (processor_info_t): Likewise. > (processor_set_info_t): Likewise. Applied, thanks. S

Re: [PATCH gnumach 13/16] Denote __exit symbols as used

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:39 +0200, a écrit : > * linux/src/include/linux/init.h: Include . > (__exitused): New macro. > (__exit): Define to ` __exitused __cold notrace'. > * linux/src/include/linux/kcomp.h (__exit): Remove. Applied, thanks. Samuel

Re: [PATCH gnumach 12/16] Move from linux/pcmcia-cs to linux/src

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:38 +0200, a écrit : > * linux/pcmcia-cs/include/linux/init.h: Move to ... > * linux/src/include/linux/init.h: ... here. Applied, thanks. Samuel

Re: [PATCH gnumach 11/16] Import Linux 3.1 compiler definitions

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:37 +0200, a écrit : > * linux/src/include/linux/compiler.h: New file. > * linux/src/include/linux/compiler-gcc.h: Likewise. > * linux/src/include/linux/compiler-gcc3.h: Likewise. > * linux/src/include/linux/compiler-gcc4.h: Likewise. > * linux/dev/include/lin

Re: [PATCH gnumach 10/16] Import Linux 3.1 ctype code

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:36 +0200, a écrit : > * linux/src/include/linux/ctype.h: Update file. > * linux/src/lib/ctype.c: Likewise. Applied, thanks. Samuel

Re: [PATCH gnumach 09/16] Remove unused and non-functional string specialization header

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:35 +0200, a écrit : > * linux/src/include/asm-i386/string-486.h: Remove. Applied, thanks. Samuel

Re: [PATCH gnumach 08/16] Fix memcmp prototype

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:34 +0200, a écrit : > * include/string.h (memcmp): Remove bogus `*' from return type. Applied, thanks. Samuel

Re: [PATCH gnumach 07/16] Add linux_timer_intr function declaration

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:33 +0200, a écrit : > * i386/i386/hardclock.c [LINUX_DEV] (linux_timer_intr): New prototype. Applied, thanks. I have also reworked quite a few similar function declarations. Samuel

Re: [PATCH gnumach 06/16] Add missing headers

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:32 +0200, a écrit : > * device/dev_pager.c: Include . > * linux/pcmcia-cs/glue/wireless_glue.h: Include . Applied, thanks. Samuel

Re: [PATCH gnumach 05/16] Remove unused variable

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:31 +0200, a écrit : > * i386/i386at/rtc.c (rtc): Remove variable. Applied, thanks. Samuel

Re: [PATCH gnumach 04/16] Cast host_get_time() arguments to fix warnings

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:30 +0200, a écrit : > * linux/dev/glue/misc.c (do_gettimeofday): Cast arguments to > `host_get_time'. Applied, thanks. Samuel

Re: [PATCH gnumach 03/16] Cast function timeout() argument to fix a warning

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:29 +0200, a écrit : > * kern/mach_clock.h (timer_func_t): New function type. > (struct timer_elt): Change fcn type to timer_func_t. > * i386/i386at/com.c (comstart): Cast `ttrstrt' to `timer_funct_t *' in > `timeout' call. > * i386/i386at/lpr.c (lprstart): Li

Re: [PATCH gnumach 02/16] Return a value on non-void function

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:28 +0200, a écrit : > * i386/i386at/com.c (comcnprobe, comcninit, comcnputc): Return 0. Applied, thanks. Samuel

Re: [PATCH gnumach 01/16] Move Linux module macros to their original header

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:27 +0200, a écrit : > * linux/pcmcia-cs/glue/wireless_glue.h (EXPORT_SYMBOL) > (SET_MODULE_OWNER): Move to ... > * linux/src/include/linux/module.h [!MODULE]: ... here. Applied, thanks. Samuel

Re: [PATCH mig 2/2] Add silent rules support if available and disable it by default

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:14:19 +0200, a écrit : > * configure.ac (AM_SILENT_RULES): Add silent rules support if available, > and disable it by default. > * Makefile.am (AWK_V, AWK_V_, AWK_V_0): New variables. > (.sym.symc): Use AWK_V in front of AWK. > (.symc.symo): Use AM_V_CC in fro

Re: [PATCH mig 1/2] Add a .gitignore file

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:14:18 +0200, a écrit : > * .gitignore: New file. Applied, thanks. Samuel

Re: [PATCH 15/17] Move cdrom_sleep() definition where it belongs

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 02:43:03 +0200, a écrit : > If the original file has to be modified anyway to disable the function > I don't see the point in arbitrarily moving the function somewhere > else, more so when it forces the function to be global when it should > be static. Right. > I

[bug #17128] fifos not going away

2011-08-30 Thread Thomas Schwinge
Update of bug #17128 (project hurd): Status:None => Confirmed Assigned to:None => antrik ___ Follow-up Comment #2: IRC, freenode, #hurd,

Re: Interface for SCSI transactions ?

2011-08-30 Thread Jeremie Koenig
Hi, On Sat, Aug 27, 2011 at 05:47:25PM +0200, Thomas Schmitt wrote: > Will a 3 GB "disk" suffice ? Shall i install Hurd to a larger one ? I'd recommend using a larger image (some qemu image types can actually grow on demand), as 3 GB is barely enough for a small system, let alone the repositories

Re: DNS problem with GNU/Hurd machine

2011-08-30 Thread Sergey Poznyakoff
Thomas Schwinge ha escrit: > I have never been involved in that machine (before my time), but in > fencepost's /com/mailer/aliases, the following comment/rule can be found, > which indicated that it once was operational: It was, indeed. It provided a GNU/Hurd testbed for people wishing to test t

Re: DNS problem with GNU/Hurd machine

2011-08-30 Thread Thomas Schwinge
Hi! On Thu, 25 Aug 2011 14:34:10 -0400, Peter Olson wrote: > In the gnu.org zone file there is a reference to a machine called > > stampede.gnu.org > > with a comment indicating that it is associated with the GNU/Hurd project. > > So far as I know the machine has never been operational, but I