Commit Graph

8 Commits

Author SHA1 Message Date
kili
cc2a74fc3a Use ${MAKE_PROGRAM}, not ${GMAKE}.
ok ajacoutot@
2009-12-31 14:07:19 +00:00
phessler
a54cb0daa3 explicitly mention in the patch that these are gcc2.95 fixes.
requested by ajacoutot@
2009-12-28 17:35:19 +00:00
phessler
5416b58a68 add some gcc2.95 fixes 2009-12-28 17:23:23 +00:00
ajacoutot
a74730da46 I finally nailed down the previous issue, so re-enable kqueue support.
Successfully tested with nautilus and pcmanfm.
2009-12-06 17:48:37 +00:00
ajacoutot
894e572092 Tweak maxfilesperproc to force polling all the time. 2009-12-06 13:38:54 +00:00
ajacoutot
1b582b7296 Use setrlimit to set a correct value for maxfilesperproc.
Disable the kqueue(2) backend for now (by setting max_open_files to the
minimum) as there are some weird corner cases where it doesn't work and
hangs gam_server. I'm still on that but for the time beeing we want this
to work in every situations.
2009-12-05 22:55:36 +00:00
ajacoutot
74952d6226 Really fall back from kqueue to poll when we run out of fds.
While here, add more CONFIGURE_ARGS to DEBUG.
2009-12-05 17:03:40 +00:00
ajacoutot
494093ce60 Import (lib,py-)gamin-0.1.10
Gamin is a file and directory monitoring system defined to be a subset
of the FAM (File Alteration Monitor) system.
The main goals of the project are:
  * minimize the security model of FAM
  * simplify the code base
  * provide an API and ABI compatible replacement for FAM
  * try to fix some other issues like resource consumption

works for bernd@
ok landry@ jasper@
2009-12-04 08:07:20 +00:00