summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Properly document what the top-level `make tinderbox` does.bz2011-01-221-1/+6
| | | | | | Reviewed by: jmallett MFC After: 3 days X-MFC: build.7 only
* Fix typos.jh2011-01-221-4/+4
|
* Fix '.Xr' ordering in SEE ALSO section.gjb2011-01-221-1/+1
| | | | | Approved by: keramida (mentor) MFC after: 3 days
* Add myself to the list of doc commiters.ryusuke2011-01-201-0/+1
|
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-1/+3
| | | | existing uses. Rename sysctl_handle_quad() to sysctl_handle_64().
* document that even when wakeup_one is used to wakeup, msleep and friendsjmg2011-01-191-0/+8
| | | | | | | | may still return a non-zero value... You are not guaranteed to get a one to one mapping between wakeup_one and zero return values... Reviewed by: kib MFC after: 3 days
* Bump .Dd date of manpage for r217481keramida2011-01-191-1/+1
|
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-192-9/+2
| | | | | | | | | | | reading. (This was already done for writing to a sysctl). This requires all SYSCTL setups to specify a type. Most of them are now checked at compile-time. Remove SYSCTL_*X* sysctl additions as the print being in hex should be controlled by the -x flag to sysctl(8). Succested by: bde
* o Correct version of DragonFly: it was 2.8.2 released, not 2.8.0.maxim2011-01-191-2/+2
| | | | Submitted by: Sascha Wildner
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-2/+3
|
* Fix the mount example of xfDmitry Marakasov <amdmi3@FreeBSD.org>s(5) ↵keramida2011-01-161-1/+1
| | | | | | | | | | | filesystems by including the read-only option. We only support ro mounts for xfs, so it's nice if the examples we show in the manpage are easy to copy/paste. PR: docs/149106 Submitted by: amdmi3 MFC after: 3 days
* Add a missing word.marius2011-01-161-1/+1
| | | | Submitted by: gj
* Reference rgephy.4 in man pages of additional MAC drivers also known tomarius2011-01-163-3/+6
| | | | | | | come in combination with these PHYs. Submitted by: yongari MFC after: 3 days
* Add a manual page for rgephy(4) and reference it as appropriate. Themarius2011-01-155-3/+103
| | | | | | | motivation for having rgephy.4 is to document the special media option add in r217415. MFC after: 3 days
* Update dialog to version 20100428. This changes the license under whichnwhitehorn2011-01-121-0/+1
| | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog
* Add manpage for runfw, the Ralink RT2700U, RT2800U and RT3000U firmwarethompsa2011-01-113-6/+65
| | | | | | module. Also fix a few nits in run.4. Submitted by: Akinori Furukoshi
* Update the uplcom(4) man page to reflect the devices currently supported bygavin2011-01-111-10/+78
| | | | | | uplcom(4). MFC after: 1 week
* Remove a bullet point that appears to have been accidentally inserted twice.gavin2011-01-111-1/+0
| | | | | | | It has also been included within the feature lists to which it is relevant. Submitted by: tobez MFC after: 1 week
* Document rc.conf.d in rc.conf(5).gjb2011-01-081-2/+14
| | | | | | | PR: 140495 Submitted by: Tom Judge (tom of tomjudge com) Approved by: keramida (mentor) MFC after: 2 weeks
* Clarify when we switch from keepidle to keepinvtl intervals if sendingbz2011-01-081-2/+4
| | | | | | | TCP keepalive probes is enabled. Reviewed by: gnn MFC After: 3 days
* Retire TARGET_ABI.imp2011-01-072-3/+3
| | | | | | | | | | | | | | | Implement MACHINE_ARCH=mips64e[lb] to build N64 images. This replaces MACHINE_ARCH=mipse[lb] TARGET_ABI=n64. MACHINE_ARCH=mipsn32e[lb] has been added, but currently requires WITHOUT_CDDL due to atomic issues in libzfs. I've not investigated this much, but implemented this to preserve as much of the TARGET_ABI functionality that I could. Since its presence doesn't affect the working cases, I've kept it in for now. Added mips64e[lb] to make universe, so more kernels build. And I think this (finally) closes the curtain on the tbemd tree.
* Introduce make variable ACFLAGS used to supply additional flags tokib2011-01-072-6/+8
| | | | cc driver when compiling assembler source file that is preprocessed.
* Restore comment describing /* NOTREACHED */, updated to match reality.trasz2011-01-071-1/+4
|
* Retire the INTR_FAST flag as it was obsoleted by the introduction of thejhb2011-01-064-27/+8
| | | | filter argument to bus_setup_intr().
* Get rid of bad advice regarding /* NOTREACHED */. Compilers don'ttrasz2011-01-061-4/+0
| | | | | really need it (one can use __dead2 instead), and style(9) was not even consistent with itself in this regard.
* Fix a whitespace nit.lstewart2011-01-061-1/+1
| | | | | MFC after: 1 week X-MFC with: r216995
* Add a man page for the Object Specific Data (OSD) KPI.lstewart2011-01-052-0/+391
| | | | | | | | | | Although not directly related the FreeBSD Foundation funded "Five New TCP Congestion Control Algorithms for FreeBSD" project, the understanding and inspiration required to write this documentation was significantly bolstered by the Foundation's support. Reviewed by: pjd MFC after: 1 week
* Glen Barber is co-mentored by me and jkois, so add anotherkeramida2011-01-051-0/+1
| | | | relationship edge to the committer graph to show this.
* Add gjb to the doc committer graph, as my current mentee.keramida2011-01-051-0/+3
|
* Update committers-doc.dot, noving doc committer alumni into the alumnigavin2011-01-041-12/+14
| | | | | | | | | | section and recording the date these commit bits were returned. Also, sort the remaining entries, and add a node for mheinen, who is already referenced within the mentor relationships. Other doc committers are encouraged to add themselves, and any mentor/mentee relationships. The current rendered output is available at http://people.freebsd.org/~gavin/comm-doc.png
* OLDCARD is long gone.bschmidt2011-01-041-19/+1
| | | | Discussed with: imp
* Add nodes for current and past committers that are already referenced ingavin2011-01-011-0/+42
| | | | | | relationships, so they are rendered as more than just a username. Add a couple of relationships between committers who already have existing nodes to help with the rendered output.
* Remove duplicated "perfect"yongari2010-12-311-1/+1
| | | | Pointed out by: pluknet
* Move alumni committers from the active section.gavin2010-12-311-22/+22
|
* For committers listed as alumni, add the date that their commit bit wasgavin2010-12-311-7/+7
| | | | | returned where this information is missing and easy to determine. Move adrian@ back to the "Active committers" section.
* Add vte(4) man page and hook up vte(4) to the build.yongari2010-12-315-3/+161
| | | | Also add Xr to appropriate man pages.
* - Add CPUTYPE support for sparc64. The net result is that it's now possiblemarius2010-12-302-2/+30
| | | | | | | | | to let the compiler optimize for the famility of UltraSPARC-III CPUs as the default already was to optimize for UltraSPARC-I/II and generating generic 64-bit V9 is mainly for reference purposes. At least for SPARC64-V CPUs code optimized for UltraSPARC-I/II still is the most performant one. Thanks go to Michael Moll for testing SPARC64-V. - Move a booke MACHINE_CPU bit into the right section.
* Fix date, broken in r216667.trasz2010-12-221-1/+1
| | | | Submitted by: stefanf@
* The 'kern.corefile="whatever"' syntax won't work with sysctl.conf; removetrasz2010-12-221-2/+2
| | | | | | the quotes to not mislead people. MFC after: 1 month
* Enable build of FDT components by default. dtc is a required build toolnwhitehorn2010-12-221-1/+1
| | | | | | | | for all FDT-enabled kernels, and having it off by default means that building these kernels fails by default. This fixes FDT-related build failures in make universe on ARM and PowerPC. Reviewed by: imp
* sh: Add kill builtin.jilles2010-12-211-2/+2
| | | | | | | | | | | | | | | | | This allows specifying a %job (which is equivalent to the corresponding process group). Additionally, it improves reliability of kill from sh in high-load situations and ensures "kill" finds the correct utility regardless of PATH, as required by POSIX (unless the undocumented %builtin mechanism is used). Side effect: fatal errors (any error other than kill(2) failure) now return exit status 2 instead of 1. (This is consistent with other sh builtins, but not in NetBSD.) Code size increases about 1K on i386. Obtained from: NetBSD
* Document limitation of station address reprogramming.yongari2010-12-201-1/+13
|
* Oops, fwe(4) listed twice.yongari2010-12-201-1/+0
|
* Add ae(4) to the list of drivers use the miibus interface.yongari2010-12-201-1/+4
|
* igb(4), ixgbe(4), mxge(4) and nxge(4) support VLAN hardware tagyongari2010-12-201-1/+7
| | | | | insertion/stripping. et(4) and fwe(4) support VLAN oversized frames.
* Add .Xr to altq(4).yongari2010-12-191-1/+2
|
* Add .Xr to altq(4).yongari2010-12-191-1/+2
|
* ae(4), igb(4), ixgb(4) and ixgbe(4) supports altq(4).yongari2010-12-191-1/+5
|
* Correct cookie type to match reality.pjd2010-12-191-2/+1
|
* Document JMC251/JMC261 support.yongari2010-12-191-4/+8
|
OpenPOWER on IntegriCloud