summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* - new sentence -> new linebrueffer2006-06-141-9/+11
| | | | | - s/freebsd/FreeBSD/ for consistency - eol and eof whitespace removed
* Remove the initial myri10ge driver, now that it has beengallatin2006-06-141-146/+0
| | | | renamed mxge.
* Fix spelling.joel2006-06-141-2/+2
|
* Add a manpage for the CORE scheduler.delphij2006-06-144-0/+92
|
* s/MYRI10GE/MXGE/ and a typo fixed.brueffer2006-06-131-2/+2
|
* - Complete the myri10ge -> mxge name change by doing a mechanicalgallatin2006-06-132-11/+12
| | | | | | s/myri10ge/mxge/g replacement in the myri10ge files. A few contuation lines were joined because of the regained columns. - Hook the mxge driver back to the build.
* o vinum.8 -> gvinum.8 as the former was replaced by the latter.maxim2006-06-111-16/+16
| | | | | PR: docs/98340 MFC after: 1 week
* The monetary decimal point (mon_decimal_point) for pt_PT.ISO8859-1simon2006-06-111-2/+2
| | | | | | | | | should be a comma (,) and not a dot (.). PR: misc/98813 Submitted by: Rui Lopes <rgl@ruilopes.com> MFC after: 1 week Approved by: cperciva (mentor)
* Cross-reference src.conf(5).jkoshy2006-06-111-0/+1
|
* Be explicit about which chips support jumbo frames.brueffer2006-06-101-1/+2
| | | | | | Suggested by: Brad Smith Obtained from: OpenBSD MFC after: 3 days
* Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makesnjl2006-06-101-2/+10
| | | | more sense than under hw.acpi. Also, document this in the man page.
* o Catch up v_flag split and replace VSYSTEM by VV_SYSTEM.maxim2006-06-081-1/+1
| | | | Inspired by: jkoshy's commit to vgone.9
* Catch up with the rename of symbol VDOOMED to VI_DOOMED in revisionjkoshy2006-06-071-3/+1
| | | | | | | | | | | | | | | | | 1.198 of "sys/sys/vnode.h". Remove a cross-reference to a manual page that never existed. ---------------------------------------------------------------------- CVS: PR: Fill this in if a GNATS PR is affected by the change. CVS: Submitted by: Fill this in if someone else sent in the change. CVS: Reviewed by: Fill this in if someone else reviewed your modification. CVS: Approved by: Fill this in if you needed approval for this commit. CVS: Obtained from: Fill this in if the change is from third party software. CVS: MFC after: N [day[s]|week[s]|month[s]] CVS: Fill in to get MFC notification later. (days assumed unless specified) CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
* Add section describing how ARP load balancing works and itsglebius2006-06-071-8/+34
| | | | | | | | | limitations: - Can't load balance behind router - ARP balancing + pfsync probably won't work PR: kern/93829 Wording by: scottl
* Reflect latest changes in rc.subr wrt prefix/etcdir variables being setflz2006-06-071-11/+37
| | | | | | | | automatically by load_rc_config. With help from: ru (mdoc-fu) Reviewed by: brueffer Approved by: cperciva
* Cleanups for mailwrapper(8):delphij2006-06-061-19/+64
| | | | | | | | | | | | | | | - K&R -> ANSI prototype [O] - Do not bother to do free right before exit() or execve() [O] - Remove some dead code in addarg() - Make additional parameters specified in mailer.conf(5) actually work and document the fact. [N] - Avoid using __progname but instead use getprogname() and setprogname() to provide more sensible messages. [O, N] - Update $OpenBSD$ and $NetBSD$ to reflect the fact that we have sync'ed with their code. - WARNS=6 Obtained from/Inspired by: OpenBSD [O], NetBSD [N] (partially)
* Some mdoc and wording improvements.brueffer2006-06-051-6/+7
|
* o Add missed comma.maxim2006-06-051-1/+1
|
* Just a very quick update to get *close* to reality.mjacob2006-06-051-8/+43
|
* my(4) provides support now as well.brueffer2006-06-051-1/+2
|
* Fix minor typos.joel2006-06-051-3/+3
|
* - Document that padlock(4) pretends to accelerate HMAC algorithms.pjd2006-06-051-2/+6
| | | | | | | - Remove "device cryptodev" as it is not needed for compiling padlock(4) into the kernel. Actually it is not advisable, because padlock instructions can be used directly from userland, so passing the work through the kernel is a bad idea.
* Break out description of the audit pipe facility from audit.4 into a newrwatson2006-06-053-32/+257
| | | | | | | man page, auditpipe.4, which describes the behavior of audit pipes, the ioctls, preselection, etc. Obtained from: TrustedBSD Project
* Document more bits.pjd2006-06-031-6/+29
| | | | Reviewed by: brd
* Strengthen wording; the KTR_ENTRIES value *must* be a power of two sincekris2006-06-031-1/+1
| | | | | | the code depends on this. MFC after: 1 week
* doc fix: option MFS is obsolete. use MD_ROOT instead.motoyuki2006-06-021-1/+1
| | | | PR: conf/93878
* Add rc.d/bridge which is invoked when a new interface arrives and canthompsa2006-06-011-0/+18
| | | | | | | automaticly add it to an Ethernet bridge. This is intended for applications such as qemu, vmware, openvpn, ... which open tap interfaces and need them bridged with the hosts network adapter, the user can set up a glob for interfaces to be automatically added (eg tap*).
* Add jail_<jname>_exec_afterstart<N> rc.conf variable, where <N> ismatteo2006-05-301-1/+17
| | | | | | | | | | 1,2 and so on. It specifies the command to be run as Nth after jail startup. sh(1)-fu by: Dario Freni PR: conf/97697 MFC after: 2 weeks Reviewed by: ru@ (man page)
* Remove mention of minor number construction.phk2006-05-271-9/+0
|
* s/2005/2006/ for FreeBSD 6.1 and 5.5.maxim2006-05-261-2/+2
|
* o FreeBSD 5.5 added.maxim2006-05-251-20/+23
|
* Clarify that G_F_DISKIOCTL is unused, and remove G_T_DETAILS altogether,ceri2006-05-251-4/+2
| | | | | | since it isn't actually #defined. Discussed with: phk
* Clean up the grammar in here some.ceri2006-05-241-31/+32
|
* The (British) Crown Dependencies now have their own codes.wollman2006-05-231-1/+8
|
* Add a stub man page for device_get_sysctl{_ctx,tree}. Needs someimp2006-05-232-0/+61
| | | | work, but is better than nothing. Any help appreciated.
* Document missing CRYPTO_F_ flags.pjd2006-05-231-1/+15
|
* Remove stale altq instructions. They don't belong to the driver manpagemlaier2006-05-201-43/+1
| | | | anyhow.
* ALTQ-ify nve(4).mlaier2006-05-201-1/+2
| | | | | | Submitted by: Chris Dionissopoulos Tested by: Chris Dionissopoulos MFC after: 4 weeks
* Fix a formatting issue.brueffer2006-05-201-0/+1
|
* Make this example more real world usable: When the manpage first appearedbrueffer2006-05-201-1/+1
| | | | | | | is not interesting, when the driver appeared is. Most people who use this example leave the manpage appearance date in and the driver date out. MFC after: 3 days
* Convert to use a SYNPOSIS section that mentions kernel modules.brueffer2006-05-2017-40/+232
| | | | | | Also add "device scbus" where needed. MFC after: 3 days
* o Sort .Xrs, touch .Dd.maxim2006-05-201-4/+4
|
* Minimal manpage for the acpi_dock driver. This needs to be fleshed outbrueffer2006-05-202-0/+64
| | | | by someone in the know about this driver.
* Add description how to use caching.ume2006-05-201-7/+42
| | | | Submitted by: Michael Bushkov <bushman__at__rsu.ru>
* We don't have d_maj field in cdevsw structure anymore.sobomax2006-05-191-8/+1
|
* Remove reference to mount_procfs, which is no longer used by mount(8).rodrigc2006-05-191-1/+7
| | | | Add an example using "mount -t procfs".
* Remove reference to mount_linprocfs, which is no longer used by mount(8).rodrigc2006-05-191-1/+8
| | | | Add an example using "mount -t linprocfs".
* Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}flz2006-05-181-1/+88
| | | | | | | | | | | | | | | | | | | | scripts. These scripts handle vnode backed md(4) devices. Old ramdisk{,-own} scripts will stay a bit in CVS to allow some time for migration since variable names have changed (ramdisk_* -> mdconfig_*). Two new variables have been introduced to be able to populate the md(4) device once it has been mounted (mdconfig_*_files and mdconfig_*_cmd). Use should be as easy as: mdconfig_md0="-t malloc -s 10m" mdconfig_md1="-t vnode -f /var/foo.img" See rc.conf(5) for more information and description of the additional variables. Approved by: cperciva
* Remove reference to mount_devfs(8), since mount(8) no longerrodrigc2006-05-181-5/+10
| | | | invokes this mount_devfs when mounting devfs file systems.
* Add a man page for ext2fs.rodrigc2006-05-172-0/+84
|
OpenPOWER on IntegriCloud