summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* mdoc and language fixes for the previous commit, also bump .Dd.brueffer2008-01-051-4/+5
|
* Use our standard section 4 SYNOPSIS, utilize .Tn and fix capitalization.brueffer2008-01-051-3/+11
|
* Clean up after previous commit (typo fixes, removed contractions,brueffer2008-01-051-6/+18
| | | | utilized .Tn and capitalized PCI).
* "redacted" replaced for clarity.grog2008-01-051-1/+1
|
* - This driver will has already appeared in 6.2gabor2008-01-041-1/+1
| | | | MFC after: 0 days
* - This driver will first appear in 6.3, not 7.0gabor2008-01-047-7/+7
| | | | MFC after: 0 days
* Dummy man page for pcib. We should write a real one and I hope thisimp2008-01-042-0/+42
| | | | gets the ball rolling.
* Modernize this man page a little by describing the pci driver ofimp2008-01-041-6/+14
| | | | today, rather than details relevant only to the 3.x pci driver.
* - loader(8) is not a part of boot(8) and is not its second stage.danger2008-01-031-5/+5
| | | | | | Reported by: Yoshihiko Sarumaru <mistral at imasy.or.jp> Reviewed by: trhodes MFC-after: 3 days
* Minor nits. Add xr to sn.imp2008-01-011-2/+3
|
* Forgot to mention RLT80x9 support that was added some time ago.imp2008-01-011-0/+3
|
* Sync to the new PCI device IDs that I added to if_ed_pci.c. Bump date.imp2008-01-011-2/+8
|
* Add myself and my mentorweongyo2008-01-011-0/+3
| | | | Approved by: thompsa (mentor)
* MFV of tzdata2007k.edwin2008-01-013-17/+43
| | | | | - Adjust Argentinian DST times. - Add SJ on the right location.
* Comments fixingache2007-12-3093-381/+383
| | | | | | | | 1) Back out "month names" -> "months names" and fix few such cases which are wrong initially 2) "weekdays names" -> "weekday names" Noted by: des [1]
* Document new "AC-Name\Service-Name" connect syntax.mav2007-12-291-4/+4
|
* Comments fixingache2007-12-2993-226/+226
| | | | | | | | | "month names" -> "months names" typo "Long months names (alternative)" or "in alternative form" -> "(without case ending)" "Long months names" -> "Long months names (as in a date)" to not confuse developers on what purpose those sections are
* Implement RB_PREV() AND RB_FOREACH_REVERSE().jasone2007-12-281-2/+10
|
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.attilio2007-12-282-15/+5
| | | | | | | | | | | | | This option just adds complexity and the new implementation no longer will support it, so axing it now that it is unused is probabilly the better idea. FreeBSD version is bumped in order to reflect the KPI breakage introduced by this patch. In the ports tree, kris found that only old OSKit code uses it, but as it is thought to work only on 2.x kernels serie, version bumping will solve any problem.
* Garbage-collect following nomore existing options:attilio2007-12-271-7/+1
| | | | | | - LK_REENABLE - LK_NOPAUSE - LK_NOOBJ
* Minor formatting tweaks; recommend "call doadump; reset" over "panic"rwatson2007-12-262-6/+6
| | | | | | from a script as the DDB panic command is unreliable. MFC after: 3 months
* Add textdump(4) man page to describe the textdump facility and providerwatson2007-12-263-0/+194
| | | | | | | | | | | | some stock formulas for use. Update ddb(4) to reference the textdump(4) page, list the textdump commands, and suggest using them with scripts and output capture. Update HISTORY section. Hook up textdump(4) to build. MFC after: 3 months
* Add SCRIPTING section to describe new DDB scripting facilities.rwatson2007-12-261-2/+147
| | | | Update copyright.
* Add description of 'debug.ddb.capture.data' sysctl to DBD outputrwatson2007-12-261-0/+4
| | | | | | capture section, missed in previous commit. MFC after: 3 months
* Document DDB capture facility.rwatson2007-12-251-1/+34
| | | | MFC after: 3 months
* Just copy long months names to alternative.ache2007-12-251-6/+6
| | | | Alternative does not means ASCIIsizing of months names.
* Add reference to mnemonic char namesache2007-12-251-0/+1
|
* Just copy long months names to (alternative).ache2007-12-251-6/+6
| | | | Alternative means another form and not ASCIIsizing of month names.
* Implement Turkish localeache2007-12-252-2/+50
| | | | Submitted by: Ismail YENIGUL <ismail.yenigul@endersys.com.tr>
* Mention support for the 5722 driver in bge.4 as well.remko2007-12-251-3/+3
|
* Add Turkish collateache2007-12-243-2/+213
| | | | | PR: 118976 Submitted by: Ismail YENIGUL <ismail.yenigul@endersys.com.tr>
* Add usage example:mav2007-12-221-0/+11
| | | | | Limit outgoing data rate over fxp0 Ethernet interface to 20Mbit/s and incoming packet rate to 5000pps.
* - Remove incomplete sentence fragmentgabor2007-12-211-2/+0
| | | | | | PR: docs/117451 Submitted by: Warren Block <wblock@wonkity.com> MFC after: 3 days
* - Document PORT_DBDIRgabor2007-12-211-0/+11
| | | | | PR: docs/114731 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Document icase variable of make search, which can be used to controlgabor2007-12-211-2/+12
| | | | | | | case-sensitivity PR: docs/117593 Submitted by: Nikolay Bachiyski <nbachiyski@developer.bg>
* Describe new NG_CAR_COUNT_PACKETS option.mav2007-12-191-6/+26
|
* Use .An -nosplit in the AUTHORS section of sf_buf(9) to avoid an undesiredrwatson2007-12-191-0/+1
| | | | | | line break. MFC after: 3 days
* o NetBSD 4.0 added.maxim2007-12-191-0/+2
|
* The default of 3 retransmits corresponds to a timeout value ofru2007-12-191-2/+2
| | | | 45 seconds, not 15.
* Add missing section number.brueffer2007-12-191-1/+1
|
* Go ahead and install usbdevs. This will be used by the usbdevs deviceimp2007-12-191-1/+4
| | | | to print more information about some devices.
* Add verbage on some of the rules for a 'filter' vs an 'ithread'imp2007-12-191-2/+81
| | | | interrupt handler.
* Add sqrt() to the first table in the manpage. It seems it was accidentallydas2007-12-151-0/+1
| | | | omitted.
* Add the 'hptrr' driver for supporting the following Highpoint RocketRAIDscottl2007-12-152-0/+128
| | | | | | | | | | | | | | | | | | | cards: o RocketRAID 172x series o RocketRAID 174x series o RocketRAID 2210 o RocketRAID 222x series o RocketRAID 2240 o RocketRAID 230x series o RocketRAID 231x series o RocketRAID 232x series o RocketRAID 2340 o RocketRAID 2522 Many thanks to Highpoint for their continued support of FreeBSD. Submitted by: Highpoint
* BSDMAKE isn't really needed and was removed, so remove hereimp2007-12-131-10/+0
|
* Regen.ru2007-12-121-23/+38
|
* - Fix setting of MK_GSSAPI option by bsd.own.mk; its value shouldru2007-12-121-1/+21
| | | | | | | | | | | default to the value of MK_KERBEROS unless set explicitly by WITH_GSSAPI/WITHOUT_GSSAPI. (This introduces another type of MK_* variables which itself is questionable.) - Teach tools/build/options/makeman script that generates the src.conf(5) manpage about the new type of MK_* variables. - Fix broken logic in lib/Makefile.
* Document BSDMAKE variable that was recently introduced. Also, sinceimp2007-12-111-3/+16
| | | | | | | | | RELENG_7, the way to do a cross build changed from specifying only TARGET_ARCH (which has an ambigous mapping to TARGET) to specifying only TARGET (which has a unique mapping to TARGET_ARCH). Update the example to reflect this. MFC After: 1 week (the example change only)
* Regenerated page that includes the WITH_GSSAPI knob.dougb2007-12-101-2/+12
|
* Hide the building and installation of libgssapi behind thedougb2007-12-101-0/+1
| | | | | | | | | | | | | | | | | | WITHOUT_KERBEROS knob. While GSS can be used for other things some third party software (most notably ports/x11/kdelibs3) takes the presence of libgssapi as an indication that kerberos is available, and attempts to link with the kerberos libs. If they are not available, the build will fail. Because you might want to use GSS but not kerberos, add a knob to re-enable it if WITHOUT_KERBEROS is present. Document the new knob, and the new behavior of WITHOUT_KERBEROS. Not objected and/or generally agreed to by: freebsd-arch Problem discussed/analyzed in: PR: ports/116484
OpenPOWER on IntegriCloud