aboutsummaryrefslogtreecommitdiffstats
path: root/util/ulockmgr_server.c
AgeCommit message (Collapse)AuthorLines
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