summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove a useless new line.chris1999-09-251-2/+1
|
* Document the devtoname(9) kernel interface.chris1999-09-252-2/+60
|
* More locking clarifications. Add skeleton manual page for VOP_LEASEdillon1999-09-244-11/+72
|
* More synchronization of the VOP documentation to the real world.dillon1999-09-241-1/+1
|
* More clarification of locking requirements.dillon1999-09-242-6/+18
|
* Bring more VOP manual pages up to date in regards to lockingdillon1999-09-242-6/+6
| | | | requirements.
* Update errors in documentation for various VOP_ calls. Specifically,dillon1999-09-245-7/+18
| | | | describe the correct locking state expected on entry and return.
* Add to .Nm devstat_end_transaction_buf().phantom1999-09-231-2/+3
| | | | | | Do some ordering. Noticed by: ken
* Bring ccd documentation up to date. Reference vinum, elucidate moredillon1999-09-231-4/+47
| | | | on mirroring and interleaving.
* .PB -> .Elphantom1999-09-221-1/+1
| | | | | PR: docs/13283 Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
* Fix style typo.phantom1999-09-222-2/+4
| | | | | PR: docs/13134 Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
* mdoc(7)'fyphantom1999-09-222-13/+33
|
* Document the new free/erase transaction type.phk1999-09-221-1/+6
| | | | Reminded about by: ken
* Mention in the documentation that the AOpen/Acer ALN-320 is a supportedwpaul1999-09-222-14/+16
| | | | ethernet card (PCI, VIA Rhine II chipset).
* Update man page to include the sysclts and kernel options commonly usedroger1999-09-222-14/+216
|
* Describe the 'start_vinum' rc.conf knob.jkoshy1999-09-221-0/+7
| | | | | PR: conf/13357 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
* Cross-reference to nca(4) removed: No CAM driver for this device has yetchris1999-09-222-2/+0
| | | | to be written.
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportwpaul1999-09-222-12/+12
| | | | | | | | | | | | | | | for the AN985 "Centaur" chip, which is apparently the next genetation of the "Comet." The AN985 is also a tulip clone and is similar to the AL981 except that it uses a 99C66 EEPROM and a serial MII interface (instead of direct access to the PHY registers). Also updated various documentation to mention the AN985 and created a loadable module. I don't think there are any cards that use this chip on the market yet: the datasheet I got from ADMtek has boxes with big X's in them where the diagrams should be, and the sample boards I got have chips without any artwork on them.
* Remove reference to eg(4) device: it does not exist anymore.chris1999-09-221-1/+0
|
* Update so that only whole blocks are written to disk, the systemsos1999-09-212-7/+16
| | | | | has dislearned how to handle != blocksize request to the raw/char device.
* Synchronization NAME section with SYNOPSIS.phantom1999-09-211-3/+7
|
* "tcp_extensions" turns on RFC1323 extensions only.phantom1999-09-211-1/+4
| | | | | PR: docs/13879 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Bring documentation up to date, add a few more vnconfig examples.dillon1999-09-211-4/+14
|
* Correct spelling : ascii -> ASCIIphantom1999-09-201-2/+2
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* Remove the wait.1 manpage. There is no userland wait(1) utility, and thesheldonh1999-09-202-102/+1
| | | | | | manpage does not describe the builtin wait command provided by either of the standard shells. There is already an entry for wait.1 in the builtins.1 MLINKS list.
* Add link syscons.4 -> sc.4phantom1999-09-191-1/+2
| | | | PR: docs/13289
* Minor cleanupsdillon1999-09-191-7/+13
| | | | | Reviewed by: Matthew Dillon <dillon@backplane.com> Submitted by: Alexey Zelkin <phantom@cris.net>
* document devstat_end_transaction_buf()phk1999-09-181-0/+12
|
* Bring security page uptodate, add more references, clarify some ofdillon1999-09-181-96/+203
| | | | the comments, etc.
* Suggest using just finrst in the dial filter, and not syn.brian1999-09-161-2/+2
| | | | Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
* Add spanish support, fixing my own PR.jmas1999-09-161-1/+36
| | | | | PR: i386/10595 Submitted by: Jose M. Alcaide (jose@we.lc.ehu.es)
* mdoc(7)'fy.phantom1999-09-151-6/+14
| | | | Pointed out by: ru
* Add a hook for disabling cvs and collect a few similar options together.peter1999-09-151-1/+2
| | | | (We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
* rc.conf -> /etc/motdphantom1999-09-141-1/+1
| | | | PR: docs/13748
* Correct some hard sentence breaks. Only those surrounding the previoussheldonh1999-09-141-3/+4
| | | | | | | | commit and those which cause ugly nroff output have been fixed, since the purpose of the style guideline which they contravene is to reduce the sizes of deltas. Reported by: bde
* Adjust descriptions for if_up() and if_down().ru1999-09-141-6/+8
| | | | Reviewed by: wollman
* - Describe all available message headers.ru1999-09-141-26/+85
| | | | | | | - Sync structures/constants with sources. - Fix multiple typos. Reviewed by: wollman
* Document .Ta macro.phantom1999-09-131-0/+1
| | | | | Requested by: ru Ok'ed by: mpp
* Fix typo: vi(8) -> vi(1)phantom1999-09-131-1/+1
| | | | Noticed by: ru
* Document .Ox and .Nx macros.phantom1999-09-131-1/+3
| | | | Reviewed by: mpp
* Update to current state of filesystems layout (almost complete)phantom1999-09-131-33/+71
| | | | | | | Stylize PR: docs/13229 Reviewed by: mpp
* Document tcp_keepalive, tcp_drop_synfin, tcp_restrict_rst,des1999-09-131-0/+34
| | | | icmp_drop_redirect and icmp_log_redirect.
* Add new manpage device_set_flags.9 and add links fordfr1999-09-122-1/+60
| | | | device_set_desc_copy.9 and device_get_flags.9.
* Add "alternative" forms of full month names.dt1999-09-116-0/+90
|
* vnode -> mountpointalfred1999-09-111-20/+11
| | | | | | reference vfs_check_export change license to my own, (ok'd by dfr) and remove advert clause. remove extra Id tags and emacs cruft, this should be a fresh file.
* Describe man_localesache1999-09-111-1/+11
| | | | Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
* Add a link for uiomove.9 to uio.9chris1999-09-111-0/+1
|
* Fixed breakage of intro.1 -> introduction.1 link and minor disordering inbde1999-09-111-4/+5
| | | | previous commit.
* Document VFS changes:alfred1999-09-114-23/+121
| | | | | | | VFS_CHECKEXP.9, now used to check export credentials VFS_FHTOVP.9, only used for filehandle to vnode, no access checks are done. VFS.9, inform people of the vfs_std* functions available to avoid ugly casts to eopnotsup and making of dummy functions to return 0.
* Improve shell documentation:sheldonh1999-09-083-99/+287
| | | | | | | | | | | | | | | | | | | | | | | | | * Consistently misspell built-in as builtin. * Add a builtin(1) manpage and create builtin(1) MLINKS for all shell builtin commands for which no standalone utility exists. These MLINKS replace those that were created for csh(1). * Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages, as well as to the manpages of standalone utilities which are supported as shell builtin commands in at least one of the shells. In such manpages, explain that similar functionality may be provided as a shell builtin command. * Improve sh(1)'s description of the cd builtin command. Csh(1) already describes it adequately. Replace the cd(1) manpage with a builtin(1) MLINKS link. * Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use Ic instead of Xr for shell builtin commands. * Undo English contractions. Reviewed by: mpp, rgrimes
OpenPOWER on IntegriCloud