summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* mdoc(7) police: markup nits.ru2001-08-161-2/+4
|
* Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integerobrien2001-08-162-1/+14
| | | | | | value, it forces GCC to not optimize above this level. For intance, GCC made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the Alpha platform when building ports.
* Remove unused variable in example.dd2001-08-161-1/+1
|
* mdoc(7) police: minor markup fixes.ru2001-08-151-5/+5
|
* Add ve,vi,vs for cons25ache2001-08-151-1/+2
| | | | Submitted by: yokota
* Implement kernel semaphores.jasone2001-08-142-1/+116
| | | | Reviewed by: jhb
* mdoc(7) police: bump document date.ru2001-08-141-1/+1
|
* mdoc(7) police: fix SEE ALSO.ru2001-08-141-2/+2
|
* mdoc(7) police: removed final dot from the .Nd call.ru2001-08-142-2/+2
|
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-1423-32/+83
|
* Add missing commas.jasone2001-08-141-2/+2
|
* Add sx_try_upgrade() and sx_downgrade().jasone2001-08-132-0/+19
| | | | Submitted by: Alexander Kabaev <ak03@gte.com>
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.ru2001-08-135-7/+10
|
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.ru2001-08-136-6/+13
|
* mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.ru2001-08-132-2/+5
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-1313-13/+14
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-4/+0
|
* Update io(4) to match reality following revision 1.42 ofiedowse2001-08-121-4/+5
| | | | | | | | | sys/i386/i386/mem.c: only the super-user may open /dev/io regardless of the device permissions (just 4 years late!). Also, add cross-reference to i386_{get,set}_ioperm(2). PR: kern/13359
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notmarkm2001-08-121-6/+0
| | | | | | | | nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security
* Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, becauseknu2001-08-121-1/+1
| | | | | MASTER_SITE_FREEBSD is already used in bsd.port.mk for some different purpose.
* Fix MASTER_SITE_RUBY. The listed master site is obsolete.knu2001-08-121-1/+1
|
* Add MASTER_SITE_FREEBSD.knu2001-08-121-0/+1
|
* For consistency with other man pages, fix first appearance.mp2001-08-111-2/+2
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-1014-38/+30
|
* mdoc(7) police: fixed the "new sentence" bogons.ru2001-08-104-4/+5
|
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-1014-17/+17
| | | | with a trailing zero-width space: `e.g.\&'.
* mdoc(7) police: add zdestroy() to NAME.ru2001-08-101-1/+2
|
* Add manpage for pgfind(9).ru2001-08-102-1/+59
| | | | | PR: docs/29552 Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>
* Document zdestroy().tmm2001-08-092-0/+16
| | | | Reviewed by: des
* Fix xrefs.sobomax2001-08-091-3/+3
| | | | | | | | times.3: gettimeofday(3) --> gettimeofday(2) rc.conf.5: isndn(8) --> isdnd(8) idsnd(8) --> isdnd(8) MFC after: 2 weeks
* Don't build/install game-related documents when building with NOGAMES.dd2001-08-091-1/+5
| | | | | | | | | This fixes buildworld when src/games doesn't exist (this may not be "officially" supported, but there's no sense in making it harder for somebody that wants to do it). PR: 29162 Submitted by: Stewart Morgan <stewart@nameless-uk.com>
* Clarify the BUGS section.sheldonh2001-08-081-2/+2
| | | | | Reported by: asmodai Submitted by: jhb
* can not -> cannotsheldonh2001-08-086-6/+6
|
* Improve English wording (use "with which" instead of clause withoutsheldonh2001-08-081-2/+2
| | | | conjunction).
* We don't have rogue(1), and our rogue(6) doesn't useru2001-08-081-1/+1
| | | | | the `ma' attribute. (The original BSD manual stated that this attribute is used by vi version 2 only.)
* mdoc(7) police: expand plain text xrefs.ru2001-08-084-4/+10
|
* mdoc(7) police: markup nits.ru2001-08-081-4/+5
|
OpenPOWER on IntegriCloud