CVS commit: src/sys/fs/cd9660

2024-05-15 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed May 15 11:01:27 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: Fixing potential, though unlikely overflow as detected by coverity scan To generate a diff of this commit: cvs rdiff -u -r1.103

CVS commit: src/sys/fs/cd9660

2024-05-15 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed May 15 11:01:27 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_vfsops.c Log Message: Fixing potential, though unlikely overflow as detected by coverity scan To generate a diff of this commit: cvs rdiff -u -r1.103

CVS commit: src/sys/fs/udf

2023-06-27 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jun 27 09:58:50 UTC 2023 Modified Files: src/sys/fs/udf: udf.h udf_strat_direct.c udf_strat_rmw.c udf_strat_sequential.c udf_vnops.c Log Message: Convert UDF file system code from the depricated

CVS commit: src/sys/fs/udf

2023-06-27 Thread Reinoud Zandijk
/15 10:55:53 msaitoh Exp $ */ +/* $NetBSD: udf_strat_direct.c,v 1.16 2023/06/27 09:58:50 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -28,7 +28,7 @@ #include #ifndef lint -__KERNEL_RCSID(0, "$NetBSD: udf_strat_direct.c,v 1.15 2022/01/15 10:55:53 msaito

CVS commit: src/sys/fs/nilfs

2023-01-29 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun Jan 29 16:07:14 UTC 2023 Modified Files: src/sys/fs/nilfs: nilfs_subr.h Log Message: Remove old prototypes from writing that shouldn't have been comitted at all! To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/fs/nilfs

2023-01-29 Thread Reinoud Zandijk
/nilfs_subr.h:1.4 Sun Mar 29 14:12:28 2015 +++ src/sys/fs/nilfs/nilfs_subr.h Sun Jan 29 16:07:14 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: nilfs_subr.h,v 1.4 2015/03/29 14:12:28 riastradh Exp $ */ +/* $NetBSD: nilfs_subr.h,v 1.5 2023/01/29 16:07:14 reinoud Exp $ */ /* * Copyright (c) 2008, 2009 Reinoud

CVS commit: src/doc

2022-12-18 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun Dec 18 15:56:27 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Note the addition of trivial power management support for amdsmn(4) and amdccp(4) To generate a diff of this commit: cvs rdiff -u -r1.2941 -r1.2942

CVS commit: src/doc

2022-12-18 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun Dec 18 15:56:27 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Note the addition of trivial power management support for amdsmn(4) and amdccp(4) To generate a diff of this commit: cvs rdiff -u -r1.2941 -r1.2942

CVS commit: src/sys

2022-12-18 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun Dec 18 15:50:32 UTC 2022 Modified Files: src/sys/arch/x86/pci: amdsmn.c src/sys/dev/acpi: amdccp_acpi.c src/sys/dev/fdt: amdccp_fdt.c src/sys/dev/pci: amdccp_pci.c Log Message: Add amdsmn(4) and

CVS commit: src/sys

2022-12-18 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun Dec 18 15:50:32 UTC 2022 Modified Files: src/sys/arch/x86/pci: amdsmn.c src/sys/dev/acpi: amdccp_acpi.c src/sys/dev/fdt: amdccp_fdt.c src/sys/dev/pci: amdccp_pci.c Log Message: Add amdsmn(4) and

CVS commit: src/usr.sbin/sysinst

2022-12-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Dec 10 20:58:37 UTC 2022 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Update list with file systems who do have fsck adding udf since there is now a fsck_udf. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/sysinst

2022-12-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Dec 10 20:58:37 UTC 2022 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Update list with file systems who do have fsck adding udf since there is now a fsck_udf. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2022-09-28 Thread Reinoud Zandijk
2021 +++ src/sys/kern/vfs_dirhash.c Wed Sep 28 09:57:13 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: vfs_dirhash.c,v 1.14 2021/08/21 09:59:46 andvar Exp $ */ +/* $NetBSD: vfs_dirhash.c,v 1.15 2022/09/28 09:57:13 reinoud Exp $ */ /* * Copyright (c) 2008 Reinoud Zandijk @@ -28,7 +28,7 @@ #include

CVS commit: src/sys/kern

2022-09-28 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Sep 28 09:57:13 UTC 2022 Modified Files: src/sys/kern: vfs_dirhash.c Log Message: Remove reference to udf_node in comment; it is FS agnostic. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2022-09-15 Thread Reinoud Zandijk
Hi Taylor, Thanks for updating NVMM! Would it be a good idea to sync our code with DragonBSDs? AFAICS they kept the code compiling for NetBSD too. To have a common code base? With regards, Reinoud On Tue, Sep 13, 2022 at 08:10:04PM +, Taylor R Campbell wrote: > Module Name: src > Committed

CVS commit: src/sys/ufs/ffs

2022-05-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri May 13 15:02:34 UTC 2022 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: Fix typo dallocate -> deallocate To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/ufs/ffs/ffs_wapbl.c Please note

CVS commit: src/sys/ufs/ffs

2022-05-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri May 13 15:02:34 UTC 2022 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: Fix typo dallocate -> deallocate To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/ufs/ffs/ffs_wapbl.c Please note

CVS commit: src/doc

2022-05-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon May 9 07:20:18 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Forgot to mention adding support for VirtIO PCI v1.0 attachments next to legacy v0.9. To generate a diff of this commit: cvs rdiff -u -r1.2872 -r1.2873

CVS commit: src/doc

2022-05-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon May 9 07:20:18 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Forgot to mention adding support for VirtIO PCI v1.0 attachments next to legacy v0.9. To generate a diff of this commit: cvs rdiff -u -r1.2872 -r1.2873

CVS commit: src/usr.sbin/makefs

2022-05-08 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun May 8 21:29:20 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.h Log Message: Revert, sorry this was not intended to be committed. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/makefs

2022-05-08 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun May 8 21:29:20 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.h Log Message: Revert, sorry this was not intended to be committed. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/makefs

2022-05-07 Thread Reinoud Zandijk
/usr.sbin/makefs/udf.c Sat May 7 08:54:02 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf.c,v 1.29 2022/04/26 15:18:08 reinoud Exp $ */ +/* $NetBSD: udf.c,v 1.30 2022/05/07 08:54:02 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2013, 2021, 2022 Reinoud Zandijk @@ -30,7 +30,7 @@ #endif #include -__RCSID

CVS commit: src/usr.sbin/makefs

2022-05-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat May 7 08:54:02 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.h udf.c Log Message: When creating disc images, keep the proposed size a multiple of the blockingnr for good measure; this prevents possible

CVS commit: src/sbin/newfs_udf

2022-05-07 Thread Reinoud Zandijk
08:51:32 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2021, 2022 Reinoud Zandijk @@ -30,7 +30,7 @@ #endif #include -__RCSID("$NetBSD: udf_core.c,v 1.9 2022/04/26 15:11:42 reinoud Exp $"); +__RCSID("$NetBSD: udf_core.c,v 1.10 2022/05/07 08:51:32 reinoud Exp $");

CVS commit: src/sbin/newfs_udf

2022-05-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat May 7 08:51:32 UTC 2022 Modified Files: src/sbin/newfs_udf: udf_core.c Log Message: Data is written out in fixed sized packets; discs are normally a multiple of the packet size but they don't have to be so never write past

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
: udf.c,v 1.29 2022/04/26 15:18:08 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2013, 2021, 2022 Reinoud Zandijk @@ -30,7 +30,7 @@ #endif #include -__RCSID("$NetBSD: udf.c,v 1.28 2022/04/26 14:59:37 reinoud Exp $"); +__RCSID("$NetBSD: udf.c,v 1.29 2022/04/26 15:18

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 15:18:08 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Avoid warning by clang of unused variable While here, use the computated obj_size even though it's always the same as its information length

CVS commit: src/sbin/newfs_udf

2022-04-26 Thread Reinoud Zandijk
+++ src/sbin/newfs_udf/udf_core.c Tue Apr 26 15:11:42 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_core.c,v 1.8 2022/04/26 15:09:52 reinoud Exp $ */ +/* $NetBSD: udf_core.c,v 1.9 2022/04/26 15:11:42 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2021, 2022 Reinoud Zandijk @@ -30,7 +30,7 @@ #endif

CVS commit: src/sbin/newfs_udf

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 15:11:42 UTC 2022 Modified Files: src/sbin/newfs_udf: udf_core.c Log Message: Fix endian bug also in commented out code To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/newfs_udf/udf_core.c

CVS commit: src/sbin/newfs_udf

2022-04-26 Thread Reinoud Zandijk
26 14:54:40 2022 +++ src/sbin/newfs_udf/udf_core.c Tue Apr 26 15:09:52 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_core.c,v 1.7 2022/04/26 14:54:40 reinoud Exp $ */ +/* $NetBSD: udf_core.c,v 1.8 2022/04/26 15:09:52 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2021, 2022 Reinoud Zandijk @@ -30,7

CVS commit: src/sbin/newfs_udf

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 15:09:53 UTC 2022 Modified Files: src/sbin/newfs_udf: udf_core.c Log Message: Fix endian bug : Logblks recorded in fe/efe VAT is 64 bits To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 14:59:37 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Fix endian bug that resulted in UniqueIDs of 0 in file identifiers; note that the the unique ID in a longad stored in a FID is 32 bit where in

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
14:59:37 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2013, 2021, 2022 Reinoud Zandijk @@ -30,7 +30,7 @@ #endif #include -__RCSID("$NetBSD: udf.c,v 1.27 2022/04/26 13:27:24 reinoud Exp $"); +__RCSID("$NetBSD: udf.c,v 1.28 2022/04/26 14:59:37 reinoud Exp $");

CVS commit: src/sbin/newfs_udf

2022-04-26 Thread Reinoud Zandijk
+++ src/sbin/newfs_udf/udf_core.c Tue Apr 26 14:54:40 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_core.c,v 1.6 2022/04/26 13:40:15 reinoud Exp $ */ +/* $NetBSD: udf_core.c,v 1.7 2022/04/26 14:54:40 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2021, 2022 Reinoud Zandijk @@ -30,7 +30,7 @@ #endif

CVS commit: src/sbin/newfs_udf

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 14:54:40 UTC 2022 Modified Files: src/sbin/newfs_udf: udf_core.c Log Message: Fix endian bug in permission storage To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sbin/newfs_udf/udf_core.c Please

CVS commit: src/sbin/newfs_udf

2022-04-26 Thread Reinoud Zandijk
+++ src/sbin/newfs_udf/udf_core.c Tue Apr 26 13:40:15 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_core.c,v 1.5 2022/04/25 20:41:25 reinoud Exp $ */ +/* $NetBSD: udf_core.c,v 1.6 2022/04/26 13:40:15 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2021, 2022 Reinoud Zandijk @@ -30,7 +30,7 @@ #endif

CVS commit: src/sbin/newfs_udf

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 13:40:15 UTC 2022 Modified Files: src/sbin/newfs_udf: udf_core.c Log Message: Fix endian bug with VAT 1.50 format To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/newfs_udf/udf_core.c Please

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 13:27:24 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: No need to use ceilf() when ceil() is already used To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/makefs/udf.c

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
/usr.sbin/makefs/udf.c Tue Apr 26 13:27:24 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf.c,v 1.26 2022/04/26 13:26:30 reinoud Exp $ */ +/* $NetBSD: udf.c,v 1.27 2022/04/26 13:27:24 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2013, 2021, 2022 Reinoud Zandijk @@ -30,7 +30,7 @@ #endif #include

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
/udf.c Tue Apr 26 13:26:30 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf.c,v 1.25 2022/04/09 10:05:35 riastradh Exp $ */ +/* $NetBSD: udf.c,v 1.26 2022/04/26 13:26:30 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2013, 2021, 2022 Reinoud Zandijk @@ -30,7 +30,7 @@ #endif #include -__RCSID("$N

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 13:26:30 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Fix endian bug in makefs for udf To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/makefs/udf.c Please note that

CVS commit: src/sbin/newfs_udf

2022-04-25 Thread Reinoud Zandijk
:1.4 Fri Apr 22 21:22:14 2022 +++ src/sbin/newfs_udf/udf_core.c Mon Apr 25 20:41:25 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_core.c,v 1.4 2022/04/22 21:22:14 reinoud Exp $ */ +/* $NetBSD: udf_core.c,v 1.5 2022/04/25 20:41:25 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2021, 2022 Reinoud

CVS commit: src/sbin/newfs_udf

2022-04-25 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Apr 25 20:41:25 UTC 2022 Modified Files: src/sbin/newfs_udf: udf_core.c Log Message: Fix endian bug in logical volume creation for metadata/VAT partitions. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sbin/fsck_udf

2022-04-25 Thread Reinoud Zandijk
:1.13 --- src/sbin/fsck_udf/main.c:1.12 Mon Apr 25 15:18:15 2022 +++ src/sbin/fsck_udf/main.c Mon Apr 25 15:37:14 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.12 2022/04/25 15:18:15 reinoud Exp $ */ +/* $NetBSD: main.c,v 1.13 2022/04/25 15:37:14 reinoud Exp $ */ /* * Copyright (c) 2022 Reinoud

CVS commit: src/sbin/fsck_udf

2022-04-25 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Apr 25 15:37:14 UTC 2022 Modified Files: src/sbin/fsck_udf: main.c Log Message: Relax constraints on sequential media detection by checking for VAT format. This allows fixing images of VAT formatted media too. To generate

CVS commit: src/sbin/fsck_udf

2022-04-25 Thread Reinoud Zandijk
+++ src/sbin/fsck_udf/main.c Mon Apr 25 15:18:15 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.11 2022/04/24 15:07:08 reinoud Exp $ */ +/* $NetBSD: main.c,v 1.12 2022/04/25 15:18:15 reinoud Exp $ */ /* * Copyright (c) 2022 Reinoud Zandijk @@ -37,7 +37,7 @@ #include #ifndef lint -__RCSID("$N

CVS commit: src/sbin/fsck_udf

2022-04-25 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Apr 25 15:18:15 UTC 2022 Modified Files: src/sbin/fsck_udf: main.c Log Message: Fix endian bug in descriptor CRC length on updating a FE/EFE To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sbin/fsck_udf

2022-04-24 Thread Reinoud Zandijk
/fsck_udf/main.c Sun Apr 24 15:07:08 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.10 2022/04/22 21:07:56 reinoud Exp $ */ +/* $NetBSD: main.c,v 1.11 2022/04/24 15:07:08 reinoud Exp $ */ /* * Copyright (c) 2022 Reinoud Zandijk @@ -37,7 +37,7 @@ #include #ifndef lint -__RCSID("$NetBSD: mai

CVS commit: src/sbin/fsck_udf

2022-04-24 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun Apr 24 15:07:08 UTC 2022 Modified Files: src/sbin/fsck_udf: main.c Log Message: Fix endian bug in allocation extents processing To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/fsck_udf/main.c Please

CVS commit: src/sys/compat/netbsd32

2022-04-23 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Apr 23 17:46:23 UTC 2022 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_fs.c Log Message: Implement support for mounting UDF in compat32 Fixes PR#56801 To generate a diff of this commit: cvs rdiff -u -r1.139

CVS commit: src/sys/compat/netbsd32

2022-04-23 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Apr 23 17:46:23 UTC 2022 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_fs.c Log Message: Implement support for mounting UDF in compat32 Fixes PR#56801 To generate a diff of this commit: cvs rdiff -u -r1.139

CVS commit: src/sbin/newfs_udf

2022-04-22 Thread Reinoud Zandijk
2022 +++ src/sbin/newfs_udf/udf_core.c Fri Apr 22 21:22:14 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_core.c,v 1.3 2022/04/22 20:56:46 reinoud Exp $ */ +/* $NetBSD: udf_core.c,v 1.4 2022/04/22 21:22:14 reinoud Exp $ */ /* * Copyright (c) 2006, 2008, 2021, 2022 Reinoud Zandijk @@ -30,7 +30,7

CVS commit: src/sbin/newfs_udf

2022-04-22 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Apr 22 21:22:15 UTC 2022 Modified Files: src/sbin/newfs_udf: udf_core.c Log Message: Fix endian issues with UDF extended attributes To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/newfs_udf/udf_core.c

CVS commit: src/sys/fs/udf

2022-04-22 Thread Reinoud Zandijk
+++ src/sys/fs/udf/udf_subr.c Fri Apr 22 21:21:10 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_subr.c,v 1.168 2022/04/10 09:50:46 andvar Exp $ */ +/* $NetBSD: udf_subr.c,v 1.169 2022/04/22 21:21:10 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -29,7 +29,7 @@ #include #ifndef

CVS commit: src/sys/fs/udf

2022-04-22 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Apr 22 21:21:10 UTC 2022 Modified Files: src/sys/fs/udf: udf_subr.c Log Message: Fix endian issue with UDF extended attribute handling To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169

CVS commit: src/sbin/fsck_udf

2022-04-22 Thread Reinoud Zandijk
--- src/sbin/fsck_udf/main.c:1.9 Fri Apr 22 21:00:28 2022 +++ src/sbin/fsck_udf/main.c Fri Apr 22 21:07:56 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.9 2022/04/22 21:00:28 reinoud Exp $ */ +/* $NetBSD: main.c,v 1.10 2022/04/22 21:07:56 reinoud Exp $ */ /* * Copyright (c) 2022 Reinoud Zandijk

CVS commit: src/sbin/fsck_udf

2022-04-22 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Apr 22 21:07:56 UTC 2022 Modified Files: src/sbin/fsck_udf: main.c Log Message: Remove the error condition for these cases; the VAT LVExtension is missing/corrupt but fsck_udf will reconstruct them anyway. To generate a

CVS commit: src/sbin/fsck_udf

2022-04-22 Thread Reinoud Zandijk
/main.c Fri Apr 22 21:00:28 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.8 2022/04/22 20:56:46 reinoud Exp $ */ +/* $NetBSD: main.c,v 1.9 2022/04/22 21:00:28 reinoud Exp $ */ /* * Copyright (c) 2022 Reinoud Zandijk @@ -37,7 +37,7 @@ #include #ifndef lint -__RCSID("$NetBSD: main.c,v 1.8 20

CVS commit: src/sbin/fsck_udf

2022-04-22 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Apr 22 21:00:28 UTC 2022 Modified Files: src/sbin/fsck_udf: main.c Log Message: Prevent reading beyond the early_vat_location To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/fsck_udf/main.c Please

CVS commit: src/sbin

2022-04-22 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Apr 22 20:56:46 UTC 2022 Modified Files: src/sbin/fsck_udf: main.c src/sbin/newfs_udf: udf_core.c Log Message: Fix endian issues with fsck_udf/newfs_udf/makefs To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/sbin

2022-04-22 Thread Reinoud Zandijk
Reinoud Zandijk @@ -37,7 +37,7 @@ #include #ifndef lint -__RCSID("$NetBSD: main.c,v 1.7 2022/04/22 19:21:08 reinoud Exp $"); +__RCSID("$NetBSD: main.c,v 1.8 2022/04/22 20:56:46 reinoud Exp $"); #endif /* not lint */ #include @@ -362,13 +362,13 @@ udf_wipe_and_realloc

