CVS commit: src/lib/librefuse

2022-01-21 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 07:39:22 UTC 2022 Added Files: src/lib/librefuse: fuse_log.h refuse_log.c Log Message: lib/librefuse: Implement logging API appeared on FUSE 3.7 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/librefuse

CVS commit: src/lib/librefuse

2022-01-21 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 07:39:22 UTC 2022 Added Files: src/lib/librefuse: fuse_log.h refuse_log.c Log Message: lib/librefuse: Implement logging API appeared on FUSE 3.7 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/librefuse

CVS commit: src/lib/librefuse

2022-01-21 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 07:58:32 UTC 2022 Modified Files: src/lib/librefuse: Makefile TODO refuse.c refuse_opt.c Log Message: Increase the warning level to spot more mistakes To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib

CVS commit: src/lib/librefuse

2022-01-21 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 07:58:32 UTC 2022 Modified Files: src/lib/librefuse: Makefile TODO refuse.c refuse_opt.c Log Message: Increase the warning level to spot more mistakes To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib

CVS commit: src/lib/librefuse

2022-01-21 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 07:59:33 UTC 2022 Modified Files: src/lib/librefuse: refuse.c Log Message: Do not call fuse_operations.getattr() before initializing filesystem To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/lib/libr

CVS commit: src/lib/librefuse

2022-01-21 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 07:59:33 UTC 2022 Modified Files: src/lib/librefuse: refuse.c Log Message: Do not call fuse_operations.getattr() before initializing filesystem To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/lib/libr

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:00:17 UTC 2022 Modified Files: src/lib/librefuse: refuse.c Log Message: Implement a dummy pathconf() which always returns EINVAL To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/lib/librefuse/refuse

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:00:17 UTC 2022 Modified Files: src/lib/librefuse: refuse.c Log Message: Implement a dummy pathconf() which always returns EINVAL To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/lib/librefuse/refuse

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:01:12 UTC 2022 Modified Files: src/lib/librefuse: fuse.h fuse_internal.h refuse.c Log Message: Change the way how FUSE_*_VERSION are handled * FUSE_MAKE_VERSION(maj, min) now generates a 3-digits number if the versio

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:01:12 UTC 2022 Modified Files: src/lib/librefuse: fuse.h fuse_internal.h refuse.c Log Message: Change the way how FUSE_*_VERSION are handled * FUSE_MAKE_VERSION(maj, min) now generates a 3-digits number if the versio

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:01:51 UTC 2022 Modified Files: src/lib/librefuse: fuse.h fuse_opt.h Log Message: Cosmetic changes To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/librefuse/fuse.h cvs rdiff -u -r1.9 -r1.10 src/li

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:01:51 UTC 2022 Modified Files: src/lib/librefuse: fuse.h fuse_opt.h Log Message: Cosmetic changes To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/librefuse/fuse.h cvs rdiff -u -r1.9 -r1.10 src/li

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:02:50 UTC 2022 Modified Files: src/lib/librefuse: Makefile fuse.h refuse.c Added Files: src/lib/librefuse: refuse_compat.c Log Message: Correct the wrong prototype of fuse_daemonize(3) while retaining ABI compa

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:02:50 UTC 2022 Modified Files: src/lib/librefuse: Makefile fuse.h refuse.c Added Files: src/lib/librefuse: refuse_compat.c Log Message: Correct the wrong prototype of fuse_daemonize(3) while retaining ABI compa

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:03:32 UTC 2022 Modified Files: src/lib/librefuse: fuse.h fuse_lowlevel.h refuse.c Log Message: Implement some missing functions that are part of the API To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 sr

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:03:32 UTC 2022 Modified Files: src/lib/librefuse: fuse.h fuse_lowlevel.h refuse.c Log Message: Implement some missing functions that are part of the API To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 sr

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:05:36 UTC 2022 Modified Files: src/lib/librefuse: fuse_internal.h refuse.c refuse_lowlevel.c Log Message: Support the FUSE option -ho It is supposed to print a help message without the usage line. Although it is deprec

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:05:36 UTC 2022 Modified Files: src/lib/librefuse: fuse_internal.h refuse.c refuse_lowlevel.c Log Message: Support the FUSE option -ho It is supposed to print a help message without the usage line. Although it is deprec

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:06:21 UTC 2022 Modified Files: src/lib/librefuse: fuse.h Log Message: Add some missing struct fields, structs, and constants that are part of the API To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/l

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:06:21 UTC 2022 Modified Files: src/lib/librefuse: fuse.h Log Message: Add some missing struct fields, structs, and constants that are part of the API To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/l

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:07:02 UTC 2022 Modified Files: src/lib/librefuse: refuse.c Log Message: Zero-clear the fuse_context in fuse_destroy(3) To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/lib/librefuse/refuse.c Please

CVS commit: src/lib/librefuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 08:07:02 UTC 2022 Modified Files: src/lib/librefuse: refuse.c Log Message: Zero-clear the fuse_context in fuse_destroy(3) To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/lib/librefuse/refuse.c Please

CVS commit: src/lib/librefuse

2022-01-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 23 21:07:28 UTC 2022 Modified Files: src/lib/librefuse: refuse_compat.c src/lib/librefuse/refuse: v30.c Log Message: librefuse: fix lint warnings about void function returning a value lib/librefuse/refuse_compat.c

CVS commit: src/lib/librefuse

2022-01-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jan 23 21:07:28 UTC 2022 Modified Files: src/lib/librefuse: refuse_compat.c src/lib/librefuse/refuse: v30.c Log Message: librefuse: fix lint warnings about void function returning a value lib/librefuse/refuse_compat.c

