summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly emphasize a facet of m_pullup() that some people seem tojulian2006-12-081-0/+4
| | | | | frequently forget. i.e. that you can not keep using pointers to within the old chain.
* Update the URL for the list of supported products.ru2006-12-071-2/+2
|
* Regenerate per the instructions.mjacob2006-12-071-515/+1769
|
* document that NCQ is not yet supported.wilko2006-12-051-0/+2
| | | | PR: kern/106343
* Move npe.4 to a machine specific manpage subdirectory.ru2006-12-053-6/+8
|
* Fix markup.ru2006-12-051-20/+22
|
* Fix typo.joel2006-12-051-1/+1
|
* hook npe.4 up to arm buildsam2006-12-041-0/+5
| | | | MFC after: 1 month
* start 'o man page for xscale npe ethernet driversam2006-12-041-0/+160
| | | | MFC after: 1 month
* bce(4) does not work correctly in polling(4) mode for now.brueffer2006-12-022-4/+2
|
* ALTQify ep(4).mlaier2006-12-011-1/+2
| | | | | Tested and Requested by: Andy Brook MFC after: 3 days
* Give up on waiting for a repo-copy (no answer in 20 days), andru2006-12-011-6/+8
| | | | | | commit my markup fixes. OK'ed by: kmacy
* Add missing `;;' in the example shell code snippet.ru2006-12-011-0/+1
| | | | | | PR: i386/106113 Submitted by: Richard Arends MFC after: 3 days
* Bump .Dd, (9 year jump!)alfred2006-11-291-1/+1
| | | | | Requested by: ru cvs: ----------------------------------------------------------------------
* Do a better job of documenting uio_resid.alfred2006-11-291-12/+18
|
* Add the dev.pcm.%d.polling sysctl and a short description.joel2006-11-295-5/+61
| | | | Reviewed by: ru
* Overhaul this manpage somewhat:brueffer2006-11-271-28/+14
| | | | | | | | | | - Move mentionings of required drivers to the SYNOPSIS where they belong - Remove cruft (XiG, sheesh) from the EXAMPLES section and re-arrange things to make somewhat more sense - Fix an Xref to manpage from ports to mention the corresponsing port - Remove commented out HISTORY section header MFC after: 3 days
* Clarify case body indention.obrien2006-11-261-1/+1
|
* - Update the Runtime Configuration, FILES and DIAGNOSTICS sections tojoel2006-11-261-41/+80
| | | | | | | | the new world order. - Use our standard section 4 SYNOPSIS. - Minor nits. Reviewed by: brueffer, ariff
* devsw() was removed by phk:imp2006-11-252-77/+0
| | | | | | | | | | | revision 1.199 date: 2004/09/24 08:30:57; author: phk; state: Exp; lines: +0 -1 Remove the cdevsw() function which is now unused. (the log is wrong, it was really devsw that was removed). # we really need to actually document the functions in sys/conf.h as well # as things like d_open...
* Clarify what non-zero return values mean.imp2006-11-251-2/+4
|
* Grr, fix typo introduced in the previous commit.brueffer2006-11-251-1/+1
|
* Add instructions for creating a ramdisk root image. These likely needimp2006-11-241-1/+18
| | | | | to be augmented with instructions for those platforms that have /boot/loader.
* 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
* Make it clear that the device name may contain '/' characters to placeimp2006-11-241-4/+14
| | | | | | | a device in a subdirectory. Also explicitly state that the name is constructed using fmt like printf would print it. MFC After: 3 days
* o Xr sendfile(2).maxim2006-11-241-0/+1
|
* Add a guideline for naming new sysctl nodes.yar2006-11-231-2/+26
| | | | Discussed in: cvs-src (some time ago)
* Add USR997902 to the list of devices supported by re(4).yongari2006-11-231-0/+2
|
* Use our standard section 4 SYNOPSIS.brueffer2006-11-2223-25/+301
| | | | MFC after: 3 days
* Remove reference to mount_fdescfs.rodrigc2006-11-221-1/+0
| | | | Suggested by: ru
* Remove reference to mount_devfs(8).rodrigc2006-11-221-2/+1
| | | | Reminded by: ru
* Remove reference to mount_procfs.rodrigc2006-11-221-2/+1
| | | | Reminded by: ru
* o Sort Xrs.maxim2006-11-211-1/+1
|
* Change reference from mount(2) to nmount(2), since mount(8) usesrodrigc2006-11-211-1/+1
| | | | nmount to mount an mqueufs filesystem.
* Change reference from mount_devfs(8) to mount(8), and add an example.rodrigc2006-11-211-2/+8
| | | | | | Remove reference to mount_fdescfs(8), since mount(8) calls nmount() directly to mount an fdescfs filesystem, instead of forking an external mount_fdescfs program.
* Try harder to not leak src/ build stuff into ports/ environmentru2006-11-192-2/+7
| | | | | | by not exposing the MK_* variables that were designed for src/. Requested by: many
* Add .Xr to p_cansee.9, remove .Xr to intro.2.ceri2006-11-191-2/+2
| | | | | Reviewed by: ru Approved by: ru
* Add manuals for cr_cansee(9) and p_cansee(9).ceri2006-11-193-0/+187
| | | | | | | Thanks to Ruslan for the time he spent reviewing these. Reviewed by: ru Approved by: ru
* Have the synopsis compile.ceri2006-11-181-1/+2
| | | | Pointed out by: ru
* - Use a standard section 4 SYNOPSISbrueffer2006-11-181-1/+14
| | | | | | - Xref uark(4) MFC after: 3 days
* Remove uhidev.4 and references to it, the corresponding code was neverbrueffer2006-11-163-81/+1
| | | | | | | imported from NetBSD. Submitted by: markus MFC after: 1 week
* Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',pjd2006-11-161-3/+3
| | | | | | | | which allows to use it with different kinds of locks. For example it allows to implement Solaris conditions variables which will be used in ZFS port on top of sx(9) locks. Reviewed by: jhb
* - Use our standard section 4 SYNOPSISbrueffer2006-11-151-4/+20
| | | | | - Add a HARDWARE section - Mention the first release to include this driver
* o Add uark(4), a driver for Arkmicro Technologies ARK3116 based serialmaxim2006-11-152-0/+70
| | | | | | | | | adapters. Submitted by: Alex Rodin Obtained from: OpenBSD Reviewed by: -usb MFC after: 6 weeks
* Sort xrefs.ru2006-11-131-2/+2
|
* Remove some comments about NetBSD. This in on FreeBSD and we do notbz2006-11-121-10/+7
| | | | | | | | want to confuse people at the very beginning. Sync TOC/paragraph numbers in the text. Requested by: Benedikt Stockebrand during his talk at EuroBSDCon 2006 Reviewed by: gnn
* Enforce RELEASENOUPDATE if EXTSRCDIR is used.ru2006-11-111-2/+2
| | | | Suggested by: jb
* Re-enable module build for POSIX semaphores.trhodes2006-11-111-3/+14
| | | | | | Update the manual page describe loading the sem module. Approved by: silence on -arch and -standards
* Fix build (forgotten MUTEX_PROFILING.9 -> LOCK_PROFILING.9).ru2006-11-111-1/+1
|
* Replace a reference to no longer existing MUTEX_PROFILING(9) withru2006-11-111-1/+1
| | | | a LOCK_PROFILING(9).
OpenPOWER on IntegriCloud