summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add references to the various DEVICE_*(9) manpages, otherwise peoplealex2001-03-101-1/+6
| | | | don't even know about these.
* Add DEVICE_IDENTIFY.9alex2001-03-101-1/+2
|
* Add a manpage for the last of the driver's functions, the identifyalex2001-03-101-0/+96
| | | | | | | routine. PR: 18654 Submitted by: myself (reworked today)
* Two mdoc fixes:alex2001-03-101-5/+6
| | | | | - .Os is used without "FreeBSD" nowadays. - remove hard sentence breaks.
* Update for /dev/random improvements.markm2001-03-101-6/+44
|
* AMD K6/K6-2/Duron/Athlon CPUs support MMX too.sobomax2001-03-101-3/+3
| | | | Missed by: kris
* Fix typo.okazaki2001-03-101-1/+1
| | | | Approved by: tanimura
* Add documentation for mchain API.bp2001-03-103-1/+464
| | | | Reviewed by: asmodai, ru (mbchain.9)
* fix spelling errors, clarify comment, add $FreeBSD$billf2001-03-101-8/+6
|
* Use the correct path to the SASL .h files as installed by the SASL port.gshapiro2001-03-101-1/+1
| | | | | | MFC candidate. Submitted by: jeh
OpenPOWER on IntegriCloud