Commit Graph

83 Commits

Author SHA1 Message Date
Anatol Pomozov
7728b36a83 Replace daemon() function with fork()
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-09-23 13:28:51 +02:00
Laszlo Papp
20c31c48b4 Fix a potential null pointer dereference issue 2011-03-30 19:34:59 +02:00
Miklos Szeredi
64222fbcbd Add NetBSD support
The bulk of it is just about adding ifdef __NetBSD__ where there is
already an ifdef __FreeBSD__

Add a arch=netbsd to deal with NetBSD specifics. I suggests that
arch=bsd could be renamed to arch=freebsd

NetBSD specific linking with -lperfuse

NetBSD patches to lib/mount.c. It turned to be less itrusive to patch
mount;c than mount_bsd.c. I suggest mount_bsd.c could be renamed to 
mount_freebsd.c

Patch from Emmanuel Dreyfus
2010-08-27 17:16:54 +02:00
Miklos Szeredi
ae9bfde712 CUSE patches from Tejun Heo 2009-06-18 11:11:54 +00:00
Miklos Szeredi
74579f9862 Fix missing <sys/param.h> include for PATH_MAX 2008-06-10 18:34:11 +00:00
Miklos Szeredi
da077510ef Add support for atomic open(O_TRUNC) 2008-02-08 17:46:57 +00:00
Miklos Szeredi
cdb8b79bad change indenting 2007-12-12 14:25:40 +00:00
Miklos Szeredi
918f0ad95b Disable old symbol versions if __UCLIBC__ is defined 2007-12-12 11:53:38 +00:00
Miklos Szeredi
7d62647d7a Clarify licence version to be "LGPLv2" for the library 2007-10-16 15:12:09 +00:00
Miklos Szeredi
0042f8cc82 fixes 2007-08-08 18:22:01 +00:00
Miklos Szeredi
62c24a8e4b Add fs subtype support to libfuse and fusermount 2007-06-20 21:37:58 +00:00
Miklos Szeredi
611ad93ac7 update copyright dates 2007-04-25 16:19:15 +00:00
Miklos Szeredi
8e10b7420a *** empty log message *** 2007-04-25 15:52:39 +00:00
Miklos Szeredi
2ad6a4bc54 build fixes 2006-12-04 12:45:19 +00:00
Miklos Szeredi
fc5309cfd2 fixes 2006-11-11 09:55:55 +00:00
Miklos Szeredi
9dedb707f4 fix 2006-06-06 09:48:30 +00:00
Csaba Henk
d021ce48ab fix emergency unmount in helper.c 2006-06-03 23:04:18 +00:00
Miklos Szeredi
6f385414b2 fix 2006-03-17 15:05:40 +00:00
Csaba Henk
ee588c01dc pass device file descriptor to fuse_unmount 2006-03-01 09:40:35 +00:00
Miklos Szeredi
065f222cd5 fix 2006-01-20 15:15:21 +00:00
Miklos Szeredi
ad005978f7 fix 2006-01-07 10:14:34 +00:00
Miklos Szeredi
ea4b961c29 fix 2006-01-07 08:30:41 +00:00
Miklos Szeredi
95da860d29 fix 2006-01-06 18:29:40 +00:00
Miklos Szeredi
0af762ad5b fix 2006-01-06 09:47:54 +00:00
Miklos Szeredi
73f4139eb9 fix 2005-12-16 11:12:16 +00:00
Miklos Szeredi
caa093140a fix 2005-12-14 23:25:00 +00:00
Miklos Szeredi
8720e933f4 fix 2005-12-10 20:47:46 +00:00
Miklos Szeredi
659743bc88 added option parsing 2005-12-09 17:41:42 +00:00
Miklos Szeredi
9c2ccb43c3 fix 2005-11-17 17:11:48 +00:00
Miklos Szeredi
b3f9972a85 merge FreeBSD stuff 2005-11-16 13:00:24 +00:00
Miklos Szeredi
3a77047661 fix 2005-11-11 21:32:42 +00:00
Miklos Szeredi
bcc5385cc1 fix 2005-11-10 09:54:41 +00:00
Miklos Szeredi
4ec0681e05 fix 2005-11-08 13:04:27 +00:00
Miklos Szeredi
b75d4b9bc0 spelling fix 2005-10-11 10:12:08 +00:00
Miklos Szeredi
178451d6f0 fix 2005-08-15 13:19:07 +00:00
Miklos Szeredi
f6e0ec6e2d fix 2005-08-03 09:11:06 +00:00
Miklos Szeredi
9b813af863 fixes 2005-07-21 07:59:37 +00:00
Miklos Szeredi
e2aa2e243d cleanup 2005-07-15 13:31:36 +00:00
Miklos Szeredi
76c1752f14 inode based API first working version 2005-07-13 14:08:19 +00:00
Miklos Szeredi
c902a858d7 fix 2005-07-07 12:35:37 +00:00
Miklos Szeredi
e331c4b937 fix 2005-07-06 13:34:02 +00:00
Miklos Szeredi
340d21f346 fix 2005-07-06 10:07:52 +00:00
Miklos Szeredi
33be22dbfb fix 2005-05-27 09:12:43 +00:00
Miklos Szeredi
0111f9dbe4 fix 2005-04-22 12:04:55 +00:00
Miklos Szeredi
830ef70e08 fix 2005-02-10 19:39:34 +00:00
Miklos Szeredi
fbb5c74c23 fix 2005-02-09 15:47:51 +00:00
Miklos Szeredi
e5183747da whitespace fixes 2005-02-02 11:14:04 +00:00
Miklos Szeredi
3ead28e7b1 fix 2005-01-18 21:23:41 +00:00
Miklos Szeredi
149f60799d update copyright year 2005-01-10 12:29:28 +00:00
Miklos Szeredi
3c7d41bd13 fix 2005-01-09 20:05:27 +00:00