aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* - Use tabs not spacesMartin Wilke2011-02-061-1/+1
| | | | | | | Reported by: bschmidt Notes: svn path=/head/; revision=218369
* - Add Dell Wireless 1390 BCM4311 Mini PCI to supported list.Martin Wilke2011-02-061-8/+9
| | | | | | | | PR: 154500 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=218366
* syscons: install all available kbdmapsUlrich Spörlein2011-01-301-3/+3
| | | | | | | | | | eee_nordic.kbd, us.dvorakl.kbd, and us.dvorakr.kbd were not installed. Found by: Neil Short <neshort@yahoo.com> MFC after: 3 weeks Notes: svn path=/head/; revision=218089
* ixgb(4) does not support altq(4) yet.Pyun YongHyeon2011-01-271-1/+0
| | | | Notes: svn path=/head/; revision=217974
* Backout r216577. ixgb(4) does not support altq(4) yet.Pyun YongHyeon2011-01-271-2/+1
| | | | Notes: svn path=/head/; revision=217973
* Explicitly wire the user buffer rather than doing it implicitly inMatthew D Fleming2011-01-271-3/+3
| | | | | | | | | | | sbuf_new_for_sysctl(9). This allows using an sbuf with a SYSCTL_OUT drain for extremely large amounts of data where the caller knows that appropriate references are held, and sleeping is not an issue. Inspired by: rwatson Notes: svn path=/head/; revision=217916
* Document newly added tunables.Pyun YongHyeon2011-01-261-1/+25
| | | | | | | | | hw.re.intr_filter hw.re.msix_disable dev.re.%d.int_rx_mod Notes: svn path=/head/; revision=217914
* Unroll vgrind filter to no longer depend on vgrind(1) during buildworld.Ulrich Spörlein2011-01-264-12/+1316
| | | | | | | | The source files haven't been touched in ages and this is unlikely to change in the future. Notes: svn path=/head/; revision=217893
* Fix another broken dateDoug Barton2011-01-261-1/+1
| | | | Notes: svn path=/head/; revision=217872
* Fix my fix to nfe.4, and also fix re.4Doug Barton2011-01-262-2/+2
| | | | | | | So just when I thought my pointy hat collection was going down ... Notes: svn path=/head/; revision=217870
* Fix date in .DdDoug Barton2011-01-261-1/+1
| | | | Notes: svn path=/head/; revision=217869
* Document sbuf_new_for_sysctl(9).Matthew D Fleming2011-01-252-1/+15
| | | | | | | Pointed out by: lstewart Notes: svn path=/head/; revision=217830
* Remove DOS-style EOLsSergey Matveychuk2011-01-251-11/+11
| | | | | | | Approved by: kib Notes: svn path=/head/; revision=217826
* Back out r217734. [1]Bjoern A. Zeeb2011-01-251-1/+7
| | | | | | | | | | | | Properly document what `make targets` is supposed to list to avoid further confusion given the place the target sits. Should have happened with r217125. Requested by: imp [1] Reviewed by: rwatson Notes: svn path=/head/; revision=217815
* Add missing section number for .Xr rc.Glen Barber2011-01-241-1/+1
| | | | | | | | Pointed out by: keramida Approved by: keramida (mentor) Notes: svn path=/head/; revision=217786
* Properly document what the top-level `make tinderbox` does.Bjoern A. Zeeb2011-01-221-1/+6
| | | | | | | | | Reviewed by: jmallett MFC After: 3 days X-MFC: build.7 only Notes: svn path=/head/; revision=217733
* Fix typos.Jaakko Heinonen2011-01-221-4/+4
| | | | Notes: svn path=/head/; revision=217719
* Fix '.Xr' ordering in SEE ALSO section.Glen Barber2011-01-221-1/+1
| | | | | | | | Approved by: keramida (mentor) MFC after: 3 days Notes: svn path=/head/; revision=217717
* Add myself to the list of doc commiters.Ryusuke SUZUKI2011-01-201-0/+1
| | | | Notes: svn path=/head/; revision=217646
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-1/+3
| | | | | | | existing uses. Rename sysctl_handle_quad() to sysctl_handle_64(). Notes: svn path=/head/; revision=217616
* document that even when wakeup_one is used to wakeup, msleep and friendsJohn-Mark Gurney2011-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 Notes: svn path=/head/; revision=217613
* Bump .Dd date of manpage for r217481Giorgos Keramidas2011-01-191-1/+1
| | | | Notes: svn path=/head/; revision=217606
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-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 Notes: svn path=/head/; revision=217586
* o Correct version of DragonFly: it was 2.8.2 released, not 2.8.0.Maxim Konovalov2011-01-191-2/+2
| | | | | | | Submitted by: Sascha Wildner Notes: svn path=/head/; revision=217577
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-2/+3
| | | | Notes: svn path=/head/; revision=217566
* Fix the mount example of xfDmitry Marakasov <amdmi3@FreeBSD.org>s(5) ↵Giorgos Keramidas2011-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 Notes: svn path=/head/; revision=217481
* Add a missing word.Marius Strobl2011-01-161-1/+1
| | | | | | | Submitted by: gj Notes: svn path=/head/; revision=217475
* Reference rgephy.4 in man pages of additional MAC drivers also known toMarius Strobl2011-01-163-3/+6
| | | | | | | | | | come in combination with these PHYs. Submitted by: yongari MFC after: 3 days Notes: svn path=/head/; revision=217468
* Add a manual page for rgephy(4) and reference it as appropriate. TheMarius Strobl2011-01-155-3/+103
| | | | | | | | | | motivation for having rgephy.4 is to document the special media option add in r217415. MFC after: 3 days Notes: svn path=/head/; revision=217464
* Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-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 Notes: svn path=/head/; revision=217309
* Add manpage for runfw, the Ralink RT2700U, RT2800U and RT3000U firmwareAndrew Thompson2011-01-113-6/+65
| | | | | | | | | module. Also fix a few nits in run.4. Submitted by: Akinori Furukoshi Notes: svn path=/head/; revision=217289
* Update the uplcom(4) man page to reflect the devices currently supported byGavin Atkinson2011-01-111-10/+78
| | | | | | | | | uplcom(4). MFC after: 1 week Notes: svn path=/head/; revision=217275
* Remove a bullet point that appears to have been accidentally inserted twice.Gavin Atkinson2011-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 Notes: svn path=/head/; revision=217264
* Document rc.conf.d in rc.conf(5).Glen Barber2011-01-081-2/+14
| | | | | | | | | | PR: 140495 Submitted by: Tom Judge (tom of tomjudge com) Approved by: keramida (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=217148
* Clarify when we switch from keepidle to keepinvtl intervals if sendingBjoern A. Zeeb2011-01-081-2/+4
| | | | | | | | | | TCP keepalive probes is enabled. Reviewed by: gnn MFC After: 3 days Notes: svn path=/head/; revision=217135
* Retire TARGET_ABI.Warner Losh2011-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. Notes: svn path=/head/; revision=217123
* Introduce make variable ACFLAGS used to supply additional flags toKonstantin Belousov2011-01-072-6/+8
| | | | | | | cc driver when compiling assembler source file that is preprocessed. Notes: svn path=/head/; revision=217100
* Restore comment describing /* NOTREACHED */, updated to match reality.Edward Tomasz Napierala2011-01-071-1/+4
| | | | Notes: svn path=/head/; revision=217087
* Retire the INTR_FAST flag as it was obsoleted by the introduction of theJohn Baldwin2011-01-064-27/+8
| | | | | | | filter argument to bus_setup_intr(). Notes: svn path=/head/; revision=217074
* Get rid of bad advice regarding /* NOTREACHED */. Compilers don'tEdward Tomasz Napierala2011-01-061-4/+0
| | | | | | | | really need it (one can use __dead2 instead), and style(9) was not even consistent with itself in this regard. Notes: svn path=/head/; revision=217048
* Fix a whitespace nit.Lawrence Stewart2011-01-061-1/+1
| | | | | | | | MFC after: 1 week X-MFC with: r216995 Notes: svn path=/head/; revision=217043
* Add a man page for the Object Specific Data (OSD) KPI.Lawrence Stewart2011-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 Notes: svn path=/head/; revision=216995
* Glen Barber is co-mentored by me and jkois, so add anotherGiorgos Keramidas2011-01-051-0/+1
| | | | | | | relationship edge to the committer graph to show this. Notes: svn path=/head/; revision=216987
* Add gjb to the doc committer graph, as my current mentee.Giorgos Keramidas2011-01-051-0/+3
| | | | Notes: svn path=/head/; revision=216986
* Update committers-doc.dot, noving doc committer alumni into the alumniGavin Atkinson2011-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 Notes: svn path=/head/; revision=216982
* OLDCARD is long gone.Bernhard Schmidt2011-01-041-19/+1
| | | | | | | Discussed with: imp Notes: svn path=/head/; revision=216971
* Add nodes for current and past committers that are already referenced inGavin Atkinson2011-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. Notes: svn path=/head/; revision=216876
* Remove duplicated "perfect"Pyun YongHyeon2010-12-311-1/+1
| | | | | | | Pointed out by: pluknet Notes: svn path=/head/; revision=216858
* Move alumni committers from the active section.Gavin Atkinson2010-12-311-22/+22
| | | | Notes: svn path=/head/; revision=216840
* For committers listed as alumni, add the date that their commit bit wasGavin Atkinson2010-12-311-7/+7
| | | | | | | | returned where this information is missing and easy to determine. Move adrian@ back to the "Active committers" section. Notes: svn path=/head/; revision=216836