summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* - Move available kernel options to SYNOPSIS, describe how to enable ipfwdanger2006-09-011-23/+63
| | | | | | | | | | from within rc.conf. - Remove IPDIVERT kernel option - Add notes about IPFIREWALL_DEFAULT_TO_ACCEPT and IPFIREWALL_FORWARD Reviewed by: ru Approved by: keramida (mentor), trhodes (mentor) MFC after: 1 week
* Remove redundant vnconfig(8) from SEE ALSO section as it is linked todanger2006-09-011-2/+1
| | | | | | | mdconfig(8) on RELENG_[56] and HEAD, which is referenced too. Approved by: keramida (mentor), trhodes (mentor) MFC after: 1 week
* - Fix some bugs in the descriptions of DMA sync operations.ru2006-08-311-20/+25
| | | | | | - Tweak some text so it's less likely to confuse the reader. OK'ed by: scottl
* Add FreeBSD Update 2.0 client code. The build code is in the projectscperciva2006-08-312-0/+152
| | | | | | repository. Sponsored by: FreeBSD security development fundraiser
* - Remove yet another mention of minor number constructionru2006-08-301-5/+6
| | | | | | which is not applicable today. - Provide an example of how to lock a speed.
* Add nanobsd(8) manual page.danger2006-08-292-0/+309
| | | | | | Reviewed by: ru Approved by: trhodes (mentor), keramida (mentor) MFC after: 1 week
* The kvm_mkdb(8) is long dead.ru2006-08-291-18/+1
|
* Markup polishing.ru2006-08-291-98/+102
|
* Chase after phk@: remove reference to (now obsoleted) NMBCLUSTERS.marck2006-08-261-2/+0
| | | | MFC after: 1 week
* Allow the user process to query the kernel's notion of a maximumrwatson2006-08-261-1/+4
| | | | | | | | | audit record size at run-time, which can be used by the user process to size the user space buffer it reads into from the audit pipe. Perforce change: 105098 Obtained from: TrustedBSD Project
* Update.pjd2006-08-261-3/+11
|
* Pass whatever the value of NM down to lorder. This allows one toimp2006-08-251-3/+3
| | | | | | | override NM in Makefiles when, for example, cross compiling and have that value be used by lorder. NM normally isn't defined, so we pass a null value to lorder. lorder says 'NM=${NM-nm}' which causes it to pickup the default value.
* - Talk about memory allocation in interrupt contextpav2006-08-251-2/+10
| | | | | | - Add uam to see also Submitted by: Devon H. O'Dell <devon.odell@coyotepoint.com>
* Don't read in /etc/src.conf when building ports.obrien2006-08-241-0/+3
| | | | | Reported by: obrien Submitted by: ru
* - add note about IPSEC_FILTERGIF to fast_ipsec(4) and let the users knowdanger2006-08-242-2/+19
| | | | | | | | | that it is not possible to use Fast IPsec in conjuction with KAME IPsec - add available kernel options to ipsec(4) - add reference for fast_ipsec(4) to ipsec(4) Reviewed by: trhodes (mentor), keramida (mentor) Approved by: keramida (mentor)
* Fix path for source file in files.FOO.rik2006-08-231-1/+1
|
* Backout this commit since it breaks startup and some scripts inflz2006-08-221-30/+4
| | | | | | | | | | | | | | | | | certain conditions. I haven't been able to find a better solution yet: - Set a two read-only variables (${prefix} and ${etcdir}). This is especially useful when using /etc/rc.d scripts with third-party software installed from ports. - Fix rc.d/sshd to work with openssh from ports using ${etcdir} instead of hardcoded /etc. - Reflect prefix/etcdir changes in rc.subr.8. src/etc/rc.d/sshd: rev 1.9 -> 1.10 src/etc/rc.subr: rev 1.51 -> 1.52 src/share/man/man8/rc.subr.8: rev 1.11 -> 1.12 Approved by: cperciva (mentor)
* Remove alpha left-overs.ru2006-08-222-27/+1
|
* Note that LK_UPGRADE may drop the shared lock before taking thekib2006-08-211-0/+2
| | | | | | | | exclusive one. Reviewed and edited by: tegge MFC after: 3 days Approved by: pjd (mentor)
* Bump date, forgotten in 1.13imp2006-08-201-1/+1
|
* Add a few devices that have been added recently.imp2006-08-201-0/+4
|
* Use our standard section 4 SYNOPSIS layout.brueffer2006-08-181-11/+16
| | | | MFC after: 2 weeks
* 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
|
OpenPOWER on IntegriCloud