aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* For the gbde attach script:Simon L. B. Nielsen2004-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 Notes: svn path=/head/; revision=132356
* Add support System TALKS Inc. SGC-X2ULMIHIRA Sanpei Yoshiro2004-07-181-0/+2
| | | | Notes: svn path=/head/; revision=132341
* The description of ng_mesg.cmd should call it "cmd" to match the structGiorgos Keramidas2004-07-181-1/+1
| | | | | | | | | | definition and netgraph.h. PR: docs/66539 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> Notes: svn path=/head/; revision=132330
* Document the SUSER_RUID flag.Colin Percival2004-07-171-2/+14
| | | | | | | Reminded by: pjd Notes: svn path=/head/; revision=132294
* Add a BUGS entry pointing out that the ASU flag isn't being set. This wasColin Percival2004-07-171-0/+7
| | | | | | | disabled by rwatson in revision 1.60 of sys/kern/kern_prot.c in August 2000. Notes: svn path=/head/; revision=132293
* Update for struct cdevsw and dev_t -> struct cdev * changes, plus oneTim J. Robbins2004-07-162-7/+9
| | | | | | | 64-bit portability fix. Notes: svn path=/head/; revision=132247
* Update Biba and MLS man pages to take into account recent renaming ofRobert Watson2004-07-162-12/+12
| | | | | | | the 'single' label element to 'effective. Notes: svn path=/head/; revision=132233
* Add a few comments about ACPI probing.Nate Lawson2004-07-151-4/+8
| | | | Notes: svn path=/head/; revision=132219
* Move references to the recently removed worm directory.Scott Long2004-07-151-5/+2
| | | | Notes: svn path=/head/; revision=132211
* Remove Walnut Creek CDROM script that Jordan wrote in the 90s.Murray Stokely2004-07-152-44/+0
| | | | | | | | | This functionality is largely in src/release/${ARCH}/mkisofs.sh now. PR: docs/43569 Notes: svn path=/head/; revision=132183
* Add a HARDWARE section which lists supported devices. The actualSimon L. B. Nielsen2004-07-145-58/+95
| | | | | | | | device listings has been moved (and in some cases more or less rewritten) from the DESCRIPTION section. Notes: svn path=/head/; revision=132165
* Remove duplicate entry.Murray Stokely2004-07-141-1/+0
| | | | | | | Submitted by: mlaier@ Notes: svn path=/head/; revision=132140
* More technical terms.Murray Stokely2004-07-141-1/+21
| | | | | | | MFC After: 3 days Notes: svn path=/head/; revision=132132
* Add more technical acronyms, product names, country names, andMurray Stokely2004-07-141-1/+64
| | | | | | | | technical english words to reduce the number of false positives when spellchecking our documentation. Notes: svn path=/head/; revision=132130
* Give kldunload a -f(orce) argument.Poul-Henning Kamp2004-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. Notes: svn path=/head/; revision=132117
* Document thread parameter passed to VFS_ROOT and vflush.Alfred Perlstein2004-07-122-2/+6
| | | | Notes: svn path=/head/; revision=132026
* Fix a typo that slipped in during my last commit to this file.Giorgos Keramidas2004-07-121-1/+1
| | | | | | | Submitted by: fox@vader.aacc.cc.md.us Notes: svn path=/head/; revision=132000
* Document that sx_unlock() exists as a macro.Darren Reed2004-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. Notes: svn path=/head/; revision=131985
* o Document net.inet.sack.enable sysctl. net.inet.sack.sackhole_limitMaxim Konovalov2004-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 Notes: svn path=/head/; revision=131900
* Modernize description of physio. Make explicit that this creates aWarner Losh2004-07-101-5/+19
| | | | | | | request that's passed to the driver's strategy. Notes: svn path=/head/; revision=131888
* document vfs_suser.Alfred Perlstein2004-07-092-0/+72
| | | | Notes: svn path=/head/; revision=131886
* Bump document date.Dag-Erling Smørgrav2004-07-091-1/+1
| | | | | | | Reminded by: ru Notes: svn path=/head/; revision=131872
* The type and name of sbuf_b{cat,cpy}()'s second argument have changed.Dag-Erling Smørgrav2004-07-091-6/+6
| | | | Notes: svn path=/head/; revision=131870
* Fixed markup.Ruslan Ermilov2004-07-091-199/+216
| | | | Notes: svn path=/head/; revision=131866
* Polished markup.Ruslan Ermilov2004-07-092-131/+182
| | | | Notes: svn path=/head/; revision=131864
* Fixed markup and punctuation.Ruslan Ermilov2004-07-097-342/+455
| | | | Notes: svn path=/head/; revision=131861
* Remove the g++ include directory - it has been gone a long timeHartmut Brandt2004-07-081-6/+2
| | | | | | | ago and add it's new incarnation c++ instead. Notes: svn path=/head/; revision=131833
* Add a description what is in the sub-directories of /usr/include/netnatm.Hartmut Brandt2004-07-081-0/+11
| | | | Notes: svn path=/head/; revision=131831
* Note that the implementation notes were not only derived from NetBSD butTom Rhodes2004-07-081-0/+9
| | | | | | | | also applies to other Arcnet drivers. Note that it should eventually be moved to a more generic section. Notes: svn path=/head/; revision=131822
* Fix some grammar-wording knit.Giorgos Keramidas2004-07-081-3/+3
| | | | | | | | | PR: docs/66540 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> MFC after: 3 days Notes: svn path=/head/; revision=131818
* Markup overhaul.Ruslan Ermilov2004-07-081-94/+150
| | | | Notes: svn path=/head/; revision=131813
* Markup nits.Ruslan Ermilov2004-07-081-8/+14
| | | | Notes: svn path=/head/; revision=131812
* Markup laundry.Ruslan Ermilov2004-07-081-8/+8
| | | | Notes: svn path=/head/; revision=131810
* Use the commonly used list type to enumerate supported devices.Ruslan Ermilov2004-07-081-1/+1
| | | | Notes: svn path=/head/; revision=131809
* Slight markup fixes.Ruslan Ermilov2004-07-081-6/+6
| | | | Notes: svn path=/head/; revision=131807
* Make the list type match the common type used to enumerate supported devices.Ruslan Ermilov2004-07-081-2/+3
| | | | Notes: svn path=/head/; revision=131806
* Added missing markup bits.Ruslan Ermilov2004-07-081-3/+3
| | | | Notes: svn path=/head/; revision=131805
* Protect "e.g." from being interpreted as end of sentence.Ruslan Ermilov2004-07-082-4/+6
| | | | Notes: svn path=/head/; revision=131804
* Markup fixes.Ruslan Ermilov2004-07-081-9/+8
| | | | Notes: svn path=/head/; revision=131803
* Fixed markup.Ruslan Ermilov2004-07-082-9/+22
| | | | Notes: svn path=/head/; revision=131802
* Slight markup fixes.Ruslan Ermilov2004-07-081-9/+9
| | | | Notes: svn path=/head/; revision=131801
* Correct a couple of language nits and a spelling.Hiten Pandya2004-07-081-3/+3
| | | | | | | | | PR: docs/68799 Submitted by: Chris Pepper <pepper@reppep.com> MFC after: 3 days Notes: svn path=/head/; revision=131800
* Revise markup.Ruslan Ermilov2004-07-081-28/+34
| | | | Notes: svn path=/head/; revision=131799
* Markup fixes.Ruslan Ermilov2004-07-085-148/+187
| | | | Notes: svn path=/head/; revision=131797
* Add the missing copyright.Hartmut Brandt2004-07-081-0/+28
| | | | | | | Spotted by: ru Notes: svn path=/head/; revision=131794
* Kill trailing whitespace.Ruslan Ermilov2004-07-081-1/+1
| | | | Notes: svn path=/head/; revision=131792
* Fixed markup.Ruslan Ermilov2004-07-081-18/+22
| | | | Notes: svn path=/head/; revision=131791
* Slight markup fixes.Ruslan Ermilov2004-07-081-5/+7
| | | | Notes: svn path=/head/; revision=131790
* Markup fixes.Ruslan Ermilov2004-07-081-14/+8
| | | | Notes: svn path=/head/; revision=131789
* Slight markup fixes.Ruslan Ermilov2004-07-081-9/+15
| | | | Notes: svn path=/head/; revision=131788