summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* The month name in .Dd should be spelled in full.yar2006-07-221-1/+1
| | | | Pointed out by: ru
* Touch document date (Dd).yar2006-07-211-1/+1
|
* Since Alpha support isn't in HEAD anymore, remove Alpha-specificyar2006-07-211-13/+0
| | | | rc.conf(5) knobs, too: osf1_enable, unaligned_print.
* Grr we also need to set -mbig-endian to LDFLAGS. Now I can build acognet2006-07-211-0/+1
| | | | big-endian arm world.
* Remove ALPHA optimization pointer for gcc flags.imp2006-07-201-1/+1
| | | | Add ARM optimization pointer for gcc flags.
* Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}.cognet2006-07-201-1/+1
|
* Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS ifcognet2006-07-201-0/+5
| | | | it is defined.
* - Remove hardcoded /etc/ntp.conf configuration file from ntpdate rc.d scriptflz2006-07-201-2/+8
| | | | | | | | | | and replace it with a new ntpdate_config variable. - Document it in defaults/rc.conf and rc.conf.5. - Document ntpdate_hosts in defaults/rc.conf. Requested by: Chris Timmons <cwt@networks.cwu.edu> Approved by: cperciva (mentor, implicit) MFC after: 1 week
* Reflect the additional support of C7 CPU's in padlock(4).mr2006-07-191-5/+10
| | | | | Submitted by: brueffer MFC after: 1 day
* The pcn does not work on NEC SV-98/2-B05 and B06.nyan2006-07-191-2/+0
| | | | | Submitted by: Chiharu Shibata MFC after: 3 days
* Add CPUTYPE support for Via C3 and C3-2 processors.des2006-07-192-0/+5
| | | | MFC after: 2 weeks
* - Bring kern.random output closer to realitybrueffer2006-07-191-28/+18
| | | | | | | | - Remove kern.random.sys.burst, it's no longer available - Document kern.random.sys.harvest.swi (1) PR: 100167 (1) MFC after: 3 days
* - Add dependency of firmware(9). "MODULE_DEPEND(iwi, firmware, 1, 1, 1);"mnag2006-07-171-1/+3
| | | | | Approved by: brueffer MFC after: 1 week
OpenPOWER on IntegriCloud