summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Make the maximum number of pages for external mbufs configurable inharti2003-10-291-2/+6
| | | | | | | the kernel environment and accessible as a RO sysctl. Explain that the HE155 will not work in 64-bit/66MHz slots, but may work in 64-bit/33MHz slots.
* Regen:sheldonh2003-10-291-192/+509
| | | | * Hart: rev 426 of pcidevs.txt (2003-10-27)
* Add FreeBSD 4.9 and MacOS 10.3.murray2003-10-291-2/+6
|
* Catch up with removal of /usr/bin/svr4.tjr2003-10-281-2/+2
|
* I wrongly committed an older version.simokawa2003-10-282-28/+16
| | | | Update references etc.
* Add a definition for libngatm.harti2003-10-271-0/+1
| | | | Reviewed by: ru
* Man pages for the NgATM SAAL protocol nodes.harti2003-10-273-0/+512
|
* Correct a typo.jkoshy2003-10-271-1/+1
| | | | Submitted by: "T.M. Sommers" <tms2@mail.ptd.net>
* Fix Xr markup.des2003-10-261-4/+4
|
* Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.emax2003-10-261-0/+1
| | | | | Reviewed by: imp, simon Approved by: imp (mentor)
* - Add note that loading modules only works if the systemkensmith2003-10-261-1/+6
| | | | | | | | securelevel is less than 1. PR: docs/58546 Reviewed by: rwatson Approved by: blackend (mentor)
* Sysctl names should not contain dots. Convert them to underlines.harti2003-10-241-19/+19
|
* Add dumb console driver and related bits.simokawa2003-10-243-0/+173
| | | | | | | | dcons(4): very simple console and gdb port driver dcons_crom(4): FireWire attachment dconschat(8): User interface to dcons Tested with: i386, i386-PAE, and sparc64.
* Mdoc Janitor:hmp2003-10-241-2/+2
| | | | | | * Use uppercase for .Dt macro arguments. * Use 'manual' instead of 'man' for consistency.
* Mdoc Janitor:hmp2003-10-231-1/+1
| | | | | | * Add a forgotten .An macro for 'Jeroen Ruigrok van der Werven'. Noticed by: simon@
* Mdoc Janitor:hmp2003-10-2346-47/+47
| | | | * Use 'manual' instead of 'man' for consistency.
* Mdoc Janitor:hmp2003-10-231-71/+71
| | | | | | | | | | | | | * Uppercase the .Dt command contents. * Remove incorrect usage of .Fa. * Use .Va for struct members, and .Vt for structs (correct replacement for .Fa) * Markup VM_* and MAP_* macros with .Dv command. * Replace 'man' with 'manual' for consistency.
* Correct #include file in SYNOPSIS:hmp2003-10-231-1/+1
| | | | | It is not sys/geom_disk.h, but located under geom/ directory, so, mark it geom/geom_disk.h.
* Mdoc Janitor:hmp2003-10-231-3/+9
| | | | | | | | | | | | | * Uppercase .Dt command contents. * Make use of .Fo and .Fc for marking up functions with a lot of arguments. NOTE: Please do not use the `\' line seperator for mdoc(7) manual pages, as it has problems of its own on some displays; instead, consult the mdoc(7) manual on using .Fo and .Fc. * Change 'man' to 'manual' for consistency.
* Mdoc Janitor:hmp2003-10-231-1/+3
| | | | * Use the .Sx command for referencing sections.
* Add a GEOM(4) MLINK.hmp2003-10-231-0/+1
|
* Add a PAE(4) MLINK for simplicity.hmp2003-10-231-1/+2
|
* Mdoc Janitor:hmp2003-10-231-22/+38
| | | | | | | | | | | | | | | | | | * Add .Vt in the right places, transform some .Fa to .Vt, depending on discussion context. * When refering to the function malloc(), use .Fn, and not .Xr. * Add `The' to prefix a sentence when describing a function, so it results in ``The xxx() function..." * Use `system call' instead of `syscall'. * Improve the sentence which discusses accept_filt_generic_mod_event(); Talk about moduledata_t, and refer to the DECLARE_MODULE(9) manual page. * Properly markup .An (Author Name) throughout the AUTHORS section.
* Mdoc Janitor:hmp2003-10-231-3/+3
| | | | | | * Make use of .Xr for vput() and vrele() functions. * Reword (s/man/manual) in AUTHORS section.
* Mdoc Janitor:hmp2003-10-231-9/+10
| | | | | | | | | | | | | * Remove first person sentence start. * Make use of .Dv for LEASE_READ and LEASE_WRITE. * Move the LOCKS section below the standard mdoc(7) RETURN VALUES section. * Cleanup grammar for RETURN VALUES and AUTHORS section. * Remove redundant sentence on return values.
* Mdoc Janitor:hmp2003-10-231-5/+13
| | | | | | | | * Make use of .Sq mdoc command. * Add a .Pp for separating VOP_RECLAIM text from VOP_INACTIVE * Make use of .Fa for the vnode pointer function arg.
* Mdoc Janitor:hmp2003-10-239-38/+59
| | | | * Fix hard sentence breaks.
* Mdoc Janitor:hmp2003-10-235-40/+75
| | | | * Fix hard sentence breaks.
* Mdoc Janitor:hmp2003-10-232-17/+34
| | | | * Fix hard sentence breaks.
* Mdoc Janitor:hmp2003-10-2319-39/+63
| | | | * Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages.
* Mdoc Janitor:hmp2003-10-2318-72/+130
| | | | | | * Fix hard sentence breaks. * NOTE: devstat(9) requires more mdoc(7) work.
* Mdoc Janitor:hmp2003-10-236-9/+15
| | | | | | * Fix hard sentence breaks. * Correct use of a period in DELAY(9).
* Mdoc Janitor:hmp2003-10-232-10/+16
| | | | * Fix hard sentence breaks.
* Mdoc Janitor:hmp2003-10-231-4/+6
| | | | * Remove hard sentence breaks from last commit to this file.
* Fix the include path of rijndael.h.hmp2003-10-221-1/+1
| | | | | PR: docs/58437 Submitted by: Joachim Strombergson
* Reflect the fact that fxtv is now found in ports/multimedia/fxtv.simon2003-10-211-1/+1
| | | | | PR: docs/58355 Submitted by: Simon Barner <barner@in.tum.de>
* baud rate and bit rate were horribly confused in this document. Baudimp2003-10-211-5/+12
| | | | | | | | | | | | rate is how fast modems exchange symbols. Bit rate is how many bits per second the serial port nominally communicates at. Try to use bit rate consistently where that's what is ment. The default data rate is now 9600 baud. 300 baud being default pre-dates 4.4-LITE1. Document that tip doesn't respect the system default rate for a given channel. Sorry guys, but no ucbvax, kremvax or kgbvax added to the example. Noted by: bde
* Spelling, grammar fixes.gsutter2003-10-201-5/+4
| | | | Reviewed by: imp
* Update to using a 56k modem connection, plus add some verbage aboutimp2003-10-201-6/+13
| | | | | | | what the entry does for people that are not used to reading /etc/remote files every day. Keep arpavax, because it is a cool name, but remove the phone number listed. arpavax hasn't been answering that number for a while :-)
* White space only changes. Put each sentence on a line by itself, perimp2003-10-201-36/+33
| | | | our normal practice. In anticipation of bigger changes to this file.
* Note that PAE has been MFC'd into RELENG_4 and will appear in FreeBSDsimon2003-10-181-0/+2
| | | | 4.9.
* - Enable 16byte commands.simokawa2003-10-184-19/+159
| | | | | | | - Fix printf warnings on 64bit architectures. - Accept 'k', 'm' and etc. for -s option. Reviewed by: njl
* Add multicast(4) and pim(4) manual pages and hook up to the build.bmah2003-10-173-0/+1111
| | | | | | Submitted by: Pavlin Radoslavov <pavlin@icir.org> Reviewed by: hsu, bmah MFC after: 2 weeks
* 1. Catch up with the move of the declaration of panic() from <sys/param.h>bde2003-10-171-3/+6
| | | | | | | back to <sys/systm.h>. 2. Remove hard sentence breaks. Reminded by: Stefan Farfeleder <stefan@fafoe.narf.at> (1)
* MFV: tzdata2003dwollman2003-10-147-176/+326
|
* Use more modern architectures than VAX for little endian machinesimp2003-10-141-4/+7
|
* Replace the VAX and MIPS alternate formats with the architectures thatimp2003-10-141-6/+12
| | | | | | | | FreeBSD supports. None of them support an alternate formats, except the alpha (which prints extra register information). # if we get a mips port, we can put the mips case back to document the # actual behavior.
* - support AES counter mode for ESP.ume2003-10-131-3/+4
| | | | | | | | - use size_t as return type of schedlen(), as there's no error check needed. - clear key schedule buffer before freeing. Obtained from: KAME
* Update Bluetooth code.emax2003-10-1212-11/+143
| | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
* - RIPEMD160 supportume2003-10-121-0/+2
| | | | | | - pass size arg to ah->result (avoid assuming result buffer size) Obtained from: KAME
OpenPOWER on IntegriCloud