History log of /netbsd-src/sys/miscfs/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# e10a32f7 06-May-2015 hannken <hannken@NetBSD.org>

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 vno

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@

show more ...


# 70d4493c 05-Dec-2009 pooka <pooka@NetBSD.org>

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# d5e68a44 11-Nov-2004 jdolecek <jdolecek@NetBSD.org>

ptyfs moved from sys/miscfs/ to sys/fs/


# 7fc8278a 11-Nov-2004 christos <christos@NetBSD.org>

Add ptyfs. This is experimental.


# a0deb3e9 16-Mar-2003 jdolecek <jdolecek@NetBSD.org>

move union filesystem code from sys/miscfs/union to sys/fs/union


# 0635de35 26-Nov-2002 lukem <lukem@NetBSD.org>

Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.


# 41f102fe 09-Sep-2001 assar <assar@NetBSD.org>

install miscfs/syncfs/syncfs.h


# fab192f2 20-Jan-2000 wrstuden <wrstuden@NetBSD.org>

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.


# 651b44e2 12-Jun-1998 cgd <cgd@NetBSD.org>

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 allow

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.

show more ...