summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Replace %y with %Yache2001-03-2149-49/+49
|
* Pentium II's do not support SSE, that came in with the PIIIkris2001-03-211-1/+1
| | | | Submitted by: sf
* List libfetch.des2001-03-201-0/+1
| | | | Submitted by: bde
* If the MANSECT variable is specified, it will override the defaultru2001-03-201-1/+4
| | | | | | | | manual section. If, for example, MANSECT is set to 8, the default MAN1=${PROG}.1 feature of bsd.prog.mk becomes MAN8=${PROG}.8. Useful for games, libexec, sbin and usr.sbin subtrees. Reviewed by: bde
* Add LIBPOSIX1Ejedgar2001-03-201-0/+1
|
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewdes2001-03-191-8/+0
| | | | | | | very specific scenarios, and now that we have had net.inet.tcp.blackhole for quite some time there is really no reason to use it any more. (second of three commits)
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-192-4/+4
| | | | | | | reserved word Submitted by: jkh Obtained from: TrustedBSD Project
* Fix typo: s/DRIVERMODULE/DRIVER_MODULE/alex2001-03-181-2/+2
| | | | | PR: 25901 Submitted by: Maxime Henrion <mux@qualys.com>
* Convert to new locale format with md_order and without E[Ff]_fmtache2001-03-1861-276/+262
| | | | Add ampm_fmt to all locales
* Don't link et_EE with 8859-1ache2001-03-171-2/+4
|
* o The revenge of the mdoc(7) police:rwatson2001-03-163-28/+38
| | | | | | | | | - These pages abused Ar macro (they should have used Fa). - NULL and other numeric constants should be marked with Dv. - VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked with Fn. Submitted by: ru
* o The mdoc(7) police strike with avengance:rwatson2001-03-162-20/+27
| | | | | | | | | - These pages abused Ar macro (they should have used Fa). - NULL constant should be marked with Dv. - VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked with Fn. Submitted by: ru
* mdoc(7) police: empty lines outside displays cause warnings in -mdocNG.ru2001-03-161-1/+1
|
* mdoc(7) police: apply formatting fixes to rev 1.14.ru2001-03-161-11/+12
|
* Add et_EEache2001-03-161-1/+1
|
* Make empty unused am/pmache2001-03-162-4/+4
|
* Add et_EEache2001-03-163-0/+73
| | | | | PR: 25495 Submitted by: Vallo Kallaste <vallo@matti.ee>
* Add et_EEache2001-03-166-0/+46
| | | | | PR: 25495 Submitted by: Vallo Kallaste <vallo@matti.ee>
* Add et_EEache2001-03-166-0/+375
| | | | | PR: 25495 Submitted by: Vallo Kallaste <vallo@matti.ee>
* Part of DIS_8859-15 -> ISO_8859-15 renameache2001-03-1610-12/+12
|
* DIS_8859-15 -> ISO_8859-15 renameache2001-03-1610-438/+24
|
* /modules -> /boot/kerneldd2001-03-161-4/+5
| | | | | PR: 25053 Approved by: nik
* Remove the ATA_ENABLE_ATAPI_DMA, ATA_ENABLE_WC and ATA_ENABLE_TAGSsos2001-03-151-34/+14
| | | | options, add the tuneables for this purpose.
* o Update some of the kernel man pages associated with extended attributesrwatson2001-03-153-27/+60
| | | | | | to reflect EA API change to explicit namespacing. Obtained from: TrustedBSD Project
* Remove the last remnants of circle queues.dd2001-03-151-6/+5
| | | | | | PR: 25184 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Approved by: nik
* /devs -> /devdd2001-03-151-5/+5
| | | | | | PR: 25252 Submitted by: Christian Weisgerber <naddy@mips.inka.de> Approved by: nik, phk (via nik)
* Add a commented out entry for compat4xmurray2001-03-141-0/+1
| | | | | PR: 25196 Submitted by: Chris Knight <chris@aims.com.au>
* update this to be marginally closer to realitymjacob2001-03-141-5/+14
|
* .St macro cleanup:ru2001-03-121-6/+2
| | | | | | | | | | | | - spell the abbreviation of 1003.1 as ``POSIX.1'' - fixed the description of -p1003.1-90; it was sold as ISO/IEC 9945-1:1990 - removed -p1003.1b; it only existed as 1003.1b-1993 (-p1003.1b-93), and is part of 1003.1 since 1003.1-1996. - replaced -p1003.1g (project) with -p1003.1g-2000 (approved draft) - changed abbreviation of -isoC from ``ISO C'' to ``ISO C89'' - removed -iso9899 alias for -isoC - IEC was missing from some names - added abbreviation for -susv2 (``SUSv2'')
* mdoc(7) police:ru2001-03-121-3/+5
| | | | removed hard sentence breaks, use Ft for function return type.
* Fixed typo.ru2001-03-121-2/+2
|
* mdoc(7) police: misc formatting fixes.ru2001-03-121-7/+9
|
* mdoc(7) police: misc formatting fixes.ru2001-03-121-5/+5
|
* mdoc(7) police:ru2001-03-121-6/+8
| | | | | | o Update document date. o Remove hard sentence break. o Sort xrefs.
* mdoc(7) police: misc formatting fixes.ru2001-03-121-19/+30
|
* mdoc(7) police: mark C types with Vt macro.ru2001-03-121-6/+4
|
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelkris2001-03-122-18/+25
| | | | | | builds. This may be disabled using the NO_CPU_COPTFLAGS variable. Reviewed by: arch
* change the default mode from adhoc to bss (infrastructure)assar2001-03-121-9/+1
| | | | Reviewed by: Brooks Davis <brooks@one-eyed-alien.net>
* Apply some grammar fixes.bp2001-03-121-16/+18
| | | | Submitted by: asmodai
* change default from adhoc mode to BSS (infrastructure)assar2001-03-121-8/+1
|
* Shift+Ins - paste bufferache2001-03-1169-160/+160
| | | | Shift+PrintScr - prev. screen
* Document the make_dev_alias function.mjacob2001-03-111-1/+21
|
* Add a manpage for the DEV_MODULE kernel macro.alex2001-03-112-1/+104
|
* Use type of modeventhand_t for the event handler (defined in module.h).alex2001-03-111-3/+6
| | | | Add a reference to module(9) for more info about the event handler.
* Fix brain damage: s/CDEV_MODULE/DEV_MODULE/alex2001-03-112-3/+3
|
* Add MODULE_DEPEND.9 and MODULE_VERSION.9alex2001-03-111-1/+2
|
* Add a manpage for the MODULE_DEPEND macro.alex2001-03-111-0/+62
|
* Add a manpage for the MODULE_VERSION macro.alex2001-03-111-0/+58
|
* Add calls to MODULE_VERSION and MODULE_DEPEND to the EXAMPLE.alex2001-03-111-0/+3
|
* Cross references between the DEVICE_*(9) manual pages.alex2001-03-105-4/+16
|
OpenPOWER on IntegriCloud