| patch |
summary |
view |
raw |
| 00_maintainer-mode.patch |
aclocal.m4 | 38 ++++++++++++++++++++++++++++++++++++++
configure.ac | 1 +
2 files changed, 39 insertions(+)
|
view
|
download
|
| 01_dnotify.patch |
config.h.in | 3
configure.ac | 22 +
include/BTree.h | 12 -
src/DNotify.c++ | 660 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/DNotify.h | 98 ++++++++
src/IMon.h | 18 -
src/Interest.c++ | 37 ++-
src/Interest.h | 6
src/Makefile.am | 10
src/Monitor.h | 57 ++++
10 files changed, 884 insertions(+), 39 deletions(-)
|
view
|
download
|
| 02_cleanup.patch |
src/Listener.c++ | 10 +++++++++-
src/LocalClient.c++ | 7 +------
src/LocalClient.h | 7 +------
3 files changed, 11 insertions(+), 13 deletions(-)
|
view
|
download
|
| 03_getgrouplist.patch |
config.h.in | 3 +++
configure.ac | 2 +-
src/Cred.c++ | 7 +++++++
3 files changed, 11 insertions(+), 1 deletion(-)
|
view
|
download
|
| 04_detectrofs.patch |
conf/fam.conf | 5 +++++
man/famd.8 | 3 +++
man/famd.conf.5 | 6 ++++++
src/ClientInterest.h | 2 ++
src/FileSystem.c++ | 21 ++++++++++++++++++++-
src/FileSystem.h | 4 ++++
src/FileSystemTable.c++ | 11 ++++++++++-
src/Interest.c++ | 15 +++++++++++++--
src/Interest.h | 1 +
src/LocalFileSystem.c++ | 8 +++++---
src/main.c++ | 12 ++++++++++++
11 files changed, 81 insertions(+), 7 deletions(-)
|
view
|
download
|
| 05_man_page.patch |
man/fam.3 | 7 +++++--
man/famd.8 | 6 +++---
man/famd.conf.5 | 6 +++---
3 files changed, 11 insertions(+), 8 deletions(-)
|
view
|
download
|
| 06_readme_install.patch |
README | 2 --
1 file changed, 2 deletions(-)
|
view
|
download
|
| 07_fam.h.patch |
include/fam.h | 26 +++++++++++---------------
1 file changed, 11 insertions(+), 15 deletions(-)
|
view
|
download
|
| 08_sockaddr_un.patch |
config.h.in | 3 +++
configure.ac | 3 ++-
src/Listener.c++ | 6 +++---
3 files changed, 8 insertions(+), 4 deletions(-)
|
view
|
download
|
| 09_fix_leak.patch |
src/DNotify.c++ | 6 ++++++
1 file changed, 6 insertions(+)
|
view
|
download
|
| 10_debianbug375967.patch |
src/NetConnection.c++ | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
|
view
|
download
|
| 11-gcc43.patch |
lib/#Client.c++# |only
lib/Client.c++ | 4 ++--
lib/Client.c++~ |only
3 files changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 12-gcc43.patch |
src/IMon.c++ | 2 +-
src/IMon.c++~ |only
2 files changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 13-gcc43.patch |
src/DNotify.c++ | 2 +-
src/DNotify.c++~ |only
2 files changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 14-glibc29.patch |
src/Interest.h | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| 15-partial_send.patch |
fam-2.7.0/src/NetConnection.c++ | 8 ++++++--
fam-2.7.0/src/NetConnection.h | 1 +
2 files changed, 7 insertions(+), 2 deletions(-)
|
view
|
download
|
| 16-port_number.patch |
fam-2.7.0/man/famd.8 | 3 +++
fam-2.7.0/src/Listener.c++ | 23 ++++++++++++++++-------
fam-2.7.0/src/Listener.h | 5 ++++-
fam-2.7.0/src/main.c++ | 10 +++++++++-
4 files changed, 32 insertions(+), 9 deletions(-)
|
view
|
download
|
| 17_reserve_fam_errors.patch |
lib/fam.c++ | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
|
view
|
download
|
| 18_gcc44.patch |
src/NFSFileSystem.c++ | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|