summaryrefslogtreecommitdiffstats
path: root/share/man/man7
Commit message (Collapse)AuthorAgeFilesLines
...
* Document KERNCONF and KERNFAST. Note that TARGET is usually all oneimp2009-01-231-1/+22
| | | | needs to set for cross building.
* - Document targets run-depends-list and build-depends-listtabthorpe2009-01-211-2/+7
| | | | | | | PR: docs/127575 Submitted by: Walter Venable <walt relnor.com> Approved by: keramida MFC after: 3 days
* Document the NO_XXX options supported by our Makefile.inc1.keramida2009-01-051-1/+64
| | | | | | Noticed by: simon Reviewed by: imp MFC after: 1 week
* Correct a typo.schweikh2008-12-051-1/+1
|
* 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
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
| | | | | | | PR: 121490 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: rwatson (mentor), jkoshy MFC after: 3 days
* The config-recursive target is not run during the normal install process, movetrhodes2008-01-221-6/+8
| | | | | | | | | | it down to where it belongs. Document 'all-depends-list' target and bump doc date. PR: 119519 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: flz
* Document the 'maintainer' target.brueffer2008-01-211-1/+3
| | | | | | PR: 119699 Submitted by: Warren Block <wblock@wonkity.com> MFC after: 3 days
* Correct the sysconf variable name, _SC_CLK_TCK.ru2008-01-181-2/+2
|
* Add an additional make variable EXTRAMIBSYMS which allows to specifyharti2008-01-081-2/+17
| | | | | | | definition files that are used only for extracting symbols. This is useful for inter-module dependencies and files containing only enum-definitions. MFC after: 4 weeks
* - Remove incomplete sentence fragmentgabor2007-12-211-2/+0
| | | | | | PR: docs/117451 Submitted by: Warren Block <wblock@wonkity.com> MFC after: 3 days
* - Document PORT_DBDIRgabor2007-12-211-0/+11
| | | | | PR: docs/114731 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Document icase variable of make search, which can be used to controlgabor2007-12-211-2/+12
| | | | | | | case-sensitivity PR: docs/117593 Submitted by: Nikolay Bachiyski <nbachiyski@developer.bg>
* BSDMAKE isn't really needed and was removed, so remove hereimp2007-12-131-10/+0
|
* Document BSDMAKE variable that was recently introduced. Also, sinceimp2007-12-111-3/+16
| | | | | | | | | RELENG_7, the way to do a cross build changed from specifying only TARGET_ARCH (which has an ambigous mapping to TARGET) to specifying only TARGET (which has a unique mapping to TARGET_ARCH). Update the example to reflect this. MFC After: 1 week (the example change only)
* Clean up after last commit.ru2007-11-091-2/+2
|
* Remove traces of vinum and replace with gvinum.trhodes2007-11-091-3/+8
| | | | Mention gstripe and gjournal.
* Style (whitespace-only) change.ru2007-10-121-1/+1
|
* - Fix origin of the portcheckout port as we have it in the port-mgmtgabor2007-08-221-2/+2
| | | | | | | | | | category now PR: docs/115193 Submitted by: Tomas Mozes <hydrapolic at gmail dot com> Approved by: re (bmah), keramida (mentor) MFC after: 0 days
* Stop mentioning /usr/X11R6.delphij2007-07-241-3/+1
| | | | Approved by: re (hrs)
* - Update portaudit locationpav2007-07-161-2/+2
| | | | | | Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com> MFC after: 3 days Approved by: re (hrs)
* 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
* I understood the MLINK part incorrectly, it should be the other way aroundremko2007-06-011-1/+1
| | | | | | also remove the init mlink to securelevel. Discussed with and sharing pointyhat with: brueffer
* Revert my previous change, add an MLINK from securelevel.7 to security.7remko2007-06-011-0/+1
| | | | Discussed with: brueffer
* 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
* Document the loader tunables which control hard process memory limits.bms2007-01-171-1/+21
| | | | Reviewed by: ru
* Spelling fixes.mpp2006-12-142-2/+2
|
* Don't use abbreviations for some descriptions / minor spelling fixes.mpp2006-12-141-5/+5
|
* Remove reference to a man page of pib, an obscure third-party tool, whose portpav2006-11-241-1/+0
| | | | | | does not install any manpages. MFC after: 3 days
* o Xr sendfile(2).maxim2006-11-241-0/+1
|
* Remove reference to mount_procfs.rodrigc2006-11-221-2/+1
| | | | Reminded by: ru
* Enforce RELEASENOUPDATE if EXTSRCDIR is used.ru2006-11-111-2/+2
| | | | Suggested by: jb
* Reduce our pointy-hat pool capacity by one (i.e. bump manpage date,keramida2006-10-241-1/+1
| | | | | | after the last change to this manpage). Reminded by: ru
* Document NO_IGNORE and its interation with FORBIDDEN.keramida2006-10-241-0/+11
| | | | Triggered by: a question by Panagiotis Hadgis <hadgis@ceid.upatras.gr>
* Markup glitch.ru2006-09-301-1/+2
|
* Require rpc.lockd(8) only if make is running with the -j option.ru2006-09-301-2/+5
|
* o Document 'make quicksearch'.maxim2006-09-181-1/+6
| | | | | | PR: docs/103162 Submitted by: Lars Engels MFC after: 1 week
* Remove references to the pam(8) manual page. It does not exist.joel2006-09-131-4/+2
| | | | | Requested by: novel Discussed with: brueffer, simon
* So there is where that handbook paragraph came from. Kill it here too.trhodes2006-09-081-14/+1
| | | | | | Remove a paragraph about over building security, it's a bit off. Discussed with: des, FreeBSD-security
* The BUILDNAME variable need not be specified.ru2006-08-141-10/+13
|
* Add the DTrace library script directory.jb2006-08-031-0/+2
|
* Add /usr/lib/engines for OpenSSL engines.simon2006-07-291-0/+2
|
* When securelevel is >= 1, /dev/io may not be opened at all (not just forkeramida2006-07-121-3/+4
| | | | | | | write). Update the securelevel description to match this. Reported by: Alexandros Kosiaris <akosiaris@gmail.com> MFC after: 3 days
OpenPOWER on IntegriCloud