summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Replace .sinclude by .if exists()/.include/.endif so that older make(1)'s canru2006-03-181-1/+3
| | | | handle it as well.
* Reimplementation of world/kernel build options. For details, see:ru2006-03-1715-44/+328
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Correct the requirements for g_new_consumer().des2006-03-171-5/+3
| | | | Approved by: phk
* Adapt for the new firmware ports.brueffer2006-03-162-4/+4
| | | | MFC after: 3 days
* Document JMicron JMB361, 365 and 366 support.brueffer2006-03-161-2/+2
| | | | MFC after: 3 days
* Add version_gen.awk to the installed files.deischen2006-03-161-1/+1
|
* Teach bsd.lib.mk to auto generate a version map file based ondeischen2006-03-162-0/+206
| | | | | | | | | | | a set of symbol definitions (VERSION_DEF) and symbol mappings (SYMBOL_MAPS). Add an awk script to generate the version map. Suggested by: ru Helped by: ru Reviewed by: ru
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-1/+23
| | | | | | | m_unshare and the caller can now control how mbufs are allocated Reviewed by: andre, luigi, mlaier MFC after: 1 week
* Fix the spelling of MAN to a modern syntax.ru2006-03-151-1/+1
|
* Style.ru2006-03-151-2/+2
|
* Import OpenBSD's manual page to the sys/sys/hash.c functions imported twoandre2006-03-141-0/+160
| | | | | | days earlier. Obtained from: OpenBSD
* Add link:jcamou2006-03-141-0/+1
| | | | | | | | | | rc.conf.local.5->rc.conf.5. PR: docs/87698 Reported by: Marian Cerny <jojo@matfyz.cz> Submitted by: Daniel Gerzo <danger@rulez.sk> Approved by: trhodes (mentor) MFC after: 3 days
* swap Bus and MAC/BBP columns.damien2006-03-131-82/+88
| | | | add more devices (RT2561S and RT2661) to the list of supported hardware.
* Remove duplicate .Ppdamien2006-03-131-1/+0
| | | | Submitted by: Christian Brueffer
* typodamien2006-03-131-1/+1
|
* sync w/ reality.damien2006-03-132-18/+51
|
* Revert last change, per ru@'s objection. I misunderstood consensusimp2006-03-091-1/+1
|
* Now that we now spell NO_MAN=xxx MAN=, update the docs.imp2006-03-091-1/+1
| | | | Submitted by: John Hein
* Fix spelling errormatteo2006-03-081-1/+1
| | | | MFC after: 1 day
* Fix version number when the feature was added.hrs2006-03-071-1/+1
| | | | | | Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp) PR: docs/93801 and docs/93803 MFC after: 2 days
* - New sentence should start from the new linemnag2006-03-071-3/+5
| | | | | | | | - Forget to bump .Dd Reported by: maxim Approved by: maxim MFC after: 1 day
* Revert parts of 1.51 and add a missing \& after "i.e." that is not thekeramida2006-03-061-6/+7
| | | | | | | | | | | | | | end of a sentence. Ruslan notes that: * The part about hexadecimal representation was intentional -- node ID is parsed as the ng_parse_hint32_type, and is represented (input/output) as a hexadecimal number * "This value" was more correct, as the alternative name is "[<value>]:" where <value> is hexadecimal value of the node ID. * "ID based name" (which is "[<hexid>]:") was correct, and what's now is incorrect -- node ID (number) cannot be equivalent to a name.
* s/MOUSE_BUTTONEVENT/MOUSE_BUTTON_EVENT/gmarkus2006-03-061-4/+4
| | | | | | | s/MOUSE_MOTIONEVENT/MOUSE_MOTION_EVENT/g Approved by: brueffer MFC after: 3 days
* Document new chipsets (RT2561, RT2561S and RT2661).damien2006-03-051-92/+113
| | | | Obtained from: OpenBSD
* Grammar nits & some mdoc fixes, i.e. use ``.Nm fec<RET>node'' consistentlykeramida2006-03-051-12/+18
| | | | | | throughout the manpage text. Reviewed by: wpaul
* Various textual improvements.keramida2006-03-051-16/+15
|
* - Correct grammos in comments and end them with full stops.schweikh2006-03-051-29/+26
| | | | | | - Use "if !" instead of empty true branches. - Don't hardcode script name in usage message, use $0 instead. - Cleanup some whitespace.
* Take the functionality contained in the former "options TDFX_LINUX"yar2006-03-032-7/+5
| | | | | | | | | | | into a separate module. Accordingly, convert the option into a device named similarly. Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons. Suggested by: scottl Reviewed by: cokane MFC after: 5 days
* Document the monitor mode and explain how it can be used.thompsa2006-03-031-0/+8
|
* - Add entry about using timecounter TSC and cpu frequency changing.mnag2006-03-031-0/+8
| | | | | Approved by: njl MFC after: 1 day
* Document which version of 802.1D STP we implement.thompsa2006-03-021-0/+3
|
* Fix types of time_second and time_uptime variables.ru2006-03-021-3/+2
|
* The altq(4) code already handles SMP so clarify what ALTQ_NOPCC is needed for.thompsa2006-03-021-1/+1
|
* Update URL at cisco.com.glebius2006-03-021-2/+2
|
* Actually bump the date to the commit-date for the last commit.brueffer2006-03-021-1/+1
|
* Document the graid3(8), gstripe(8) and gconcat(8) periodic scripts.brueffer2006-03-021-1/+28
|
* o Fix an URL to the "The BSD Family Tree" article.maxim2006-03-021-1/+1
| | | | Spotted by: Marcin Jessa
* Note that BUS_DMA_COHERENT currently only affects sparc64 and arm.cognet2006-03-011-0/+1
| | | | Suggested by: scottl
* Remove NO_OBJ now that this makefile builds something.ru2006-03-011-2/+0
| | | | Noticed by: Andrzej Tobola
* Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.emax2006-03-011-0/+4
| | | | | | | Document hint in the kbdmux(4) man page. Requested by: scottl MFC after: 1 day
* Typo fix; "ing" -> "in".jkoshy2006-03-011-1/+1
|
* Note that ACPI_DEBUG depends on DDB.wkoszek2006-03-011-0/+1
| | | | | | Reviewed by: njl Approved by: cognet (mentor) MFC after: 3 days
* update examples to use the correct terms that was never updated when thejmg2006-02-281-3/+3
| | | | | | earlier descriptions were gone over... MFC after: 3 days
* DDB depends on KDB for some time now.brueffer2006-02-271-1/+2
| | | | | Submitted by: Kent Stewart <kstewart@owt.com> MFC after: 3 days
* Fix a botched commit that broke world.ru2006-02-271-2/+5
|
* Add a man page for mkfilters(1) and put the corrected perl script in thedarrenr2006-02-271-1/+5
| | | | | | ipfilter usr/share directory PR: docs/26879
* Add SWIDTH information for zh_CN.eucCN.delphij2006-02-271-0/+88
| | | | | | Submitted by: ume Obtained from: NetBSD MFC Candidate.
* Provide SWIDTH information so that applications like tcsh(1) can properlydelphij2006-02-261-0/+129
| | | | | | | handle with zh_CN.GBK locale, which is quite common for users who uses Simplified Chinese. MFC Candidate.
* Add SWIDTH to zh_TW.Big5 locale, to fix problem with tcsh(1)delphij2006-02-251-0/+108
| | | | | Submitted by: Rong-En Fan <rafan at infor dot org> PR: conf/93844
* Add definitions of SWIDTH. It fixes the problem that tcsh 6.14ume2006-02-251-0/+46
| | | | | | | | doesn't work correctly with ko_KR.eucKR locale. Tested by: cjh at the CBUG party Obtained from: NetBSD MFC after: 1 week
OpenPOWER on IntegriCloud