freebsd-dev/etc/mtree/BSD.include.dist

295 lines
4.4 KiB
Plaintext
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
#
# Please see the file src/etc/mtree/README before making changes to this file.
#
/set type=dir uname=root gname=wheel mode=0755
.
altq
..
arpa
..
bsm
..
bsnmp
..
c++
2007-06-01 18:53:36 +00:00
4.2
backward
..
bits
..
2004-07-28 05:27:21 +00:00
debug
..
ext
2007-06-01 18:53:36 +00:00
pb_ds
detail
basic_tree_policy
2007-06-01 18:53:36 +00:00
..
bin_search_tree_
2007-06-01 18:53:36 +00:00
..
binary_heap_
2007-06-01 18:53:36 +00:00
..
binomial_heap_
2007-06-01 18:53:36 +00:00
..
binomial_heap_base_
..
cc_hash_table_map_
..
eq_fn
2007-06-01 18:53:36 +00:00
..
gp_hash_table_map_
..
hash_fn
2007-06-01 18:53:36 +00:00
..
left_child_next_sibling_heap_
2007-06-01 18:53:36 +00:00
..
list_update_map_
2007-06-01 18:53:36 +00:00
..
list_update_policy
2007-06-01 18:53:36 +00:00
..
ov_tree_map_
2007-06-01 18:53:36 +00:00
..
pairing_heap_
2007-06-01 18:53:36 +00:00
..
pat_trie_
..
rb_tree_map_
2007-06-01 18:53:36 +00:00
..
rc_binomial_heap_
..
resize_policy
2007-06-01 18:53:36 +00:00
..
splay_tree_
2007-06-01 18:53:36 +00:00
..
thin_heap_
2007-06-01 18:53:36 +00:00
..
tree_policy
2007-06-01 18:53:36 +00:00
..
trie_policy
2007-06-01 18:53:36 +00:00
..
unordered_iterator
2007-06-01 18:53:36 +00:00
..
..
..
..
tr1
..
..
..
1998-09-15 10:22:37 +00:00
cam
scsi
..
..
crypto
..
dev
acpica
..
Fix bugs in the structure for rx_frame by making gap length one byte and a packed array so sizeof work. This broke RFMON mode and passing up 802.11 packets. The Linux emulation code was derived from the open source Linux driver to maintain compatibility. LEAP support is added, hints from Richard Johnson. I've verified this locally with PC350v42510.img firmware. More bug fixing from Marco to fix long passwords. Change DELAYs in flash part of driver to FLASH_DELAY which uses tsleep so it doesn't look like your system died during a flash update. Install header files in /usr/include/dev/an Cleanup some ifmedia bugs add "Home" key mode to ifmedia and ancontrol. This way you can manage 2 keys a little easier. Map the home mode into key 5. Enhance ifconfig to dump the various configured SSIDs. I use a bunch of different ones and roam between them. Use the syntax similar to the WEP keys to deal with setting difference SSIDs. Bump up up the Card capabilities RID since they added 2 bytes to it in the latest firmware. Thankfully we changed it from a terminal failure so the card still worked but the driver whined. Some cleanup patches from Marco Molteni. Submitted by: Richard Johnson <raj@cisco.com> Marco Molteni <molter@tin.it> and myself Various checks: David Wolfskill <david@catwhisker.org> Reviewed by: Brooks Davis <brooks@freebsd.org> Warner Losh <imp@freebsd.org> Approved by: Brooks Davis <brooks@freebsd.org> Warner Losh <imp@freebsd.org> Obtained from: Linux emulation API's from Aironet driver.
2001-12-31 22:01:44 +00:00
an
..
bktr
..
firewire
..
hwpmc
..
2001-06-05 07:07:52 +00:00
ic
..
2005-02-06 15:17:21 +00:00
ieee488
..
iicbus
..
lmc
..
mpt
mpilib
..
..
ofw
..
pbio
..
powermac_nvram
..
ppbus
..
smbus
..
2005-11-11 17:38:10 +00:00
speaker
..
usb
..
src/sys/dev/usb2/controller/uss820dci_pccard.c src/sys/dev/usb2/core/usbdevs src/sys/dev/usb2/include/urio2_ioctl.h src/sys/dev/usb2/storage/ustorage2_fs.h These files are not used any more. src/usr.sbin/Makefile src/etc/mtree/BSD.include.dist src/include/Makefile src/lib/Makefile src/share/man/man7/hier.7 src/share/mk/bsd.libnames.mk src/etc/mtree/BSD.include.dist Make "usbconfig" and "libusb20" a part of the default build. src/sys/dev/usb/rio500_usb.h src/sys/dev/usb2/storage/urio2.c Use common include file. src/sys/dev/usb2/bluetooth/ng_ubt2.c Make USB bluetooth depend on "ng_hci" module. src/sys/dev/usb2/controller/ehci2.c src/sys/dev/usb2/controller/ehci2.h Patches for Marvell EHCI. src/sys/dev/usb2/core/usb2_busdma.c Bugfix for 64-bit platforms. Need to unload the previously loaded DMA map and some cleanup regarding some corner cases. src/sys/dev/usb2/core/usb2_core.h src/sys/dev/usb2/core/usb2_dev.c src/sys/dev/usb2/core/usb2_dev.h Bugfix for libusb filesystem interface. New feature: Add support for filtering device data at the expense of the userland process. Add some more comments. Some minor code styling. Remove unused function, usb2_fifo_get_data_next(). Fix an issue about "fifo_index" being used instead of "ep_index". src/sys/dev/usb2/core/usb2_device.c src/sys/dev/usb2/core/usb2_generic.c Bugfix for Linux USB compat layer. Do not free non-generic FIFOs when doing an alternate setting. Cleanup USB IOCTL and USB reference handling. Fix a corner case where USB-FS was left initialised after setting a new configuration or alternate setting. src/sys/dev/usb2/core/usb2_hub.c Improvement: Check all USB HUB ports by default at least one time. src/sys/dev/usb2/core/usb2_request.c Bugfix: Make sure destination ASCII string is properly zero terminated in all cases. Improvement: Skip invalid characters instead of replacing with a dot. src/sys/dev/usb2/core/usb2_util.c src/sys/dev/usb2/image/uscanner2.c Spelling. src/sys/dev/usb2/include/Makefile Share "usbdevs" with the old USB stack. src/sys/dev/usb2/include/usb2_devid.h src/sys/dev/usb2/include/usb2_devtable.h Regenerate files. Alfred: Please fix the RCS tag at the top. src/sys/dev/usb2/include/usb2_ioctl.h Fix compilation of "kdump". src/sys/dev/usb2/serial/ubsa2.c src/sys/dev/usb2/serial/ugensa2.c Remove device ID's which will end up in a new 3G driver. src/sys/dev/usb2/sound/uaudio2.c Correct a debug printout. src/sys/dev/usb2/storage/umass2.c Sync with old USB stack. src/lib/libusb20/libusb20.3 Add more documentation. src/lib/libusb20/libusb20.c Various bugfixes and improvements. src/usr.sbin/usbconfig/dump.c src/usr.sbin/usbconfig/usbconfig.c New commands for dumping strings and doing custom USB requests from the command line. Remove keyword requirements from generated files: "head/sys/dev/usb2/include/usb2_devid.h" "head/sys/dev/usb2/include/usb2_devtable.h"
2008-11-19 08:56:35 +00:00
usb2
include
..
..
utopia
..
vkbd
..
wi
..
..
fs
2001-12-17 13:38:58 +00:00
devfs
..
fdescfs
..
fifofs
..
msdosfs
..
ntfs
..
nullfs
..
nwfs
..
portalfs
..
procfs
..
smbfs
..
udf
..
unionfs
..
..
2003-02-08 13:25:48 +00:00
geom
cache
..
concat
..
eli
..
gate
..
journal
..
label
..
mirror
..
multipath
..
nop
..
2004-08-16 06:36:21 +00:00
raid3
..
2005-01-11 18:18:40 +00:00
shsec
..
stripe
..
virstor
..
2003-02-08 13:25:48 +00:00
..
2004-02-16 22:23:34 +00:00
gnu
2004-02-25 02:51:37 +00:00
posix
..
2004-02-16 22:23:34 +00:00
..
2005-02-06 15:17:21 +00:00
gpib
..
gssapi
..
isofs
cd9660
..
..
kadm5
..
libmilter
..
lwres
..
machine
pc
..
..
net
..
2003-06-25 14:59:17 +00:00
net80211
..
netatalk
..
netgraph
atm
..
bluetooth
include
..
..
netflow
..
..
netinet
..
netinet6
..
2002-10-18 04:21:29 +00:00
netipsec
..
netipx
..
2000-10-15 00:43:06 +00:00
netnatm
api
..
msg
..
saal
..
sig
..
2000-10-15 00:43:06 +00:00
..
netncp
..
netsmb
..
nfs
..
nfsclient
..
nfsserver
..
objc
..
openssl
..
pccard
..
protocols
..
readline
..
rpc
..
rpcsvc
..
security
audit
..
mac_biba
..
mac_bsdextended
..
mac_lomac
..
mac_mls
..
mac_partition
..
..
ssp
..
sys
..
ufs
ffs
..
ufs
..
..
vm
..
..