summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Bump the document date.brian2006-08-171-1/+1
| | | | Suggested by: ru
* Add a -p switch to dhclient. The switch tells dhclient to persistbrian2006-08-171-0/+12
| | | | | | | | | | despite the interface link status. Add dhclient_flags_iface and background_dhclient_iface rc.conf options. (where iface is a specific interface). These can be used to give interface specific flags to dhclient. Reviewed by: brooks@
* I'm about to merge these only now, so correct the first releaseru2006-08-172-2/+2
| | | | of their appearence to be 6.2.
* Note Intel ICH8 and ESB2 support.brueffer2006-08-151-2/+2
|
* The BUILDNAME variable need not be specified.ru2006-08-141-10/+13
|
* Convert to the standard section 4 SYNOPSIS layout.brueffer2006-08-131-1/+14
| | | | MFC after: 3 days
* Revert previous commit. Pre-Nehemiah C3 CPUs do have 3DNow!; it doesn'tdes2006-08-131-1/+1
| | | | | show up in dmesg because identcpu.c only looks for it on Intel and AMD processors.
* Add an extension to the UINT & ULONG types. The XINT & XLONG types behaveobrien2006-08-121-2/+25
| | | | the same, except sysctl(8) will print out the values in hex.
* Fix bug preventing the proper displaying of the CTLFLAG_WR option.obrien2006-08-121-1/+1
|
* Fix incorrect .Xr syntax I introduced in the previous commit.yar2006-08-121-1/+1
| | | | | Noticed by: ru X-MFC with: rev. 1.31
* I don't know where I got the idea that the VIA C3 has 3DNow!; it doesn't.des2006-08-121-1/+1
| | | | | | | It does have MMX (though MMX support is reputed to be incomplete in early generations), and later generations have SSE. MFC after: 2 weeks
* Reintroduce CSTD, which allows a Makefile to specify the precise dialectdes2006-08-111-0/+15
| | | | | | | | | | | of C in which the program or library is written. Note that this is *not* intended to be used across the whole tree. It is intended to be used for individual libraries or programs which use specific language features which the compiler must know about in order to produce correct warnings at high WARNS levels. MFC after: 1 month
* Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS)yar2006-08-111-2/+24
| | | | | | | | | | before tagging them. This can help to work around brain-damage in some switches that fail to pad a frame after untagging it if its length drops below the minimum. This option is blessed by IEEE Std 802.1Q (2003 Ed.), paragraph C.4.4.3.b. It's controlled by sysctl net.link.vlan.soft_pad. Idea by: az MFC after: 1 week
* Some perfectionizm against last revision.glebius2006-08-101-2/+2
| | | | Submitted by: ru
* The acpi module is no different from others. If it is loaded while the kernelnjl2006-08-101-5/+0
| | | | | | | has it compiled in, it will be rejected with "module acpi already present!" and no strange behavior. MFC after: 1 day
* - Added ability to provide (optional) path to the kernel sourcesrik2006-08-091-22/+122
| | | | | | | | | | | | - Added check of dirs used by example generator - Fixed path for ${s}/conf/files.FOO and include it via files directive from config file - Changed kernel configuration example with the driver: it is not produced by copying Generic but by including it - KDB is added to config (for DDB) - Added module building instead and fixed kernel building Reviewed by: julian@
* Added copyright templeterik2006-08-091-32/+57
| | | | | | Fixed compilation Reviewed by: julian@
* - Added 'files "files.FOO"' to config for inclusion of user specific files.rik2006-08-091-3/+24
| | | | | | | - Added KDB option to config file (for DDB). - Added ability to compile custom kernel. Discussed with: julian@
* Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).glebius2006-08-091-2/+19
| | | | | | | | | | | | - Store the Ethernet header in node softc. - Initialize header with dst addr and ethertype in node constructor method. - In node connect method send NGM_ETHER_GET_ENADDR message downwards. - If received reply from ng_ether(4) store the src addr in softc. - Add NGM_PPPOE_SETENDADDR message that allows user to override the address with whatever he/she wants.
* Add Epson Stylus CX3650.bms2006-08-081-1/+3
| | | | | | Update Dd. Requested by: brueffer
* Fix things I misadvised to Nate Lawson:yar2006-08-071-28/+44
| | | | | | | | | | | | | | - "Ns No" is redundant, so reduce it to just "Ns"; - use Li to mark up CPU and system power states because here they are just strings to be typed literally (add more such mark-up as well); - the best practice of typesetting tells us to use an en-dash to indicate a closed range; fortunately, groff_char(7) provides such a symbol. In addition, consistently use a comma between independent clauses coordinated by a conjunction. Pointed out by: ru (mark-up part) MFC after: 3 days
* - Added ability to provide (optional) path to the kernel sourcesrik2006-08-061-19/+32
| | | | | | | | | | - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into corresponding file to be able to compile the kernel - Changed kernel configuration example with the driver: it is not produced by copying Generic but by including it - Changed from automatic module building to asking an user if it whants to Reviewed by: julian@
* Fix compilation.rik2006-08-061-12/+9
| | | | Reviewed by: julian@
* By default "autosrc" is off.glebius2006-08-041-2/+2
| | | | Submitted by: ru
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-042-2/+2
| | | | | | | | | | This change affects documentation and comments only, no real code involved. PR: misc/101245 Submitted by: Darren Pilgrim <darren pilgrim bitfreak org> Tested by: md5(1) MFC after: 1 week
* Improve quoting of the S1-S5 states. Suggested by yar@.njl2006-08-041-17/+47
| | | | | | Add a workaround for conflicts between ACPI Cx CPU idling and LAPIC timer. MFC after: 1 day
* Add the DTrace library script directory.jb2006-08-031-0/+2
|
* Cleanup and add our standard SYNOPSIS section.brueffer2006-08-021-4/+16
|
* Document the log_stp variable.thompsa2006-08-021-0/+6
|
* Add device to access and modify Open Firmware NVRAM settings insobomax2006-08-012-0/+65
| | | | | | | | | PowerPC-based Apple's machines and small utility to do it from userland modelled after the similar utility in Darwin/OSX. Only tested on 1.25GHz G4 Mac Mini. MFC after: 1 month
* o Reserve space for 3.x releases similar to 2.1.maxim2006-08-011-7/+7
| | | | | | o 3.0.1 is a security/critical release. Submitted by: rpaulo@netbsd
* Regen.yar2006-07-311-2/+4
|
* Regen from src/tools/build/options.yar2006-07-311-8/+26
|
* Document many of the sysctls in acpi. Bump the date on acpi_thermal.4njl2006-07-292-9/+91
| | | | | | because I forgot to on the last change. MFC after: 1 day
* Add /usr/lib/engines for OpenSSL engines.simon2006-07-291-0/+2
|
* Add missing .El to close list.simon2006-07-281-0/+1
| | | | | | | | This confused the manual page -> hardware notes perl script somewhat and resulted in part of the output for the stge(4) entry not to be present in the hardware notes. Noticed by: brueffer
* Update manual page.pjd2006-07-281-7/+8
|
* Mention the dependency on firmware(4).brueffer2006-07-281-1/+3
|
* - Use SWIDTH0 for combining characters. [1]jkoshy2006-07-281-15/+34
| | | | | | | | | | | | | | - Unicode 4.1 related changes: - Add definitions for a new range of code points U+1DC0..U+1DFF "Combining Diacritical Marks Supplement". - Add U+04F6 and U+04F7 to the Cyrillic range. - Mark U+034F "Combining Grapheme Joiner" as non-printable. - Add new combining characters in the range U+0350..U+035F to the section "Combining Diacritical Marks". PR: misc/100212 [1] Submitted by: "J.R. Oldroyd" <<fbsd AT opal.com>> Reviewed by: "J.R. Oldroyd" <<fbsd AT opal.com>> (revised patch)
* o Add NetBSD 3.0.1 and DragonFlyBSD 1.6.0.maxim2006-07-251-6/+9
|
* singular -> plural and a typo fix.brueffer2006-07-251-4/+4
|
* Add support for overriding the values for _CRT, _HOT, and _PSV via sysctl.njl2006-07-251-9/+17
| | | | | | | | Prevent casual modification by requiring hw.acpi.thermal.user_override to be set first. Fix printing of negative temperatures in the K->C conversion. Document the remaining thermal sysctls. MFC after: 3 days
* Add stge(4) to the list of device drivers use the miibus interface.yongari2006-07-251-1/+4
|
* Add stge(4) to the list of drivers supporting ALTQ.yongari2006-07-251-1/+2
|
* Add stge(4) to the list of devices supporting full VLAN processingyongari2006-07-251-1/+2
| | | | in the hardware.
* Add stge(4) to the list of devices supporting polling.yongari2006-07-251-1/+2
|
* Hook up state(4) to the build.yongari2006-07-251-0/+2
|
* Add a man page for stge(4).yongari2006-07-251-0/+228
|
* Improve mark-up: References to "start" as an rc.d methodyar2006-07-241-3/+9
| | | | | | should be tagged with ".Cm". (Refs to "stop" are OK already.) MFC after: 3 days
* o GC MT_FTABLE removed in rev. 1.192 mbuf.h.maxim2006-07-241-3/+2
| | | | o Correct MT_HEADER define.
OpenPOWER on IntegriCloud