aboutsummaryrefslogtreecommitdiffstats
path: root/util/ulockmgr_server.c
AgeCommit message (Collapse)AuthorLines
2013-07-25ulockmgr: strip ulockmgr support from this source packageMiklos Szeredi-426/+0
Distribute ulockmgr separately. It is not needed for the building of libfuse, only fusexmp_fh. Check ulockmgr library in ./configure and if not disable remote-lock suport in fusexmp_fh.
2013-07-24libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi-0/+1
add AC_SYS_LARGEFILE to your configure.ac instead.
2011-09-23Replace daemon() function with fork()Anatol Pomozov-2/+15
daemon() is a BSD-ism. Although it is available on many platforms it is not a standard function. Some platforms (e.g. MacOSX) deprecated it. It is safer just to use fork() function that is a part of POSIX.
2011-03-30Check the return value properly before passing it to any functionLaszlo Papp-2/+4
2007-12-12change indentingMiklos Szeredi-332/+339
2007-06-03libulockmgr: Work around a kernel bug in recv()Miklos Szeredi-2/+6
2007-01-19merge up to fuse_2_6_merge1Miklos Szeredi-1/+1
2006-10-08fixesMiklos Szeredi-32/+84
2006-09-10ulockmgrMiklos Szeredi-0/+347