summaryrefslogtreecommitdiff
path: root/sys/modules/compat_linux
AgeCommit message (Expand)Author
2019-02-17Bump default value of WARNS for modules from 3 to 5, andrin
2009-02-24Follow up the removal of linux_support.S for amd64 and i386.he
2008-12-08s/SYSVIPC/SYSVMSG/, for message queues support.njoly
2008-11-20PR port-amd64/39964 modules/compat_linux: missing symbols on amd64ad
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
acility, with statistics collection. This should helpmanu 2011-10-30- Fix the confusion between fileno (opaque FUSE reference) and inodemanu 2011-09-09Serialize access to file size. We already have such a thing in themanu 2011-08-14simplify and eliminate non literal string formats.christos 2011-08-13- fix warn/err confusiogchristos 2011-05-30Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangsmanu 2011-05-18typosmanu 2011-05-11Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZE.jakllsch 2010-10-11Remove code supporting SOCK_STREAM, as SOCK_DGRAM works finemanu 2010-09-23== file close operations ==manu 2010-09-15- Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems tomanu 2010-09-07- Do not checkfor peer credentials when perfused is autostarted andmanu 2010-09-06More LP64 fixesmanu 2010-09-06build fixes for LP64manu 2010-09-01Build fixes for LP64manu 2010-08-27- if perfused is not already started (cannot connect to /dev/fuse),manu 2010-08-26- open the file before doing fsync: glusterfs wants that.manu 2010-08-25libperfuse(3) is a PUFFS relay to FUSE. In order to use it,manu