summaryrefslogtreecommitdiffstats
path: root/share/man/man7
Commit message (Collapse)AuthorAgeFilesLines
* Fixed markup bugs.ru2009-09-291-7/+12
|
* Document MAKE_DVD and xref svn in ports.trhodes2009-08-181-2/+7
| | | | Approved by: re@ (kib)
* Document the newly added SVNCMDARGS, SVNROOT, and SVNBRANCH variables.jhb2009-08-171-0/+29
| | | | Approved by: re (kib)
* Usermode portion of the support for swap allocation accounting:kib2009-06-231-0/+29
| | | | | | | | | | | - update for getrlimit(2) manpage; - support for setting RLIMIT_SWAP in login class; - addition to the limits(1) and sh and csh limit-setting builtins; - tuning(7) documentation on the sysctls controlling overcommit. In collaboration with: pho Reviewed by: alc Approved by: re (kensmith)
* Add C++ operators to operator(7) manual page.ed2009-04-081-5/+7
| | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
* A system with plenty of memory would not require so much swap for genericdelphij2009-03-091-1/+3
| | | | | | usage. Discussed with: dillon
* Build fixups for the new USB stack.thompsa2009-02-231-2/+0
|
* - Rename adding_user(8) to adding_user(7). There's no adding_user utility,gabor2009-01-302-1/+112
| | | | | | | | | | but the man page describes conceptual information about the process of adding a user, thus it should belong to section 7. - Remove HISTORY and BUGS sections because of the aforementioned reason. PR: docs/130151 Submitted by: Marian Cerny <jojo@matfyz.cz> MFC after: 3 days
* s/use/using/ in previous commit.trhodes2009-01-271-1/+1
| | | | Suggested by: jhb
* Better description of kern.ipc.maxpipekva.trhodes2009-01-261-6/+9
| | | | Discussed with: kib
* Add a comment on kern.ipc.maxpipekva.trhodes2009-01-241-1/+11
| | | | | PR: 105997 Reviewed by: keramida
* Sort KERNFAST and KERNCONF into the list they are in.imp2009-01-231-19/+19
|
* 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
OpenPOWER on IntegriCloud