CVS commit: src/sys/fs/udf

2021-12-16 Thread Reinoud Zandijk
udf/udf_subr.c Thu Dec 16 22:24:10 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_subr.c,v 1.161 2021/12/16 22:19:08 reinoud Exp $ */ +/* $NetBSD: udf_subr.c,v 1.162 2021/12/16 22:24:10 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -29,7 +29,7 @@ #include #ifndef lint -__KERNEL_RCSI

CVS commit: src/sys/fs/udf

2021-12-16 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Thu Dec 16 22:24:11 UTC 2021 Modified Files: src/sys/fs/udf: udf_subr.c Log Message: Fix typo: reader -> header To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/fs/udf/udf_subr.c Please note that diffs

CVS commit: src/sys/fs/udf

2021-12-16 Thread Reinoud Zandijk
Exp $ */ +/* $NetBSD: udf_subr.c,v 1.161 2021/12/16 22:19:08 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -29,7 +29,7 @@ #include #ifndef lint -__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.160 2021/12/15 22:02:30 reinoud Exp $"); +__KERNEL_RCSID(0, "$NetBS

CVS commit: src/sys/fs/udf

2021-12-16 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Thu Dec 16 22:19:09 UTC 2021 Modified Files: src/sys/fs/udf: udf_subr.c Log Message: Fix serious issue with recordable media formatted with Win10. When closing it after modification the VAT was written out corrupted making the

CVS commit: src/sys/fs/udf

2021-12-16 Thread Reinoud Zandijk
16 22:19:11 2021 +++ src/sys/fs/udf/udf_vfsops.c Thu Dec 16 21:39:53 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_vfsops.c,v 1.82 2021/09/16 22:19:11 andvar Exp $ */ +/* $NetBSD: udf_vfsops.c,v 1.83 2021/12/16 21:39:53 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -28,7 +28,7

CVS commit: src/sys/fs/udf

2021-12-16 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Thu Dec 16 21:39:53 UTC 2021 Modified Files: src/sys/fs/udf: udf_vfsops.c Log Message: Make sysctl udf.verbose dependent on UDF_DEBUG instead of DEBUG To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

CVS commit: src/sys/fs/udf

2021-12-15 Thread Reinoud Zandijk
$ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -29,7 +29,7 @@ #include #ifndef lint -__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.159 2021/12/05 04:21:31 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.160 2021/12/15 22:02:30 reinoud Exp $"); #endif /* not li

CVS commit: src/sys/fs/udf

2021-12-15 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Dec 15 22:02:30 UTC 2021 Modified Files: src/sys/fs/udf: udf_subr.c Log Message: While searching the VAT on recordable media, search the last sector too! This fixes Win10 formatted discs from being mounted incorrectly. To

CVS commit: src/usr.sbin/makefs

2021-11-11 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Nov 12 07:41:55 UTC 2021 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Explain cd9660 and udf exceptions on the rule that the default sectorsize is 512. To generate a diff of this commit: cvs rdiff -u -r1.67

CVS commit: src/usr.sbin/makefs

2021-11-11 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Nov 12 07:41:55 UTC 2021 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Explain cd9660 and udf exceptions on the rule that the default sectorsize is 512. To generate a diff of this commit: cvs rdiff -u -r1.67

Re: CVS commit: src/sys

2021-10-06 Thread Reinoud Zandijk
On Wed, Sep 15, 2021 at 07:58:20PM +0900, Rin Okuyama wrote: > On 2021/09/11 19:09, Taylor R Campbell wrote: > > Module Name:src > > Committed By: riastradh > > Date: Sat Sep 11 10:09:55 UTC 2021 > > > > Modified Files: > > src/sys/arch/sparc64/sparc64: machdep.c >

Re: CVS commit: src/doc

2021-01-27 Thread Reinoud Zandijk
Hi Simon, On Wed, Jan 27, 2021 at 05:27:01AM +, Simon Burge wrote: > Module Name: src > Committed By: simonb > Date: Wed Jan 27 05:27:01 UTC 2021 > > Modified Files: > src/doc: CHANGES > > Log Message: > Note support for QEMU "mipssim" emulator. Is this machine also *able*

Re: CVS commit: src/usr.bin/make

2021-01-27 Thread Reinoud Zandijk
Hi, On Tue, Jan 26, 2021 at 11:44:56PM +, Roland Illig wrote: > Module Name: src > Committed By: rillig > Date: Tue Jan 26 23:44:56 UTC 2021 > > Modified Files: > src/usr.bin/make: parse.c > src/usr.bin/make/unit-tests: include-main.exp include-subsub.mk > > Log

Re: CVS commit: src/sys/dev/pci

2021-01-26 Thread Reinoud Zandijk
On Tue, Jan 26, 2021 at 05:51:42PM +0900, Rin Okuyama wrote: > Hi, > This seems not correct for me. Is the attached patch OK with you? Well you spotted a bug indeed int he freeing section. I'll fix and commit it. Thanks for reporting. Reinoud signature.asc Description: PGP signature

Re: CVS commit: src/sys/dev/pci

2021-01-22 Thread Reinoud Zandijk
On Fri, Jan 22, 2021 at 04:54:51PM +1100, matthew green wrote: > > +#ifndef _LP64 > > _LP64 is a terrible way to make this choice. > > heaps of our 32 bit platforms implement the _8 variants. Can't we then just make sure they have the 8 bit variant? and set a define if its atomic or not? This

Re: CVS commit: src/share/mk

2016-09-04 Thread Reinoud Zandijk
On Sun, Sep 04, 2016 at 06:57:40PM +, matthew green wrote: ... > and considering riscv and or1k both need to either wait for GCC 6 or have > someone who cares port their 5.x patches to our tree, that really only means > we have mips and m68k left. riscv is still a WIP in the current 5.x tree.

Re: CVS commit: src/sys/arch/arm

2016-03-04 Thread Reinoud Zandijk
Hi Nick! On Thu, Mar 03, 2016 at 05:01:31PM +, Nick Hudson wrote: > Log Message: > Get the RPI3 working (in aarch32 mode) by recognising Cortex A53 CPUs. > While I'm here add some A57/A72 info as well. > > My RPI3 works with FB console - the uart needs some help with its clocks. Thanks for

Re: CVS commit: src/sys/arch/riscv/riscv

2015-03-31 Thread Reinoud Zandijk
Hi Matt, On Tue, Mar 31, 2015 at 01:30:50AM +, Matt Thomas wrote: When the cpu gets an exception from kernel mode, the sscratch register will be 0 and curlwp will be in the tp register. When the cpu gets an exception from user mode, the sscratch register will be a pointer to the current

Re: CVS commit: src/sys/dev/usb

2014-09-22 Thread Reinoud Zandijk
Hi :) On Sun, Sep 21, 2014 at 01:02:24PM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Sun Sep 21 17:02:24 UTC 2014 Modified Files: src/sys/dev/usb: stuirda.c Log Message: remove stray return ... @@ -175,7 +175,6 @@ stuirda_fwload(struct

Re: CVS commit: src/sys/arch

2014-08-29 Thread Reinoud Zandijk
Mi Matthew, On Fri, Aug 29, 2014 at 09:53:31AM +1000, matthew green wrote: Reinoud Zandijk writes: Module Name:src Committed By: reinoud Date: Thu Aug 28 18:02:37 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_io.c exynos_soc.c

Re: CVS commit: src/lib/libc/arch/arm/gen

2012-07-12 Thread Reinoud Zandijk
Hi Veleriy, On Wed, Jul 11, 2012 at 11:08:46PM +0400, Valeriy E. Ushakov wrote: Log Message: On the libc/libgcc clashes cleanup that removed divsi3.o from libc, ARM/evbarm was forgotten. This patch fixes it making static binaries possible again! Please, complete this by moving the .S

Re: CVS commit: [jmcneill-usbmp] src/sys

2012-02-23 Thread Reinoud Zandijk
On Sat, Feb 18, 2012 at 07:36:37AM +, matthew green wrote: Module Name: src Committed By: mrg Date: Sat Feb 18 07:36:03 UTC 2012 ... Log Message: merge to -current. Don't you mean pullup to -current? or has it been merged into -current? Reinoud

Re: CVS commit: src or a tale on NetBSD/usermode

2011-12-22 Thread Reinoud Zandijk
Hi Jean-Yves, On Wed, Dec 21, 2011 at 07:55:45PM +0100, jean-Yves Migeon wrote: On Wed, 21 Dec 2011 16:47:49 +0100, Reinoud Zandijk wrote: The patch is written to allow for multiple non-UVM flags to be attached to mappings and allow the kernel to react on them. NetBSD/usermode uses

Re: CVS commit: src

2011-12-21 Thread Reinoud Zandijk
Hi folks, i am not subscribed to this mailing list so i only found this discussion when someone pointed it out to me. I'll try to answer some questions raised about it. There are also good feedbacks i'll incorporate. Please CC me on replies. The code was indeed committed a bit short-tracked and

CVS commit: src/sys/fs/udf

2010-02-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Feb 26 09:57:39 UTC 2010 Modified Files: src/sys/fs/udf: udf_allocation.c Log Message: Typo and style To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/fs/udf/udf_allocation.c Please note that diffs

CVS commit: src/sys/fs/udf

2010-02-26 Thread Reinoud Zandijk
/sys/fs/udf/udf_allocation.c Fri Feb 26 09:57:39 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_allocation.c,v 1.28 2010/02/25 16:15:57 reinoud Exp $ */ +/* $NetBSD: udf_allocation.c,v 1.29 2010/02/26 09:57:39 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -28,7 +28,7 @@ #include sys

CVS commit: src/sys/fs/udf

2010-02-25 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Thu Feb 25 16:15:58 UTC 2010 Modified Files: src/sys/fs/udf: udf.h udf_allocation.c udf_subr.c udf_subr.h Log Message: First part of shrinking/growing metadata partition support: - extending the metadata partition Still to

CVS commit: src/sys/fs/udf

2010-02-24 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Feb 24 19:14:12 UTC 2010 Modified Files: src/sys/fs/udf: udf.h udf_subr.c Log Message: Extract UDF metadata partition parameters as already done for VAT and sparable partitions. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/fs/udf

2010-02-24 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Feb 24 19:20:13 UTC 2010 Modified Files: src/sys/fs/udf: udf.h udf_subr.c Log Message: Rename metadata partition parameters to be less generic and add the flags. To generate a diff of this commit: cvs rdiff -u -r1.39

<    1   2