On Wed, 24 Jul 2013, Taylor R Campbell wrote:
Modified Files:
src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: kernel.h
Log Message:
Implement bogus max_t in .
+/* XXX These will multiply evaluate their arguments. */
+#definemax_t(T, X, Y) MAX(X, Y)
#define min_t(T,
Date: Wed, 24 Jul 2013 07:34:25 +0100
From: Nick Hudson
Can't we please put these compat stubs somewhere common, e.g.
sys/external/bsd/compat/linux
No objection here (although I think we should probably add a new
top-level sys directory, say sys/shims or something, for other-OS
Date: Wed, 24 Jul 2013 08:05:11 +0100
From: David Laight
On Wed, Jul 24, 2013 at 02:12:29AM +, Taylor R Campbell wrote:
> Add __le16, __le32, and __le64 to .
>
> As far as I'm aware, these aliases are correct, and the type doesn't
> actually have any effect on the byte o
On Wed, 24 Jul 2013, Taylor R Campbell wrote:
Module Name:src
Committed By: riastradh
Date: Wed Jul 24 01:54:19 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: types.h
Log Message:
Define cycles_t to be unsigned long long for now in .
On Wed, Jul 24, 2013 at 02:12:29AM +, Taylor R Campbell wrote:
> Module Name: src
> Committed By: riastradh
> Date: Wed Jul 24 02:12:29 UTC 2013
>
> Modified Files:
> src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: types.h
>
> Log Message:
> Add __le16, __le32, and __
On 07/24/13 01:49, Taylor R Campbell wrote:
Module Name:src
Committed By: riastradh
Date: Wed Jul 24 00:49:48 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: list.h
Log Message:
Add initial draft of Linux list and hlist to .
Implemente