Applied, thanks!
Applied, thanks!
Fix some compiler warnings.
* linux/dev/glue/block.c (out): Cast to device_t.
* linux/dev/glue/block.c (device_get_status): Cast to struct disk_params *.
* linux/dev/init/main.c (alloc_contig_mem): Initialize addr and cast return
value to void *.
* i386/i386/phys.c (pmap_copy_page): Initialize sr
Flavio Cruz, on Thu 31 Dec 2015 17:49:25 +0100, wrote:
> When cross-compiling, OTHERLIBS magically turns -lpthread into the path
> to the host libpthread.so file, resulting in build issues. LDLIBS does
> not suffer from this problem and it seems that is already being used in
> other Makefiles. This
When cross-compiling, OTHERLIBS magically turns -lpthread into the path
to the host libpthread.so file, resulting in build issues. LDLIBS does
not suffer from this problem and it seems that is already being used in
other Makefiles. This patch removes OTHERLIBS entirely from the build
system.
---
---
* fstests/fstests.c (main): Only declare 'root' when HURDISH_TESTS is defined.
diff --git a/fstests/fstests.c b/fstests/fstests.c
index c652a70..c71b13a 100644
--- a/fstests/fstests.c
+++ b/fstests/fstests.c
@@ -42,8 +42,8 @@ int check_refs (mach_port_t port) /* To call from gdb */
int
main
Flavio Cruz, on Thu 31 Dec 2015 16:45:51 +0100, wrote:
> Agreed. I think only devnode should include it in mig-mutate.h. For
> term, only some stubs are including mig-mutate.h. For trans, there's no
> mig-mutate.h at all. Here's the modified patch.
Applied, thanks!
Samuel
Justus Winter, on Thu 31 Dec 2015 16:28:14 +0100, wrote:
> Quoting Samuel Thibault (2015-12-31 16:11:30)
> > Flavio Cruz, on Thu 31 Dec 2015 15:56:31 +0100, wrote:
> > > This fixes three compiler warnings about ports_payload_get_name.
> > >
> > > * devnode/Makefile: Define DEVICE_IMPORTS.
> > > *
On Thu, Dec 31, 2015 at 04:28:14PM +0100, Justus Winter wrote:
> Quoting Samuel Thibault (2015-12-31 16:11:30)
> > Flavio Cruz, on Thu 31 Dec 2015 15:56:31 +0100, wrote:
> > > This fixes three compiler warnings about ports_payload_get_name.
> > >
> > > * devnode/Makefile: Define DEVICE_IMPORTS.
>
Quoting Samuel Thibault (2015-12-31 16:11:30)
> Flavio Cruz, on Thu 31 Dec 2015 15:56:31 +0100, wrote:
> > This fixes three compiler warnings about ports_payload_get_name.
> >
> > * devnode/Makefile: Define DEVICE_IMPORTS.
> > * term/Makefile: Likewise.
> > * trans/Makefile: Likewise.
>
> Why not
Applied, thanks!
Samuel
* libtrivfs/mig-decls.h: Implement trivfs_convert_to_port.
* term/mig-mutate.h: Define IO_OUTTRAN.
---
diff --git a/libtrivfs/mig-decls.h b/libtrivfs/mig-decls.h
index 230af23..f3afd5a 100644
--- a/libtrivfs/mig-decls.h
+++ b/libtrivfs/mig-decls.h
@@ -75,6 +75,12 @@ trivfs_end_using_protid (stru
Flavio Cruz, on Thu 31 Dec 2015 15:56:31 +0100, wrote:
> This fixes three compiler warnings about ports_payload_get_name.
>
> * devnode/Makefile: Define DEVICE_IMPORTS.
> * term/Makefile: Likewise.
> * trans/Makefile: Likewise.
Why not adding them to the corresponding mig-mutate.h?
Samuel
This fixes three compiler warnings about ports_payload_get_name.
* devnode/Makefile: Define DEVICE_IMPORTS.
* term/Makefile: Likewise.
* trans/Makefile: Likewise.
---
diff --git a/devnode/Makefile b/devnode/Makefile
index 0964f8d..e46e4fd 100644
--- a/devnode/Makefile
+++ b/devnode/Makefile
@@ -
On Thu, Dec 31, 2015 at 03:11:44PM +0100, Justus Winter wrote:
> Quoting Flavio Cruz (2015-12-30 18:03:58)
> > This fixes a warning when compiling the mig generated file
> > gnumach/kern/mach4.server.c. Here, an ipc_port_t* is passed to a
> > function that expects a mach_port_t* (In0P->object). Sin
Quoting Flavio Cruz (2015-12-30 18:03:58)
> This fixes a warning when compiling the mig generated file
> gnumach/kern/mach4.server.c. Here, an ipc_port_t* is passed to a
> function that expects a mach_port_t* (In0P->object). Since mig uses
> mach_port_t and ipc_port_t interchangeably in kernel inte
16 matches
Mail list logo