CVS commit: src/usr.sbin/makefs/msdos

2018-01-26 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Jan 27 02:07:33 UTC 2018 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vfsops.c Log Message: Need strings.h for ffs() To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.sbin/makefs/msdos

2017-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 13 17:10:12 UTC 2017 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: Fix error handling; msdosfs_wfile is supposed to return errno. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.sbin/makefs/msdos

2014-07-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Jul 9 06:04:16 UTC 2014 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vfsops.c Log Message: What a terrible use-after-free To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.sbin/makefs/msdos

2013-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 29 19:45:47 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: workaround for gcc/vax To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/usr.sbin/makefs/msdos

2013-01-27 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Jan 27 10:07:23 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: Allow this to compile on 32bit architectures. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.sbin/makefs/msdos

2013-01-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jan 27 12:25:13 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: Make it compile on 32bit AND 64bit archs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.sbin/makefs/msdos

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 16:03:16 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: the max msdos file size is less than size_t so don't bother checking against it. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makefs/msdos

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 22:07:20 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: - some more debugging - use msdosfs_update() -- should not be needed. - remove sys/mount.h To generate a diff of this

CVS commit: src/usr.sbin/makefs/msdos

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 22:09:25 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: undo c99 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/makefs/msdos/msdosfs_vnops.c Please

CVS commit: src/usr.sbin/makefs/msdos

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 22:52:19 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: - don't forget to set de_pmp - unexpand inserted tabs to the . and .. strings! To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/makefs/msdos

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 22:52:38 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_denode.c Log Message: fix root detection (although the code is a noop) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.sbin/makefs/msdos

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 28 00:16:24 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_denode.c Log Message: don't forget to initialize the cache. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.sbin/makefs/msdos

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 28 00:16:48 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: use pcbmap instead of the open coded hack now the pcbmap works. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/usr.sbin/makefs/msdos

2013-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 26 16:58:32 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: depend on TOOLS instead of __NetBSD__ for extra functionality To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4