summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* For the gbde attach script:simon2004-07-181-0/+25
| | | | | | | | | | | - Ask the user up to X times (3 by default) for the pass-phrase, if it is incorrect the first time. - Add support for storing the lockfiles in another other directory than /etc. - Document that it is possible to override the location of each single lockfile. Approved by: pjd
* Add support System TALKS Inc. SGC-X2ULsanpei2004-07-181-0/+2
|
* The description of ng_mesg.cmd should call it "cmd" to match the structkeramida2004-07-181-1/+1
| | | | | | | definition and netgraph.h. PR: docs/66539 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
* Document the SUSER_RUID flag.cperciva2004-07-171-2/+14
| | | | Reminded by: pjd
* Add a BUGS entry pointing out that the ASU flag isn't being set. This wascperciva2004-07-171-0/+7
| | | | disabled by rwatson in revision 1.60 of sys/kern/kern_prot.c in August 2000.
* Update for struct cdevsw and dev_t -> struct cdev * changes, plus onetjr2004-07-162-7/+9
| | | | 64-bit portability fix.
* Update Biba and MLS man pages to take into account recent renaming ofrwatson2004-07-162-12/+12
| | | | the 'single' label element to 'effective.
* Add a few comments about ACPI probing.njl2004-07-151-4/+8
|
* Move references to the recently removed worm directory.scottl2004-07-151-5/+2
|
* Remove Walnut Creek CDROM script that Jordan wrote in the 90s.murray2004-07-152-44/+0
| | | | | | This functionality is largely in src/release/${ARCH}/mkisofs.sh now. PR: docs/43569
* Add a HARDWARE section which lists supported devices. The actualsimon2004-07-145-58/+95
| | | | | device listings has been moved (and in some cases more or less rewritten) from the DESCRIPTION section.
* Remove duplicate entry.murray2004-07-141-1/+0
| | | | Submitted by: mlaier@
* More technical terms.murray2004-07-141-1/+21
| | | | MFC After: 3 days
* Add more technical acronyms, product names, country names, andmurray2004-07-141-1/+64
| | | | | technical english words to reduce the number of false positives when spellchecking our documentation.
* Give kldunload a -f(orce) argument.phk2004-07-131-1/+19
| | | | | | | | | | | | | | | | | Add a MOD_QUIESCE event for modules. This should return error (EBUSY) of the module is in use. MOD_UNLOAD should now only fail if it is impossible (as opposed to inconvenient) to unload the module. Valid reasons are memory references into the module which cannot be tracked down and eliminated. When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is not given, MOD_QUIESCE failing will also prevent the unload. For backwards compatibility, we treat EOPNOTSUPP from MOD_QUIESCE as success. Document that modules should return EOPNOTSUPP for unknown events.
* Document thread parameter passed to VFS_ROOT and vflush.alfred2004-07-122-2/+6
|
* Fix a typo that slipped in during my last commit to this file.keramida2004-07-121-1/+1
| | | | Submitted by: fox@vader.aacc.cc.md.us
* Document that sx_unlock() exists as a macro.darrenr2004-07-111-6/+23
| | | | | Remove redundant include file, <sys/kernel.h>, and clean up the function list at the top with the addition of a "Sx utility macro" section.
* o Document net.inet.sack.enable sysctl. net.inet.sack.sackhole_limitmaxim2004-07-101-1/+6
| | | | | | | | is not documented yet, it is not used at the moment and is the subject of the future work. Improved by: ru Not objected: ps, jayanth
* Modernize description of physio. Make explicit that this creates aimp2004-07-101-5/+19
| | | | request that's passed to the driver's strategy.
* document vfs_suser.alfred2004-07-092-0/+72
|
* Bump document date.des2004-07-091-1/+1
| | | | Reminded by: ru
* The type and name of sbuf_b{cat,cpy}()'s second argument have changed.des2004-07-091-6/+6
|
* Fixed markup.ru2004-07-091-199/+216
|
* Polished markup.ru2004-07-092-131/+182
|
* Fixed markup and punctuation.ru2004-07-097-342/+455
|
* 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
|
* Note that the implementation notes were not only derived from NetBSD buttrhodes2004-07-081-0/+9
| | | | | also applies to other Arcnet drivers. Note that it should eventually be moved to a more generic section.
* Fix some grammar-wording knit.keramida2004-07-081-3/+3
| | | | | | PR: docs/66540 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> MFC after: 3 days
* Markup overhaul.ru2004-07-081-94/+150
|
* Markup nits.ru2004-07-081-8/+14
|
* Markup laundry.ru2004-07-081-8/+8
|
* Use the commonly used list type to enumerate supported devices.ru2004-07-081-1/+1
|
* Slight markup fixes.ru2004-07-081-6/+6
|
* Make the list type match the common type used to enumerate supported devices.ru2004-07-081-2/+3
|
* Added missing markup bits.ru2004-07-081-3/+3
|
* Protect "e.g." from being interpreted as end of sentence.ru2004-07-082-4/+6
|
* Markup fixes.ru2004-07-081-9/+8
|
* Fixed markup.ru2004-07-082-9/+22
|
* Slight markup fixes.ru2004-07-081-9/+9
|
* Correct a couple of language nits and a spelling.hmp2004-07-081-3/+3
| | | | | | PR: docs/68799 Submitted by: Chris Pepper <pepper@reppep.com> MFC after: 3 days
* Revise markup.ru2004-07-081-28/+34
|
* Markup fixes.ru2004-07-085-148/+187
|
* Add the missing copyright.harti2004-07-081-0/+28
| | | | Spotted by: ru
* Kill trailing whitespace.ru2004-07-081-1/+1
|
* Fixed markup.ru2004-07-081-18/+22
|
* Slight markup fixes.ru2004-07-081-5/+7
|
* Markup fixes.ru2004-07-081-14/+8
|
* Slight markup fixes.ru2004-07-081-9/+15
|
OpenPOWER on IntegriCloud