CVS commit: src/sbin/fsck_udf

2022-04-22 Thread Reinoud Zandijk
+++ src/sbin/fsck_udf/main.c Fri Apr 22 19:21:08 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.6 2022/04/09 09:59:16 riastradh Exp $ */ +/* $NetBSD: main.c,v 1.7 2022/04/22 19:21:08 reinoud Exp $ */ /* * Copyright (c) 2022 Reinoud Zandijk @@ -37,7 +37,7 @@ #include #ifndef lint -__RCSID

CVS commit: src/sbin/fsck_udf

2022-04-22 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Apr 22 19:21:08 UTC 2022 Modified Files: src/sbin/fsck_udf: main.c Log Message: Avoid assigned but unused compiler warnings when compiling with clang To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/conf

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 14:47:54 UTC 2022 Modified Files: src/sys/conf: filesystems.config Log Message: Keep UDF commented out by default To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/conf/filesystems.config Please

CVS commit: src/sys/conf

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 14:47:54 UTC 2022 Modified Files: src/sys/conf: filesystems.config Log Message: Keep UDF commented out by default To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/conf/filesystems.config Please

CVS commit: src/distrib/sets/lists/debug

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 14:28:44 UTC 2022 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add fsck_udf to the debug sets To generate a diff of this commit: cvs rdiff -u -r1.374 -r1.375 src/distrib/sets/lists/debug/mi Please

CVS commit: src/distrib/sets/lists/debug

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 14:28:44 UTC 2022 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add fsck_udf to the debug sets To generate a diff of this commit: cvs rdiff -u -r1.374 -r1.375 src/distrib/sets/lists/debug/mi Please

CVS commit: src

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 14:20:07 UTC 2022 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi src/sbin: Makefile Log Message: Add the fsck_udf(8) tool to the build and release To generate a diff

CVS commit: src

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 14:20:07 UTC 2022 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi src/sbin: Makefile Log Message: Add the fsck_udf(8) tool to the build and release To generate a diff

CVS commit: src/sys/conf

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 13:59:22 UTC 2022 Modified Files: src/sys/conf: filesystems.config Log Message: UDF has been around for more than a decade in the kernel. Now with a fsck_udf(8) it is not making sense to keep it calling

CVS commit: src/sys/conf

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 13:59:22 UTC 2022 Modified Files: src/sys/conf: filesystems.config Log Message: UDF has been around for more than a decade in the kernel. Now with a fsck_udf(8) it is not making sense to keep it calling

CVS commit: src/doc

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 13:43:24 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Added fsck_udf(8) and upgraded newfs_udf/makefs for UDF To generate a diff of this commit: cvs rdiff -u -r1.2868 -r1.2869 src/doc/CHANGES Please note

CVS commit: src/doc

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 13:43:24 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Added fsck_udf(8) and upgraded newfs_udf/makefs for UDF To generate a diff of this commit: cvs rdiff -u -r1.2868 -r1.2869 src/doc/CHANGES Please note

CVS commit: src/sbin/fsck_udf

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 13:35:50 UTC 2022 Added Files: src/sbin/fsck_udf: Makefile fsck_udf.8 main.c Log Message: Initial commit of the fsck_udf(8) utility that checks and repairs UDF filesystems on optical media as well as on disc images,

CVS commit: src/sbin/fsck_udf

2022-04-06 Thread Reinoud Zandijk
2022 +++ src/sbin/fsck_udf/fsck_udf.8 Wed Apr 6 13:35:50 2022 @@ -0,0 +1,115 @@ +.\" $NetBSD: fsck_udf.8,v 1.1 2022/04/06 13:35:50 reinoud Exp $ +.\" +.\" Copyright (C) 2022 Reinoud Zandijk +.\" Based on fsck_msdos(8) by +.\" Copyright (C) 1995 Wolfgang Solfrank +.

CVS commit: src

2022-04-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Apr 6 13:29:16 UTC 2022 Modified Files: src/sbin/newfs_udf: Makefile newfs_udf.c newfs_udf.h src/usr.sbin/makefs: makefs.8 udf.c src/usr.sbin/makefs/udf: Makefile.inc Added Files: src/sbin/newfs_udf:

CVS commit: src/sys/fs/udf

2022-04-01 Thread Reinoud Zandijk
/udf_vnops.c Fri Apr 1 08:26:27 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: udf_vnops.c,v 1.121 2022/03/30 13:23:59 christos Exp $ */ +/* $NetBSD: udf_vnops.c,v 1.122 2022/04/01 08:26:27 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -32,7 +32,7 @@ #include #ifndef lint

CVS commit: src/sys/fs/udf

2022-04-01 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Apr 1 08:26:28 UTC 2022 Modified Files: src/sys/fs/udf: udf_vnops.c Log Message: Fix malformed DPRINTF() macro To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/fs/udf/udf_vnops.c Please note that

CVS commit: src/sys/fs/udf

2022-03-18 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Mar 18 16:06:18 UTC 2022 Modified Files: src/sys/fs/udf: ecma167-udf.h Log Message: Replace the variable field data[0] to data[1] to avoid undefined behaviour. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/fs/udf

2022-03-18 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Mar 18 16:06:18 UTC 2022 Modified Files: src/sys/fs/udf: ecma167-udf.h Log Message: Replace the variable field data[0] to data[1] to avoid undefined behaviour. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/doc

2022-03-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Mar 9 22:55:32 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Add note on optical media lockup fix for UDF To generate a diff of this commit: cvs rdiff -u -r1.2863 -r1.2864 src/doc/CHANGES Please note that diffs

CVS commit: src/doc

2022-03-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Mar 9 22:55:32 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Add note on optical media lockup fix for UDF To generate a diff of this commit: cvs rdiff -u -r1.2863 -r1.2864 src/doc/CHANGES Please note that diffs

CVS commit: src/doc

2022-03-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Mar 9 22:52:28 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Add notes on various UDF fixes concerning Windows10 interoperationability with recordable media. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2022-03-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Mar 9 22:52:28 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Add notes on various UDF fixes concerning Windows10 interoperationability with recordable media. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/fs/udf

2022-03-08 Thread Reinoud Zandijk
:30:43 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -29,7 +29,7 @@ #include #ifndef lint -__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.166 2022/02/06 20:20:19 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.167 2022/03/08 18:30:43 reinoud E

CVS commit: src/sys/fs/udf

2022-03-08 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Mar 8 18:30:43 UTC 2022 Modified Files: src/sys/fs/udf: udf_subr.c Log Message: For bug-compatibility with Windows, the last VAT sector must be a multiple of 16/32 from the start of the track. To allow for scratches, write

CVS commit: src/sys/fs/udf

2022-03-08 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Mar 8 10:52:43 UTC 2022 Modified Files: src/sys/fs/udf: udf_strat_sequential.c Log Message: On switching from writing to reading explicitly synchronize the caches. It isn't strictly needed but some devices in the wild will

CVS commit: src/sys/fs/udf

2022-03-08 Thread Reinoud Zandijk
@@ -1,4 +1,4 @@ -/* $NetBSD: udf_strat_sequential.c,v 1.15 2016/05/24 09:55:57 reinoud Exp $ */ +/* $NetBSD: udf_strat_sequential.c,v 1.16 2022/03/08 10:52:43 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -28,7 +28,7 @@ #include #ifndef lint -__KERNEL_RCSID(0, "$N

CVS commit: src/sys/fs/udf

2022-02-11 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Feb 11 16:33:18 UTC 2022 Modified Files: src/sys/fs/udf: udf_osta.c Log Message: Translate 254/255 compID values used for deleted entries as per UDF spec. This allows the printing of the names of deleted file entries. To

CVS commit: src/sys/fs/udf

2022-02-11 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Feb 11 16:33:18 UTC 2022 Modified Files: src/sys/fs/udf: udf_osta.c Log Message: Translate 254/255 compID values used for deleted entries as per UDF spec. This allows the printing of the names of deleted file entries. To

CVS commit: src/sys/fs/udf

2022-02-03 Thread Reinoud Zandijk
,v 1.46 2022/02/03 09:46:26 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -28,7 +28,7 @@ #include #ifndef lint -__KERNEL_RCSID(0, "$NetBSD: udf_allocation.c,v 1.45 2022/01/28 20:00:52 reinoud Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udf_allocation.c,v 1.46 2

CVS commit: src/sys/fs/udf

2022-02-03 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Thu Feb 3 09:46:26 UTC 2022 Modified Files: src/sys/fs/udf: udf_allocation.c Log Message: Revere modification of initializer; it can lead to race conditions where two allocation would pick the `empty' space causing a panic

CVS commit: src/sys/fs/udf

2022-01-28 Thread Reinoud Zandijk
2022/01/28 20:00:52 reinoud Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -28,7 +28,7 @@ #include #ifndef lint -__KERNEL_RCSID(0, "$NetBSD: udf_allocation.c,v 1.44 2021/09/03 21:55:00 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udf_allocation.c,v 1.45 2022

CVS commit: src/sys/fs/udf

2022-01-28 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Jan 28 20:00:52 UTC 2022 Modified Files: src/sys/fs/udf: udf_allocation.c Log Message: On freeing a virtual address in the VAT, use the correct value; this might confuse other implementations who can reject the VAT on this.

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

  1   2   >