Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-09-23 | Replace 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-30 | Check the return value properly before passing it to any function | Laszlo Papp | -2/+4 | |
2007-12-12 | change indenting | Miklos Szeredi | -332/+339 | |
2007-06-03 | libulockmgr: Work around a kernel bug in recv() | Miklos Szeredi | -2/+6 | |
2007-01-19 | merge up to fuse_2_6_merge1 | Miklos Szeredi | -1/+1 | |
2006-10-08 | fixes | Miklos Szeredi | -32/+84 | |
2006-09-10 | ulockmgr | Miklos Szeredi | -0/+347 | |