summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Update some library names. Libraries come, libraries go.markm2003-06-041-3/+2
|
* Document the BUG (feature) that you can pass in an empty name torwatson2003-06-041-1/+6
| | | | | | | | VOP_GETEXTATTR() to retrieve the attribute name list on some file systems, and note that this will be replaced with its own VOP in due course. Pointed out by: Dominic Giampaolo <dbg@apple.com>
* The vnode operations for extended attributes no longer suffer fromrwatson2003-06-041-4/+1
| | | | | the features (bugs) in the BUGS section related to querying the required buffer size, or telling if an overflow occured.
* Mdoc: fix hard sentence breaks.hmp2003-06-031-35/+57
| | | | Approved by: des (mentor)
* The midway driver has been busdmaified and is not i386-specific anymore.harti2003-06-034-64/+18
| | | | | | | Repo-copy it from the i386 specific man4 section to the common one. Remove the i386 keyword from the man page header. Document the sysctl interface to the driver. Fix a spelling error (ALL -> AAL).
* The devclass is an object type, mark it as such.ru2003-06-022-5/+5
| | | | This also unbreaks the devclass_find(9) manpage.
* Restore one usage of .Ar that was legal.ru2003-06-021-1/+1
|
* Assorted mdoc(7) fixes.ru2003-06-026-52/+58
|
* Assorted mdoc(7) fixes.ru2003-06-023-107/+167
|
* I got a bazzar bug reportobrien2003-06-021-2/+2
|
* Add zh_CN.GBK to ASCIILINKSache2003-06-021-1/+1
|
* Turn back on c99, the tree should be ready for it now.obrien2003-06-021-1/+1
|
* Document netfs_types.gordon2003-06-021-0/+6
|
* To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)"obrien2003-06-021-1/+1
| | | | *sigh* Just can't get a brake when trying to react too quickly and fix the build.
* Temperarly turn off building the tree with c99.obrien2003-06-021-1/+1
| | | | I swore this made it thru a 'make world', but I don't know what happened.
* Use a bigger hammer -- keep all -std= out of CXXFLAGS.obrien2003-06-012-2/+2
| | | | Also allow for "CSTD=" in a Makefile.
* Assorted mdoc(7) fixes.ru2003-06-0111-194/+312
|
* Do not set a C standard for the C++ compiler.obrien2003-06-011-5/+7
|
* Compile our code as C99 by default.obrien2003-06-011-9/+11
|
* Add zh_CN.GBKache2003-06-012-0/+200
| | | | | PR: 51504 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Add missing markup bits.ru2003-05-311-2/+6
|
* CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+.obrien2003-05-311-1/+3
|
* Make CSTD style match the rest of file.obrien2003-05-311-6/+6
|
* Add entry for putty as an alias to vt220-colorache2003-05-311-1/+1
|
* Mass cleanup of the namei(9) manual page.hmp2003-05-311-91/+180
| | | | | | | | | | | | | | | | - Nuke markup indicators for editors. - Bump the date - Use mdoc(7) specifiers for marking up defines, etc. - Update the prototypes - Flash out the description - Cleanup english, spelling and grammar - Update .Xr's - Add following SEE ALSOs: uio(9), uma(9), vput(9), vref(9) - Reorder sections to be in agreement with mdoc(7) - Add FILES section - Update Copyright and AUTHORS section. Approved by: des (mentor)
* Various mdoc(7) fixes:hmp2003-05-313-2/+4
| | | | | | | | Add devfs(5) reference - make_dev.9 Change .Xr from VFS_VGET(9) to vget(9) - vnode.9 Spelling fix, 'useage' to 'usage' - zone.9 Approved by: des (mentor)
* Some mdoc(7) fixes:hmp2003-05-3146-167/+167
| | | | | | | | Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments. Approved by: des (mentor)
* Add the bus_dma(9) manual page to our section 9 collection. Ithmp2003-05-302-0/+732
| | | | | | | provides comprehensive documentation on FreeBSD's Bus DMA interface. Approved by: gibbs, re@ (scottl) Reviewed by: gibbs, scottl, des, sam, jake, tmm
* Assorted mdoc(7) fixes.ru2003-05-309-144/+165
|
* Assorted mdoc(7) fixes.ru2003-05-291-23/+25
|
* Assorted mdoc(7) fixes.ru2003-05-299-167/+227
| | | | Approved by: re (blanket)
* mdoc(7) fixes.ru2003-05-241-19/+27
| | | | Approved by: re (blanket)
* Get usb(4) manual page closer to reality:hmp2003-05-241-40/+58
| | | | | | | | | | | - update ``struct usb_device_info'' - add information about new fields in about struct - document USB_EVENT_IS_ATTACH() and USB_EVENT_IS_DETACH() - update URL of the USB.ORG developer documentation PR: docs/41580 (original patch) Reviewed by: n_hibma Approved by: des (mentor), re (bmah)
* Bring vnode(9) man page to its senses:hmp2003-05-241-110/+14
| | | | | | | | | | | | | | | - remove '-*- nroff -*-' - bump the date - nuke outdated ``struct vnode'' (it is just better to lookup the struct in the header) - nuke ``enum vtype'' and related junk - add a one line about ``struct vnode'' - use .Va instead of .Dv for vnode struct fields Approved by: des (mentor), re (bmah) Reviewed by: arch@, mentor
* Fix a typo in rev 1.10njl2003-05-231-1/+1
|
* o Document the tunables that acpi allows. (mdoc gurus please commentimp2003-05-221-1/+25
| | | | | | | | on and fix if neceeary). o Note that acpi is available on i386-ia32, ia64 and amd64, not just 'intel' platforms. Intel has had nothing to do with amd64. Approved by: re (scottl@)
* Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 isanholt2003-05-221-1/+3
| | | | | | | known to produce broken code with -march=pentium4. Add a note explaining this. This should be removed when we update to gcc 3.3 or the bug is otherwise fixed. Approved by: re
* Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.ru2003-05-212-1/+4
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: re (jhb)
* Link {be,le}{16,32,64}{enc,dec}.9 to byteorder.9.ru2003-05-211-0/+12
| | | | Approved by: re (blanket)
* Fixed the whatis(1) entry for this manpage by using onlyru2003-05-211-5/+3
| | | | | | | | | | one short description (.Nd). Submitted by: sheldonh Added bswap*() functions to the NAME section. Approved by: re (blanket)
* Kill whitespace at EOL.ru2003-05-2117-96/+96
| | | | Approved by: re (blanket)
* mdoc(7) fixes.ru2003-05-211-24/+30
| | | | | | | | | This manpage should really have only one short description (.Nd); if anyone could come up with a wording suitable for both conversion and decoding/encoding functions, that would unbreak the whatis(1) output for this manpage. Approved by: re (blanket)
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.ru2003-05-2111-95/+123
| | | | Approved by: re (blanket)
* Fixed typo in a comment.ru2003-05-211-2/+2
| | | | | | PR: misc/52486 Submitted by: "Simon L. Nielsen" <simon@nitro.dk> Approved by: re (jhb)
* Add a reference to release(7)brueffer2003-05-211-0/+1
| | | | | Requested by: murray Approved by: re (murray)
* Sort references by sectionbrueffer2003-05-201-3/+3
| | | | | | | PR: 52501 Submitted by: Simon L.Nielsen <simon@nitro.dk> Approved by: re (scottl) MFC after: 3 days
* Use -item lists instead of -tag lists. Grammar.ru2003-05-201-15/+25
|
* For multi-line blocks of literal text, please use -literal displays.ru2003-05-201-18/+22
|
* Nit.ru2003-05-202-2/+2
|
* Add missing markup bits.ru2003-05-201-21/+46
|
OpenPOWER on IntegriCloud