NetBSD/share
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
..
dict "Transvaal" should be capitalized. 2007-01-30 13:10:49 +00:00
doc fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
examples Add routines to manipulate virtual directory entries, for use with 2007-04-15 15:10:56 +00:00
i18n add new encoding support to iconv(3): 2007-04-01 18:52:28 +00:00
legal
locale add tr_TR.ISO8859-9 locale. 2007-03-14 15:49:25 +00:00
man although this is an intentionally undocumented interface (see PR/35278), 2007-04-15 10:36:51 +00:00
me
misc Add entry about making include files self-sufficient. 2007-04-13 13:23:58 +00:00
mk For now, make vax default to -O not -O2 2007-04-14 18:39:46 +00:00
nls
tabset
termcap Add if, NC, ti and te to wsvt25 termcap entry. Should fix PR 34995. 2007-02-16 21:33:12 +00:00
tmac
wscons Install pckbd.fr_CA.iso8859-1 keymap. 2006-09-23 08:09:23 +00:00
zoneinfo Merge tzdata2007e. 2007-04-04 19:02:36 +00:00
Makefile remove rules for sushi. 2006-08-30 03:20:46 +00:00
Makefile.inc