Home | History | Annotate | Download | only in miscfs
History log of /src/sys/miscfs/Makefile
RevisionDateAuthorComments
 1.10  06-May-2015  hannken Remove miscfs/syncfs and

- move the syncer into kern/vfs_subr.c.

- change the syncer to process the mountlist and VFS_SYNC as appropriate.

- use an API for mount points similiar to the API for vnodes:
- vfs_syncer_add_to_worklist(struct mount *mp) to add
- vfs_syncer_remove_from_worklist(struct mount *mp) to remove a mount.

No objections on tech-kern@
 1.9  05-Dec-2009  pooka branches: 1.9.22; 1.9.40;
Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
 1.8  11-Dec-2005  christos branches: 1.8.74;
merge ktrace-lwp.
 1.7  11-Nov-2004  jdolecek ptyfs moved from sys/miscfs/ to sys/fs/
 1.6  11-Nov-2004  christos Add ptyfs. This is experimental.
 1.5  16-Mar-2003  jdolecek branches: 1.5.2;
move union filesystem code from sys/miscfs/union to sys/fs/union
 1.4  26-Nov-2002  lukem Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
 1.3  09-Sep-2001  assar install miscfs/syncfs/syncfs.h
 1.2  20-Jan-2000  wrstuden branches: 1.2.6; 1.2.8; 1.2.10;
Add overlay, a layered file system which overlays itself on
the underlying fs, rather than exporting it to another part of the
directory name space.
 1.1  12-Jun-1998  cgd branches: 1.1.14;
Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install. (This allows more flexibility
as to what gets installed, makes 'partial installs' easier, and gives us
more options as to which machines' includes get installed at any given
time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_
still supported, though at least one bug in the 'symlinks' case is
fixed by this change. Include files can't be build before installation,
so directories that have includes as targets (e.g. dev/pci) have to move
those targets into a different Makefile.
 1.1.14.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.2.10.1  01-Oct-2001  fvdl Catch up with -current.
 1.2.8.1  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.2.6.2  11-Dec-2002  thorpej Sync with HEAD.
 1.2.6.1  21-Sep-2001  nathanw Catch up to -current.
 1.5.2.1  14-Nov-2004  skrll Sync with HEAD.
 1.8.74.1  11-Mar-2010  yamt sync with head
 1.9.40.1  06-Jun-2015  skrll Sync with HEAD
 1.9.22.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed