(2013/06/27 3:47), Matt Thomas wrote:
Module Name:src
Committed By: matt
Date: Wed Jun 26 18:47:26 UTC 2013
Modified Files:
src/sys/kern: subr_disk_mbr.c
Log Message:
If the MBR is a protective MBR, don't bother looking at it.
To generate a diff of this commit:
cvs rdi
On Sun, Jul 28, 2013 at 09:24:12PM +, Nicolas Joly wrote:
> Module Name: src
> Committed By: njoly
> Date: Sun Jul 28 21:24:12 UTC 2013
>
> Modified Files:
> src/lib/libc/sys: readlink.2
>
> Log Message:
> Add readlink(2) specific errors.
Should have been "Add readlinkat(2) sp
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,
On Wed, 24 Jul 2013, Taylor R Campbell wrote:
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915 [riastradh-drm2]: intel_dp.c
Log Message:
Avoid {0} struct initializer in intel_dp_init_connector.
The usual way we deal with this in NetBSD is to write
typename varname = {.m
On Sun, Jul 28, 2013 at 04:49:03AM +, Paul Goyette wrote:
> Modified Files:
> src/sys/ufs/lfs: ulfs_quota2.c
>
> Log Message:
> Remove more unused variables to unbreak the build.
: @@ -870,7 +865,6 @@
: struct quota2_header *q2h;
: struct quota2_entry q2e;
: