summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove more vestages of diskcheckd, which is now in ports/sysutils.obrien2001-08-291-16/+0
|
* Fix typos and abuses of the markup system.imp2001-08-282-70/+86
| | | | Submitted by: ru, gshapiro
* o Attach vaccess_acl_posix1e.9 to the build.rwatson2001-08-272-1/+3
| | | | | | o Cross-reference vaccess_acl_posix1e.9 from vaccess.9. Obtained from: TrustedBSD Project
* o Introduce a man page for vaccess_acl_posix1e(), based on the existingrwatson2001-08-271-0/+126
| | | | | | | | vaccess(). This man page leaves something to be desired, as it doesn't currently document the POSIX.1e evaluation algorithm, which will in the future be incorporated, or cross-referenced. Obtained from: TrustedBSD Project
* o Hook up vaccess.9 to the build.rwatson2001-08-271-2/+2
| | | | Submitted by: ru
* o Improve conformance to mdoc requirements, provided by the amazingrwatson2001-08-271-17/+32
| | | | | | mdocguard! Submitted by: ru
* - Add missed closing `"';sobomax2001-08-271-5/+11
| | | | | | | | - mention koi8-u and cp866u fonts; - describe 1024-byte limit on amount of data that is possible to paste from the syscons cut buffer. MFC after: 1 day
* Update to match new debugging subsystem/level codes. Also mentionmsmith2001-08-261-44/+51
| | | | upcoming load-time module autoloading feature.
* Improve the documentation for the various tunables. Document how toimp2001-08-262-24/+130
| | | | | | | | force ISA routing of interrupts. Warn the user that with ISA routing of interrupts for PCI devices with more than one slot, polling mode is in order. Minor markup fixes as well and some white space/sentence break changes (I did these as one commit since this file has been in the tree only 4 days and I doubt that translation has begun).
* Consistently use 'queueing' instead of 'queuing'. Both spellings aredd2001-08-254-6/+6
| | | | | correct, but the former seems to be preferred. This makes all of the section-4 manual pages consistent in this respect.
* Revert my queueing -> queuing commit. Both spellings are correct, anddd2001-08-256-9/+9
| | | | | | some people prefer the former. Submitted by: ken, nectar
* o Replace reference to param.h with types.hrwatson2001-08-251-1/+2
| | | | | | o Verbosicize reference to .fa mode Obtained from: TrustedBSD Project
* o Add a man page for the kernel vaccess() call, a utility function torwatson2001-08-251-0/+110
| | | | | | generate access control decisions. Obtained from: TrustedBSD Project
* o Note that the ASU accounting flag has now been deprecated.rwatson2001-08-251-1/+2
| | | | | Submitted by: tmm Obtained from: TrustedBSD Project
* Document that IFF_MULTICAST should be ORd with IFF_POINTOPOINT orbrian2001-08-251-4/+7
| | | | IFF_BROADCAST for the TUNSIFMODE ioctl.
* - callout_stop() now returns an integer value instead of void sojhb2001-08-231-1/+16
| | | | | describe it. - Add a return values section.
* Spelling fix: depreciated -> deprecated.jhb2001-08-231-1/+1
|
* Remove refernces to M_ASLEEP/asleep/await.jhb2001-08-231-28/+1
|
* Remove references to asleep/await.jhb2001-08-232-114/+1
|
* Spelling police: queueing -> queuingdd2001-08-236-9/+9
| | | | | PR: 29985 Submitted by: Joseph Mallett <jmallett@xMach.org>
* Spelling police: relabelled -> relabeleddd2001-08-233-3/+3
| | | | | PR: 29985 Submitted by: {aac,amr,mlx}.4
* Capitalize Linux where appropriate.dd2001-08-231-1/+1
| | | | Submitted by: Joseph Mallett <jmallett@xMach.org>
* Spelling police: withough -> withoutdd2001-08-236-6/+6
| | | | Submitted by: Joseph Mallett <jmallett@xMach.org>
* The name of the kernel really isn't KERNEL now.dd2001-08-231-1/+1
| | | | Submitted by: setantae@submonkey.net
* The name of the kernel is KERNCONF, not KERNEL now.jkh2001-08-221-1/+1
|
* mdoc(7) police: Fixed broken xrefs.ru2001-08-223-4/+4
|
* mdoc(7) police:ru2001-08-222-18/+28
| | | | | | | - removed whitespace at EOL - removed hard sentence break - minor grammar and spelling fixes - s/pseudo-device/device/
* Mentions about /var/spool/secretmail were deleted in BSD.var.dist,v 1.2.ru2001-08-221-4/+0
|
* Zap reference to tickadj(8). Forgotten in rev. 1.24.ru2001-08-221-1/+0
|
* Add doc/sr and doc/sr_* to the sample refuse file.jim2001-08-221-0/+2
| | | | | PR: 29935 Submitted by: Rob Simmons <rsimmons@mail.wlcg.com>
* Link MULTI_DRIVER_MODULE.9 to DRIVER_MODULE.9alex2001-08-211-0/+1
|
* Add MULTI_DRIVER_MODULE().alex2001-08-211-0/+6
|
* Add new, simple pcic manual page.imp2001-08-213-0/+353
|
* Do not use contractions where they aren't necessary, use "host"dd2001-08-211-10/+9
| | | | | | instead of "computer", and clean up some confusing sentences. Submitted by: sheldonh
* Document recent changes about VLAN support and oversized packets.semenu2001-08-212-0/+32
| | | | | PR: kern/29235 MFC after: 1 day
* STAILQ_LAST() macro takes 3 arguments, not 1.sobomax2001-08-211-1/+1
|
* Even more libss removal.ru2001-08-201-4/+0
|
* mdoc(7) police: fixed markup, removed the extra word.ru2001-08-201-16/+16
|
* Shoot (and kill) the second person with a high-powered rifle.dd2001-08-201-63/+64
|
* There is no "(integer)" type; it's called "(int)".dd2001-08-201-3/+3
| | | | | PR: 20749 Submitted by: Ralf S. Engelschall <rse@engelschall.com>
* Add new entires for firewall_flags, amd_map_program, anddd2001-08-201-4/+38
| | | | | | | enable_quotas. Plus other assorted fixes. PR: 20479 Submitted by: Ralf S. Engelschall <rse@engelschall.com>
* Mark up IPFIREWALL in .Dv.dd2001-08-201-1/+3
|
* Zap LIBSSkris2001-08-191-1/+0
|
* Implement a LOCAL_PEERCRED socket option which returns add2001-08-171-1/+30
| | | | | | | | | | | `struct xucred` with the credentials of the connected peer. Obviously this only works (and makes sense) on SOCK_STREAM sockets. This works for both the connect(2) and listen(2) callers. There is precise documentation of the semantics in unix(4). Reviewed by: dwmalone (eyeballed)
* When discussing optimization levels, don't put the compiler options indd2001-08-171-1/+2
| | | | | | | | .Op. None of the other manual pages do it when discussing options in the main text, so this one shouldn't, either. Also, use .Pq instead of another odd constructhyphenation isn't an issue here, since it's desireable to have the contents of that digression appear together, and it's already in another macro, anyway).
* Removed comments that simply describe what is seen by ``cvs di -rRELENG_4''ru2001-08-171-3/+0
| | | | of that file. (xtp(4) has already been MFC'ed.)
* mdoc(7) police: markup nit.ru2001-08-171-1/+1
|
* cdrecord is now called cdrtoolskris2001-08-171-1/+1
| | | | Submitted by: stuart nichols <unstable@stac.state.tx.us>
* MFS: first appeared in FreeBSD 4.4.ru2001-08-161-1/+1
|
* Document the sendmail_outbound_enable and sendmail_outbound_flags,sheldonh2001-08-161-0/+29
| | | | | | | which were introduced 5 months ago. Looking at the descriptions, these two look like the stupidest options to have arrived in a while, but they must be documented now that they've been merged onto the stable branch.
OpenPOWER on IntegriCloud