NetBSD/share/examples
agc 777436c8cf Add routines to manipulate virtual directory entries, for use with
librefuse-based file systems.

These are especially useful for file systems which present virtual
directory hierarchies to the caller.

The routines build up and manage an array of virtual directory
entries, indexed upon full pathname within the file system.  This is
analogous to the way refuse indexes its own entries.  Routines are
available to add, delete, and find entries.  Each entry can be one of
3 types - file ('f'), directory ('d') or symbolic link ('l').  Each
entry can also be associated with a target, which is a character
string allocated upon addition.  This can be useful for virtual
directory entries of the symbolic link type.

The virtual directory entries can be traversed as an ordered list
(the entries are ordered alphabetically), or can be accessed by
directory component, using routines analogous to opendir(3), readdir(3),
and closedir(3).
2007-04-15 15:10:56 +00:00
..
amd Added map_type = file to the global configuration. Else, we would get warnings 2005-08-23 13:54:41 +00:00
apm
disktab Spell removable with only two es. Inspired by jmc@openbsd. 2004-04-19 12:44:09 +00:00
emul add a LINUX_MAKEDEV for ptmx 2006-09-22 15:33:08 +00:00
fstab Merge fstab.tmpfs into fstab.ramdisk so that the file names represent 2005-12-24 12:59:21 +00:00
ftpd netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
hostapd Add a hostapd.conf example based on the one distributed with hostapd. 2006-04-30 13:52:35 +00:00
isdn Correct spelling of "immediate(ly)". From Zafer. 2006-11-24 21:23:07 +00:00
puffs Instead of keeping on adding parameters to puffs_mount(), make it 2007-04-13 13:35:46 +00:00
racoon New README.plainrsa sample file 2006-12-10 05:52:10 +00:00
refuse Add routines to manipulate virtual directory entries, for use with 2007-04-15 15:10:56 +00:00
secmodel Kill KAUTH_PROCESS_RESOURCE and just replace it with two actions for 2007-01-20 16:47:38 +00:00
supfiles Remove a mirror that was decommissioned almost five years ago 2006-07-27 23:01:27 +00:00
syslogd provide commands required to create the syslog log files used by this config 2003-09-01 00:30:34 +00:00
wsmoused Add trailing semicolons to lines that need it. 2004-02-05 11:41:15 +00:00
Makefile Obsolete old fingerprint generation scripts. 2006-09-16 21:03:11 +00:00