summaryrefslogtreecommitdiffstats
path: root/share/man/man7/hier.7
Commit message (Collapse)AuthorAgeFilesLines
* Set up the /usr/tests hierarchy.jmmv2013-12-281-0/+6
| | | | | | | | | | | | | | | | | This is a MFC of the following into stable/10: - r257097 Set up the /usr/tests hierarchy. - r257098 Add missing WITHOUTTESTS file. - r257100 Add a tests(7) manual page. - r257105 Disable WITHTESTS= for now. - r257848 Fix buildworld when WITHTESTS is enabled. - r257850 Subsume the functionality of MKATF into MKTESTS. - r257851 Handle the removal of the test suite when WITHOUTTESTS=yes. - r257852 Install category Kyuafiles from their category directories. - r258232 Install BSD.tests.mtree when MKTESTS is yes. Note that building with WITH_TESTS is still broken at this point (and hence why WITHOUT_TESTS is the set as the default). Subsequent pullups will fix the remaining issues.
* MFC r257344,r257403:bdrewery2013-11-031-10/+11
| | | | | | | Move /etc/keys to /usr/share/keys where users are less likely to modify them. Approved by: bapt Approved by: re (gjb)
* MFC r257151:bdrewery2013-10-291-0/+8
| | | | | | | Document /var/cache/pkg into hier(7) which pkg(8) uses. Approved by: bapt Approved by: re (glebius)
* MFC: r256770,r257142,r257145,r257146,r257147,r257148,bdrewery2013-10-291-1/+10
| | | | | | | | | | | | | | | | | | | | | r257149,r257150,r257158,r257159,r257164,r257168, r257193 - Support checking signature for pkg bootstrap from remote and for 'pkg add ./pkg.txz' - Be verbose on where pkg is being bootstrapped from. - Add support for reading configuration files from /etc/pkg. For now only /etc/pkg/FreeBSD.conf is supported. - Add test package signing key fingerprint into /etc/keys/pkg/trusted. - Disable fingerprint checking by default for now as the official packages are not yet signed. Approved by: bapt Approved by: re (glebius)
* mdoc sweepjoel2013-05-131-16/+42
|
* Remove obsolete references to sysinstall.eadler2013-04-021-9/+0
| | | | | | | | This change is not intended for MFC. PR: docs/177570 Submitted by: Garrett Cooper <yaneurabeya@gmail.com> (partial) Approved by: bcr (mentor)
* Apply local patches to mandoc and connect it to the build.uqs2012-10-201-0/+2
| | | | | | - adds a couple more library strings used in the tree - changes some more to the current groff spelling - changes page footer to match groff style
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-171-2/+0
| | | | | | | | | | | | | | GIANT from VFS. This code is particulary broken and fragile and other in-kernel implementations around, found in other operating systems, don't really seem clean and solid enough to be imported at all. If someone wants to reconsider in-kernel NTFS implementation for inclusion again, a fair effort for completely fixing and cleaning it up is expected. In the while NTFS regular users can use FUSE interface and ntfs-3g port to work with their NTFS partitions. This is not targeted for MFC.
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-171-2/+0
| | | | | | | | | | | | GIANT from VFS. In addition, disconnect also netncp, which is a base requirement for NWFS. In the possibility of a future maintenance of the code and later readd to the FreeBSD base, maybe we should think about a better location for netncp. I'm not entirely sure the / top location is actually right, however I will let network people to comment on that more specifically. This is not targeted for MFC.
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-161-2/+0
| | | | | | GIANT from VFS. This is not targeted for MFC.
* Bump date missed in r202756eadler2012-09-141-1/+1
| | | | | | | PR: docs/171624 Submitted by: bdrewery Approved by: gabor MFC after: 3 days
* Add /usr/src/cddl/ to the hierarchy.joel2012-02-041-0/+2
|
* o Sync the man page with the reality: nfs/ includesmaxim2010-09-011-1/+3
| | | | | | | | are under include/ and include/fs/. PR: docs/139153 Submitted by: gjb MFC after: 1 week
* Correct a minor mistake in my previous commit.ed2010-01-211-1/+1
| | | | getutxent is in category 3, not 5.
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-211-4/+8
| | | | I removed utmp and its manpage, but not other manpages referring to it.
* Build fixups for the new USB stack.thompsa2009-02-231-2/+0
|
* src/sys/dev/usb2/controller/uss820dci_pccard.calfred2008-11-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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"
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-7/+1
| | | | | | | | | | | | | | | | | | parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-251-4/+0
| | | | | | | | | | | | | | | | | | | NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-3/+5
| | | | | | | | This commit includes all remaining changes for the time being including user space updates. Submitted by: bz Approved by: re
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-251-2/+0
| | | | | | | and it is seriously broken. Discussed on: freebsd-arch@ Approved by: re (mux)
* Remove /usr/X11R6 and subdirs.brueffer2007-06-101-18/+1
| | | | MFC after: 3 days
* Quick kill posix4 directory.trhodes2007-04-181-5/+1
| | | | Submitted by: rodrigc (BSD.include.dist).
* - Remove the leading zero from the day of month.chinsan2007-04-041-1/+1
| | | | | | Noticed by: ru@ Approved by: delphij@ (mentor) MFC after: 1 week
* - Remove the deprecated ``/stand'' hierarchy.chinsan2007-04-031-3/+1
| | | | | | PR: docs/111137 Submitted by: Niclas Zeising Approved by: delphij@ (mentor)
* - Add missing subdirectories in BSD.usr.dist mtree file.flz2007-03-021-1/+3
| | | | | | | | - Update hier(7) to reflect latest changes in mtree file. - Add UPDATING entry following Intel firmwares inclusion. Submitted by: mlaier MFC after: 1 month
* Remove reference to mount_procfs.rodrigc2006-11-221-2/+1
| | | | Reminded by: ru
* Remove references to the pam(8) manual page. It does not exist.joel2006-09-131-4/+2
| | | | | Requested by: novel Discussed with: brueffer, simon
* Add the DTrace library script directory.jb2006-08-031-0/+2
|
* Add /usr/lib/engines for OpenSSL engines.simon2006-07-291-0/+2
|
* Send the pcvt(4) driver off to retirement.phk2006-05-171-8/+0
|
* Add a /media to FreeBSD. /media is a directory designed to containmarcus2006-05-101-1/+5
| | | | | | | | | | | | subdirectories that will be used for removable media mount points (i.e. mount points for CDs, floppy disks, USB drives, etc.). While the primary purpose of /media is to provide a location for HAL (http://www.freedesktop.org/wiki/Software_2fhal) to mount volumes, it could be used by any application that needs to manage removable media volumes. Discussed on: arch@ Approved by: mux MFC after: 1 week
* Document the bluetooth/, rc.d/, security/ and ssh/ etc subdirectories.brueffer2006-04-121-2/+16
| | | | | Prodded by: markus MFC after: 3 days
* Fixed xrefs.ru2005-01-211-1/+1
|
* Fix the pbio include file installation process and thedds2005-01-141-1/+5
| | | | | | | corresponding documentation. Noticed by: ru Reviewed by: ru
* mdoc style nit: "\-" should only be used to represent a minus sign.keramida2005-01-101-1/+1
| | | | Suggested by: ru
* /usr/lib doesn't contain only archive (ar(1) style) libraries. Sharedkeramida2005-01-101-1/+3
| | | | | | | | | libraries live there too. Also point to ar(1) which contains a nice description of what an 'archive library' is. PR: docs/76056 Submitted by: Enrique Matías Sanchez <cronopios@gmail.com> MFC after: 3 days
* Remove mention of block devices. Mention that entries under /devjkoshy2004-12-171-3/+8
| | | | | | are managed by devfs(5). Add cross-references. Reviewed by: ru
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-1/+1
| | | | | | "Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended). Ok'ed by: tmm
* Update the date.pjd2004-08-161-1/+1
| | | | Reminded by: ru
* Inform hier(7) about /usr/include/geom/raid3/ directory.pjd2004-08-161-0/+2
|
* Inform hier(7) about /usr/include/geom/mirror/ directory.pjd2004-08-151-0/+2
|
* Remove the g++ include directory - it has been gone a long timeharti2004-07-081-6/+2
| | | | ago and add it's new incarnation c++ instead.
* Add a description what is in the sub-directories of /usr/include/netnatm.harti2004-07-081-0/+11
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-10/+13
|
* Spelling fixes.mpp2004-06-211-1/+1
|
* Assorted markup, spelling, and grammar fixes.ru2004-06-161-21/+21
|
* Update for include/altqmlaier2004-06-131-1/+3
| | | | Reminded-by: ru
* Update the date.pjd2004-05-201-1/+1
| | | | Requested by: ru
* - Add missing 'the'.pjd2004-05-201-1/+14
| | | | | | - Document /usr/include/geom/ directory and its subdirectories. Requested by: ru
OpenPOWER on IntegriCloud