CVS commit: src/lib/librefuse

2022-01-28 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Jan 29 00:03:42 UTC 2022 Modified Files: src/lib/librefuse: refuse_log.c Log Message: librefuse: default_log_func is __printflike To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/librefuse/refuse_log.c Pleas

CVS commit: src/lib/librefuse

2022-01-28 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Jan 29 00:03:42 UTC 2022 Modified Files: src/lib/librefuse: refuse_log.c Log Message: librefuse: default_log_func is __printflike To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/librefuse/refuse_log.c Pleas

CVS commit: src/lib/librefuse

2023-04-21 Thread David Brownlee
Module Name:src Committed By: abs Date: Fri Apr 21 19:29:32 UTC 2023 Modified Files: src/lib/librefuse: fuse.h Log Message: Fix incorrect test for FUSE_USE_VERSION 34 (Thanks to Mark Davies for report) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/li

CVS commit: src/lib/librefuse

2023-04-21 Thread David Brownlee
Module Name:src Committed By: abs Date: Fri Apr 21 19:29:32 UTC 2023 Modified Files: src/lib/librefuse: fuse.h Log Message: Fix incorrect test for FUSE_USE_VERSION 34 (Thanks to Mark Davies for report) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/li

CVS commit: src/lib/librefuse

2021-10-30 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Oct 30 09:06:34 UTC 2021 Modified Files: src/lib/librefuse: refuse_opt.c Log Message: refuse(3): Simplify reallocation logic with reallocarr. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/librefuse/refus

CVS commit: src/lib/librefuse

2021-10-30 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Oct 30 09:06:34 UTC 2021 Modified Files: src/lib/librefuse: refuse_opt.c Log Message: refuse(3): Simplify reallocation logic with reallocarr. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/librefuse/refus

CVS commit: src/lib/librefuse

2021-11-30 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Tue Nov 30 12:13:12 UTC 2021 Modified Files: src/lib/librefuse: refuse.c Log Message: Move the call of fuse_operations::init() from fuse_new() to fuse_loop() Prior to this change we were calling init() before daemonizing the process

CVS commit: src/lib/librefuse

2021-11-30 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Tue Nov 30 12:13:12 UTC 2021 Modified Files: src/lib/librefuse: refuse.c Log Message: Move the call of fuse_operations::init() from fuse_new() to fuse_loop() Prior to this change we were calling init() before daemonizing the process

CVS commit: src/lib/librefuse

2021-12-01 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Wed Dec 1 13:51:33 UTC 2021 Modified Files: src/lib/librefuse: fuse_opt.h refuse_opt.c Log Message: Use correct types for the fields of struct fuse_opt This change shouldn't make any behavioral differences in reality, but compilers

CVS commit: src/lib/librefuse

2021-12-01 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Wed Dec 1 13:51:33 UTC 2021 Modified Files: src/lib/librefuse: fuse_opt.h refuse_opt.c Log Message: Use correct types for the fields of struct fuse_opt This change shouldn't make any behavioral differences in reality, but compilers

CVS commit: src/lib/librefuse

2021-12-01 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Wed Dec 1 14:17:51 UTC 2021 Modified Files: src/lib/librefuse: fuse_opt.h refuse_opt.c Log Message: Revert my previous change to struct fuse_opt I should have thought twice before commiting it. Of course changing the layout of a st

CVS commit: src/lib/librefuse

2021-12-01 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Wed Dec 1 14:17:51 UTC 2021 Modified Files: src/lib/librefuse: fuse_opt.h refuse_opt.c Log Message: Revert my previous change to struct fuse_opt I should have thought twice before commiting it. Of course changing the layout of a st

CVS commit: src/lib/librefuse/refuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 13:25:55 UTC 2022 Modified Files: src/lib/librefuse/refuse: buf.c Log Message: Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZE It broke build on platforms where PAGE_SIZE was not defined in . To generate a diff of this c

CVS commit: src/lib/librefuse/refuse

2022-01-22 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Sat Jan 22 13:25:55 UTC 2022 Modified Files: src/lib/librefuse/refuse: buf.c Log Message: Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZE It broke build on platforms where PAGE_SIZE was not defined in . To generate a diff of this c

CVS commit: src/lib/librefuse/refuse

2023-07-13 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Jul 14 02:43:50 UTC 2023 Modified Files: src/lib/librefuse/refuse: fs.c Log Message: refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs These API versions were completely missing from refuse/fs.c. User programs could request these ver

CVS commit: src/lib/librefuse/refuse

2023-07-13 Thread Masatake Daimon
Module Name:src Committed By: pho Date: Fri Jul 14 02:43:50 UTC 2023 Modified Files: src/lib/librefuse/refuse: fs.c Log Message: refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs These API versions were completely missing from refuse/fs.c. User programs could request these ver

Re: CVS commit: src/lib/librefuse

2009-04-20 Thread Antti Kantee
On Sun Apr 19 2009 at 18:25:29 -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun Apr 19 22:25:29 UTC 2009 > > Modified Files: > src/lib/librefuse: fuse_opt.h > > Log Message: > PR/41250: David H. Gutteridge: librefuse fuse_opt.h header doesn't ac

Re: CVS commit: src/lib/librefuse

2009-04-21 Thread Christos Zoulas
In article <20090420121429.gb27...@cs.hut.fi>, Antti Kantee wrote: >On Sun Apr 19 2009 at 18:25:29 -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Sun Apr 19 22:25:29 UTC 2009 >> >> Modified Files: >> src/lib/librefuse: fuse_opt.h >