summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.
* 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
|
* Revise markup.ru2004-07-081-28/+34
|
* There is no VOP_TRUNCATE anymore.alfred2004-07-081-3/+4
| | | | style(9) (parenthesis around return values) the example.
* s/proc/threadalfred2004-07-082-2/+2
|
* Update comments in example as well.alfred2004-07-081-1/+1
|
* Update because struct componentname now has a thread pointer insteadalfred2004-07-081-4/+4
| | | | of a proc pointer.
* Update in the face of NDFREE.alfred2004-07-081-25/+1
| | | | | | Basically the advice on freeing the componentname buffers is no longer correct. Update the example code.
* mdoc(7) fixes.ru2004-07-071-1/+6
|
* MT_TAG is dead.maxim2004-07-071-1/+0
|
* Slight content fixes.ru2004-07-071-11/+10
|
* Fixed document title (should be in all uppercase).ru2004-07-078-94/+159
| | | | | List all functions in the NAME section so they appear in whatis(1). Assorted fixes (mostly markup).
* Sweep formatting and assorted fixes.ru2004-07-077-163/+246
|
* Tabs here upset my automatic checker, so replaced them with spaces.ru2004-07-072-9/+9
|
* Tiny markup fixes.ru2004-07-0611-60/+99
|
* Fixed markup.ru2004-07-061-15/+25
|
* mdoc(7) fixes.ru2004-07-061-15/+41
|
* mdoc(7) fixes.ru2004-07-064-32/+42
|
* Correct typos in the function name.ru2004-07-061-4/+4
| | | | mdoc(7) tweaks.
* Fixed the .Os call (missing or wrong).ru2004-07-0646-2/+46
|
* mdoc(7) fixes.ru2004-07-0619-64/+103
|
* Slightly improve the markup.ru2004-07-0514-30/+45
|
* Fix the NAME section making whatis(1) happy in particular.ru2004-07-053-4/+4
|
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-0415-18/+18
|
* Add documentation for the ieee80211_node.c functions.bms2004-07-041-1/+175
| | | | Submitted by: Darron Broad
* Document that boundaries cannot be smaller than the max segment size.scottl2004-07-041-1/+2
|
* Merge junk.ru2004-07-031-6/+1
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-0330-106/+171
|
* Removed trailing whitespace.ru2004-07-022-2/+2
|
* Small grammar fix.scottl2004-07-021-1/+1
|
* Fixed a style bug in the previous commit.bde2004-06-261-0/+1
|
* Embellish the getopt(3) example with mixed case.obrien2004-06-261-2/+4
| | | | Reviewed by: bde
* Catch up with the dev_t -> struct cdev change.le2004-06-221-6/+6
|
* Spelling fixes.mpp2004-06-2114-21/+21
|
* Markup fixes.ru2004-06-161-6/+8
|
* Tiny markup fixes.ru2004-06-161-6/+6
|
* Assorted markup, spelling, and grammar fixes.ru2004-06-1618-81/+108
|
* Overhaul the markup.ru2004-06-151-98/+49
|
* Update the .Dd date for previous commit.jdp2004-06-141-1/+1
| | | | Gently nudged by: krion
* Change the return value of sema_timedwait() so it returns 0 onjdp2004-06-141-4/+17
| | | | | | | | | | | success and a proper errno value on failure. This makes it consistent with cv_timedwait(), and paves the way for the introduction of functions such as sema_timedwait_sig() which can fail in multiple ways. Bump __FreeBSD_version and add a note to UPDATING. Approved by: scottl (ips driver), arch
* What world have we come to when even style(9) isn't unfailable:le2004-06-131-1/+1
| | | | correct style nit in an example.
* Touch .Dd (date) since new functionality has been documented.yar2004-06-081-1/+1
| | | | Reminded by: ru
* Make the legend to the table of interface flags compactyar2004-06-081-8/+10
| | | | | | for the reader's convenience. Suggested by: ru
* Describe how polling(4) applies to network interfaces.yar2004-06-081-2/+55
| | | | Reviewed by: ru
* 1. There are interface capabilities to be used by "lower" kernelyar2004-06-071-2/+18
| | | | | | | | components as well, i.e., polling. 2. Stress that if_capenable should be modified only from within the interface driver because it solely knows about how to control the capabilities.
OpenPOWER on IntegriCloud