CVS commit: src/sbin/fsck_msdos

2020-02-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 22 09:59:22 UTC 2020 Modified Files: src/sbin/fsck_msdos: boot.c Log Message: Avoid unportable shift construct boot.c:150:29, left shift of 255 by 24 places cannot be represented in type 'int' boot.c:153:29, left shift of

CVS commit: src/sbin/fsck_msdos

2020-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 16:29:07 UTC 2020 Modified Files: src/sbin/fsck_msdos: boot.c Log Message: Don't add the 2 reserved clusters before we determine if we using fat16/fat32. >From FreeBSD: https://reviews.freebsd.org/D23082: Correct off

CVS commit: src/sbin/fsck_msdos

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 28 11:33:00 UTC 2017 Modified Files: src/sbin/fsck_msdos: dir.c Log Message: Prevent SEGV on corrupted msdos directories (Veo Zhang) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sbin/fsck_msdos/dir

CVS commit: src/sbin/fsck_msdos

2016-09-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 11 04:12:08 UTC 2016 Modified Files: src/sbin/fsck_msdos: fsck_msdos.8 Log Message: Document the version fsck_msdos first appeared. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/fsck_ms

CVS commit: src/sbin/fsck_msdos

2016-05-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon May 2 17:33:04 UTC 2016 Modified Files: src/sbin/fsck_msdos: boot.c Log Message: The on-disk FAT array does not include anything before CLUST_FIRST, compensate in size check. This was tickled by my SanDisk Sansa Clip 4GB,

CVS commit: src/sbin/fsck_msdos

2016-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 7 14:47:25 UTC 2016 Modified Files: src/sbin/fsck_msdos: dir.c Log Message: PR/50908: David Binderman: Optimize memset's To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sbin/fsck_msdos/dir.c Please

CVS commit: src/sbin/fsck_msdos

2015-01-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 2 06:21:28 UTC 2015 Modified Files: src/sbin/fsck_msdos: boot.c dir.c dosfs.h Log Message: Avoid mixing cluster numbers and sector numbers. Makes code more readable. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sbin/fsck_msdos

2014-11-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 4 03:05:43 UTC 2014 Modified Files: src/sbin/fsck_msdos: boot.c Log Message: Add #include for intmax_t to fix compile error. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/fsck_msdos/boot.c P

CVS commit: src/sbin/fsck_msdos

2014-11-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Nov 3 18:55:04 UTC 2014 Modified Files: src/sbin/fsck_msdos: boot.c dosfs.h Log Message: ClusterOffset actually needs to be able to be negative. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sbin/fsck_

CVS commit: src/sbin/fsck_msdos

2014-07-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 11 14:59:53 UTC 2014 Modified Files: src/sbin/fsck_msdos: fat.c Log Message: Another infinite loop fix from OpenBSD from Tobias Stoeckmann: You can download a "proof of concept" from my website: http://www.stoeckmann.or

CVS commit: src/sbin/fsck_msdos

2014-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 10 21:06:20 UTC 2014 Modified Files: src/sbin/fsck_msdos: check.c Log Message: Well, if you set FSFIXFAT, better do it... Try running fsck on: $ newfs_msdos -C 1M ./poc.fs $ dd if=/dev/zero of=poc.fs conv=notrun

CVS commit: src/sbin/fsck_msdos

2014-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 10 21:00:52 UTC 2014 Modified Files: src/sbin/fsck_msdos: fat.c Log Message: Bring in a regression for the previous fix from OpenBSD To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sbin/fsck_msdos/fat

CVS commit: src/sbin/fsck_msdos

2014-07-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 7 19:04:37 UTC 2014 Modified Files: src/sbin/fsck_msdos: boot.c Log Message: From: http://marc.info/?l=openbsd-tech&m=140354518512871&w=2 more consistency checks To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/sbin/fsck_msdos

2014-07-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 7 18:46:45 UTC 2014 Modified Files: src/sbin/fsck_msdos: fat.c Log Message: From: http://marc.info/?l=openbsd-tech&m=140234174104724&w=2 Avoid off-by-one on FAT12 filesystems. To generate a diff of this commit: cvs rd

CVS commit: src/sbin/fsck_msdos

2014-07-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 7 17:55:53 UTC 2014 Modified Files: src/sbin/fsck_msdos: fat.c Log Message: From: http://marc.info/?l=openbsd-tech&m=140275150804337&w=2 Avoid infinite loops in cluster chain linked lists. To generate a diff of this c

CVS commit: src/sbin/fsck_msdos

2014-07-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 7 17:45:42 UTC 2014 Modified Files: src/sbin/fsck_msdos: dir.c fat.c Log Message: From: http://marc.info/?t=14030431075&r=1&w=2 When truncating cluster chains fix the length of the cluster head. To generate a diff

CVS commit: src/sbin/fsck_msdos

2013-01-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jan 17 16:45:48 UTC 2013 Modified Files: src/sbin/fsck_msdos: fat.c Log Message: An uninitialized next-free-cluster value in the file system information block is valid; do not consider it for correction. To generate a diff

CVS commit: src/sbin/fsck_msdos

2012-08-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Aug 7 19:30:42 UTC 2012 Modified Files: src/sbin/fsck_msdos: fat.c Log Message: The free space value in the FSInfo block is merely unitialized when it is 0x. Fixes first part of bin/46743 To generate a diff of th

CVS commit: src/sbin/fsck_msdos

2011-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 20 21:42:50 UTC 2011 Modified Files: src/sbin/fsck_msdos: dir.c Log Message: undo part of the previous patch, which I suspect is bad. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sbin/fsck_msdos/di

CVS commit: src/sbin/fsck_msdos

2011-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 7 17:36:42 UTC 2011 Modified Files: src/sbin/fsck_msdos: dir.c Log Message: PR/44529: Martin Danielsson: fsck_msdos crashes when verifying corrupt file system. Avoid using the long name index when it is 0. Refactor the

CVS commit: src/sbin/fsck_msdos

2010-04-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 11 21:29:38 UTC 2010 Modified Files: src/sbin/fsck_msdos: fsck_msdos.8 Log Message: New sentence, new line. Sort SEE ALSO. Improve formatting of option list. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src