Home | History | Annotate | Download | only in common
History log of /src/sys/compat/common/vfs_syscalls_40.c
RevisionDateAuthorComments
 1.5  27-Jan-2019  pgoyette Merge the [pgoyette-compat] branch
 1.4  23-Oct-2015  maxv branches: 1.4.16; 1.4.18;
Change do_sys_mount() so that it only takes as argument the type of the
drive instead of its associated vfsops. Makes it more friendly, and allows
compat binaries to autoload VFS modules if needed.

sent on tech-kern@, ok christos@
 1.3  19-Jan-2011  tsutsui branches: 1.3.16; 1.3.34;
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
Now they are handled by $sysarghdrextra in sys/kern/syscalls.conf.
 1.2  16-Nov-2008  martin branches: 1.2.4; 1.2.6; 1.2.8; 1.2.12; 1.2.16; 1.2.18;
Make it compile
 1.1  14-Nov-2008  ad - Move some more compat code into sys/compat.
- Split 4.3BSD ifioctl stuff into its own file.
- Remove some ifdefs that include small fragments of vfs compat code
which are difficult to relocate elsewhere.
 1.2.18.1  06-Jun-2011  jruoho Sync with HEAD.
 1.2.16.1  05-Mar-2011  rmind sync with head
 1.2.12.2  04-May-2009  yamt sync with head.
 1.2.12.1  16-Nov-2008  yamt file vfs_syscalls_40.c was added on branch yamt-nfs-mp on 2009-05-04 08:12:17 +0000
 1.2.8.2  19-Jan-2009  skrll Sync with HEAD.
 1.2.8.1  16-Nov-2008  skrll file vfs_syscalls_40.c was added on branch nick-hppapmap on 2009-01-19 13:17:17 +0000
 1.2.6.2  17-Jan-2009  mjf Sync with HEAD.
 1.2.6.1  16-Nov-2008  mjf file vfs_syscalls_40.c was added on branch mjf-devfs2 on 2009-01-17 13:28:41 +0000
 1.2.4.2  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.2.4.1  16-Nov-2008  haad file vfs_syscalls_40.c was added on branch haad-dm on 2008-12-13 01:13:47 +0000
 1.3.34.1  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.3.16.1  03-Dec-2017  jdolecek update from HEAD
 1.4.18.1  10-Jun-2019  christos Sync with HEAD
 1.4.16.2  22-Sep-2018  pgoyette #include "opt_compat_netbsd.h" for all sources that provide compat code.
 1.4.16.1  27-Mar-2018  pgoyette Create a compat_40 module

RSS XML Feed